16 lines
No EOL
753 B
Go Template
16 lines
No EOL
753 B
Go Template
<tr>
|
|
<td style="padding-left: 3px"><?php echo $this->getData('lm_ifo_game')?></td>
|
|
<td align="right" style="padding-right: 3px">x <?php echo $this->getData('lm_tx_game')?></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="padding-left: 3px"><?php echo $this->getData('lm_ifo_fleet')?></td>
|
|
<td align="right" style="padding-right: 3px">x <?php echo $this->getData('lm_tx_fleet')?></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="padding-left: 3px"><?php echo $this->getData('lm_ifo_serv')?></td>
|
|
<td align="right" style="padding-right: 3px">x <?php echo $this->getData('lm_tx_serv')?></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="padding-left: 3px"><?php echo $this->getData('lm_ifo_queue')?></td>
|
|
<td align="right" style="padding-right: 3px"><?php echo $this->getData('lm_tx_queue')?></td>
|
|
</tr> |