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>
17 lines
No EOL
558 B
Go Template
17 lines
No EOL
558 B
Go Template
<tr>
|
|
<th class="l" width="40%">
|
|
<table width="100%">
|
|
<tr>
|
|
<td style=\"background-color: transparent;\" align="left"><a href="infos.php?gid=<?php echo $this->getData('tt_info')?>"><?php echo $this->getData('tt_name')?></a></td>
|
|
<td style=\"background-color: transparent;\" align="right"><?php echo $this->getData('tt_detail')?></td>
|
|
</tr>
|
|
</table>
|
|
</th>
|
|
<th class="l" width="60%">
|
|
<table width="100%">
|
|
<tr>
|
|
<td style=\"background-color: transparent;\" align="left"><?php echo $this->getData('required_list')?></td>
|
|
</tr>
|
|
</table>
|
|
</th>
|
|
</tr> |