home contents changes options help

All pages in this wiki web, most recently changed at the top.

<dtml-try> <!-- using catalog search -->

<dtml-if bruteforce> <dtml-raise type="dontusecatalog">dontusecatalog</dtml-raise> </dtml-if>

<dtml-in Catalog sort=lastEditTime reverse> <a href="&dtml-sequence-key;" title="<dtml-var "folder()[_['sequence-key']]?.linkTitle()">" >&dtml-title_or_id;</a> .?.... <dtml-if "_.string.swapcase(last_editor) != last_editor"> <a href="http://zwiki.org/&dtml.url_quote-last_editor;"><dtml-var last_editor></a> <dtml-else> <i>anonymous</i> </dtml-if> ...... <a href="&dtml.url_quote-sequence-key;/diff"> <dtml-try> <dtml-var "lastEditTime.toZone(zwiki_timezone)" fmt="pCommon"> <dtml-except> <dtml-try> <dtml-var lastEditTime fmt="pCommon"> <dtml-except> <dtml-try> <dtml-var "bobobase_modification_time.toZone(zwiki_timezone)" fmt="pCommon"> <dtml-except> <dtml-var bobobase_modification_time fmt="pCommon"> </dtml-try> </dtml-try> </dtml-try> </a> <br> <dtml-if sequence-end> <p> <b><dtml-var sequence-number> pages</b> </dtml-if> </dtml-in>

<dtml-except> <!-- using brute-force search -->

<table> <dtml-in "aq_parent.objectItems(spec='ZWiki Page')" sort=lastEditTime reverse> <tr><td> <a href="&dtml.url_quote-sequence-key;" title="<dtml-var "folder()[_['sequence-key']]?.linkTitle()">" >&dtml-title_or_id;</a> <td> <dtml-if "_.string.swapcase(last_editor) != last_editor"> <a href="http://zwiki.org/&dtml.url_quote-last_editor;"><dtml-var last_editor></a> <dtml-else> <i>anonymous</i> </dtml-if> <td> <a href="&dtml.url_quote-sequence-key;/diff"> <dtml-try> <dtml-var "lastEditTime().toZone(zwiki_timezone)" fmt="pCommon"> <dtml-except> <dtml-try> <dtml-var lastEditTime fmt="pCommon"> <dtml-except> <dtml-try> <dtml-var "bobobase_modification_time.toZone(zwiki_timezone)" fmt="pCommon"> <dtml-except> <dtml-var bobobase_modification_time fmt="pCommon"> </dtml-try> </dtml-try> </dtml-try> </a> <dtml-if sequence-end> </table><p> <b><dtml-var sequence-number> pages</b> </dtml-if> </dtml-in> </dtml-try>