12 lines
427 B
Go Template
12 lines
427 B
Go Template
|
|
<table width="519">
|
|
<tr>
|
|
<td class="c"><?php echo $this->getData('Name')?></td>
|
|
<td class="c"> </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>
|