proof of concept implementation of static recentchanges
[ikiwiki] / templates / recentchanges.tmpl
1 <TMPL_IF FIRST>
2 <table border="1" frame="border" rules="groups">
3 <thead>
4         <tr class="changeheader">
5                 <th class="changeheader" align="left">user</th>
6                 <th class="changeheader" align="left">time</th>
7                 <th class="changeheader" align="left" colspan="2">changes</th>
8         </tr>
9 </thead>
10 <tbody>
11 </TMPL_IF>
12 <TMPL_VAR CONTENT>
13 <TMPL_IF LAST>
14 </tbody>
15 </table>
16 </TMPL_IF>