wootook-reloaded/application/design/base/default/scripts/deprecated/search_user_table.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

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>