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

21 lines
No EOL
566 B
Go Template

<center>
<br><br>
<table width="569">
<tbody>
<tr>
<td colspan="3" class="c"><b><?php echo $this->getData('ctc_title')?></b></td>
</tr><tr>
<th colspan="3">
<font color="orange"><?php echo $this->getData('ctc_intro')?></font>
</th>
</tr><tr>
<th><font color="lime"><?php echo $this->getData('ctc_name')?></font></th>
<th><font color="lime"><?php echo $this->getData('ctc_rank')?></font></th>
<th><font color="lime"><?php echo $this->getData('ctc_mail')?></font></th>
</tr>
<?php echo $this->getData('ctc_admin_list')?>
<tr>
</tr>
</tbody>
</table>
</center>