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

20 lines
693 B
Go Template

<br>
<table width=519>
<tr>
<td class=c colspan=8>{Members_list} ({Ammount}: {i})</td>
</tr>
<tr>
<th>{Number}</th>
<th><a href="?mode=memberslist&sort1=1&sort2={s}">{Name}</a></th>
<th></th>
<th><a href="?mode=memberslist&sort1=2&sort2={s}">{Position}</a></th>
<th><a href="?mode=memberslist&sort1=3&sort2={s}">{Points}</a></th>
<th><a href="?mode=memberslist&sort1=0&sort2={s}">{Coordinated}</a></th>
<th><a href="?mode=memberslist&sort1=4&sort2={s}">{Member_from}</a></th>
<th><a href="?mode=memberslist&sort1=5&sort2={s}">{Online}</a></th>
</tr>
{list}
<tr>
<td class="c" colspan="9"><a href="alliance.php">{Return_to_overview}</a></td>
</tr>
</table>