wootook-reloaded/templates/OpenGame/admin/userlist_body.tpl
Gregory PLANCHAT d7619777af Initial commit
2011-06-07 09:23:48 +02:00

24 lines
No EOL
791 B
Go Template

<br><br>
<h2>{adm_ul_title}</h2>
<table width="569" style="color:#FFFFFF">
<tr>
<td class="c" colspan="10">{adm_ul_ttle2}</td>
</tr>
<tr>
<th><a href="?cmd=sort&type=id">{adm_ul_id}</a></th>
<th><a href="?cmd=sort&type=username">{adm_ul_name}</a></th>
<th><a href="?cmd=sort&type=email">{adm_ul_mail}</a></th>
<th><a href="?cmd=sort&type=ip_at_reg">{adm_ul_data_ip_reg}</a></th>
<th><a href="?cmd=sort&type=user_lastip">{adm_ul_adip}</a></th>
<th><a href="?cmd=sort&type=register_time">{adm_ul_regd}</a></th>
<th><a href="?cmd=sort&type=onlinetime">{adm_ul_lconn}</a></th>
<th><a href="?cmd=sort&type=bana">{adm_ul_bana}</a></th>
<th>{adm_ul_detai}</th>
<th>{adm_ul_actio}</th>
</tr>
{adm_ul_table}
<tr>
<th class="b" colspan="10">{adm_ul_count}{adm_ul_playe}</th>
</tr>
</table>