<foreach latestchanges>....</foreach>
The <foreach> loop is used to enclose a block of html. It should be repeated for every row in the list with results of latest changes.
Used Parameters:
- platformtypes="value1,value2"
This parameter filters the platforms, which are being checked for changes, by the specific types.
- count="20"
The value of this parameter specifies how many elements will be retrieved.
- wholeserver="1"
If you set this parameter with value 1, the 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. At the very beginning of the html text you may type <advancedparser/> followed by the tag <loadmodule latestchanges/>.