20 Zeilen
Kein EOL
1,1 KiB
Smarty
20 Zeilen
Kein EOL
1,1 KiB
Smarty
<a onclick="return get_log('p=log&log={LOG_TYPE}&revers={SORT_ORDER}&offset=0');" href="index.php?p=log&log={LOG_TYPE}&revers={SORT_ORDER}&offset=0" class="Formbutton" accesskey="s">{ICON_SORT}</a>
|
|
<a onclick="return get_log('p=log&log={LOG_TYPE}&revers={REVERS}&offset={OFFSET_BACKWARD}');" href="index.php?p=log&log={LOG_TYPE}&revers={REVERS}&offset={OFFSET_BACKWARD}" accesskey="c" class="Formbutton"><<</a>
|
|
<a onclick="return get_log('p=log&log={LOG_TYPE}&revers={REVERS}&offset={OFFSET_FOREWARD}');" href="index.php?p=log&log={LOG_TYPE}&revers={REVERS}&offset={OFFSET_FOREWARD}" accesskey="v" class="Formbutton">>></a>
|
|
{PAGINATION_ENTRIES}
|
|
<br />
|
|
|
|
<table id="table_log" class="bdr">
|
|
<tr class="thead">
|
|
<th class="left">#</th>
|
|
<th class="left">{L_TIMESTAMP}</th>
|
|
<th class="left">{L_MESSAGE}</th>
|
|
</tr>
|
|
<!-- BEGIN LINE -->
|
|
<tr class="{LINE.ROWCLASS}">
|
|
<td class="small right">{LINE.NR}.</td>
|
|
<td class="small nowrap">{LINE.TIMESTAMP}</td>
|
|
<td class="small">{LINE.MSG}</td>
|
|
</tr>
|
|
<!-- END LINE -->
|
|
</table> |