wootook-reloaded/includes/application/design/scripts/deprecated/admin/add_moon.tpl
Gregory PLANCHAT ddfb36efa5 Added Research lab queue manager.
Updated page display for shipyard, defenses and buildings.
Moved legacy template files.
Added install/migration.mysql to report changes to the database on testing environments.

Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
2011-07-29 08:20:47 +02:00

17 lines
No EOL
686 B
Go Template

<br><br>
<h2><?php echo $this->getData('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"><?php echo $this->getData('addm_addform')?></td>
</tr><tr>
<th width="150"><?php echo $this->getData('addm_playerid')?></th>
<th width="0%"><input type="text" name="user" size="3"></th>
</tr><tr>
<th><?php echo $this->getData('addm_moonname')?></th>
<th><input type="text" name="name"></th>
</tr><tr>
<th colspan="2"><input type="submit" value="<?php echo $this->getData('addm_moondoit')?>"></th>
</table>
</form>