HB/templates/game/alliance_nm_accueil.tpl

31 lines
1.1 KiB
Smarty

{include file='game/header.tpl'}
<h2>Cr&eacute;er une alliance</h2>
<h3><a href="{$menu.alliance}&amp;q=fonder">Fonder une alliance</a></h3>
<h3><a href="{$menu.alliance}&amp;q=signerform">Ratifier une alliance</a></h3>
<br />
<h2>Rechercher une alliance</h2>
<form method="post" action="{$menu.alliance}&amp;q=search">
<table width="355" height="194" border="0" cellpadding="0" cellspacing="0">
<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'}