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

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>