13 lines
451 B
Go Template
13 lines
451 B
Go Template
<br>
|
|
<form action="?a=1&weiter=1" method=POST>
|
|
|
|
<table width=519><tr><td class=c colspan=2>Crear alianza</td></tr>
|
|
<tr><th>Etiqueta de la alianza (3-8 caracteres)</th>
|
|
<th><input type=text name="atag" size=8 maxlength=8 value=""></th></tr>
|
|
<tr><th>Nombre de la alianza (max. 35 caracteres)</th>
|
|
<th><input type=text name="aname" size=20 maxlength=30 value=""></th></tr>
|
|
<tr><th colspan=2><input type=submit value="Crear"></th>
|
|
</tr>
|
|
</table>
|
|
|
|
</form>
|