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

12 lines
427 B
Go Template

<table width="519">
<tr>
<td class="c"><?php echo $this->getData('Name')?></td>
<td class="c">&nbsp;</td>
<td class="c"><?php echo $this->getData('Alliance')?></td>
<td class="c"><?php echo $this->getData('Planet')?></td>
<td class="c"><?php echo $this->getData('Coordinated')?></td>
<td class="c"><?php echo $this->getData('Position')?></td></tr>
</tr>
<?php echo $this->getData('result_list')?>
</table>