wootook-reloaded/includes/application/design/scripts/deprecated/serv_infos.tpl
Gregory PLANCHAT ddfb36efa5 Added Research lab queue manager.
Updated page display for shipyard, defenses and buildings.
Moved legacy template files.
Added install/migration.mysql to report changes to the database on testing environments.

Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
2011-07-29 08:20:47 +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>