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

19 lines
No EOL
404 B
Go Template

<center>
<h2><?php echo $this->getData('Declaration')?></h2>
<table>
<tr>
<td><?php echo $this->getData('DeclarationText')?></td>
</tr>
<tr>
<td><form method="post" action="multi.php?mode=add">
<textarea name="texte" id="texte"></textarea>
</td>
</tr>
</table>
<input type="submit" value="Envoyer" />
</form>
</center>