aboutsummaryrefslogtreecommitdiff
path: root/templates/recentchanges.tmpl
blob: 2e33b79f96ba7a6938b2dd3882e94b48c6d81e4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<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>