wootook-reloaded/application/design/base/default/scripts/deprecated/techtree_details.tpl
Gregory PLANCHAT ec7e40e1aa Refactored to 2 namespaces: Wootook & Legacies
Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
2011-10-04 19:57:00 +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>