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

17 lines
No EOL
541 B
Go Template

<br><br>
<h2>{addm_title}</h2>
<form action="add_moon.php" method="post">
<input type="hidden" name="mode" value="addit">
<table width="320" border="0" cellspacing="2" cellpadding="0" style="color:#FFFFFF">
<tr>
<td class="c" colspan="6">{addm_addform}</td>
</tr><tr>
<th width="150">{addm_playerid}</th>
<th width="0%"><input type="text" name="user" size="3"></th>
</tr><tr>
<th>{addm_moonname}</th>
<th><input type="text" name="name"></th>
</tr><tr>
<th colspan="2"><input type="submit" value="{addm_moondoit}"></th>
</table>
</form>