9 lines
No EOL
426 B
Go Template
9 lines
No EOL
426 B
Go Template
<tr>
|
|
<td class ="c" width="30"><?php echo $this->getData('Position')?></td>
|
|
<td class ="c" width="30"><?php echo $this->getData('Difference')?></td>
|
|
<td class ="c"><?php echo $this->getData('Alliance')?></td>
|
|
<td class ="c"> </td>
|
|
<td class ="c"><?php echo $this->getData('Members')?></td>
|
|
<td class ="c"><?php echo $this->getData('Points')?></td>
|
|
<td class ="c"><?php echo $this->getData('PerMember')?></td>
|
|
</tr> |