HB/templates/game/alliance_nm_fonder.tpl

37 lines
1.6 KiB
Smarty
Raw Normal View History

2008-11-17 11:00:00 +00:00
{include file='game/header.tpl'}
<h2>Cr&eacute;ation d'une alliance</h2>
<form id="form2" method="post" action="{$menu.alliance}&amp;q=fonder">
<table cellpadding="0" cellspacing="0" style="height: 143px; width: 621px;">
<thead>
<tr>
<th width="367" scope="col">
<table width="376" height="159" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td width="113" height="50" align="center" valign="middle" scope="col"><strong>Nom</strong></td>
<td width="242" align="center" valign="middle" scope="col">
<input name="nom" type="text" maxlength="255" />
</td>
</tr>
<tr>
<td height="51" align="center" valign="middle"><strong>Tag</strong></td>
<td align="center" valign="middle">
<input name="tag" type="text" size="15" maxlength="15" />
</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="2" align="center" valign="middle"><input type="submit" class="submit" value="Cr&eacute;er " /></td>
</tr>
</tfoot>
</table>
</th>
<th scope="col" style="text-align: justify; vertical-align: middle; width: 254px;">
Rappel : <br />Cr&eacute;er une alliance ne peut pas se faire seul. Une fois que vous aurez lanc&eacute; la proc&eacute;dure, un lien vous sera donn&eacute;. Pour finir la cr&eacute;ation, donnez ce liens &agrave; quatre personnes qui sont sans alliance. &nbsp;
</th>
</tr>
</thead>
</table>
</form>
{include file='game/footer.tpl'}