56 lines
No EOL
1.4 KiB
Go Template
56 lines
No EOL
1.4 KiB
Go Template
<center>
|
|
<br><br>
|
|
<table border="0" cellpadding="0" cellspacing="1" width="750">
|
|
<tbody>
|
|
<tr height="20" valign="left">
|
|
<td class="c" colspan="{mount}">{imperium_vision}</td>
|
|
</tr><tr height="75">
|
|
<th width="75"></th>
|
|
{file_images}
|
|
</tr><tr height="20">
|
|
<th width="75">{name}</th>
|
|
{file_names}
|
|
</tr><tr height="20">
|
|
<th width="75">{coordinates}</th>
|
|
{file_coordinates}
|
|
</tr><tr height="20">
|
|
<th width="75">{fields}</th>
|
|
{file_fields}
|
|
</tr><tr height="20">
|
|
<td class="c" colspan="{mount}" align="left">{resources}</td>
|
|
</tr><tr height="20">
|
|
<th width="75">{metal}</th>
|
|
{file_metal}
|
|
</tr><tr height="20">
|
|
<th width="75">{crystal}</th>
|
|
{file_crystal}
|
|
</tr><tr height="20">
|
|
<th width="75">{deuterium}</th>
|
|
{file_deuterium}
|
|
</tr><tr height="20">
|
|
<th width="75">{energy}</th>
|
|
{file_energy}
|
|
</tr><tr height="20">
|
|
<td class="c" colspan="{mount}" align="left">{buildings}</td>
|
|
</tr>
|
|
<!-- Lista de edificios -->
|
|
{building_row}
|
|
<tr height="20">
|
|
<td class="c" colspan="{mount}" align="left">{investigation}</td>
|
|
</tr>
|
|
<!-- Lista de tecnologias -->
|
|
{technology_row}
|
|
<tr height="20">
|
|
<td class="c" colspan="{mount}" align="left">{ships}</td>
|
|
</tr>
|
|
<!-- Lista de naves -->
|
|
{fleet_row}
|
|
<tr height="20">
|
|
<td class="c" colspan="{mount}" align="left">{defense}</td>
|
|
</tr>
|
|
<!-- Lista de defensas -->
|
|
{defense_row}
|
|
</tbody>
|
|
</table>
|
|
<script type="text/javascript" src="scripts/wz_tooltip.js"></script>
|
|
</center> |