HB/templates/game/alliance_nm_accueil.tpl

34 lines
1.2 KiB
Smarty
Raw Normal View History

2008-11-17 11:00:00 +00:00
{include file='game/header.tpl'}
<form method="post" action="{$menu.alliance}&amp;q=search">
<table width="355" height="194" border="0" cellpadding="0" cellspacing="0">
<thead>
<tr>
<th colspan="2" align="center" valign="middle" scope="col">
<p>Rechercher une alliance<br />
<a href="{$menu.alliance}&amp;q=fonder">Fonder une alliance</a> &dagger; <a href="{$menu.alliance}&amp;q=signerform">Ratifier une alliance</a></p>
</th>
</tr>
</thead>
<tbody>
<tr>
<td width="113" align="center" valign="middle">
<select name="by" size="2" id="by">
<option value="tag" selected="selected">Tag</option>
<option value="nom">Nom</option>
</select>
</td>
<td width="242" align="center" valign="middle">
<p>Rechercher les alliances dont le nom/tag contiennent :<br /><input name="search" type="text" id="search" /></p>
</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="2" align="center" valign="middle">
<input type="submit" class="submit" value="GO" />
</td>
</tr>
</tfoot>
</table>
</form>
{include file='game/footer.tpl'}