| 1 |
<table class="show" cellpadding="2" cellspacing="2" width="100%"> |
|---|
| 2 |
<tr> |
|---|
| 3 |
<td class="Border" style="width:30%"> |
|---|
| 4 |
{if ownside.secondrow.blocked} |
|---|
| 5 |
<img style="vertical-align:middle" src="{URL}data/interface/ks/secondrow_blocked.png" alt="" title="Sie haben im Moment keine Möglichkeit in die zweite Reihe zu fliegen" /> |
|---|
| 6 |
{else} |
|---|
| 7 |
{if ownside.secondrow.stable} |
|---|
| 8 |
<img style="vertical-align:middle" src="{URL}data/interface/ks/secondrow.png" alt="" title="Ihre zweite Reihe ist im Moment stabil" /> |
|---|
| 9 |
{else} |
|---|
| 10 |
<img style="vertical-align:middle" src="{URL}data/interface/ks/secondrow_unstable.png" alt="" title="Ihre zweite Reihe ist im Moment instabil, und kann daher vom Gegner überrannt werden" /> |
|---|
| 11 |
{/endif} |
|---|
| 12 |
{/endif} |
|---|
| 13 |
<span style="color:green"> |
|---|
| 14 |
Eigene/Verbündete Schiffe |
|---|
| 15 |
</span> |
|---|
| 16 |
<span style="color:white"> |
|---|
| 17 |
{ownship.system}:{ownship.x}/{ownship.y} |
|---|
| 18 |
</span> |
|---|
| 19 |
</td> |
|---|
| 20 |
<td class="Border" style="width:30%"> |
|---|
| 21 |
Befehle |
|---|
| 22 |
</td> |
|---|
| 23 |
<td class="Border" style="width:30%"> |
|---|
| 24 |
{if enemyside.secondrow.blocked} |
|---|
| 25 |
<img style="vertical-align:middle" src="{URL}data/interface/ks/secondrow_blocked.png" alt="" title="Der Gegner hat im Moment keine Möglichkeit in die zweite Reihe zu fliegen" /> |
|---|
| 26 |
{else} |
|---|
| 27 |
{if enemyside.secondrow.stable} |
|---|
| 28 |
<img style="vertical-align:middle" src="{URL}data/interface/ks/secondrow.png" alt="" title="Die zweite Reihe ihres Gegners ist im Moment stabil" /> |
|---|
| 29 |
{else} |
|---|
| 30 |
<img style="vertical-align:middle" src="{URL}data/interface/ks/secondrow_unstable.png" alt="" title="Die zweite Reihe ihres Gegners ist im Moment instabil, und kann daher von ihnen überrannt werden" /> |
|---|
| 31 |
{/endif} |
|---|
| 32 |
{/endif} |
|---|
| 33 |
<span style="color:red"> |
|---|
| 34 |
Feindliche Schiffe |
|---|
| 35 |
{if battle.msginfo}<a href="./ds?module=angriff&sess={global.sess}&battle={battle.id}&ship={ownship.id}&scan={global.scan}&attack={enemyship.id}&ksaction=showbattlelog{global.logpagestr}&ownshipgroup={global.ownshipgroup}&enemyshipgroup={global.enemyshipgroup}&weapon={global.weapon}"><img border="0" src="{URL}data/interface/ks/info.gif" alt="" /></a>{/endif} |
|---|
| 36 |
</span> |
|---|
| 37 |
</td> |
|---|
| 38 |
</tr> |
|---|
| 39 |
<tr> |
|---|
| 40 |
<td class="schiffData" style="width:30%"> |
|---|
| 41 |
<a class="forschinfo" href="./ds?module=angriff&sess={global.sess}&battle={battle.id}&ship={ownship.id}&scan={global.scan}&attack={enemyship.id}&ksaction={global.ksaction}{global.logpagestr}&ownshipgroup={global.ownshipgroup}&enemyshipgroup={global.enemyshipgroup}&weapon={global.weapon}">{ownship.name} ({ownship.id})</a> (aktiv) |
|---|
| 42 |
{if ownship.action.hit}<img src="{URL}data/interface/ks/hit.gif" alt="" title="getroffen" />{/endif} |
|---|
| 43 |
{if ownship.action.destroyed}<img src="{URL}data/interface/ks/destroyed.gif" alt="" title="zerstört" />{/endif} |
|---|
| 44 |
{if ownship.action.flucht}<img src="{URL}data/interface/ks/flucht.gif" alt="" title="flucht"/>{/endif} |
|---|
| 45 |
{if ownship.action.fluchtnext}<img src="{URL}data/interface/ks/fluchtnext.png" alt="" title="flieht nächste Runde"/>{/endif} |
|---|
| 46 |
{if ownship.action.shot}<img src="{URL}data/interface/ks/shot.gif" alt="" title="Waffen eingesetzt" />{/endif} |
|---|
| 47 |
{if ownship.action.join}<img src="{URL}data/interface/ks/join.gif" alt="" title="tritt der Schacht bei" />{/endif} |
|---|
| 48 |
{if ownship.action.secondrow}<img src="{URL}data/interface/ks/secondrow.png" alt="" title="Zweite Reihe" />{/endif} |
|---|
| 49 |
{if ownship.mangelnahrung}<img src="{URL}data/interface/ks/mangelnahrung.gif" alt="" title="Nahrungsmangel" />{/endif} |
|---|
| 50 |
{if ownship.mangelreaktor}<img src="{URL}data/interface/ks/mangelreaktor.gif" alt="" title="Treibstoffmangel" />{/endif} |
|---|
| 51 |
<br /> |
|---|
| 52 |
<a class="noborder" onmouseover="return overlib('{ownship.type.name}{ownship.energy}',TIMEOUT,0,DELAY,400,WIDTH,100);" onmouseout="return nd();" target="_blank" href="./ds?module=schiffinfo&sess={global.sess}&ship={ownship.type}"><img src="{ownship.type.image}" alt="" /></a><br /> |
|---|
| 53 |
<a class="profile" href="./ds?sess={global.sess}&module=userprofile&user={ownship.owner.id}">{ownship.owner.name}</a><br /> |
|---|
| 54 |
</td> |
|---|
| 55 |
<td rowspan="2" style="vertical-align:top;width:30%" class="schiffData"> |
|---|
| 56 |
{if battle.msg} |
|---|
| 57 |
<table border="0" cellspacing="1" cellpadding="1" width="100%" class="nav"> |
|---|
| 58 |
<tr> |
|---|
| 59 |
<td class="angrifflog"> |
|---|
| 60 |
<div style="text-align:center"><span class="smallfont" style="color:black">Kampfbericht</span></div> |
|---|
| 61 |
<div style="height:180px; overflow:auto"> |
|---|
| 62 |
<br /> |
|---|
| 63 |
{battle.msg} |
|---|
| 64 |
</div> |
|---|
| 65 |
<br /> |
|---|
| 66 |
<div style="text-align:center">[ <a href="./ds?module=angriff&sess={global.sess}&battle={battle.id}&ship={ownship.id}&attack={enemyship.id}&scan={global.scan}&ownshipgroup={global.ownshipgroup}&enemyshipgroup={global.enemyshipgroup}&weapon={global.weapon}">ok</a> ]</div> |
|---|
| 67 |
</td> |
|---|
| 68 |
</tr> |
|---|
| 69 |
</table> |
|---|
| 70 |
{/endif} |
|---|
| 71 |
{if battle.logoutput} |
|---|
| 72 |
<table border="0" cellspacing="1" cellpadding="1" width="100%" class="nav"> |
|---|
| 73 |
<tr> |
|---|
| 74 |
<td class="angrifflog"> |
|---|
| 75 |
{battle.logoutput} |
|---|
| 76 |
<br /><br /> |
|---|
| 77 |
<div style="text-align:center">[ <a href="./ds?module=angriff&sess={global.sess}&battle={battle.id}&ship={ownship.id}&attack={enemyship.id}&scan={global.scan}&ksaction={global.ksaction}&ownshipgroup={global.ownshipgroup}&enemyshipgroup={global.enemyshipgroup}&weapon={global.weapon}">ok</a> ]</div> |
|---|
| 78 |
</td> |
|---|
| 79 |
</tr> |
|---|
| 80 |
</table> |
|---|
| 81 |
{/endif} |
|---|
| 82 |
{if battle.takecommand.ask} |
|---|
| 83 |
<table border="0" cellspacing="1" cellpadding="1" width="100%" class="nav"> |
|---|
| 84 |
<tr> |
|---|
| 85 |
<td class="angrifflog" align="center"> |
|---|
| 86 |
!ACHTUNG!<br /><br /> |
|---|
| 87 |
{battle.takecommand.name} möchte die Leitung der Schlacht übernehmen. |
|---|
| 88 |
<br /><br /> |
|---|
| 89 |
<div style="text-align:center">[ |
|---|
| 90 |
<a href="./ds?module=angriff&sess={global.sess}&battle={battle.id}&ksaction=new_commander2&newcom={battle.takecommand.id}&ship={ownship.id}&attack={enemyship.id}&scan={global.scan}&ownshipgroup={global.ownshipgroup}&enemyshipgroup={global.enemyshipgroup}&weapon={global.weapon}">ok</a> - |
|---|
| 91 |
<a href="./ds?module=angriff&sess={global.sess}&battle={battle.id}&ksaction=stop_take_command&ship={ownship.id}&attack={enemyship.id}&scan={global.scan}&ownshipgroup={global.ownshipgroup}&enemyshipgroup={global.enemyshipgroup}&weapon={global.weapon}">ablehnen</a> |
|---|
| 92 |
]</div> |
|---|
| 93 |
</td> |
|---|
| 94 |
</tr> |
|---|
| 95 |
</table> |
|---|
| 96 |
{/endif} |
|---|
| 97 |
{if global.showmenu} |
|---|
| 98 |
<table border="0" cellspacing="1" cellpadding="1" width="100%"> |
|---|
| 99 |
<!-- BEGIN menu.entry --> |
|---|
| 100 |
<tr> |
|---|
| 101 |
<td style="background-color:#CC3333" align="center" |
|---|
| 102 |
onmouseover="this.style.cursor='pointer';this.style.backgroundColor='#33CC33'" |
|---|
| 103 |
onclick="window.location.href='./ds?module=angriff&sess={global.sess}&battle={battle.id}&scan='+getShowUrlPart()+'{menu.entry.params}&ownshipgroup={global.ownshipgroup}&enemyshipgroup={global.enemyshipgroup}'" |
|---|
| 104 |
onmouseout="this.style.backgroundColor='#CC3333'"> |
|---|
| 105 |
<span class="smallfont" style="font-weight:bold">{menu.entry.title}</span> |
|---|
| 106 |
</td> |
|---|
| 107 |
</tr> |
|---|
| 108 |
<!-- END menu.entry --> |
|---|
| 109 |
<!-- BEGIN menu.entry.ask --> |
|---|
| 110 |
<tr> |
|---|
| 111 |
<td style="background-color:#CC3333" align="center" |
|---|
| 112 |
onmouseover="this.style.cursor='pointer';this.style.backgroundColor='#33CC33'" |
|---|
| 113 |
onclick="javascript:ask('{ask.text}','./ds?module=angriff&sess={global.sess}&battle={battle.id}&scan='+getShowUrlPart()+'{menu.entry.params}&ownshipgroup={global.ownshipgroup}&enemyshipgroup={global.enemyshipgroup}')" |
|---|
| 114 |
onmouseout="this.style.backgroundColor='#CC3333'"> |
|---|
| 115 |
<span class="smallfont" style="font-weight:bold">{menu.entry.title}</span> |
|---|
| 116 |
</td> |
|---|
| 117 |
</tr> |
|---|
| 118 |
<!-- END menu.entry.ask --> |
|---|
| 119 |
</table> |
|---|
| 120 |
{/endif} |
|---|
| 121 |
{if global.showlog} |
|---|
| 122 |
<table border="0" cellspacing="1" cellpadding="1" width="100%" class="nav"> |
|---|
| 123 |
<tr> |
|---|
| 124 |
<td class="angrifflog"> |
|---|
| 125 |
{global.showlog.text} |
|---|
| 126 |
<br /> |
|---|
| 127 |
<div style="text-align:center;width:100%"> |
|---|
| 128 |
<div style="text-align:right;z-index:2;position:absolute;direction:rtl"> |
|---|
| 129 |
{if global.showlog.side1.show} |
|---|
| 130 |
<a href="./ds?module=angriff&sess={global.sess}&battle={battle.id}&ship={ownship.id}&attack={enemyship.id}&scan={global.scan}{global.showlog.actionstr}&ownshipgroup={global.ownshipgroup}&enemyshipgroup={global.enemyshipgroup}&weapon={global.weapon}{global.logpagestr}&modlogpagefilter=s1h"><img style="border:0px" src="{URL}data/interface/ks/icon_side1.png" alt="" title="Seite 2 verstecken" /></a> |
|---|
| 131 |
{else} |
|---|
| 132 |
<a href="./ds?module=angriff&sess={global.sess}&battle={battle.id}&ship={ownship.id}&attack={enemyship.id}&scan={global.scan}{global.showlog.actionstr}&ownshipgroup={global.ownshipgroup}&enemyshipgroup={global.enemyshipgroup}&weapon={global.weapon}{global.logpagestr}&modlogpagefilter=s1s"><img style="border:0px" src="{URL}data/interface/ks/icon_side1_x.png" alt="" title="Seite 2 anzeigen" /></a> |
|---|
| 133 |
{/endif} |
|---|
| 134 |
{if global.showlog.side0.show} |
|---|
| 135 |
<a href="./ds?module=angriff&sess={global.sess}&battle={battle.id}&ship={ownship.id}&attack={enemyship.id}&scan={global.scan}{global.showlog.actionstr}&ownshipgroup={global.ownshipgroup}&enemyshipgroup={global.enemyshipgroup}&weapon={global.weapon}{global.logpagestr}&modlogpagefilter=s0h"><img style="border:0px" src="{URL}data/interface/ks/icon_side0.png" alt="" title="Seite 1 verstecken" /></a> |
|---|
| 136 |
{else} |
|---|
| 137 |
<a href="./ds?module=angriff&sess={global.sess}&battle={battle.id}&ship={ownship.id}&attack={enemyship.id}&scan={global.scan}{global.showlog.actionstr}&ownshipgroup={global.ownshipgroup}&enemyshipgroup={global.enemyshipgroup}&weapon={global.weapon}{global.logpagestr}&modlogpagefilter=s0s"><img style="border:0px" src="{URL}data/interface/ks/icon_side0_x.png" alt="" title="Seite 1 anzeigen" /></a> |
|---|
| 138 |
{/endif} |
|---|
| 139 |
</div> |
|---|
| 140 |
--- Was bisher geschah ---<br /> |
|---|
| 141 |
<!-- BEGIN global.showlog.turnlist.item --> |
|---|
| 142 |
<span class="nobr">[ <a href="./ds?module=angriff&sess={global.sess}&battle={battle.id}&ship={ownship.id}&attack={enemyship.id}&scan={global.scan}{global.showlog.actionstr}&logpage={global.showlog.turnlist.pageid}&ownshipgroup={global.ownshipgroup}&enemyshipgroup={global.enemyshipgroup}&weapon={global.weapon}&logpagefilter={global.showlog.filter}">Runde {global.showlog.turnlist.page}</a> ]</span> |
|---|
| 143 |
<!-- END global.showlog.turnlist.item --> |
|---|
| 144 |
</div> |
|---|
| 145 |
<br /> |
|---|
| 146 |
<div style="height:220px; overflow:auto"> |
|---|
| 147 |
{global.showlog.log} |
|---|
| 148 |
</div> |
|---|
| 149 |
{if global.showlog.okbutton} |
|---|
| 150 |
<div style="text-align:center">[ <a href="./ds?module=angriff&sess={global.sess}&battle={battle.id}&ship={ownship.id}&attack={enemyship.id}&scan={global.scan}&ownshipgroup={global.ownshipgroup}&enemyshipgroup={global.enemyshipgroup}&weapon={global.weapon}">ok</a> ]</div> |
|---|
| 151 |
{/endif} |
|---|
| 152 |
{if global.showlog.takecommand} |
|---|
| 153 |
<div style="text-align:center">[ <a href="./ds?module=angriff&sess={global.sess}&battle={battle.id}&ksaction=take_command&ship={ownship.id}&attack={enemyship.id}&scan={global.scan}&ownshipgroup={global.ownshipgroup}&enemyshipgroup={global.enemyshipgroup}&weapon={global.weapon}">Schlacht übernehmen</a> ]</div> |
|---|
| 154 |
{/endif} |
|---|
| 155 |
</td> |
|---|
| 156 |
</tr> |
|---|
| 157 |
</table> |
|---|
| 158 |
{/endif} |
|---|
| 159 |
<hr style="height:1px; border:0px; background-color:#606060; color:#606060" /> |
|---|
| 160 |
<div style="text-align:center"> |
|---|
| 161 |
<a name="statsOwnShipLink" id="statsOwnShipLink" class="forschinfo" href="javascript:showInfoBox('Own')">Freund</a> | |
|---|
| 162 |
<a name="statsEnemyShipLink" id="statsEnemyShipLink" class="forschinfo" href="javascript:showInfoBox('Enemy')">Feind</a><br /> |
|---|
| 163 |
</div> |
|---|
| 164 |
<script type="text/javascript"> |
|---|
| 165 |
<!-- |
|---|
| 166 |
var currentOwner = '{infobox.active}'; |
|---|
| 167 |
element = document.getElementById('stats'+currentOwner+'ShipLink').style; |
|---|
| 168 |
element.textDecoration = "underline"; |
|---|
| 169 |
|
|---|
| 170 |
function getShowUrlPart() { |
|---|
| 171 |
return currentOwner.toLowerCase(); |
|---|
| 172 |
} |
|---|
| 173 |
|
|---|
| 174 |
function showInfoBox( owner ) { |
|---|
| 175 |
element = document.getElementById('stats'+currentOwner+'Ship').style; |
|---|
| 176 |
element.visibility = "hidden"; |
|---|
| 177 |
element.position = "absolute"; |
|---|
| 178 |
|
|---|
| 179 |
element = document.getElementById('stats'+currentOwner+'ShipLink').style; |
|---|
| 180 |
element.textDecoration = "none"; |
|---|
| 181 |
|
|---|
| 182 |
currentOwner = owner; |
|---|
| 183 |
|
|---|
| 184 |
element = document.getElementById('stats'+owner+'Ship').style; |
|---|
| 185 |
element.visibility = "visible"; |
|---|
| 186 |
element.position = "relative"; |
|---|
| 187 |
|
|---|
| 188 |
element = document.getElementById('stats'+owner+'ShipLink').style; |
|---|
| 189 |
element.textDecoration = "underline"; |
|---|
| 190 |
|
|---|
| 191 |
elementlist = document.getElementsByTagName('a'); |
|---|
| 192 |
for( i=0; i < elementlist.length; i++ ) { |
|---|
| 193 |
if( elementlist[i].href.indexOf('module=angriff') > -1 ) { |
|---|
| 194 |
if( currentOwner == 'Own' ) { |
|---|
| 195 |
elementlist[i].href = elementlist[i].href.replace(/scan=enemy/,'scan=own'); |
|---|
| 196 |
} |
|---|
| 197 |
else { |
|---|
| 198 |
elementlist[i].href = elementlist[i].href.replace(/scan=own/,'scan=enemy'); |
|---|
| 199 |
} |
|---|
| 200 |
} |
|---|
| 201 |
} |
|---|
| 202 |
} |
|---|
| 203 |
--> |
|---|
| 204 |
</script> |
|---|
| 205 |
<div> |
|---|
| 206 |
<div style="text-align:left;position:relative; top:0px; left:0px;"> |
|---|
| 207 |
<!-- BEGIN ship.info --> |
|---|
| 208 |
{if shipinfo.show} |
|---|
| 209 |
<div id="stats{shipinfo.jscriptid}Ship" style="position:relative; top:0px; left:0px; visibility:visible;"> |
|---|
| 210 |
{else} |
|---|
| 211 |
<div id="stats{shipinfo.jscriptid}Ship" style="position:absolute; top:0px; left:0px; visibility:hidden;"> |
|---|
| 212 |
{/endif} |
|---|
| 213 |
<a class="noborder" onmouseover="return overlib('{shipinfo.type.name}',TIMEOUT,0,DELAY,400,WIDTH,100);" onmouseout="return nd();" target="_blank" href="./ds?module=schiffinfo&sess={global.sess}&ship={shipinfo.type}"> |
|---|
| 214 |
<img src="{shipinfo.type.image}" alt="" style="float:right; margin-right:5px; margin-left:15px;margin-bottom:10px" /></a> |
|---|
| 215 |
{if shipinfo.count} |
|---|
| 216 |
Anzahl: {shipinfo.count} {if shipinfo.tmp.count}({shipinfo.tmp.count}){/endif}<br /> |
|---|
| 217 |
{/endif} |
|---|
| 218 |
Zustand: |
|---|
| 219 |
{if shipinfo.ablativeArmor.bad}<span style="color:#ff0000">{/endif} |
|---|
| 220 |
{if shipinfo.ablativeArmor.normal}<span style="color:#ffff00">{/endif} |
|---|
| 221 |
{if shipinfo.ablativeArmor.good}<span style="color:#00ff00">{/endif} |
|---|
| 222 |
{shipinfo.ablativeArmor}/{shipinfo.type.ablativeArmor}</span>{if shipinfo.showtmp} ({shipinfo.tmp.ablativeArmor}){/endif}<br /> |
|---|
| 223 |
{if shipinfo.hull.bad}<span style="color:#ff0000">{/endif} |
|---|
| 224 |
{if shipinfo.hull.normal}<span style="color:#ffff00">{/endif} |
|---|
| 225 |
{if shipinfo.hull.good}<span style="color:#00ff00">{/endif} |
|---|
| 226 |
{shipinfo.hull}/{shipinfo.type.hull}</span>{if shipinfo.showtmp} ({shipinfo.tmp.hull}){/endif}<br /> |
|---|
| 227 |
|
|---|
| 228 |
Panzerung: {shipinfo.panzerung}{if shipinfo.showtmp} ({shipinfo.tmp.panzerung}){/endif}<br /> |
|---|
| 229 |
|
|---|
| 230 |
{if shipinfo.type.shields} |
|---|
| 231 |
Schilde: |
|---|
| 232 |
{if shipinfo.shields.bad}<span style="color:#ff0000">{/endif} |
|---|
| 233 |
{if shipinfo.shields.normal}<span style="color:#ffff00">{/endif} |
|---|
| 234 |
{if shipinfo.shields.good}<span style="color:#00ff00">{/endif} |
|---|
| 235 |
{shipinfo.shields}/{shipinfo.type.shields}</span>{if shipinfo.showtmp} ({shipinfo.tmp.shields}){/endif}<br /> |
|---|
| 236 |
{/endif} |
|---|
| 237 |
|
|---|
| 238 |
Subsysteme:<br /> |
|---|
| 239 |
{if shipinfo.type.cost} |
|---|
| 240 |
+ Antrieb: |
|---|
| 241 |
{if shipinfo.engine.bad}<span style="color:#ff0000">{/endif} |
|---|
| 242 |
{if shipinfo.engine.normal}<span style="color:#ffff00">{/endif} |
|---|
| 243 |
{if shipinfo.engine.good}<span style="color:#00ff00">{/endif} |
|---|
| 244 |
{shipinfo.engine}</span>{if shipinfo.showtmp} ({shipinfo.tmp.engine}){/endif}<br /> |
|---|
| 245 |
{/endif} |
|---|
| 246 |
|
|---|
| 247 |
{if shipinfo.type.weapons} |
|---|
| 248 |
+ Waffen: |
|---|
| 249 |
{if shipinfo.weapons.bad}<span style="color:#ff0000">{/endif} |
|---|
| 250 |
{if shipinfo.weapons.normal}<span style="color:#ffff00">{/endif} |
|---|
| 251 |
{if shipinfo.weapons.good}<span style="color:#00ff00">{/endif} |
|---|
| 252 |
{shipinfo.weapons}</span>{if shipinfo.showtmp} ({shipinfo.tmp.weapons}){/endif}<br /> |
|---|
| 253 |
{/endif} |
|---|
| 254 |
|
|---|
| 255 |
+ Kommunikation: |
|---|
| 256 |
{if shipinfo.comm.bad}<span style="color:#ff0000">{/endif} |
|---|
| 257 |
{if shipinfo.comm.normal}<span style="color:#ffff00">{/endif} |
|---|
| 258 |
{if shipinfo.comm.good}<span style="color:#00ff00">{/endif} |
|---|
| 259 |
{shipinfo.comm}</span>{if shipinfo.showtmp} ({shipinfo.tmp.comm}){/endif}<br /> |
|---|
| 260 |
|
|---|
| 261 |
+ Sensoren: |
|---|
| 262 |
{if shipinfo.sensors.bad}<span style="color:#ff0000">{/endif} |
|---|
| 263 |
{if shipinfo.sensors.normal}<span style="color:#ffff00">{/endif} |
|---|
| 264 |
{if shipinfo.sensors.good}<span style="color:#00ff00">{/endif} |
|---|
| 265 |
{shipinfo.sensors}</span>{if shipinfo.showtmp} ({shipinfo.tmp.sensors}){/endif}<br /> |
|---|
| 266 |
|
|---|
| 267 |
{if shipinfo.enemy} |
|---|
| 268 |
{if shipinfo.nocrew} |
|---|
| 269 |
Crew: <span style="color:#ff0000">0</span><br /> |
|---|
| 270 |
{/endif} |
|---|
| 271 |
{else} |
|---|
| 272 |
{if shipinfo.crew} |
|---|
| 273 |
Crew: |
|---|
| 274 |
{if shipinfo.crew.bad}<span style="color:#ff0000">{/endif} |
|---|
| 275 |
{if shipinfo.crew.normal}<span style="color:#ffff00">{/endif} |
|---|
| 276 |
{if shipinfo.crew.good}<span style="color:#00ff00">{/endif} |
|---|
| 277 |
{shipinfo.crew}/{shipinfo.type.maxcrew}</span><br /> |
|---|
| 278 |
{else} |
|---|
| 279 |
{if shipinfo.nocrew} |
|---|
| 280 |
Crew: <span style="color:#ff0000">0</span><br /> |
|---|
| 281 |
{/endif} |
|---|
| 282 |
{/endif} |
|---|
| 283 |
{if shipinfo.marines} |
|---|
| 284 |
Marines:<span style="color:#00ff00"> |
|---|
| 285 |
{shipinfo.marines}/{shipinfo.type.maxmarines}</span><br /> |
|---|
| 286 |
{/endif} |
|---|
| 287 |
|
|---|
| 288 |
Energie: |
|---|
| 289 |
{if shipinfo.energy.bad}<span style="color:#ff0000">{/endif} |
|---|
| 290 |
{if shipinfo.energy.normal}<span style="color:#ffff00">{/endif} |
|---|
| 291 |
{if shipinfo.energy.good}<span style="color:#00ff00">{/endif} |
|---|
| 292 |
{shipinfo.energy}/{shipinfo.type.maxenergy}</span><br /> |
|---|
| 293 |
|
|---|
| 294 |
Überhitzung:<br /> |
|---|
| 295 |
+ Triebwerke: {shipinfo.heat}<br /> |
|---|
| 296 |
<!-- BEGIN shipinfo.weapons.listitem --> |
|---|
| 297 |
+ {shipinfo.weapon.name}: {shipinfo.weapon.heat}/{shipinfo.weapon.maxheat}<br /> |
|---|
| 298 |
<!-- END shipinfo.weapons.listitem --> |
|---|
| 299 |
{/endif} |
|---|
| 300 |
|
|---|
| 301 |
{if offizier.id} |
|---|
| 302 |
Offizier: <img src="{URL}data/interface/offiziere/off{offizier.rang}.png" alt="Rang {offizer.rang}" /> <a class="forschinfo" href="./ds?module=choff&sess={global.sess}&off={offizier.id}">{offizier.name}</a><br /> |
|---|
| 303 |
{/endif} |
|---|
| 304 |
|
|---|
| 305 |
{if shipinfo.enemy} |
|---|
| 306 |
{else} |
|---|
| 307 |
Munition: |
|---|
| 308 |
<!-- BEGIN shipinfo.ammo.listitem --> |
|---|
| 309 |
<img onmouseover="return overlib('{ammo.name}',TIMEOUT,0,DELAY,400,WIDTH,100);" onmouseout="return nd();" src="{ammo.image}" alt="{ammo.name}" />{ammo.count} |
|---|
| 310 |
<!-- END shipinfo.ammo.listitem --> |
|---|
| 311 |
{/endif} |
|---|
| 312 |
</div> |
|---|
| 313 |
<!-- END ship.info --> |
|---|
| 314 |
{ownship.info} |
|---|
| 315 |
{enemyship.info} |
|---|
| 316 |
</div> |
|---|
| 317 |
</div> |
|---|
| 318 |
</td> |
|---|
| 319 |
<td class="schiffData" style="width:30%"> |
|---|
| 320 |
<a class="forschinfo" href="./ds?module=angriff&sess={global.sess}&battle={battle.id}&ship={ownship.id}&scan={global.scan}&attack={enemyship.id}&ksaction={global.ksaction}{global.logpagestr}&ownshipgroup={global.ownshipgroup}&enemyshipgroup={global.enemyshipgroup}&weapon={global.weapon}">{enemyship.name} ({enemyship.id})</a> (Ziel) |
|---|
| 321 |
{if enemyship.action.hit}<img src="{URL}data/interface/ks/hit.gif" alt="" title="getroffen" />{/endif} |
|---|
| 322 |
{if enemyship.action.destroyed}<img src="{URL}data/interface/ks/destroyed.gif" alt="" title="zerstört" />{/endif} |
|---|
| 323 |
{if enemyship.action.flucht}<img src="{URL}data/interface/ks/flucht.gif" alt="" title="flucht" />{/endif} |
|---|
| 324 |
{if enemyship.action.join}<img src="{URL}data/interface/ks/join.gif" alt="" title="tritt der Schlacht bei" />{/endif} |
|---|
| 325 |
{if enemyship.action.secondrow}<img src="{URL}data/interface/ks/secondrow.png" alt="" title="Zweite Reihe" />{/endif} |
|---|
| 326 |
<br /> |
|---|
| 327 |
<a class="noborder" onmouseover="return overlib('{enemyship.type.name}',TIMEOUT,0,DELAY,400,WIDTH,100);" onmouseout="return nd();" target="_blank" href="./ds?module=schiffinfo&sess={global.sess}&ship={enemyship.type}"><img src="{enemyship.type.image}" alt="" /></a><br /> |
|---|
| 328 |
<a class="profile" href="./ds?sess={global.sess}&module=userprofile&user={enemyship.owner.id}">{enemyship.owner.name}</a><br /> |
|---|
| 329 |
</td> |
|---|
| 330 |
</tr> |
|---|
| 331 |
<!-- BEGIN ships.typelist.item --> |
|---|
| 332 |
{if shiptypelist.addline}<hr style="height:1px; border:0px; background-color:#606060; color:#606060" />{/endif} |
|---|
| 333 |
<a class="forschinfo" href="./ds?module=angriff&sess={global.sess}&battle={battle.id}&ship={ownship.id}&scan={global.scan}&attack={enemyship.id}&ksaction={global.ksaction}{global.logpagestr}&{shiptypelist.side}shipgroup={shiptypelist.groupid}&{shiptypelist.otherside}shipgroup={shiptypelist.otherside.id}&weapon={global.weapon}">{shiptypelist.count} {shiptypelist.name}</a> |
|---|
| 334 |
{if shiptypelist.destcount} <img src="{URL}data/interface/ks/destroyed.gif" alt="" title="zerstört" />{shiptypelist.destcount}{/endif} |
|---|
| 335 |
{if shiptypelist.hitcount} <img src="{URL}data/interface/ks/hit.gif" alt="" title="getroffen" />{shiptypelist.hitcount}{/endif} |
|---|
| 336 |
{if shiptypelist.fluchtcount} <img src="{URL}data/interface/ks/flucht.gif" alt="" title="flucht" /> {shiptypelist.fluchtcount}{/endif} |
|---|
| 337 |
{if shiptypelist.fluchtnextcount}<img src="{URL}data/interface/ks/fluchtnext.png" alt="" title="flieht nächste Runde" /> {shiptypelist.fluchtnextcount}{/endif} |
|---|
| 338 |
{if shiptypelist.shotcount} <img src="{URL}data/interface/ks/shot.gif" alt="" title="Waffen abgefeuert" /> {shiptypelist.shotcount}{/endif} |
|---|
| 339 |
{if shiptypelist.joincount} <img src="{URL}data/interface/ks/join.gif" alt="" title="tritt der Schlacht bei" /> {shiptypelist.joincount}{/endif} |
|---|
| 340 |
{if shiptypelist.secondrowcount}<img src="{URL}data/interface/ks/secondrow.png" alt="" title="Zweite Reihe" /> {shiptypelist.secondrowcount}{/endif} |
|---|
| 341 |
{if shiptypelist.mangelnahrungcount} <img src="{URL}data/interface/ks/mangelnahrung.gif" alt="" title="Nahrungsmangel" /> {shiptypelist.mangelnahrungcount}{/endif} |
|---|
| 342 |
{if shiptypelist.mangelreaktorcount} <img src="{URL}data/interface/ks/mangelreaktor.gif" alt="" title="Treibstoffmangel" />{shiptypelist.mangelreaktorcount}{/endif} |
|---|
| 343 |
<br /> |
|---|
| 344 |
<a class="noborder" target="_blank" href="./ds?module=schiffinfo&sess={global.sess}&ship={shiptypelist.id}"><img src="{shiptypelist.image}" alt="" /></a><br /> |
|---|
| 345 |
<!-- END ships.typelist.item --> |
|---|
| 346 |
<tr> |
|---|
| 347 |
<td class="schiffData" style="vertical-align:top;width:30%"> |
|---|
| 348 |
<div style="height:500px; overflow:auto; font-size:16px"> |
|---|
| 349 |
<!-- BEGIN ownShips.listitem --> |
|---|
| 350 |
{if ship.addline}<hr style="height:1px; border:0px; background-color:#606060; color:#606060" />{/endif} |
|---|
| 351 |
<a class="forschinfo" href="./ds?module=angriff&sess={global.sess}&battle={battle.id}&ship={ship.id}&scan={global.scan}&attack={enemyship.id}&ksaction={global.ksaction}{global.logpagestr}&ownshipgroup={global.ownshipgroup}&enemyshipgroup={global.enemyshipgroup}&weapon={global.weapon}">{ship.name} ({ship.id})</a>{if ship.active} (aktiv){/endif} |
|---|
| 352 |
{if ship.docked.name}auf {if ship.docked.name}{ship.docked.name}{else}{ship.docked.id}{/endif}{/endif} |
|---|
| 353 |
{if ship.action.hit}<img src="{URL}data/interface/ks/hit.gif" alt="" title="getroffen" />{/endif} |
|---|
| 354 |
{if ship.action.destroyed}<img src="{URL}data/interface/ks/destroyed.gif" alt="" title="zerstört" />{/endif} |
|---|
| 355 |
{if ship.action.flucht}<img src="{URL}data/interface/ks/flucht.gif" alt="" title="flucht" />{/endif} |
|---|
| 356 |
{if ship.action.fluchtnext}<img src="{URL}data/interface/ks/fluchtnext.png" alt="" title="flieht nächste Runde" />{/endif} |
|---|
| 357 |
{if ship.action.shot}<img src="{URL}data/interface/ks/shot.gif" alt="" title="Waffen abgefeuert" />{/endif} |
|---|
| 358 |
{if ship.action.join}<img src="{URL}data/interface/ks/join.gif" alt="" title="tritt der Schlacht bei" />{/endif} |
|---|
| 359 |
{if ship.action.secondrow}<img src="{URL}data/interface/ks/secondrow.png" alt="" title="Zweite Reihe" />{/endif} |
|---|
| 360 |
{if ship.mangelnahrung}<img src="{URL}data/interface/ks/mangelnahrung.gif" alt="" title="Nahrungsmangel" />{/endif} |
|---|
| 361 |
{if ship.mangelreaktor}<img src="{URL}data/interface/ks/mangelreaktor.gif" alt="" title="Treibstoffmangel" />{/endif} |
|---|
| 362 |
<br /> |
|---|
| 363 |
<a class="noborder" onmouseover="return overlib('{ship.type.name}{ship.energy}',TIMEOUT,0,DELAY,400,WIDTH,100);" onmouseout="return nd();" target="_blank" href="./ds?module=schiffinfo&sess={global.sess}&ship={ship.type}"><img src="{ship.type.image}" alt="" /></a><br /> |
|---|
| 364 |
<a class="profile" href="./ds?sess={global.sess}&module=userprofile&user={ship.owner.id}">{ship.owner.name}</a><br /> |
|---|
| 365 |
{if ship.showback}<div style="text-align:center">---- <a class="ok" style="font-size:14px" href="./ds?module=angriff&sess={global.sess}&battle={battle.id}&ship={ownship.id}&scan={global.scan}&attack={enemyship.id}&ksaction={global.ksaction}{global.logpagestr}&enemyshipgroup={global.enemyshipgroup}&weapon={global.weapon}">zurück</a> ----</div>{/endif} |
|---|
| 366 |
<!-- END ownShips.listitem --> |
|---|
| 367 |
</div> |
|---|
| 368 |
</td> |
|---|
| 369 |
|
|---|
| 370 |
<td class="schiffData" style="vertical-align:top;width:30%"> |
|---|
| 371 |
<div style="height:500px; overflow:auto; font-size:16px"> |
|---|
| 372 |
<!-- BEGIN enemyShips.listitem --> |
|---|
| 373 |
{if ship.addline}<hr style="height:1px; border:0px; background-color:#606060; color:#606060" />{/endif} |
|---|
| 374 |
<a class="forschinfo" href="./ds?module=angriff&sess={global.sess}&battle={battle.id}&ship={ownship.id}&scan={global.scan}&attack={ship.id}&ksaction={global.ksaction}{global.logpagestr}&ownshipgroup={global.ownshipgroup}&enemyshipgroup={global.enemyshipgroup}&weapon={global.weapon}">{ship.name} ({ship.id})</a>{if ship.active} (Ziel){/endif} |
|---|
| 375 |
{if ship.docked.name}auf {ship.docked.name}{/endif} |
|---|
| 376 |
{if ship.action.hit}<img src="{URL}data/interface/ks/hit.gif" alt="" title="getroffen" />{/endif} |
|---|
| 377 |
{if ship.action.destroyed}<img src="{URL}data/interface/ks/destroyed.gif" alt="" title="zerstört" />{/endif} |
|---|
| 378 |
{if ship.action.flucht}<img src="{URL}data/interface/ks/flucht.gif" alt="" title="flucht" />{/endif} |
|---|
| 379 |
{if ship.action.join}<img src="{URL}data/interface/ks/join.gif" alt="" title="tritt der Schlacht bei" />{/endif} |
|---|
| 380 |
{if ship.action.secondrow}<img src="{URL}data/interface/ks/secondrow.png" alt="" title="Zweite Reihe" />{/endif} |
|---|
| 381 |
<br /> |
|---|
| 382 |
<a 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}"><img src="{ship.type.image}" alt="" /></a><br /> |
|---|
| 383 |
<a class="profile" href="./ds?sess={global.sess}&module=userprofile&user={ship.owner.id}">{ship.owner.name}</a><br /> |
|---|
| 384 |
{if ship.showback}<div style="text-align:center">---- <a class="ok" style="font-size:14px" href="./ds?module=angriff&sess={global.sess}&battle={battle.id}&ship={ownship.id}&scan={global.scan}&attack={enemyship.id}&ksaction={global.ksaction}{global.logpagestr}&ownshipgroup={global.ownshipgroup}&weapon={global.weapon}">zurück</a> ----</div>{/endif} |
|---|
| 385 |
<!-- END enemyShips.listitem --> |
|---|
| 386 |
</div> |
|---|
| 387 |
</td> |
|---|
| 388 |
</tr> |
|---|
| 389 |
<tr> |
|---|
| 390 |
{if user.commander} |
|---|
| 391 |
<td class="BorderS" style="width:30%"> </td> |
|---|
| 392 |
{if battle.turn.own} |
|---|
| 393 |
<td style="text-align:center;width:30%" class="BorderS"><a class="forschinfo" href="javascript:ask('Wollen sie ihren Zug wirklich beenden?','./ds?module=angriff&sess={global.sess}&battle={battle.id}&ship={ownship.id}&attack={enemyship.id}&scan={global.scan}&ksaction=endturn&ownshipgroup={global.ownshipgroup}&enemyshipgroup={global.enemyshipgroup}&weapon={global.weapon}')">Zug beenden</a></td> |
|---|
| 394 |
{else} |
|---|
| 395 |
<td style="text-align:center;width:30%" class="BorderS">Warte auf Gegner</td> |
|---|
| 396 |
{/endif} |
|---|
| 397 |
{else} |
|---|
| 398 |
<td class="BorderS" style="text-align:center;width:30%">{battle.owncom.name}{if battle.owncom.ready} <img src="{URL}data/interface/ks/ready.gif" alt="" />{/endif}</td> |
|---|
| 399 |
{if battle.turn.own} |
|---|
| 400 |
<td style="text-align:center;width:30%" class="BorderS">Warte auf Kommandanten</td> |
|---|
| 401 |
{else} |
|---|
| 402 |
<td style="text-align:center;width:30%" class="BorderS">Warte auf Gegner</td> |
|---|
| 403 |
{/endif} |
|---|
| 404 |
{/endif} |
|---|
| 405 |
<td class="BorderS" style="text-align:center;width:30%">{battle.enemycom.name}{if battle.enemycom.ready} <img src="{URL}data/interface/ks/ready.gif" alt="" />{/endif}</td> |
|---|
| 406 |
</tr> |
|---|
| 407 |
</table> |
|---|