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

21 lines
492 B
Go Template

<br>
<form action="?mode=make&yes=1" method="POST">
<table width=519>
<tr>
<td class="c" colspan=2>{make_alliance}</td>
</tr>
<tr>
<th>{alliance_tag} (3-8 {characters})</th>
<th><input type="text" name="atag" size=8 maxlength=8 value=""></th>
</tr>
<tr>
<th>{allyance_name} (max. 35 {characters})</th>
<th><input type="text" name="aname" size=20 maxlength=30 value=""></th>
</tr>
<tr>
<th colspan=2><input type="submit" value="{Make}"></th>
</tr>
</table>
</form>