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

26 lines
No EOL
686 B
Go Template

<br><br>
<h2>{adm_am_ttle}</h2>
<form action="add_money.php" method="post">
<input type="hidden" name="mode" value="addit">
<table width="305">
<tbody>
<tr>
<td class="c" colspan="6">{adm_am_form}</td>
</tr><tr>
<th width="130">{adm_am_plid}</th>
<th width="155"><input name="id" type="text" value="0" size="3" /></th>
</tr><tr>
<th>{Metal}</th>
<th><input name="metal" type="text" value="0" /></th>
</tr><tr>
<th>{Crystal}</td>
<th><input name="cristal" type="text" value="0" /></th>
</tr><tr>
<th>{Deuterium}</td>
<th><input name="deut" type="text" value="0" /></th>
</tr><tr>
<th colspan="2"><input type="Submit" value="{adm_am_add}" /></th>
</tbody>
</tr>
</table>
</form>