Файл: styles/templates/alliance/alliance_admin_members_table.tpl
Строк: 25
<br />
<div id="content">
<table
width="519">
<tr>
<td
class="c" colspan="9">{al_user_list}
({al_number_of_records}: {i})</td>
</tr>
<tr>
<th>{al_num}</th>
<th><a
href="game.php?page=alliance&mode=admin&edit=members&sort1=1&sort2={s}">{al_member}</a></th>
<th>{al_message}</th>
<th><a
href="game.php?page=alliance&mode=admin&edit=members&sort1=2&sort2={s}">{al_position}</a></th>
<th><a
href="game.php?page=alliance&mode=admin&edit=members&sort1=3&sort2={s}">{al_points}</a></th>
<th><a
href="game.php?page=alliance&mode=admin&edit=members&sort1=0&sort2={s}">{al_coords}</a></th>
<th><a
href="game.php?page=alliance&mode=admin&edit=members&sort1=4&sort2={s}">{al_member_since}</a></th>
<th><a
href="game.php?page=alliance&mode=admin&edit=members&sort1=5&sort2={s}">{al_estate}</a></th>
<th>{al_actions}</th>
</tr>
{memberslist}
<tr>
<td
class="c" colspan="9"><a
href="game.php?page=alliance&mode=admin&edit=ally">{al_back}</a></td>
</tr>
</table>
</div>