wootook-reloaded/includes/application/design/scripts/deprecated/admin/banned.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

32 lines
No EOL
1.2 KiB
Go Template

<br><br>
<h2><?php echo $this->getData('adm_bn_ttle')?></h2>
<form action="banned.php" method="post">
<input type="hidden" name="mode" value="banit">
<table width="409">
<tr>
<td class="c" colspan="2"><?php echo $this->getData('adm_bn_plto')?></td>
</tr><tr>
<th width="129"><?php echo $this->getData('adm_bn_name')?></th>
<th width="268"><input name="name" type="text" size="25" /></th>
</tr><tr>
<th><?php echo $this->getData('adm_bn_reas')?></th>
<th><input name="why" type="text" value="" size="25" maxlength="50"></th>
</tr><tr>
<td class="c" colspan="2"><?php echo $this->getData('adm_bn_time')?></td>
</tr><tr>
<th><?php echo $this->getData('adm_bn_days')?></th>
<th><input name="days" type="text" value="0" size="5" /></th>
</tr><tr>
<th><?php echo $this->getData('adm_bn_hour')?></th>
<th><input name="hour" type="text" value="0" size="5" /></th>
</tr><tr>
<th><?php echo $this->getData('adm_bn_mins')?></th>
<th><input name="mins" type="text" value="0" size="5" /></th>
</tr><tr>
<th><?php echo $this->getData('adm_bn_secs')?></th>
<th><input name="secs" type="text" value="0" size="5" /></th>
</tr><tr>
<th colspan="2"><input type="submit" value="<?php echo $this->getData('adm_bn_bnbt')?>" /></th>
</tr>
</table>
</form>