Subversion-Projekte lars-tiefland.em_wm

Revision

Zur aktuellen Revision | Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
66 lars 1
{include file=header.tpl}
2
	{$nav}
3
	<table>
4
		<tr>
5
			<th>{$L_USERNAME}</th>
6
			<th>{$L_DATE}</th>
7
			<th>{$L_MESSAGE}</th>
8
			<th>{$L_PRIORITY}</th>
9
		</tr>
10
		{section name=ind loop=$log_row}
11
		<tr class="{cycle values="row1,row2"}">
12
			<td>{$log_row[ind].u_name}</td>
13
			<td>{$log_row[ind].datum}</td>
14
			<td>{$log_row[ind].message}</td>
15
			<td>{$log_row[ind].priority}</td>
16
		{/section}
17
	</table>
18
	<br>
19
	<br>
20
	{$nav}
21
{include file=footer.tpl}