#page_type:htmldtml
#parents:HelpPage
All pages in this wiki web, most recently changed at the top. 

<p> <!-- this page is in htmldtml mode for convenience -->
<table border="0">
<tr>
<td><b>Page</b></td>
<dtml-comment><td><b>Size</b></td></dtml-comment>
<td><b>Last modified</b>&nbsp;&nbsp;&nbsp;</td>
<td><b>By</b></td>
</tr>
<dtml-in "aq_parent.objectValues(spec='ZWiki Page')" sort=bobobase_modification_time reverse>
<tr>
<td>
[<dtml-var "id()">]
</td>
<dtml-comment>not so important
<td align="right">
<dtml-var "getSize()">
</td>
</dtml-comment>
<td>
<dtml-if zwiki_timezone>
<dtml-var "bobobase_modification_time().toZone(zwiki_timezone).Date()">
<dtml-else>
<dtml-var "bobobase_modification_time().Date()">
</dtml-if>
</td>
<td>
<dtml-if username>
<dtml-var username>
</dtml-if>
</td>
</tr>

<dtml-if sequence-end>
</table>
<p>(<dtml-var sequence-number> pages)
</dtml-if>

</dtml-in>
