15 lines
No EOL
353 B
Go Template
15 lines
No EOL
353 B
Go Template
<br>
|
|
<form action="" method=POST>
|
|
<table width=519>
|
|
<tr>
|
|
<td class=c colspan=2>{question}</td>
|
|
</tr>
|
|
<tr>
|
|
<th>{New_name}</th>
|
|
<th><input type=text name={name}> <input type=submit value="{Change}"></th>
|
|
</tr>
|
|
<tr>
|
|
<td class="c" colspan="9"><a href="alliance.php?mode=admin&edit=ally">{Return_to_overview}</a></td>
|
|
</tr>
|
|
</table>
|
|
</form> |