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

35 lines
No EOL
774 B
Go Template

<center>
<table width="519">
<tr>
<td class="c"><?php echo $this->getData('Name')?></td>
</tr><tr>
<td class="c">1</td>
</tr>
<?php echo $this->getData('Liste')?>
</table>
</center>
<table width="270">
<tbody>
<tr>
<td class="c" align="center" nowrap="nowrap">
<?php echo $this->getData('te_dt_tx_pre')?> <a href="infos.php?gid=<?php echo $this->getData('te_dt_id')?>">'<?php echo $this->getData('te_dt_name')?>'</a></td>
</tr>
<tr>
<td class="c">1</td>
</tr><tr>
<td class="l" align="center">
<table border="0" width="100%">
<tbody>
<tr>
<td align="left"><font color="#00ff00">Laboratoire de recherche (Niveau 1)</font></td>
<td align="right"><a href="techdetails.php?techid=31">[i]</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>