<foreach latestchanges>....</foreach>
The <foreach> loop is used to surround a block of html that should be repeated for every row in the list of results of latest changes.
Used Parameters:
- platformtypes="value1,value2"
This parameter filters the platforms, that are being checked for changes, by the specific types.
The value of the parameter specifies how many elements to be retreived.
If you set this parameter with value 1, then latest changes from the whole server will be displayed.
Examples:
<foreach latestchanges wholeserver="1" count="30" platformtypes="type1, type2">....</foreach>
You can use this tag only in html mode and at the very beginning of the html text you should type <advancedparser/>followed by the tag <loadmodule latestchanges/>.
|