11 lines
414 B
Go Template
11 lines
414 B
Go Template
|
|
<tr>
|
|
<th width="30"><a href="#"{tab}{i}</a></th>
|
|
<th width="30">{row_planet}</th>
|
|
<th style="white-space: nowrap;" width="130">{planet_name}</th>
|
|
<th style="white-space: nowrap;" width="30">{luna_name)</th>
|
|
<th {debris_style}width="30">{row_debris}</th>
|
|
<th width="150">{row_user}</th>>
|
|
<th width="80">{row_ally}</th>
|
|
<th style="white-space: nowrap;" width="125">{row_action}</th>
|
|
</tr>
|