| Line | |
|---|
| 1 |
{!table_begin 550,left} |
|---|
| 2 |
<table cellpadding="1" cellspacing="1" class="noBorderX" width="100%"> |
|---|
| 3 |
<!-- BEGIN ships.listitem --> |
|---|
| 4 |
{if ship.newcoords} |
|---|
| 5 |
<tr> |
|---|
| 6 |
<td class="noBorderX" colspan="3"> |
|---|
| 7 |
{if ship.newcoords.break} |
|---|
| 8 |
<br /> |
|---|
| 9 |
{/endif} |
|---|
| 10 |
{ship.location}: |
|---|
| 11 |
</td> |
|---|
| 12 |
</tr> |
|---|
| 13 |
{/endif} |
|---|
| 14 |
<tr> |
|---|
| 15 |
<td class="noBorderX"> |
|---|
| 16 |
{!link_to $ship.name, default, module:schiff, ship:$ship.id}</td> |
|---|
| 17 |
<td class="noBorderX">-</td> |
|---|
| 18 |
<td class="noBorderX"> |
|---|
| 19 |
{if ship.message} |
|---|
| 20 |
<span style="color:{ship.message.color}">{ship.message}</span> |
|---|
| 21 |
{/endif} |
|---|
| 22 |
{if ship.saugdeut} |
|---|
| 23 |
{ship.saugdeut}<img src="{deuterium.image}" alt="" /> gesammelt |
|---|
| 24 |
{/endif} |
|---|
| 25 |
</td> |
|---|
| 26 |
</tr> |
|---|
| 27 |
<!-- END ships.listitem --> |
|---|
| 28 |
</table> |
|---|
| 29 |
{!table_end} |
|---|
| 30 |
<br /> |
|---|
| 31 |
<span class="smallfont"> |
|---|
| 32 |
{!link_to zurück, default, module:schiffe, css_class:back, only:tank} |
|---|
| 33 |
</span><br /> |
|---|