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>
19 lines
No EOL
404 B
Go Template
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> |