| 1 |
<!-- |
|---|
| 2 |
Drifting Souls 2 |
|---|
| 3 |
Copyright (c) 2006 Christopher Jung |
|---|
| 4 |
|
|---|
| 5 |
This library is free software; you can redistribute it and/or |
|---|
| 6 |
modify it under the terms of the GNU Lesser General Public |
|---|
| 7 |
License as published by the Free Software Foundation; either |
|---|
| 8 |
version 2.1 of the License, or (at your option) any later version. |
|---|
| 9 |
|
|---|
| 10 |
This library is distributed in the hope that it will be useful, |
|---|
| 11 |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 12 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|---|
| 13 |
Lesser General Public License for more details. |
|---|
| 14 |
|
|---|
| 15 |
You should have received a copy of the GNU Lesser General Public |
|---|
| 16 |
License along with this library; if not, write to the Free Software |
|---|
| 17 |
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
|---|
| 18 |
--> |
|---|
| 19 |
<table width="95%" class="show" cellpadding="3" cellspacing="3"> |
|---|
| 20 |
<tr> |
|---|
| 21 |
<td class="schiff" colspan="{ship.adocks}">Externe Docks |
|---|
| 22 |
{if ship.docklist} |
|---|
| 23 |
- <a class="forschinfo" href="./ds?module=schiff&sess={global.sess}&ship={ship.id}&action=abladen&tar={ship.docklist}">Alle Abdocken</a> |
|---|
| 24 |
{/endif} |
|---|
| 25 |
</td> |
|---|
| 26 |
</tr> |
|---|
| 27 |
<tr> |
|---|
| 28 |
<!-- BEGIN adocks.listitem --> |
|---|
| 29 |
{if docks.endrow} |
|---|
| 30 |
</tr><tr> |
|---|
| 31 |
{/endif} |
|---|
| 32 |
{if docks.entry.id} |
|---|
| 33 |
<td class="schiffData" valign="top" width="{docks.width}%" align="center"> |
|---|
| 34 |
<a class="forschinfo" href="./ds?module=schiff&sess={global.sess}&ship={docks.entry.id}">{docks.entry.name} ({docks.entry.id})</a><br /> |
|---|
| 35 |
<a class="noborder" target="_blank" href="./ds?module=schiffinfo&sess={global.sess}&ship={docks.entry.type}"><img src="{docks.entry.image}" alt="" /></a><br /> |
|---|
| 36 |
<a class="forschinfo" href="./ds?module=schiff&sess={global.sess}&ship={ship.id}&action=abladen&tar={docks.entry.id}">abdocken</a><br> |
|---|
| 37 |
</td> |
|---|
| 38 |
{else} |
|---|
| 39 |
<td align="center" valign="middle" class="BorderS">Leer</td> |
|---|
| 40 |
{/endif} |
|---|
| 41 |
<!-- END adocks.listitem --> |
|---|
| 42 |
</tr></table> |
|---|