21 lines
492 B
Go Template
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>
|