34 lines
766 B
Smarty
Executable File
34 lines
766 B
Smarty
Executable File
{config_load file="lang" section='history'}
|
|
|
|
<h1>{#list_history#}</h1>
|
|
<p>{#history_description#}</p>
|
|
{if $pages_count!=0}
|
|
<table style="width: 720px;">
|
|
<thead>
|
|
<tr>
|
|
<th>{#history_date#}</th>
|
|
<th>{#history_action#}</th>
|
|
<th>{#history_hosting#}</th>
|
|
<th>{#history_IP#}</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody id="tbl_history">
|
|
<tr>
|
|
<td></td>
|
|
<td></td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<p class="pageslinks" id="tbl_history_pg_links"></p>
|
|
|
|
{literal}
|
|
<script type="text/javascript">
|
|
$(document).ready(function () { getPage('tbl_history',1,{/literal}{$pages_count}{literal},0); });
|
|
</script>
|
|
{/literal}
|
|
{else}
|
|
<p>{#history_empty#}</p>
|
|
{/if} |