root/templates/ersteigern.html

Revision a12b55036fddf1151cd850b7a617d070a3ec67bf, 28.2 kB (checked in by Christopher Jung <bktheg@web.de>, 3 months ago)

[feature] Automatisierung von DI-Auftraegen

  • Property mode set to 100644
Line 
1 <table class="show" cellspacing="2" cellpadding="2">
2 <tr>
3 <td class="noBorderS">
4         <div align="center">
5                 <span class="verysmallfont">
6                         <a style="font-size:12px" class="profile" name="factionmenu" id="factionmenu"
7                                 onclick="javascript:overlib('{global.factionmenu}', REF,'factionmenu', REFY,22,FGCLASS,'gfxtooltip',BGCLASS,'gfxclass',TEXTFONTCLASS,'gfxclass',NOCLOSE,STICKY);"
8                                 onmouseout="return nd();"
9                                 href="#">{global.faction.name}<img style="vertical-align:middle; border:0px" src="{URL}data/interface/uebersicht/icon_dropdown.gif" alt="" /></a>
10                         <hr style="height:1px; border:0px; background-color:#606060; color:#606060" />
11                         {user.konto} RE
12                 </span>
13         </div>
14 </td>
15 <td class="noBorder">&nbsp;</td>
16 <td class="noBorder">
17         {!table_begin $global.menusize,center}
18                 {if faction.general}
19                         {!link_to Allgemeines, general, faction:$global.faction}
20                 {/endif}
21                 {if faction.versteigerung}
22                         {!link_to Versteigerungen, versteigerung, faction:$global.faction}
23                 {/endif}
24                 {if faction.paket}
25                         {if gtu.paket}
26                                 &nbsp;&nbsp;|&nbsp;&nbsp;{!link_to Paket, paket, faction:$global.faction}
27                         {else}
28                                 &nbsp;&nbsp;|&nbsp;&nbsp;<span style="font-weight:bold; font-size:16px">Paket</span>
29                         {/endif}
30                 {/endif}
31                 {if faction.angebote}
32                         &nbsp;&nbsp;|&nbsp;&nbsp;{!link_to Angebote, angebote, faction:$global.faction}
33                 {/endif}
34                 {if faction.shop}
35                         &nbsp;&nbsp;|&nbsp;&nbsp;{!link_to Shop, shop, faction:$global.faction}
36                 {/endif}
37                 {if faction.ausbau}
38                         &nbsp;&nbsp;|&nbsp;&nbsp;{!link_to Ausbau, ausbau, faction:$global.faction}
39                 {/endif}
40                 {if faction.other}
41                         &nbsp;&nbsp;|&nbsp;&nbsp;{!link_to Sonstiges, other, faction:$global.faction}
42                 {/endif}
43         {!table_end}
44 </td>
45 </tr></table>
46 <div class="smallfont">
47         <br />
48         {if show.lowres}
49                 <span style="color:red">Zuwenig RE auf ihrem Konto</span><br />
50                 <br />
51         {/endif}
52
53         {if show.highestbid}
54                 Sie sind der h&ouml;chstbietende<br />
55                 <br />
56         {/endif}
57
58         {if show.newcoords}
59                 Neue Lieferkoordinate gespeichert<br /><br />
60         {/endif}
61        
62         {if show.message}
63                 {show.message}<br /><br />
64         {/endif}
65 </div>
66 {if show.ueberweisen}
67         {!table_begin 400,center}
68                 {ueberweisen.betrag} RE an {ueberweisen.to.name} ({ueberweisen.to}) &uuml;berweisen?<br />
69                 {!link_to ja, ueberweisen, css_class:ok, to:$ueberweisen.to, count:$ueberweisen.betrag.plain, ack:yes, faction:$global.faction}&nbsp;|&nbsp;
70                 {!link_to nein, other, css_class:error, faction:$global.faction}<br />
71         {!table_end}
72         <br />
73 {/endif}
74
75 {if show.bid.entry}
76         {!table_begin 630,left}
77                 <form action="./ds" method="post">
78                 <table class="noBorderX" cellspacing="3" cellpadding="3">
79                 <tr>
80                         <td class="noBorderX" align="center">Typ</td><td class="noBorderX">H&ouml;chstbietender</td><td class="noBorderX"></td>
81                 </tr>
82                 <tr>
83                         <td class="noBorderX" valign="middle" align="center">
84                                 {if entry.count > 1}
85                                         <span style="font-size:12px">{entry.count}x</span>
86                                 {/endif}
87                                 <a class="noborder" onmouseover="return overlib('{entry.type.name}',TIMEOUT,0,DELAY,400,WIDTH,100);" onmouseout="return nd();"  href="{entry.link}">
88                                         <img style="vertical-align:middle; border:0px; {if entry.width}width:{entry.width}px; {/endif} {if entry.height}height:{entry.height}px{/endif}" src="{entry.type.image}" alt="" />
89                                 </a>
90                         </td>
91                         {if bid.player}
92                                 <td class="noBorderX">{!link_to $bid.player,default,module:userprofile,css_class:profile,user:$bid.player.id}</td>
93                         {else}
94                                 <td class="noBorderX">?</td>
95                         {/endif}
96                         <td class="noBorderX">
97                                 {!form_create_hidden bidEntry, auk:$bid.id, faction:$global.faction}
98                                 <input name="bid" type="text" size="15" value="{bid.price}" />
99                                 <input type="submit" value="bieten" />
100                         </td>
101                 </tr>
102                 </table>
103                 </form>
104         {!table_end}
105 {/endif}
106
107 {if show.bid.paket}
108         {!table_begin 350,center}
109                 <form action="./ds" method="post">
110                         <div>
111                                 <div style="text-align:center;font-weight:bold; font-size:14px">&gt;&gt;Paket&lt;&lt;</div><br /><br />
112                                 Bieten: <input name="bid" type"text" size="15" value="{bid.price}" />
113                                 {!form_create_hidden bidPaket, auk:$bid.id, faction:$global.faction}
114                                 <input type="submit" value="bieten" />
115                         </div>
116                 </form>
117         {!table_end}
118 {/endif}
119
120 {if show.versteigerungen}
121         {if gtuzwischenlager.list}
122                 {!table_begin 630,left}
123                         <span style="color:red">Es warten noch Waren an folgenden GTU-Posten auf Abholung:</span><br />
124                         <ul>
125                         <!-- BEGIN gtuzwischenlager.listitem -->
126                                 <li>{gtuzwischenlager.name} - {gtuzwischenlager.system}:{gtuzwischenlager.x}/{gtuzwischenlager.y}</li>
127                         <!-- END gtuzwischenlager.listitem -->
128                         </ul>
129                 {!table_end}
130                 <br />
131         {/endif}
132        
133         {!table_begin 630,left}
134                 <table class="noBorderX" cellspacing="3" cellpadding="3" width="100%">
135                 <tr><td class="noBorderX" align="center" style="width:170px">Typ</td><td class="noBorderX">Gebot</td><td class="noBorderX">H&ouml;chstbietender</td><td class="noBorderX">Dauer</td></tr>
136                 <!-- BEGIN entry.listitem -->
137                 <tr>
138                         <td class="noBorderX" align="center" valign="middle">
139                                 <span class="nobr">
140                                         {if entry.count > 1}
141                                                 <span style="font-size:12px">{entry.count}x</span>
142                                         {/endif}
143                                         <a class="noborder" onmouseover="return overlib('{entry.type.name}',TIMEOUT,0,DELAY,400,WIDTH,100);" onmouseout="return nd();" href="{entry.link}">
144                                                 <img style="vertical-align:middle; border:0px" {if entry.width}width="{entry.width}"{/endif} {if entry.height}height="{entry.height}"{/endif} src="{entry.type.image}" alt="" />
145                                         </a>
146                                 </span>
147                         </td>
148                         <td class="noBorderX">
149                                 {if entry.user}
150                                         <span style="color:yellow" onmouseover="return overlib('Diese Versteigerung wird von einem Spieler durchgef&uuml;hrt',TIMEOUT,0,DELAY,400,WIDTH,200);" onmouseout="return nd();">
151                                                 {entry.preis}
152                                         </span>
153                                 {else}
154                                         {entry.preis}
155                                 {/endif}
156                         </td>
157                         <td class="noBorderX">
158                                 {if entry.bieter}
159                                         {!link_to $entry.bieter, default, css_class:profile, module:userprofile, user:$entry.bieter.id}
160                                 {else}
161                                         ?
162                                 {/endif}
163                                 {if entry.user.name}
164                                         <br />
165                                         [{!link_to $entry.user.name, default, css_class:profile, module:userprofile, user:$entry.user.id}]
166                                 {/endif}
167                         </td>
168                         <td class="noBorderX">{entry.dauer}</td>
169                         <td class="noBorderX" align="center">
170                                 {if entry.ownauction}
171                                         <span style="color:yellow">Eigene Versteigerung</span>
172                                 {else}
173                                         {!link_to &uuml;berbieten, bidEntry, auk:$entry.aukid, bid:0, faction:$global.faction}
174                                 {/endif}
175                         </td>
176                 </tr>
177                 <!-- END entry.listitem -->
178
179                 </table><br />
180         {!table_end}
181         <div class="smallfont">
182                 <br />
183                 <br />
184         </div>
185         <form action="./ds" method="post">
186                 <div class="smallfont">
187                         Schiffe ordern in <select name="favsys" size="1">
188                         <!-- BEGIN gtu.dropzones.listitem -->
189                                 <option value="{dropzone.system.id}" {if dropzone.selected}selected="selected"{/endif}>{dropzone.system.name} ({dropzone.system.id})</option>
190                         <!-- END gtu.dropzones.listitem -->
191                         </select>
192                         {!form_create_hidden changeDropZone, faction:$global.faction}
193                         <input type="submit" value="speichern" />
194                 </div>
195         </form>
196 {/endif}
197 {if show.pakete}
198         {if paket.id}
199                 {!table_begin 530,center}
200                         <table class="noBorderX">
201                         <tr>
202                                 <td class="noBorderX">H&ouml;chstbietender:</td>
203                                 {if paket.bieter}
204                                         <td class="noBorderX">&nbsp;&nbsp;{!link_to $paket.bieter,default,module:userprofile,css_class:profile,user:$paket.bieter.id}</td>
205                                 {else}
206                                         <td class="noBorderX">&nbsp;&nbsp;?</td>
207                                 {/endif}
208                         </tr>
209                         <tr><td class="noBorderX" align="right">Dauer:</td><td class="noBorderX">&nbsp;&nbsp;{paket.dauer}</td></tr>
210                         <tr><td class="noBorderX" align="right">Preis:</td><td class="noBorderX">&nbsp;&nbsp;{paket.preis} RE</td></tr>
211                         <tr><td class="noBorderX" colspan="2" align="center">{!link_to &gt;&gt;&gt; &uuml;berbieten &lt;&lt;&lt;, bidPaket, auk:$paket.id, bid:0, faction:$global.faction}</td></tr>
212                         </table>
213                 {!table_end}
214                 <br />
215                 {!table_begin 360,center}
216                         <table class="noBorderX" cellspacing="3" cellpadding="3" width="100%">
217                         <tr><td class="noBorderX" align="center">Typ</td><td style="width:150px" class="noBorderX">Name</td></tr>
218                         <!-- BEGIN paket.reslistitem -->
219                                 <tr>
220                                         <td class="noBorderX" align="right">
221                                                 {if res.count}{res.count}x {/endif}
222                                                 <img style="vertical-align:middle; border:0px" src="{res.image}" {if res.fixedsize}height="50" width="50"{/endif} alt="" />
223                                         </td>
224                                         <td class="noBorderX">{res.name}</td>
225                                 </tr>
226                         <!-- END paket.reslistitem -->
227                         <!-- BEGIN paket.shiplistitem -->
228                                 <tr><td class="noBorderX"><a class="noborder" href="./ds?module=schiffinfo&amp;sess={global.sess}&amp;ship={ship.type}"><img style="border:0px" src="{ship.type.image}" alt="" /></a></td>
229                                 <td class="noBorderX">{ship.type.name}</td></tr>
230                         <!-- END paket.shiplistitem -->
231                         </table>
232                 {!table_end}
233         {else}
234                 {!table_begin 530,center}
235                         Aktuell wird kein Paket angeboten
236                 {!table_end}   
237         {/endif}
238 {/endif}
239 {if show.angebote}
240         <div class="smallfont">
241                 <div style="text-align:center">Sollten sie Interesse an einem Angebot haben, kontaktieren sie uns via PM unter der ID {global.faction}</div>
242                 <br />
243         </div>
244         <table class="noBorder" cellpadding="4" cellspacing="4" width="81%">
245         <tr>
246                 <!-- BEGIN angebote.item -->
247                 <td class="noBorder" style="width:27%" valign="top">
248                         {!table_begin 100%,center}
249                                 <div style="font-weight:bold; font-size:15px; text-align:center">{angebot.title}<br />
250                                 <img src="{URL}{angebot.image}" alt="" /></div><br />
251                                 <div style="text-align:left">
252                                         {angebot.description}
253                                 </div>
254                         {!table_end}
255                 </td>
256                 {if angebot.linebreak}
257                 </tr>
258                 <tr>
259                 {/endif}
260                 <!-- END angebote.item -->
261                
262                 <!-- BEGIN angebote.emptyitem -->
263                         <td class="noBorderS" width="25%">&nbsp;</td>
264                 <!-- END angebote.emptyitem -->
265         </tr>
266         </table>
267 {/endif}
268 {if show.ausbau}
269         <form name="form_ausbau" action="./ds" method="post">
270                 <div style="text-align:center">
271                         {!form_create_hidden ausbau, faction:$global.faction}
272                         <script type="text/javascript">
273                                 var felderPreis = 0;
274                                 var cargoPreis = 0;
275                                 var felderBBS = 0;
276                                 var cargoBBS = 0;
277                                 var felderErz = 0;
278                                 var cargoErz = 0;
279
280                                 function updateFelder(preis, bbs, erz) {
281                                         felderPreis = parseInt(preis);
282                                         felderBBS = parseInt(bbs);
283                                         felderErz = parseInt(erz);
284                                         updateCosts();
285                                 }
286
287                                 function updateCargo(preis, bbs, erz) {
288                                         cargoPreis = parseInt(preis);
289                                         cargoBBS = parseInt(bbs);
290                                         cargoErz = parseInt(erz);
291                                         updateCosts();
292                                 }
293
294                                 function updateCosts() {
295                                         document.getElementById("RE_Display").firstChild.nodeValue = felderPreis + cargoPreis;
296                                         document.getElementById("BBS_Display").firstChild.nodeValue = felderBBS + cargoBBS;
297                                         document.getElementById("Erz_Display").firstChild.nodeValue = felderErz + cargoErz;
298                                 }
299                         </script>
300                         {!table_begin 650,center}
301                         <table class="noBorderX" width="100%">
302                                 <tr>
303                                         <td class="noBorderX" style="width=150px; text-align:right">
304                                                 Asteroid:
305                                         </td>
306                                         <td class="noBorderX" style="width:20px">
307                                                 &nbsp;
308                                         </td>
309                                         <td class="noBorderX" style="text-align:left">
310                                                 <select name="astiid" size="1" style="width:220px" onchange="document.getElementsByName('form_ausbau')[0].value = 0; document.getElementsByName('form_ausbau')[0].submit()">
311                                                 <!-- BEGIN ausbau.asti.listitem -->
312                                                         <option value="{asti.id}" {if asti.selected}selected="selected"{/endif}>{asti.name} ({asti.id})</option>
313                                                 <!-- END ausbau.asti.listitem -->
314                                                 </select>
315                                         </td>
316                                 </tr>
317                                 <tr>
318                                         <td class="noBorderX" style="width:150px; text-align:right">
319                                                 Colonizer:
320                                         </td>
321                                         <td class="noBorderX" style="width:20px">
322                                                 &nbsp;
323                                         </td>
324                                         <td class="noBorderX" style="text-align:left">
325                                                 <select name="colonizerid" size="1" style="width:220px">
326                                                 <!-- BEGIN ausbau.colonizer.listitem -->
327                                                         <option value="{colonizer.id}">{colonizer.name} ({colonizer.id})</option>
328                                                 <!-- END ausbau.colonizer.listitem -->
329                                                 </select>
330                                         </td>
331                                 </tr>
332                                 <tr>
333                                         <td class="noBorderX" style="width:150px; text-align:right">
334                                                 Felder-Erweiterung:
335                                         </td>
336                                         <td class="noBorderX" style="width:20px">
337                                                 &nbsp;
338                                         </td>
339                                         <td class="noBorderX" style="text-align:left">
340                                                 <select name="felder" size="1" style="width:220px">
341                                                 <!-- BEGIN ausbau.felder.listitem -->
342                                                         <option value="{felder.id}" onclick="updateFelder({felder.preis}, {felder.bbs}, {felder.erz})">+ {felder.mod} Felder</option>
343                                                 <!-- END ausbau.felder.listitem -->
344                                                 </select>
345                                         </td>
346                                 </tr>
347                                 <tr>
348                                         <td class="noBorderX" style="width:150px; text-align:right">
349                                                 Cargo-Erweiterung:
350                                         </td>
351                                         <td class="noBorderX" style="width:20px">
352                                                 &nbsp;
353                                         </td>
354                                         <td class="noBorderX" style="text-align:left">
355                                                 <select name="cargo" size="1" style="width:220px">
356                                                 <!-- BEGIN ausbau.cargo.listitem -->
357                                                         <option value="{cargo.id}" onclick="updateCargo({cargo.preis}, {cargo.bbs}, {cargo.erz})">+ {cargo.mod} Lagerraum</option>
358                                                 <!-- END ausbau.cargo.listitem -->
359                                                 </select>
360                                         </td>
361                                 </tr>
362                                 <tr>
363                                         <td class="noBorderX" style="width:150px; text-align:right">
364                                                 Zahlungsmethode:
365                                         </td>
366                                         <td class="noBorderX" style="width:20px">
367                                                 &nbsp;
368                                         </td>
369                                         <td class="noBorderX" style="text-align:left">
370                                                 <input type="radio" name="bar" value="0" checked="checked">Konto
371                                                 <input type="radio" name="bar" value="1"> BAR <br />
372                                         </td>
373                                 </tr>
374                                 <tr>
375                                         <td class="noBorderX" style="width:150px; text-align:right">
376                                                 RE:
377                                         </td>
378                                         <td class="noBorderX" style="width:20px">
379                                                 &nbsp;
380                                         </td>
381                                         <td class="noBorderX" style="text-align:left" id="RE_Display">
382                                         0
383                                         </td>
384                                 </tr>
385                                 <tr>
386                                         <td class="noBorderX" style="width:150px; text-align:right;white-space:nowrap">
387                                                 <img style="text-align:middle" src="{bbs.image}" alt="{bbs.name}" />{bbs.name}:
388                                         </td>
389                                         <td class="noBorderX" style="width:20px">
390                                                 &nbsp;
391                                         </td>
392                                         <td class="noBorderX" style="text-align:left" id="BBS_Display">
393                                         0
394                                         </td>
395                                 </tr>
396                                 <tr>
397                                         <td class="noBorderX" style="width:150px; text-align:right;white-space:nowrap">
398                                                 <img style="text-align:middle" src="{erz.image}" alt="{erz.name}" />{erz.name}:
399                                         </td>
400                                         <td class="noBorderX" style="width:20px">
401                                                 &nbsp;
402                                         </td>
403                                         <td class="noBorderX" style="text-align:left" id="Erz_Display">
404                                         0
405                                         </td>
406                                 </tr>
407                                 <tr>
408                                         <td class="noBorderX" colspan="3" style="text-align:center">
409                                                 <hr style="height:1px; border:0px; background-color:#606060; color:#606060" />
410                                                 <input type="submit" style="width:110px" value="bestellen" />
411                                         </td>
412                                 </tr>
413                         </table>
414                         {!table_end}
415                 </div>
416         </form>
417 {/endif}
418 {if show.other}
419         <form action="./ds" method="post">
420                 <div class="smallfont">
421                         <input name="count" type="text" value="0">
422                         <select name="to">
423                         <!-- BEGIN ueberweisen.listitem -->
424                                 <option value="{target.id}">{target.name} ({target.id})
425                         <!-- END ueberweisen.listitem -->
426                         </select>
427                         {!form_create_hidden ueberweisen, faction:$global.faction}
428                         <input type="submit" value="&uuml;berweisen" />
429                 </span>
430         </form>
431         <div class="smallfont">
432                 <br />
433                 <br />
434         </div>
435         <table width="650" class="noBorder">
436         <tr>
437                 <td class="noBorderS">
438                         Die letzten 40 Kontobewegungen:
439                 </td>
440                 <td class="noBorderS" style="text-align:right">
441                         <form action="ds" method="post">
442                         <div class="smallfont">
443                                 {!form_create_hidden showKontoTransactionType,faction:$global.faction,type:$konto.newtranstype}
444                                 <input type="submit" value="{konto.newtranstype.name}" />
445                         </div>
446                         </form>
447                 </td>
448         </tr>
449         </table>
450         {!table_begin 650,left}
451                 <div style="height:200px; width:610px; overflow:auto; padding:4px">
452                         <table class="noBorderX" width="100%">
453                         <tr>
454                                 <td class="noBorderX" align="center">Zeitpunkt</td>
455                                 <td class="noBorderX" align="center">Von/An</td>
456                                 <td class="noBorderX" align="center">Betrag</td>
457                                 <td class="noBorderX" align="center">Grund</td>
458                         </tr>
459                         <tr>
460                                 <td class="noBorderX" colspan="4">
461                                         <hr noshade="noshade" size="1" style="color:#cccccc" />
462                                 </td>
463                         </tr>
464                         <!-- BEGIN moneytransfer.listitem -->
465                                 <tr>
466                                         <td width="90" class="noBorderX" align="center">
467                                                 {moneytransfer.time}
468                                         </td>
469                                         <td class="noBorderX" style="width:130px" align="center">
470                                                 {!link_to $moneytransfer.player, default, module:userprofile, css_class:profile, user:$moneytransfer.player.id}
471                                         </td>
472                                         <td style="width:100px; color:{if moneytransfer.from}red{else}green{/endif}; text-align:center" class="noBorderX">
473                                                 {moneytransfer.count}
474                                         </td>
475                                         <td class="noBorderX">
476                                                 {moneytransfer.reason}
477                                         </td>
478                                 </tr>
479                         <!-- END moneytransfer.listitem -->
480                         </table>
481                 </div>
482         {!table_end}
483         <div class="smallfont">
484                 <br />
485                 <br />Kurse:<br />
486         </div>
487
488         <table class="noBorder" cellpadding="3"><tr>
489         <!-- BEGIN kurse.listitem -->
490                 <td class="noBorder" valign="top">
491                 {!table_begin 230,left}
492                         <span style="text-decoration:underline">{posten.name}:</span><br />
493                         <!-- BEGIN kurse.waren.listitem -->
494                                 <img src="{ware.image}" alt="" />
495                                 {if ware.preis}{ware.preis} RE{else}Kein bedarf{/endif}<br />
496                         <!-- END kurse.waren.listitem -->
497                 {!table_end}
498                 </td>
499         <!-- END kurse.listitem -->
500         </tr></table>
501 {/endif}
502 {if show.general}
503         {!table_begin 530,center}
504                 <div style="text-align:center;font-size:25px;font-style:italic;font-weight:bold">
505                         {global.faction.name}
506                 </div>
507                 <br />
508                 {global.faction.text}
509         {!table_end}
510 {/endif}
511 {if show.shopOrderGanymedeSummary}
512         {!table_begin 530}
513                 <div style="text-align:center;font-size:16px">
514                         Ganymede-Transport
515                         <br />
516                         <br />
517                 </div>
518                 <table class="noBorderX" width="90%">
519                 <tr>
520                         <td class="noBorderX" style="width:150px; text-align:right">
521                                 Objekt:
522                         </td>
523                         <td class="noBorderX" style="width:20px">
524                                 &nbsp;
525                         </td>
526                         <td class="noBorderX" style="text-align:left">
527                                 {ganymede.name} ({ganymede.id})
528                         </td>
529                 </tr>
530                 <tr>
531                         <td class="noBorderX" style="width:150px; text-align:right">
532                                 Von:
533                         </td>
534                         <td class="noBorderX" style="width:20px">
535                                 &nbsp;
536                         </td>
537                         <td class="noBorderX" style="text-align:left">
538                                 {source.system}:{source.x}/{source.y}
539                         </td>
540                 </tr>
541                 <tr>
542                         <td class="noBorderX" style="width:150px; text-align:right">
543                                 Nach:
544                         </td>
545                         <td class="noBorderX" style="width:20px">
546                                 &nbsp;
547                         </td>
548                         <td class="noBorderX" style="text-align:left">
549                                 {target.system}:{target.x}/{target.y}
550                         </td>
551                 </tr>
552                 <tr>
553                         <td class="noBorderX" style="width:150px; text-align:right">
554                                 Preis:
555                         </td>
556                         <td class="noBorderX" style="width:20px">
557                                 &nbsp;
558                         </td>
559                         <td class="noBorderX" style="text-align:left">
560                                 {transport.price}
561                         </td>
562                 </tr>
563                 {if transport.enableOrder}
564                         <tr>
565                                 <td class="noBorderX" colspan="3" style="text-align:center">
566                                         <form action="./ds" method="post">
567                                                 {!form_create_hidden shopOrderGanymedeSummary,faction:$global.faction,sourcesystem:$source.system,ganymedeid:$ganymede.id,targetsystem:$target.system,targetx:$target.x,targety:$target.y,transport:1}
568                                                 <hr style="height:1px; border:0px; background-color:#606060; color:#606060" />
569                                                 <input type="submit" style="width:110px" value="bestellen" />
570                                         </form>
571                                 </td>
572                         </tr>
573                 {/endif}
574                 </table>
575         {!table_end}
576 {/endif}
577 {if show.shopOrderGanymede}
578         {!table_begin 530}
579                 <div style="text-align:center;font-size:16px">
580                         Ganymede-Transport
581                         <br />
582                         <br />
583                 </div>
584                 {if ganytrans.sourcesystem.list}
585                         <form name="form_ganytrans" action="./ds" method="post">
586                                 <div style="text-align:center">
587                                         {!form_create_hidden shopOrderGanymede, faction:$global.faction}
588                
589                                         <table class="noBorderX" width="90%">
590                                         <tr>
591                                                 <td class="noBorderX" style="width:150px; text-align:right">
592                                                         Ausgangssystem:
593                                                 </td>
594                                                 <td class="noBorderX" style="width:20px">
595                                                         &nbsp;
596                                                 </td>
597                                                 <td class="noBorderX" style="text-align:left">
598                                                         <select name="sourcesystem" size="1" style="width:220px" onchange="document.getElementsByName('form_ganytrans')[0].submit()">
599                                                         <!-- BEGIN ganytrans.sourcesystem.listitem -->
600                                                                 <option value="{sourcesystem.id}" {if sourcesystem.selected}selected="selected"{/endif}>{sourcesystem.name}{if sourcesystem.id} ({sourcesystem.id}){/endif}</option>
601                                                         <!-- END ganytrans.sourcesystem.listitem -->
602                                                         </select>
603                                                 </td>
604                                         </tr>
605                                         {if sourcesystem.known}
606                                                 <tr>
607                                                         <td class="noBorderX" style="width:150px; text-align:right">
608                                                                 Ganymede:
609                                                         </td>
610                                                         <td class="noBorderX" style="width:20px">
611                                                                 &nbsp;
612                                                         </td>
613                                                         <td class="noBorderX" style="text-align:left">
614                                                                 <select name="ganymedeid" size="1" style="width:220px">
615                                                                 <!-- BEGIN ganytrans.ganymedes.listitem -->
616                                                                         <option value="{ganymede.id}" {if ganymede.selected}selected="selected"{/endif}>{ganymede.name} ({ganymede.id})</option>
617                                                                 <!-- END ganytrans.ganymedes.listitem -->
618                                                                 </select>
619                                                         </td>
620                                                 </tr>
621                                                 <tr>
622                                                         <td class="noBorderX" style="width:150px; text-align:right">
623                                                                 Zielsystem:
624                                                         </td>
625                                                         <td class="noBorderX" style="width:20px">
626                                                                 &nbsp;
627                                                         </td>
628                                                         <td class="noBorderX" style="text-align:left">
629                                                                 <select name="targetsystem" size="1" style="width:220px">
630                                                                 <!-- BEGIN ganytrans.targetsystem.listitem -->
631                                                                         <option value="{targetsystem.id}" {if targetsystem.selected}selected="selected"{/endif}>{targetsystem.name}{if targetsystem.id} ({targetsystem.id}){/endif}</option>
632                                                                 <!-- END ganytrans.targetsystem.listitem -->
633                                                                 </select>
634                                                         </td>
635                                                 </tr>
636                                                 <tr>
637                                                         <td class="noBorderX" style="width:150px; text-align:right">
638                                                       &nbs