root/templates/forschinfo.html

Revision 3924571cbcbb46f262ef7a841ae1b4111999d308, 9.1 kB (checked in by Christopher Jung <bktheg@web.de>, 1 year ago)

Entwicklung Patch 7.09 begonnen

  • Property mode set to 100644
Line 
1 {!table_begin 900,left}
2         <table class="noBorderX" cellpadding="2" cellspacing="2" width="100%">
3         {if tech.race.notall}
4                 <tr><td width="200" colspan="2" class="noBorderX">{tech.name}</td>
5         {else}
6                 <tr><td width="200" class="noBorderX">{tech.name}</td>
7         {/endif}
8                
9         <td class="noBorderX">Vorraussetzungen</td>
10         <td width="140" class="noBorderX">Kosten</td>
11         <td class="noBorderX">Erm&ouml;glicht</td>
12         </tr>
13
14         <tr>
15         <td class="noBorderX"><img src="{URL}data/tech/{tech.id}.gif" alt="Kein Bild vorhanden" /></td>
16         {if tech.race.notall}
17                 <td class="noBorderX" width="80">{tech.race.name}</td>
18         {/endif}
19                
20         <td class="noBorderX">
21         <!-- BEGIN tech.needs.listitem -->
22                 {if tech.needs.item.break}
23                         ,<br />
24                 {/endif}
25                 {if tech.needs.item.researchable}
26                         {!link_to $tech.needs.item.name, default, res:$tech.needs.item.id}
27                 {else}
28                         ### Nicht erf&uuml;lbar
29                 {/endif}
30         <!-- END tech.needs.listitem -->
31         &nbsp;</td>
32         <td class="noBorderX">
33         <img style="vertical-align:middle" src="{URL}data/interface/time.gif" alt="Dauer" />{tech.time}
34         <!-- BEGIN tech.res.listitem -->
35                 <img style="vertical-align:middle" src="{tech.res.item.image}" alt="" />{tech.res.item.cargo}
36         <!-- END tech.res.listitem -->
37         </td>
38         <td class="noBorderX" valign="top">
39         <!-- BEGIN tech.allows.listitem -->
40                 {if tech.allows.item.break}
41                         ,<br />
42                 {/endif}
43                 {if tech.allows.item.hidden}
44                         <a class="error" style="font-style:italic" href="./ds?module=forschinfo&sess={global.sess}&res={tech.allows.item.id}">[{tech.allows.item.name}]</a>
45                 {else}
46                         {!link_to $tech.allows.item.name, default, res:$tech.allows.item.id}
47                 {/endif}
48         <!-- END tech.allows.listitem -->
49         </td>
50         </tr>
51         {if tech.descrip}
52                 <tr>
53                         <td class="noBorderX" colspan="{tech.descrip.colspan}">
54                                 <hr noshade="noshade" size="1" style="color:#cccccc" />
55                                 {tech.descrip}
56                         </td>
57                 </tr>
58         {/endif}
59         </table>
60 {!table_end}
61 <br />
62 <br />
63 {if tech.buildings.list}
64         {!table_begin 900,left}
65                 <table class="noBorderX" width="100%">
66                 <tr>
67                         <td class="noBorderX" colspan="2" width="100">Geb&auml;ude</td>
68                         <td class="noBorderX">Baukosten</td>
69                         <td class="noBorderX" width="100">Verbrauch</td>
70                         <td class="noBorderX" width="100">Produktion</td>
71                         <td class="noBorderX" width="90">Arbeiter</td>
72                         <td class="noBorderX" width="100">Effekt</td>
73                 </tr>
74                 <!-- BEGIN tech.buildings.listitem -->
75                         {if tech.building.hr}
76                                 <tr><td colspan="7" class="noBorderX"><hr noshade="noshade" size="1" style="color:#cccccc" /></td></tr>
77                         {/endif}
78                         <tr>
79                                 <td class="noBorderX">
80                                         <img src="{URL}{tech.building.picture}" alt="" />
81                                 </td>
82                                 <td class="noBorderX">{tech.building.name}</td>
83                                 <td class="noBorderX" valign="top">
84                                 {if tech.building.buildcosts.list}
85                                         <!-- BEGIN tech.building.buildcosts.listitem -->
86                                                 <img style="vertical-align:middle" src="{res.image}" alt="" />{res.cargo}
87                                         <!-- END tech.building.buildcosts.listitem -->
88                                 {else}
89                                         --
90                                 {/endif}
91                                 </td>
92                                 <td class="noBorderX" valign="top">
93                                 {if tech.building.consumes.list}
94                                         <!-- BEGIN tech.building.consumes.listitem -->
95                                                 <img style="vertical-align:middle" src="{res.image}" alt="" />{res.cargo}
96                                         <!-- END tech.building.consumes.listitem -->
97                                 {else}
98                                         -
99                                 {/endif}
100                                 </td><td class="noBorderX" valign="top">
101                                 {if tech.building.produces.list}
102                                         <!-- BEGIN tech.building.produces.listitem -->
103                                                 <img style="vertical-align:middle" src="{res.image}" alt="" />{res.cargo}
104                                         <!-- END tech.building.produces.listitem -->
105                                 {else}
106                                         -
107                                 {/endif}
108                                 </td><td class="noBorderX" valign="top">
109                                 {if tech.building.arbeiter}
110                                         <img src="{URL}data/interface/narbeiter.gif" alt="Arbeiter" />{tech.building.arbeiter}
111                                 {else}
112                                         -
113                                 {/endif}
114                                 </td><td class="noBorderX" valign="top">
115                                 {if tech.building.bewohner}
116                                         <img src="{URL}data/interface/arbeiter.gif" alt="Bev&ouml;lkerung" />{tech.building.bewohner}
117                                 {else}
118                                         -
119                                 {/endif}
120                                 </td>
121                         </tr>
122                 <!-- END tech.buildings.listitem -->                           
123                 </table>
124         {!table_end}
125 <br />
126 <br />
127 {/endif}
128
129 {if tech.cores.list}
130         {!table_begin 900,left}
131                 <table class="noBorderX" width="100%">
132                 <tr>
133                         <td class="noBorderX" width="100" colspan="2">Core</td>
134                         <td class="noBorderX">Baukosten</td>
135                         <td class="noBorderX" width="100">Verbrauch</td>
136                         <td class="noBorderX" width="130">Produktion</td>
137                         <td class="noBorderX" width="90">Arbeiter</td>
138                         <td class="noBorderX" width="100">Effekt</td>
139                 </tr>
140                 <!-- BEGIN tech.cores.listitem -->
141                         {if tech.core.hr}
142                                 <tr><td colspan="7" class="noBorderX"><hr noshade="noshade" size="1" style="color:#cccccc" /></td></tr>
143                         {/endif}
144                         <tr>
145                         <td class="noBorderX">
146                                 <img src="{URL}data/starmap/kolonie{tech.core.astitype}_lrs/kolonie{tech.core.astitype}_lrs.jpg" alt="" />
147                         </td>
148                         <td class="noBorderX">{tech.core.name}&nbsp;</td>
149                         <td class="noBorderX" valign="top">
150                                 {if tech.core.buildcosts.list}
151                                         <!-- BEGIN tech.core.buildcosts.listitem -->
152                                                 <img style="vertical-align:middle" src="{res.image}" alt="" />{res.cargo}
153                                         <!-- END tech.core.buildcosts.listitem -->
154                                 {else}
155                                         -
156                                 {/endif}
157                         </td>
158                         <td class="noBorderX" valign="top">
159                                 {if tech.core.consumes.list}
160                                         <!-- BEGIN tech.core.consumes.listitem -->
161                                                 <img style="vertical-align:middle" src="{res.image}" alt="" />{res.cargo}
162                                         <!-- END tech.core.consumes.listitem -->
163                                 {else}
164                                         -
165                                 {/endif}
166                         </td>
167                         <td class="noBorderX" valign="top">
168                                 {if tech.core.produces.list}
169                                         <!-- BEGIN tech.core.produces.listitem -->
170                                                 <img style="vertical-align:middle" src="{res.image}" alt="" />{res.cargo}
171                                         <!-- END tech.core.produces.listitem -->
172                                 {else}
173                                         -
174                                 {/endif}
175                         </td>
176                         <td class="noBorderX" valign="top">
177                                 {if tech.core.arbeiter}
178                                         <img src="{URL}data/interface/narbeiter.gif" alt="Arbeiter" />{tech.core.arbeiter}
179                                 {else}
180                                         -
181                                 {/endif}
182                         </td>
183                         <td class="noBorderX" valign="top">
184                                 {if tech.core.bewohner}
185                                         <img src="{URL}data/interface/arbeiter.gif" alt="Bev&ouml;lkerung" />{tech.core.bewohner}
186                                 {else}
187                                         -
188                                 {/endif}
189                         </td>
190                         </tr>
191                 <!-- END tech.cores.listitem -->
192                 </table>
193         {!table_end}
194 {/endif}
195
196 {if tech.ships.list}
197         {!table_begin 900,left}
198                 <table class="noBorderX" width="100%">
199                 <tr>
200                         <td class="noBorderX" width="130">Schiff</td>
201                         <td class="noBorderX" width="470">Kosten</td>
202                         <td class="noBorderX">Ben&ouml;tigt au&szlig;.</td>
203                 </tr>
204                 <!-- BEGIN tech.ships.listitem -->
205                         {if tech.ship.hr}
206                                 <tr><td colspan="3" class="noBorderX"><hr noshade="noshade" size="1" style="color:#cccccc" /></td></tr>
207                         {/endif}
208                         <tr>
209                                 <td class="noBorderX">
210                                         <a onmouseover="return overlib('{tech.ship.name}',TIMEOUT,0,DELAY,400,WIDTH,100);" onmouseout="return nd();" class="noborder" href="./ds?module=schiffinfo&sess={global.sess}&ship={tech.ship.id}">
211                                                 <img border="0" src="{tech.ship.picture}" alt="" />
212                                         </a>
213                                 </td>
214                                 <td class="noBorderX">
215                                         {if tech.ship.dauer}
216                                                 <img src="{URL}data/interface/time.gif" alt="Dauer" />{tech.ship.dauer}
217                                         {/endif}
218                                         <!-- BEGIN tech.ship.costs.listitem -->
219                                                 <img style="vertical-align:middle" src="{res.image}" alt="" />{res.cargo}
220                                         <!-- END tech.ship.costs.listitem -->
221                                         {if tech.ship.ekosten}
222                                                 <img src="{URL}data/interface/energie.gif" alt="Energie" />{tech.ship.ekosten}
223                                         {/endif}
224                                         {if tech.ship.crew}
225                                                 <img src="{URL}data/interface/narbeiter.gif" alt="Crew" />{tech.ship.crew}
226                                         {/endif}
227                                 </td>
228                                 <td class="noBorderX">
229                                         <!-- BEGIN tech.ship.techs.listitem -->
230                                                 {if tech.ship.tech.break}
231                                                         ,<br />
232                                                 {/endif}
233                                                 {!link_to $tech.ship.tech.name, default, res:$tech.ship.tech.id}
234                                         <!-- END tech.ship.techs.listitem -->
235                                 </td>
236                         </tr>
237                 <!-- END tech.ships.listitem -->
238                 </table>
239         {!table_end}
240         <br />
241         <br />
242 {/endif}
243
244 {if tech.ammo.list}
245         {!table_begin 900,left}
246                 <table class="show" cellpadding="2" cellspacing="2">
247                 <tr>
248                         <td colspan="2" class="noBorderX">Munition</td>
249                         <td class="noBorderX">Kosten</td>
250                         <td class="noBorderX" width="210">Daten</td>
251                         <td class="noBorderX">Waffen</td>
252                 </tr>
253                 <!-- BEGIN tech.ammo.listitem -->
254                         {if tech.ammo.hr}
255                                 <tr><td colspan="5" class="noBorderX"><hr noshade="noshade" size="1" style="color:#cccccc" /></td></tr>
256                         {/endif}
257                         <tr>
258                                 <td class="noBorderX" width="120">
259                                         {!link_to $tech.ammo.name, details, module:iteminfo, item:$tech.ammo.itemid}
260                                         <a class="ok" style="font-size:12pt" href="#" onmouseover="return overlib('<span class=\'verysmallfont\'>{tech.ammo.description}</span>',TIMEOUT,0,DELAY,400,WIDTH,200);" onmouseout="return nd();">
261                                                 <img border="0" style="vertical-align:middle" src="{URL}data/interface/forschung/info.gif" alt="i" />
262                                         </a>
263                                 </td>
264                                 <td class="noBorderX">
265                                         <img src="{URL}data/ammo/{tech.ammo.picture}" alt="[Kein Bild]" />
266                                 </td>
267                                 <td class="noBorderX">
268                                         <img src="{URL}data/interface/time.gif" alt="Dauer" />{tech.ammo.dauer}
269                                         <!-- BEGIN tech.ammo.buildcosts.listitem -->
270                                                 <img style="vertical-align:middle" src="{res.image}" alt="" />{res.cargo}
271                                         <!-- END tech.ammo.buildcosts.listitem -->
272                                 </td>
273                                 <td class="noBorderX">
274                                         {tech.ammo.data}
275                                 </td>
276                                 <td class="noBorderX">
277                                         {tech.ammo.weapons}
278                                 </td>
279                 <!-- END tech.ammo.listitem -->
280                 </table>
281         {!table_end}
282 {/endif}
Note: See TracBrowser for help on using the browser.