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

29 lines
No EOL
584 B
Go Template

<table width="519">
<tbody>
<tr>
<td class="c"><?php echo $this->getData('name')?></td>
</tr><tr>
<th>
<table>
<tbody>
<tr>
<td><img src="<?php echo $this->getData('dpath')?>gebaeude/<?php echo $this->getData('image')?>.gif" align="top" border="0" height="120" width="120"></td>
<td><?php echo $this->getData('description')?></td>
</tr>
</tbody>
</table>
</th>
</tr><tr>
<th>
<center>
<table border="1">
<tbody>
<?php echo $this->getData('table_head')?>
<?php echo $this->getData('table_data')?>
</tbody>
</table>
</center>
</th>
</tr>
</tbody>
</table>