| 1 |
<span class="smallfont"> |
|---|
| 2 |
|
|---|
| 3 |
{if global.scansector} |
|---|
| 4 |
{if sector.isscanable} |
|---|
| 5 |
<table class="show" cellpadding="2"> |
|---|
| 6 |
<tr class="show"> |
|---|
| 7 |
<td class="show">ID</td> |
|---|
| 8 |
<td class="show">Besitzer</td> |
|---|
| 9 |
<td class="show">Name</td> |
|---|
| 10 |
<td class="show">Klasse</td> |
|---|
| 11 |
</tr> |
|---|
| 12 |
|
|---|
| 13 |
{if sector.nebel} |
|---|
| 14 |
<tr> |
|---|
| 15 |
<td class="show2"></td> |
|---|
| 16 |
<td class="show2"> </td> |
|---|
| 17 |
<td class="show2"> </td> |
|---|
| 18 |
<td class="show2"><img src="{URL}data/objects/nebel{sector.nebel.type}.png"></td> |
|---|
| 19 |
</tr> |
|---|
| 20 |
{/endif} |
|---|
| 21 |
{if bases.list} |
|---|
| 22 |
<!-- BEGIN bases.listitem --> |
|---|
| 23 |
<tr> |
|---|
| 24 |
<td class="show2"> |
|---|
| 25 |
<span class="smallfont"> |
|---|
| 26 |
{if base.isown} |
|---|
| 27 |
{!link_to $base.id, default, module:base, css_class:schiff, link_target:main, col:$base.id} |
|---|
| 28 |
{else} |
|---|
| 29 |
{base.id} |
|---|
| 30 |
{/endif} |
|---|
| 31 |
</span> |
|---|
| 32 |
</td> |
|---|
| 33 |
<td class="show2"> |
|---|
| 34 |
<span class="smallfont"> |
|---|
| 35 |
{if base.owner.link} |
|---|
| 36 |
{!link_to $base.owner.name, default, css_class:profile, link_target:main, module:userprofile, user:$base.owner.id} |
|---|
| 37 |
{else} |
|---|
| 38 |
{base.owner.name} |
|---|
| 39 |
{/endif} |
|---|
| 40 |
</span> |
|---|
| 41 |
</td> |
|---|
| 42 |
<td class="show2"> |
|---|
| 43 |
<span class="smallfont">{base.name}</span> |
|---|
| 44 |
{if base.size} |
|---|
| 45 |
<br /><span class="verysmallfont">Größe: {base.size}</span> |
|---|
| 46 |
{/endif} |
|---|
| 47 |
</td> |
|---|
| 48 |
<td class="show2"><img src="{URL}data/starmap/kolonie{base.klasse}_srs.png" alt="" /></td> |
|---|
| 49 |
</tr> |
|---|
| 50 |
<!-- END bases.listitem --> |
|---|
| 51 |
{/endif} |
|---|
| 52 |
{if sector.jumpnode} |
|---|
| 53 |
<tr> |
|---|
| 54 |
<td class="show2"><span class="smallfont">{jumpnode.id}</span></td> |
|---|
| 55 |
<td class="show2"> </td> |
|---|
| 56 |
<td class="show2"><span class="smallfont">{jumpnode.name}{jumpnode.blocked}</span></td> |
|---|
| 57 |
<td class="show2"><img src="{URL}data/objects/node.png" alt="" /></td> |
|---|
| 58 |
</tr> |
|---|
| 59 |
{/endif} |
|---|
| 60 |
{if battles.list} |
|---|
| 61 |
<!-- BEGIN battles.listitem --> |
|---|
| 62 |
<tr> |
|---|
| 63 |
<td class="show2"><span class="smallfont">{battle.id}</span></td> |
|---|
| 64 |
<td class="show2" align="center"> |
|---|
| 65 |
<span class="smallfont"> |
|---|
| 66 |
<img src="{URL}battle.png" alt="Schlacht"> |
|---|
| 67 |
{if battle.isquestbattle} |
|---|
| 68 |
<br /><span class="verysmallfont">[Quest]</span> |
|---|
| 69 |
{/endif} |
|---|
| 70 |
</span> |
|---|
| 71 |
</td> |
|---|
| 72 |
<td class="show2" align="center"> |
|---|
| 73 |
<span class="smallfont">{battle.party1}<br />vs<br />{battle.party2}</span> |
|---|
| 74 |
</td> |
|---|
| 75 |
<td class="show2"><span class="smallfont">{battle.shipcount} Schiffe</span></td> |
|---|
| 76 |
</tr> |
|---|
| 77 |
<!-- END battles.listitem --> |
|---|
| 78 |
{/endif} |
|---|
| 79 |
{if sector.subraumspalten} |
|---|
| 80 |
<tr> |
|---|
| 81 |
<td class="show2"><span class="smallfont">-</span></td> |
|---|
| 82 |
<td class="show2"> </td> |
|---|
| 83 |
<td class="show2"> |
|---|
| 84 |
<span class="smallfont">{sector.subraumspalten} Subraumspalte{if sector.subraumspalte > 1}n{/endif}</span> |
|---|
| 85 |
</td> |
|---|
| 86 |
<td class="show2"><img src="{URL}data/objects/subraumspalt.gif" alt="" /></td> |
|---|
| 87 |
<td class="show2"> </td> |
|---|
| 88 |
<td class="show2"></td> |
|---|
| 89 |
</tr> |
|---|
| 90 |
{/endif} |
|---|
| 91 |
{if ships.list} |
|---|
| 92 |
<!-- BEGIN ships.listitem --> |
|---|
| 93 |
<tr class="show2"> |
|---|
| 94 |
<td class="show2"> |
|---|
| 95 |
<span class="smallfont"> |
|---|
| 96 |
{if ship.isown} |
|---|
| 97 |
{!link_to $ship.id, default, module:schiff, css_class:schiff, link_target:main, ship:$ship.id} |
|---|
| 98 |
{else} |
|---|
| 99 |
{ship.id} |
|---|
| 100 |
{/endif} |
|---|
| 101 |
</span> |
|---|
| 102 |
</td> |
|---|
| 103 |
<td class="show2"> |
|---|
| 104 |
<span class="smallfont"> |
|---|
| 105 |
{if ship.ownerlink} |
|---|
| 106 |
{!link_to $ship.owner.name, default, css_class:profile, link_target:main, module:userprofile, user:$ship.owner.id} |
|---|
| 107 |
{else} |
|---|
| 108 |
{ship.owner.name} |
|---|
| 109 |
{/endif} |
|---|
| 110 |
</span> |
|---|
| 111 |
</td> |
|---|
| 112 |
<td class="show2"> |
|---|
| 113 |
<span class="smallfont"> |
|---|
| 114 |
{if ship.battle} |
|---|
| 115 |
<img src="{URL}battle_small.gif" "Schlacht" /> |
|---|
| 116 |
{/endif} |
|---|
| 117 |
{ship.name} |
|---|
| 118 |
</span> |
|---|
| 119 |
</td> |
|---|
| 120 |
<td class="show2"> |
|---|
| 121 |
<a target="main" class="noborder" onmouseover="return overlib('{ship.type.name}',TIMEOUT,0,DELAY,400,WIDTH,100);" onmouseout="return nd();" target="_blank" href="./ds?module=schiffinfo&sess={global.sess}&ship={ship.type}"> |
|---|
| 122 |
<img src="{global.user.imagepath}{ship.type.picture}" alt=""> |
|---|
| 123 |
</a> |
|---|
| 124 |
</td> |
|---|
| 125 |
</tr> |
|---|
| 126 |
<!-- END ships.listitem --> |
|---|
| 127 |
{/endif} |
|---|
| 128 |
</table> |
|---|
| 129 |
{else} |
|---|
| 130 |
<span class="smallfont">Der zu scannende Sektor liegt außerhalb der Sensorreichweite</span> |
|---|
| 131 |
{/endif} |
|---|
| 132 |
{else} |
|---|
| 133 |
<script type="text/javascript"> |
|---|
| 134 |
<!-- |
|---|
| 135 |
function scanSector(xcoord,ycoord) { |
|---|
| 136 |
document.getElementById('coords').firstChild.nodeValue = "Scan von "+xcoord+"/"+ycoord; |
|---|
| 137 |
|
|---|
| 138 |
sector.location.href = "ds?module=scan&sess={global.sess}&action=scan&ship={global.ship.id}&admin={global.admin}&baseloc={global.baseloc}&range={global.baserange}&scanx="+xcoord+"&scany="+ycoord; |
|---|
| 139 |
} |
|---|
| 140 |
--> |
|---|
| 141 |
</script> |
|---|
| 142 |
<table class="noBorder" height="100%"> |
|---|
| 143 |
<tr> |
|---|
| 144 |
<td class="noBorderS"> |
|---|
| 145 |
<div align="center" style="font-weight:bold">Sensorreichweite: {global.range}</div> |
|---|
| 146 |
</td> |
|---|
| 147 |
<td class="noBorderS"> </td> |
|---|
| 148 |
<td class="noBorderS"> |
|---|
| 149 |
<span style="font-weight:bold; color:#ff0505" name="coords" id="coords"> |
|---|
| 150 |
Scan von {global.scan.x}/{global.scan.y} |
|---|
| 151 |
</span> |
|---|
| 152 |
</td> |
|---|
| 153 |
</tr> |
|---|
| 154 |
<tr> |
|---|
| 155 |
<td class="noBorderS" valign="top"> |
|---|
| 156 |
<table cellpadding="0" cellspacing="0" class="show"> |
|---|
| 157 |
<tr> |
|---|
| 158 |
<td></td> |
|---|
| 159 |
<!-- BEGIN mapborder.listitem --> |
|---|
| 160 |
<td>{mapborder.x}</td> |
|---|
| 161 |
<!-- END mapborder.listitem --> |
|---|
| 162 |
</tr> |
|---|
| 163 |
<!-- BEGIN map.rowitem --> |
|---|
| 164 |
<tr> |
|---|
| 165 |
<td align="center" valign="middle">{map.border.y}</td> |
|---|
| 166 |
<!-- BEGIN map.listitem --> |
|---|
| 167 |
{if map.showsector} |
|---|
| 168 |
<td valign="center" align="center"> |
|---|
| 169 |
<a {map.linkclass} {map.tooltip} href="javascript:scanSector({map.x},{map.y})"> |
|---|
| 170 |
<img src="{URL}data/starmap/{map.image}{map.fleet}.png" alt="{map.image.name}" width="25" height="25" /> |
|---|
| 171 |
</a> |
|---|
| 172 |
</td> |
|---|
| 173 |
{if map.show.rightborder} |
|---|
| 174 |
<tr><td align="center" valign="middle">{map.border.y}</td> |
|---|
| 175 |
{/endif} |
|---|
| 176 |
{else} |
|---|
| 177 |
<td valign="center" align="center"> </td> |
|---|
| 178 |
{/endif} |
|---|
| 179 |
<!-- END map.listitem --> |
|---|
| 180 |
<td align="center" valign="middle">{map.border.y}</td> |
|---|
| 181 |
</tr> |
|---|
| 182 |
<!-- END map.rowitem --> |
|---|
| 183 |
<tr> |
|---|
| 184 |
<td></td> |
|---|
| 185 |
{mapborder.list} |
|---|
| 186 |
</tr> |
|---|
| 187 |
</table> |
|---|
| 188 |
|
|---|
| 189 |
<br /> |
|---|
| 190 |
<div align="center"> |
|---|
| 191 |
{!link_to neu scannen, default, ship:$global.ship.id, admin:$global.admin, baseloc:$global.baseloc, range:$global.baserange, css_class:back} | |
|---|
| 192 |
{!link_to zurück, default, css_class:back, module:schiff, ship:$global.ship.id} |
|---|
| 193 |
</div> |
|---|
| 194 |
</td> |
|---|
| 195 |
<td class="noBorderS"> </td> |
|---|
| 196 |
<td class="noBorderS" valign="top"> |
|---|
| 197 |
<iframe src="ds?module=scan&sess={global.sess}&action=scan&ship={global.ship.id}&admin={global.admin}&baseloc={global.baseloc}&range={global.baserange}&scanx={global.scan.x}&scany={global.scan.y}" name="sector" width="550" height="700" scrolling="auto" marginheight="0" marginwidth="0" frameborder="0"> |
|---|
| 198 |
Dein Browser kann leider keine iframes anzeigen. Am besten installierst du einen Browser neueren Datums wie z.B. <a class="forschinfo" href="http://www.mozilla.org">Mozilla Firefox</a> |
|---|
| 199 |
</iframe> |
|---|
| 200 |
</td> |
|---|
| 201 |
</tr> |
|---|
| 202 |
</table> |
|---|
| 203 |
{/endif} |
|---|
| 204 |
|
|---|
| 205 |
</span> |
|---|