wootook-reloaded/application/design/frontend/base/default/scripts/deprecated/techtree_row.tpl
Gregory PLANCHAT 66805034a6 Configuration & Layout architecture updates
Fixed production bug
Fixed styles
Updated Action Controller

Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
2012-01-13 23:36:03 +01:00

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>