10 lines
322 B
Go Template
10 lines
322 B
Go Template
|
|
<table width="519">
|
|
<tr>
|
|
<td class="c"><?php echo $this->getData('Tag')?></td>
|
|
<td class="c"><?php echo $this->getData('Name')?></td>
|
|
<td class="c"><?php echo $this->getData('Members')?></td>
|
|
<td class="c"><?php echo $this->getData('Points')?></td>
|
|
</tr>
|
|
<?php echo $this->getData('result_list')?>
|
|
</table>
|