wootook-reloaded/includes/application/design/scripts/deprecated/alliance_admin_members_row.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

12 lines
861 B
Go Template

<br>
<tr>
<th><?php echo $this->getData('i')?></th>
<th><?php echo $this->getData('username')?></th>
<th><a href="messages.php?mode=write&id=<?php echo $this->getData('id')?>"><img src="<?php echo $this->getData('dpath')?>img/m.gif" border=0 alt="<?php echo $this->getData('Write_a_message')?>"></a></th>
<th><?php echo $this->getData('ally_range')?></th>
<th><?php echo $this->getData('points')?></th>
<th><a href="galaxy.php?mode=0&galaxy=<?php echo $this->getData('galaxy')?>&system=<?php echo $this->getData('system')?>"><?php echo $this->getData('galaxy')?>:<?php echo $this->getData('system')?>:<?php echo $this->getData('planet')?></a></th>
<th><?php echo $this->getData('ally_register_time')?></th>
<th><?php echo $this->getData('onlinetime')?></th>
<th><?php echo $this->getData('functions')?>&nbsp;&nbsp;&nbsp;</th>
</tr>