| 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 |
<div class="smallfont"> |
|---|
| 20 |
{!table_begin 100%,left} |
|---|
| 21 |
<table class="noBorderX" width="100%"> |
|---|
| 22 |
<tr> |
|---|
| 23 |
<td class="noBorderX" colspan="2">Name</td> |
|---|
| 24 |
<td class="noBorderX">Baukosten</td> |
|---|
| 25 |
<td class="noBorderX">Verbrauch</td> |
|---|
| 26 |
<td class="noBorderX">Produktion</td> |
|---|
| 27 |
<td class="noBorderX">Arbeiter</td> |
|---|
| 28 |
<td class="noBorderX">Effekt</td> |
|---|
| 29 |
</tr> |
|---|
| 30 |
<!-- BEGIN buildings.listitem --> |
|---|
| 31 |
{if buildings.list} |
|---|
| 32 |
<tr> |
|---|
| 33 |
<td class="noBorderX" colspan="8"> |
|---|
| 34 |
<hr style="height:1px; border:0px; background-color:#606060; color:#606060" /> |
|---|
| 35 |
</td> |
|---|
| 36 |
</tr> |
|---|
| 37 |
{/endif} |
|---|
| 38 |
<tr> |
|---|
| 39 |
<td class="noBorderX"><img src="{URL}{building.picture}" alt="" /></td> |
|---|
| 40 |
<td class="noBorderX">{building.name}</td> |
|---|
| 41 |
<td class="noBorderX" valign="top"> |
|---|
| 42 |
{if building.buildcosts.list} |
|---|
| 43 |
<!-- BEGIN building.buildcosts.listitem --> |
|---|
| 44 |
<img style="vertical-align:middle" src="{res.image}" alt="" title="{res.plainname}" />{res.cargo} |
|---|
| 45 |
<!-- END building.buildcosts.listitem --> |
|---|
| 46 |
{else} |
|---|
| 47 |
- |
|---|
| 48 |
{/endif} |
|---|
| 49 |
</td> |
|---|
| 50 |
<td class="noBorderX" valign="top"> |
|---|
| 51 |
{if building.consumes.list} |
|---|
| 52 |
<!-- BEGIN building.consumes.listitem --> |
|---|
| 53 |
<img style="vertical-align:middle" src="{res.image}" alt="" title="{res.plainname}" />{res.cargo} |
|---|
| 54 |
<!-- END building.consumes.listitem --> |
|---|
| 55 |
{else} |
|---|
| 56 |
- |
|---|
| 57 |
{/endif} |
|---|
| 58 |
</td> |
|---|
| 59 |
<td class="noBorderX" valign="top"> |
|---|
| 60 |
{if building.produces.list} |
|---|
| 61 |
<!-- BEGIN building.produces.listitem --> |
|---|
| 62 |
<img style="vertical-align:middle" src="{res.image}" alt="" title="{res.plainname}" />{res.cargo} |
|---|
| 63 |
<!-- END building.produces.listitem --> |
|---|
| 64 |
{else} |
|---|
| 65 |
- |
|---|
| 66 |
{/endif} |
|---|
| 67 |
</td> |
|---|
| 68 |
<td class="noBorderX" valign="top"> |
|---|
| 69 |
{if building.arbeiter} |
|---|
| 70 |
<img src="{URL}data/interface/narbeiter.gif" alt="Arbeiter" />{building.arbeiter} |
|---|
| 71 |
{else} |
|---|
| 72 |
- |
|---|
| 73 |
{/endif} |
|---|
| 74 |
</td> |
|---|
| 75 |
<td class="noBorderX" valign="top"> |
|---|
| 76 |
{if building.bewohner} |
|---|
| 77 |
<img src="{URL}data/interface/arbeiter.gif" alt="Bevölkerung" />{building.bewohner} |
|---|
| 78 |
{else} |
|---|
| 79 |
- |
|---|
| 80 |
{/endif} |
|---|
| 81 |
</td> |
|---|
| 82 |
</tr> |
|---|
| 83 |
{if building.addinfo} |
|---|
| 84 |
<tr> |
|---|
| 85 |
<td class="noBorderX"> </td> |
|---|
| 86 |
<td class="noBorderX" colspan="7">{building.addinfo}</td> |
|---|
| 87 |
</tr> |
|---|
| 88 |
{/endif} |
|---|
| 89 |
<!-- END buildings.listitem --> |
|---|
| 90 |
</table> |
|---|
| 91 |
{!table_end} |
|---|
| 92 |
<br /> |
|---|
| 93 |
{if cores.list} |
|---|
| 94 |
<br /> |
|---|
| 95 |
{!table_begin 100%,left} |
|---|
| 96 |
<span style="color:#cdcdcd">Cores:</span><br /> |
|---|
| 97 |
<table class="noBorderX" width="100%"> |
|---|
| 98 |
<tr> |
|---|
| 99 |
<td class="noBorderX" colspan="2">Name</td> |
|---|
| 100 |
<td class="noBorderX">Baukosten</td> |
|---|
| 101 |
<td class="noBorderX">Verbrauch</td> |
|---|
| 102 |
<td class="noBorderX">Produktion</td> |
|---|
| 103 |
<td class="noBorderX">Arbeiter</td> |
|---|
| 104 |
<td class="noBorderX">Effekt</td> |
|---|
| 105 |
</tr> |
|---|
| 106 |
<!-- BEGIN cores.listitem --> |
|---|
| 107 |
<tr> |
|---|
| 108 |
<td class="noBorderX"> |
|---|
| 109 |
<img src="{URL}data/starmap/kolonie{core.astitype}_lrs/kolonie{core.astitype}_lrs.png" alt="" /> |
|---|
| 110 |
</td> |
|---|
| 111 |
<td class="noBorderX">{core.name}</td> |
|---|
| 112 |
<td class="noBorderX" valign="top"> |
|---|
| 113 |
{if core.buildcosts.list} |
|---|
| 114 |
<!-- BEGIN core.buildcosts.listitem --> |
|---|
| 115 |
<img style="vertical-align:middle" src="{res.image}" alt="" title="{res.plainname}" />{res.cargo} |
|---|
| 116 |
<!-- END core.buildcosts.listitem --> |
|---|
| 117 |
{else} |
|---|
| 118 |
- |
|---|
| 119 |
{/endif} |
|---|
| 120 |
</td> |
|---|
| 121 |
<td class="noBorderX" valign="top"> |
|---|
| 122 |
{if core.consumes.list} |
|---|
| 123 |
<!-- BEGIN core.consumes.listitem --> |
|---|
| 124 |
<img style="vertical-align:middle" src="{res.image}" alt="" title="{res.plainname}" />{res.cargo} |
|---|
| 125 |
<!-- END core.consumes.listitem --> |
|---|
| 126 |
{else} |
|---|
| 127 |
- |
|---|
| 128 |
{/endif} |
|---|
| 129 |
</td> |
|---|
| 130 |
<td class="noBorderX" valign="top"> |
|---|
| 131 |
{if core.produces.list} |
|---|
| 132 |
<!-- BEGIN core.produces.listitem --> |
|---|
| 133 |
<img style="vertical-align:middle" src="{res.image}" alt="" title="{res.plainname}" />{res.cargo} |
|---|
| 134 |
<!-- END core.produces.listitem --> |
|---|
| 135 |
{else} |
|---|
| 136 |
- |
|---|
| 137 |
{/endif} |
|---|
| 138 |
</td> |
|---|
| 139 |
<td class="noBorderX" valign="top"> |
|---|
| 140 |
{if core.arbeiter} |
|---|
| 141 |
<img src="{URL}data/interface/narbeiter.gif" alt="Arbeiter" />{core.arbeiter} |
|---|
| 142 |
{else} |
|---|
| 143 |
- |
|---|
| 144 |
{/endif} |
|---|
| 145 |
</td> |
|---|
| 146 |
<td class="noBorderX" valign="top"> |
|---|
| 147 |
{if core.bewohner} |
|---|
| 148 |
<img src="{URL}data/interface/arbeiter.gif" alt="Bevölkerung" />{core.bewohner} |
|---|
| 149 |
{else} |
|---|
| 150 |
- |
|---|
| 151 |
{/endif} |
|---|
| 152 |
</td> |
|---|
| 153 |
</tr> |
|---|
| 154 |
<!-- END cores.listitem --> |
|---|
| 155 |
</table> |
|---|
| 156 |
{!table_end} |
|---|
| 157 |
<br /> |
|---|
| 158 |
{/endif} |
|---|
| 159 |
{if base.field} |
|---|
| 160 |
{!link_to zurück, default, css_class:back, module:build, col:$base.id, field:$base.field} |
|---|
| 161 |
{else} |
|---|
| 162 |
{if base.id} |
|---|
| 163 |
{!link_to zurück, default, module:base, css_class:back, col:$base.id} |
|---|
| 164 |
{/endif} |
|---|
| 165 |
{/endif} |
|---|
| 166 |
</div> |
|---|