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

15 lines
No EOL
510 B
Go Template
Raw Blame History

<br>
<form action="" method=POST>
<table width=519>
<tr>
<td class="ramka" colspan=2><?php echo $this->getData('question')?></td>
</tr>
<tr>
<td class="ramka"><font color=green><b>Zmiana Tagu</b></font></td>
<td class="ramka"><input type=text name=<?php echo $this->getData('name')?>> <input type=submit value="Zmie<69>"></td>
</tr>
<tr>
<td class="ramka" colspan="9"><a href="alliance.php?mode=admin&edit=ally"><?php echo $this->getData('Return_to_overview')?></a></td>
</tr>
</table>
</form>