11 lines
675 B
Go Template
11 lines
675 B
Go Template
|
|
<tr>
|
|
<th width="30"><a href="#"<?php echo $this->getData('tab')?><?php echo $this->getData('i')?></a></th>
|
|
<th width="30"><?php echo $this->getData('row_planet')?></th>
|
|
<th style="white-space: nowrap;" width="130"><?php echo $this->getData('planet_name')?></th>
|
|
<th style="white-space: nowrap;" width="30">{luna_name)</th>
|
|
<th <?php echo $this->getData('debris_style')?>width="30"><?php echo $this->getData('row_debris')?></th>
|
|
<th width="150"><?php echo $this->getData('row_user')?></th>>
|
|
<th width="80"><?php echo $this->getData('row_ally')?></th>
|
|
<th style="white-space: nowrap;" width="125"><?php echo $this->getData('row_action')?></th>
|
|
</tr>
|