]> sipb.mit.edu Git - ikiwiki.git/blobdiff - templates/recentchanges.tmpl
updates
[ikiwiki.git] / templates / recentchanges.tmpl
index 753fb66c24c58345ce0b06641ad190de89a06599..2e33b79f96ba7a6938b2dd3882e94b48c6d81e4d 100644 (file)
@@ -1,25 +1,16 @@
-<html>
-<head><title><TMPL_VAR TITLE></title></head>
-<body>
-
-<h1>
-<a href="<TMPL_VAR INDEXLINK>"><TMPL_VAR WIKINAME></a>/ <TMPL_VAR TITLE>
-</h1>
-
-<hr>
-
-<ul>
-<TMPL_LOOP NAME="CHANGELOG">
-       <li>
-               <TMPL_LOOP NAME="PAGES">
-                       <TMPL_VAR NAME="LINK"></a>
-               </TMPL_LOOP>
-               <br>
-               changed <TMPL_VAR NAME="WHEN"> by <TMPL_VAR NAME="USER">:
-               <i><TMPL_VAR NAME="MESSAGE"></i>
-       </li>
-</TMPL_LOOP>
-</ul>
-
-</body>
-</html>
+<TMPL_IF FIRST>
+<table border="1" frame="border" rules="groups">
+<thead>
+       <tr class="changeheader">
+               <th class="changeheader" align="left">user</th>
+               <th class="changeheader" align="left">time</th>
+               <th class="changeheader" align="left" colspan="2">changes</th>
+       </tr>
+</thead>
+<tbody>
+</TMPL_IF>
+<TMPL_VAR CONTENT>
+<TMPL_IF LAST>
+</tbody>
+</table>
+</TMPL_IF>