1 | {cycle reset=true print=false name=ccl values="kb-table-row-even,kb-table-row-odd"} |
---|
2 | <table cellpadding=0 cellspacing=1 border=0> |
---|
3 | <tr> |
---|
4 | <td width=360 align=left valign=top><table class=kb-table width=360 cellpadding=0 cellspacing=1 border=0> |
---|
5 | <tr class= {cycle name=ccl}> |
---|
6 | <td rowspan=3 width="64"><img src="{$VictimPortrait}" border="0" width="64" heigth="64"></td> |
---|
7 | <td class=kb-table-cell width=64><b>Victim:</b></td> |
---|
8 | <td class=kb-table-cell><b><a href="{$VictimURL}">{$VictimName}</a></b></td> |
---|
9 | </tr> |
---|
10 | <tr class={cycle name=ccl}> |
---|
11 | <td class=kb-table-cell width=64><b>Corp:</b></td> |
---|
12 | <td class=kb-table-cell><b><a href="{$VictimCorpURL}">{$VictimCorpName}</a></b></td> |
---|
13 | </tr> |
---|
14 | <tr class={cycle name=ccl}> |
---|
15 | <td class=kb-table-cell width=64><b>Alliance:</b></td> |
---|
16 | <td class=kb-table-cell><b><a href="{$VictimAllianceURL}">{$VictimAllianceName}</a></b></td> |
---|
17 | </tr> |
---|
18 | </table> |
---|
19 | <div class=block-header>Involved parties: |
---|
20 | {if $config->get('killlist_involved')} |
---|
21 | {$InvolvedPartyCount} |
---|
22 | {/if} |
---|
23 | </div> |
---|
24 | |
---|
25 | <table class=kb_table_involved width=360 border=0 cellspacing="1"> |
---|
26 | <tr class=kb-table-header> |
---|
27 | <th>Alliances</th> <th>Corporations</th> <th>Ships</th> |
---|
28 | </tr> |
---|
29 | |
---|
30 | {assign var="first" value="true"} |
---|
31 | |
---|
32 | {foreach from=$InvAllies key=key item=l} |
---|
33 | <tr class=kb-table-row-even> |
---|
34 | <td class=kb-table-cell> |
---|
35 | ({$l.quantity}) {$key} <br/> |
---|
36 | </td> |
---|
37 | <td class=kb-table-cell> |
---|
38 | {foreach from=$l.corps key=key1 item=l1} |
---|
39 | ({$l1}) {$key1} <br/> |
---|
40 | {/foreach} |
---|
41 | </td> |
---|
42 | {if $first == "true"} |
---|
43 | <td rowspan={$AlliesCount} class=kb-table-cell NOWRAP> |
---|
44 | {foreach from=$InvShips key=key item=l} |
---|
45 | ({$l}) {$key} <br/> |
---|
46 | {/foreach} |
---|
47 | </td> |
---|
48 | |
---|
49 | {assign var="first" value="false"} |
---|
50 | {/if} |
---|
51 | </tr> |
---|
52 | {/foreach} |
---|
53 | |
---|
54 | <!-- <tr class=kb-table-header> |
---|
55 | <th>Alliances</th> <th>Corporations</th> <th>Ships</th> |
---|
56 | </tr> |
---|
57 | <tr class=kb-table-row-even> |
---|
58 | <td class=kb-table-cell> |
---|
59 | {foreach from=$InvAllies key=key item=l} |
---|
60 | ({$l}) {$key} <br/> |
---|
61 | {/foreach} |
---|
62 | </td> |
---|
63 | <td class=kb-table-cell> |
---|
64 | {foreach from=$InvCorps key=key item=l} |
---|
65 | ({$l}) {$key} <br/> |
---|
66 | {/foreach} |
---|
67 | </td> |
---|
68 | <td class=kb-table-cell NOWRAP> |
---|
69 | {foreach from=$InvShips key=key item=l} |
---|
70 | ({$l}) {$key} <br/> |
---|
71 | {/foreach} |
---|
72 | </td> |
---|
73 | </tr> --> |
---|
74 | </table> |
---|
75 | <br/> |
---|
76 | <table class=kb-table width=360 border=0 cellspacing="1"> |
---|
77 | |
---|
78 | {foreach from=$involved key=key item=i} |
---|
79 | {if $IsAlly eq true} |
---|
80 | <tr class={cycle name=ccl}> |
---|
81 | <td rowspan=5 width="64"><img {if $i.FB == "true"}class=finalblow{/if} height="64" width="64" src="{$i.portrait}" border="0"></td> |
---|
82 | <td rowspan=5 width="64"><img {if $i.FB == "true"}class=finalblow{/if} height="64" width="64" src="{$i.shipImage}" border="0"></td> |
---|
83 | |
---|
84 | <td class=kb-table-cell style="padding-top: 1px; padding-bottom: 1px;"><a href="{$i.PilotURL}">{$i.PilotName}</a></td> |
---|
85 | </tr> |
---|
86 | <tr class={cycle name=ccl}> |
---|
87 | {if $AllyCorps[$i.CorpName] eq ""} |
---|
88 | <td class=kb-table-cell style="padding-top: 1px; padding-bottom: 1px;"><a href="{$i.CorpURL}">{$i.CorpName}</a></td> |
---|
89 | {else} |
---|
90 | <td class=kb-table-cell style="padding-top: 1px; padding-bottom: 1px; background-color: {$AllyCorps[$i.CorpName]};"><a href="{$i.CorpURL}">{$i.CorpName}</a></td> |
---|
91 | {/if} |
---|
92 | </tr> |
---|
93 | <tr class={cycle name=ccl}> |
---|
94 | {if $i.AlliName eq $HomeName} |
---|
95 | <td class=kb-table-cell style="padding-top: 1px; padding-bottom: 1px; background-color: #505000;"><a href="{$i.AllyURL}">{$i.AlliName}</a></td> |
---|
96 | {else} |
---|
97 | <td class=kb-table-cell style="padding-top: 1px; padding-bottom: 1px;"><a href="{$i.AlliURL}">{$i.AlliName}</a></td> |
---|
98 | {/if} |
---|
99 | </tr> |
---|
100 | {else} |
---|
101 | <tr class={cycle name=ccl}> |
---|
102 | <td rowspan=5 width="64"><img {if $i.FB == "true"}class=finalblow{/if} height="64" width="64" src="{$i.portrait}" border="0"></td> |
---|
103 | <td rowspan=5 width="64"><img {if $i.FB == "true"}class=finalblow{/if} height="64" width="64" src="{$i.shipImage}" border="0"></td> |
---|
104 | |
---|
105 | {if $i.CorpName eq $HomeName} |
---|
106 | <td class=kb-table-cell style="padding-top: 1px; padding-bottom: 1px; background-color: #707000;"><a href="{$i.PilotURL}">{$i.PilotName}</a></td> |
---|
107 | {else} |
---|
108 | <td class=kb-table-cell style="padding-top: 1px; padding-bottom: 1px;"><a href="{$i.PilotURL}">{$i.PilotName}</a></td> |
---|
109 | {/if} |
---|
110 | </tr> |
---|
111 | <tr class={cycle name=ccl}> |
---|
112 | <td class=kb-table-cell style="padding-top: 1px; padding-bottom: 1px;"><a href="{$i.CorpURL}">{$i.CorpName}</a></td> |
---|
113 | </tr> |
---|
114 | <tr class={cycle name=ccl}> |
---|
115 | <td class=kb-table-cell style="padding-top: 1px; padding-bottom: 1px;"><a href="{$i.AlliURL}">{$i.AlliName}</a></td> |
---|
116 | </tr> |
---|
117 | {/if} |
---|
118 | |
---|
119 | <tr class={cycle name=ccl}> |
---|
120 | <td class=kb-table-cell style="padding-top: 1px; padding-bottom: 1px;"><b><a href="?a=invtype&id={$i.ShipID}">{$i.ShipName}</a></b> ({$i.shipClass})</td> |
---|
121 | </tr> |
---|
122 | <tr class={cycle name=ccl}> |
---|
123 | <td class=kb-table-cell style="padding-top: 1px; padding-bottom: 1px;">{if $i.weaponID}<a href="?a=invtype&id={$i.weaponID}">{$i.weaponName}</a>{else}{$i.weaponName}{/if}</td> |
---|
124 | </tr> |
---|
125 | <tr class={cycle name=ccl}> |
---|
126 | <td colspan=2 class=kb-table-cell style="padding-top: 1px; padding-bottom: 1px;">Damage done:</td><td class=kb-table-cell style="padding-top: 1px; padding-bottom: 1px;">{$i.damageDone|number_format} {if $VictimDamageTaken > 0}({$i.damageDone/$VictimDamageTaken*100|number_format}%){/if}</td> |
---|
127 | </tr> |
---|
128 | {/foreach} |
---|
129 | |
---|
130 | </table> |
---|
131 | {if $config->get('comments')}{$comments}{/if} |
---|
132 | </td> |
---|
133 | <td width=50> </td> |
---|
134 | <td align=left valign=top width=398><table class=kb-table width=398 cellspacing="1"> |
---|
135 | <tr class={cycle name=ccl}> |
---|
136 | <td width="64" heigth="64" rowspan=3><img src="{$VictimShipImg}" width="64" heigth="64"></td> |
---|
137 | <td class=kb-table-cell><b>Ship:</b></td> |
---|
138 | <td class=kb-table-cell><b><a href="?a=invtype&id={$ShipID}">{$ShipName}</a></b> ({$ClassName})</td> |
---|
139 | </tr> |
---|
140 | <tr class={cycle name=ccl}> |
---|
141 | <td class=kb-table-cell><b>Location:</b></td> |
---|
142 | <td class=kb-table-cell><b><a href="{$SystemURL}">{$System}</a></b> ({$SystemSecurity})</td> |
---|
143 | </tr> |
---|
144 | <tr class={cycle name=ccl}> |
---|
145 | <td class=kb-table-cell><b>Date:</b></td> |
---|
146 | <td class=kb-table-cell>{$TimeStamp}</td> |
---|
147 | </tr> |
---|
148 | </table> |
---|
149 | |
---|
150 | <br /> |
---|
151 | <div id="fitting" style="position:relative; height:398px; width:398px; background-image:url({$img_url}/{$themedir}/{$panel_style}.png)" name="fitting"> |
---|
152 | <div id="high0" style="position:absolute; left:0px; top:0px; width:398px; height:398px; z-index:0;"> |
---|
153 | <img src="{$img_url}/{$themedir}/{$ssc->attrib.hiSlots.value}h.gif" border="0"></div> |
---|
154 | <div id="highc" style="position:absolute; left:0px; top:0px; width:398px; height:398px; z-index:0;"> |
---|
155 | <img src="{$img_url}/{$themedir}/{$hic}ch.gif" border="0"></div> |
---|
156 | <div id="mid0" style="position:absolute; left:0px; top:0px; width:398px; height:398px; z-index:0;"> |
---|
157 | <img src="{$img_url}/{$themedir}/{$ssc->attrib.medSlots.value}m.gif" border="0"></div> |
---|
158 | <div id="midx" style="position:absolute; left:0px; top:0px; width:398px; height:398px; z-index:0;"> |
---|
159 | <img src="{$img_url}/{$themedir}/{$medc}cm.gif" border="0"></div> |
---|
160 | <div id="low0" style="position:absolute; left:0px; top:0px; width:398px; height:398px; z-index:0;"> |
---|
161 | <img src="{$img_url}/{$themedir}/{$ssc->attrib.lowSlots.value}l.gif" border="0"></div> |
---|
162 | <div id="lowx" style="position:absolute; left:0px; top:0px; width:398px; height:398px; z-index:0;"> |
---|
163 | <img src="{$img_url}/{$themedir}/{$lowc}cl.gif" border="0"></div> |
---|
164 | <div id="rig0" style="position:absolute; left:0px; top:0px; width:398px; height:398px; z-index:0;"> |
---|
165 | <img src="{$img_url}/{$themedir}/{$ssc->attrib.rigSlots.value}r.gif" border="0"></div> |
---|
166 | |
---|
167 | <div id="mask" style="position:absolute; left:0px; top:0px; width:398px; height:398px; z-index:0;"> |
---|
168 | <img border="0" style="position:absolute;" height="398" width="398" filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( |
---|
169 | src="{$img_url}/{$themedir}/{$panel_colour}.png", sizingMethod='image');"></div> |
---|
170 | |
---|
171 | <div id="highx" style="position:absolute; left:0px; top:0px; width:398px; height:398px; z-index:0;"> |
---|
172 | <img src="{$img_url}/{$themedir}/{$hic}ph.gif" border="0"></div> |
---|
173 | <div id="high1" style="position:absolute; left:40px; top:278px; width:48px; height:48px; z-index:1;">{$fitting_high.0.Icon}</div> |
---|
174 | <div id="high1l" style="position:absolute; left:67px; top:308px; width:24px; height:24px; z-index:2;">{$fitting_ammo_high.0.type}</div> |
---|
175 | <div id="high1a" style="position:absolute; left:63px; top:304px; width:32px; height:32px; z-index:2;">{$fitting_ammo_high.0.show}</div> |
---|
176 | <div id="high2" style="position:absolute; left:9px; top:180px; width:48px; height:48px; z-index:1;">{$fitting_high.1.Icon}</div> |
---|
177 | <div id="high2l" style="position:absolute; left:22px; top:213px; width:24px; height:24px; z-index:2;">{$fitting_ammo_high.1.type}</div> |
---|
178 | <div id="high2a" style="position:absolute; left:18px; top:209px; width:32px; height:32px; z-index:2;">{$fitting_ammo_high.1.show}</div> |
---|
179 | <div id="high3" style="position:absolute; left:40px; top:83px; width:48px; height:48px; z-index:1;">{$fitting_high.2.Icon}</div> |
---|
180 | <div id="high3l" style="position:absolute; left:40px; top:113px; width:24px; height:24px; z-index:2;">{$fitting_ammo_high.2.type}</div> |
---|
181 | <div id="high3a" style="position:absolute; left:36px; top:109px; width:32px; height:32px; z-index:2;">{$fitting_ammo_high.2.show}</div> |
---|
182 | <div id="high4" style="position:absolute; left:124px; top:22px; width:48px; height:48px; z-index:1;">{$fitting_high.3.Icon}</div> |
---|
183 | <div id="high4l" style="position:absolute; left:117px; top:42px; width:24px; height:24px; z-index:2;">{$fitting_ammo_high.3.type}</div> |
---|
184 | <div id="high4a" style="position:absolute; left:113px; top:38px; width:32px; height:32px; z-index:2;">{$fitting_ammo_high.3.show}</div> |
---|
185 | <div id="high5" style="position:absolute; left:227px; top:22px; width:48px; height:48px; z-index:1;">{$fitting_high.4.Icon}</div> |
---|
186 | <div id="high5l" style="position:absolute; left:259px; top:42px; width:24px; height:24px; z-index:2;">{$fitting_ammo_high.4.type}</div> |
---|
187 | <div id="high5a" style="position:absolute; left:255px; top:38px; width:32px; height:32px; z-index:2;">{$fitting_ammo_high.4.show}</div> |
---|
188 | <div id="high6" style="position:absolute; left:310px; top:83px; width:48px; height:48px; z-index:1;">{$fitting_high.5.Icon}</div> |
---|
189 | <div id="high6l" style="position:absolute; left:334px; top:114px; width:24px; height:24px; z-index:2;">{$fitting_ammo_high.5.type}</div> |
---|
190 | <div id="high6a" style="position:absolute; left:330px; top:110px; width:32px; height:32px; z-index:2;">{$fitting_ammo_high.5.show}</div> |
---|
191 | <div id="high7" style="position:absolute; left:342px; top:180px; width:48px; height:48px; z-index:1;">{$fitting_high.6.Icon}</div> |
---|
192 | <div id="high7l" style="position:absolute; left:352px; top:214px; width:24px; height:24px; z-index:2;">{$fitting_ammo_high.6.type}</div> |
---|
193 | <div id="high7a" style="position:absolute; left:348px; top:210px; width:32px; height:32px; z-index:2;">{$fitting_ammo_high.6.show}</div> |
---|
194 | <div id="high8" style="position:absolute; left:310px; top:278px; width:48px; height:48px; z-index:1;">{$fitting_high.7.Icon}</div> |
---|
195 | <div id="high8l" style="position:absolute; left:309px; top:306px; width:24px; height:24px; z-index:2;">{$fitting_ammo_high.7.type}</div> |
---|
196 | <div id="high8a" style="position:absolute; left:305px; top:302px; width:32px; height:32px; z-index:2;">{$fitting_ammo_high.7.show}</div> |
---|
197 | |
---|
198 | |
---|
199 | <div id="midx" style="position:absolute; left:0px; top:0px; width:398px; height:398px; z-index:0;"> |
---|
200 | <img src="{$img_url}/{$themedir}/{$medc}pm.gif" border="0"></div> |
---|
201 | <div id="mid1" style="position:absolute; left:76px; top:253px; width:48px; height:48px; z-index:1;">{$fitting_med.0.Icon}</div> |
---|
202 | <div id="mid1l" style="position:absolute; left:104px; top:281px; width:24px; height:24px; z-index:2;">{$fitting_ammo_mid.0.type}</div> |
---|
203 | <div id="mid1a" style="position:absolute; left:100px; top:277px; width:32px; height:32px; z-index:2;">{$fitting_ammo_mid.0.show}</div> |
---|
204 | <div id="mid2" style="position:absolute; left:52px; top:180px; width:48px; height:48px; z-index:1;">{$fitting_med.1.Icon}</div> |
---|
205 | <div id="mid2l" style="position:absolute; left:69px; top:214px; width:24px; height:24px; z-index:2;">{$fitting_ammo_mid.1.type}</div> |
---|
206 | <div id="mid2a" style="position:absolute; left:65px; top:210px; width:32px; height:32px; z-index:2;">{$fitting_ammo_mid.1.show}</div> |
---|
207 | <div id="mid3" style="position:absolute; left:77px; top:108px; width:48px; height:48px; z-index:1;">{$fitting_med.2.Icon}</div> |
---|
208 | <div id="mid4l" style="position:absolute; left:78px; top:140px; width:24px; height:24px; z-index:2;">{$fitting_ammo_mid.2.type}</div> |
---|
209 | <div id="mid3a" style="position:absolute; left:74px; top:136px; width:32px; height:32px; z-index:2;">{$fitting_ammo_mid.2.show}</div> |
---|
210 | <div id="mid4" style="position:absolute; left:138px; top:66px; width:48px; height:48px; z-index:1;">{$fitting_med.3.Icon}</div> |
---|
211 | <div id="mid4l" style="position:absolute; left:128px; top:85px; width:24px; height:24px; z-index:2;">{$fitting_ammo_mid.3.type}</div> |
---|
212 | <div id="mid4a" style="position:absolute; left:124px; top:81px; width:32px; height:32px; z-index:2;">{$fitting_ammo_mid.3.show}</div> |
---|
213 | <div id="mid5" style="position:absolute; left:213px; top:66px; width:48px; height:48px; z-index:1;">{$fitting_med.4.Icon}</div> |
---|
214 | <div id="mid5l" style="position:absolute; left:245px; top:85px; width:24px; height:24px; z-index:2;">{$fitting_ammo_mid.4.type}</div> |
---|
215 | <div id="mid5a" style="position:absolute; left:241px; top:81px; width:32px; height:32px; z-index:2;">{$fitting_ammo_mid.4.show}</div> |
---|
216 | <div id="mid6" style="position:absolute; left:274px; top:108px; width:48px; height:48px; z-index:1;">{$fitting_med.5.Icon}</div> |
---|
217 | <div id="mid6l" style="position:absolute; left:296px; top:141px; width:24px; height:24px; z-index:2;">{$fitting_ammo_mid.5.type}</div> |
---|
218 | <div id="mid6a" style="position:absolute; left:292px; top:137px; width:32px; height:32px; z-index:2;">{$fitting_ammo_mid.5.show}</div> |
---|
219 | <div id="mid7" style="position:absolute; left:298px; top:180px; width:48px; height:48px; z-index:1;">{$fitting_med.6.Icon}</div> |
---|
220 | <div id="mid7l" style="position:absolute; left:306px; top:214px; width:24px; height:24px; z-index:2;">{$fitting_ammo_mid.6.type}</div> |
---|
221 | <div id="mid7a" style="position:absolute; left:302px; top:210px; width:32px; height:32px; z-index:2;">{$fitting_ammo_mid.6.show}</div> |
---|
222 | <div id="mid8" style="position:absolute; left:275px; top:253px; width:48px; height:48px; z-index:1;">{$fitting_med.7.Icon}</div> |
---|
223 | <div id="mid8l" style="position:absolute; left:271px; top:280px; width:24px; height:24px; z-index:2;">{$fitting_ammo_mid.7.type}</div> |
---|
224 | <div id="mid8a" style="position:absolute; left:267px; top:276px; width:32px; height:32px; z-index:2;">{$fitting_ammo_mid.7.show}</div> |
---|
225 | |
---|
226 | |
---|
227 | <div id="lowx" style="position:absolute; left:0px; top:0px; width:398px; height:398px; z-index:0;"> |
---|
228 | <img src="{$img_url}/{$themedir}/{$lowc}pl.gif" border="0"></div> |
---|
229 | <div id="low1" style="position:absolute; left:114px; top:226px; width:48px; height:48px; z-index:1;">{$fitting_low.0.Icon}</div> |
---|
230 | <div id="low2" style="position:absolute; left:98px; top:180px; width:48px; height:48px; z-index:1;">{$fitting_low.1.Icon}</div> |
---|
231 | <div id="low3" style="position:absolute; left:114px; top:135px; width:48px; height:48px; z-index:1;">{$fitting_low.2.Icon}</div> |
---|
232 | <div id="low4" style="position:absolute; left:151px; top:110px; width:48px; height:48px; z-index:1;">{$fitting_low.3.Icon}</div> |
---|
233 | <div id="low5" style="position:absolute; left:198px; top:110px; width:48px; height:48px; z-index:1;">{$fitting_low.4.Icon}</div> |
---|
234 | <div id="low6" style="position:absolute; left:236px; top:135px; width:48px; height:48px; z-index:1;">{$fitting_low.5.Icon}</div> |
---|
235 | <div id="low7" style="position:absolute; left:250px; top:180px; width:48px; height:48px; z-index:1;">{$fitting_low.6.Icon}</div> |
---|
236 | <div id="low8" style="position:absolute; left:236px; top:226px; width:48px; height:48px; z-index:1;">{$fitting_low.7.Icon}</div> |
---|
237 | |
---|
238 | |
---|
239 | <div id="rig1" style="position:absolute; left:66px; top:355px; width:32px; height:32px; z-index:1;">{$fitting_rig.0.Icon}</div> |
---|
240 | <div id="rig2" style="position:absolute; left:100px; top:355px; width:32px; height:32px; z-index:1;">{$fitting_rig.1.Icon}</div> |
---|
241 | <div id="rig3" style="position:absolute; left:134px; top:355px; width:32px; height:32px; z-index:1;">{$fitting_rig.2.Icon}</div> |
---|
242 | </div> |
---|
243 | |
---|
244 | <div class="block-header">Ship details</div> |
---|
245 | <table class="kb-table" width="398" border="0" cellspacing="1"> |
---|
246 | {foreach from=$slots item=slot key=slotindex} |
---|
247 | {* set to true to show empty slots *} |
---|
248 | {if $destroyed.$slotindex or $dropped.$slotindex} |
---|
249 | <tr class="kb-table-row-even"> |
---|
250 | <td class="item-icon" width="32"><img width="32" height="32" src="{$img_url}/{$slot.img}" alt="{$slot.text}" border="0"></td> |
---|
251 | <td colspan="2" class="kb-table-cell"><b>{$slot.text}</b> </td> |
---|
252 | {if $config->get('item_values')} |
---|
253 | <td align="center" class="kb-table-cell"><b>Value</b></td> |
---|
254 | {/if} |
---|
255 | </tr> |
---|
256 | {foreach from=$destroyed.$slotindex item=i} |
---|
257 | <tr class="kb-table-row-odd"> |
---|
258 | <td class="item-icon" width="32" height="34" valign="top"><a href="?a=invtype&id={$i.itemID}">{$i.Icon}</a></td> |
---|
259 | <td class="kb-table-cell">{$i.Name}</td> |
---|
260 | <td width="30" align="center">{$i.Quantity}</td> |
---|
261 | {if $config->get('item_values')} |
---|
262 | <td align="center">{$i.Value}</td> |
---|
263 | {/if} |
---|
264 | </tr> |
---|
265 | {if $admin and $config->get('item_values') and !$fixSlot} |
---|
266 | <tr class="kb-table-row-even"> |
---|
267 | <form method="post" action=""> |
---|
268 | <td height="34" colspan="3" valign="top"> |
---|
269 | <div align="right"> |
---|
270 | Current single Item Value: |
---|
271 | <input name="IID" value="{$i.itemID}" type="hidden"> |
---|
272 | <input name="{$i.itemID}" type="text" class="comment-button" value="{$i.single_unit}" size="6"> |
---|
273 | </div> |
---|
274 | <td height="34" valign="top"><input type="submit" name="submit" value="UpdateValue" class="comment-button"></td> |
---|
275 | </form> |
---|
276 | </tr> |
---|
277 | {/if} |
---|
278 | {if $admin and $i.slotID < 4 and $fixSlot} |
---|
279 | <tr class="kb-table-row-even"> |
---|
280 | <form method="post" action=""> |
---|
281 | <td height="34" colspan="3" valign="top"> |
---|
282 | <div align="right"> |
---|
283 | Fix slot: |
---|
284 | <input name="IID" value="{$i.itemID}" type="hidden"> |
---|
285 | <input name="KID" value="{$KillId}" type="hidden"> |
---|
286 | <input name="TYPE" value="destroyed" type="hidden"> |
---|
287 | <input name="OLDSLOT" value="{$i.slotID}" type="hidden"> |
---|
288 | <input name="{$i.itemID}" type="text" class="comment-button" value="{$i.slotID}" size="6"> |
---|
289 | </div> |
---|
290 | <td height="34" valign="top"><input type="submit" name="submit" value="UpdateSlot" class="comment-button"></td> |
---|
291 | </form> |
---|
292 | </tr> |
---|
293 | {/if} |
---|
294 | {/foreach} |
---|
295 | {foreach from=$dropped.$slotindex item=i} |
---|
296 | <tr class="kb-table-row-odd" style="background-color: {$dropped_colour};"> |
---|
297 | <td style="border: 1px solid green;" width="32" height="34" valign="top"><a href="?a=invtype&id={$i.itemID}">{$i.Icon}</a></td> |
---|
298 | <td class="kb-table-cell">{$i.Name}</td> |
---|
299 | <td width="30" align="center">{$i.Quantity}</td> |
---|
300 | {if $config->get('item_values')} |
---|
301 | <td align="center">{$i.Value}</td> |
---|
302 | {/if} |
---|
303 | </tr> |
---|
304 | {if $admin and $config->get('item_values') and !$fixSlot} |
---|
305 | <tr class="kb-table-row-even"> |
---|
306 | <form method="post" action=""> |
---|
307 | <td height="34" colspan="3" valign="top"> |
---|
308 | <div align="right"> |
---|
309 | Current single Item Value: |
---|
310 | <input name="IID" value="{$i.itemID}" type="hidden"> |
---|
311 | <input name="{$i.itemID}" type="text" class="comment-button" value="{$i.single_unit}" size="6"> |
---|
312 | </div> |
---|
313 | <td height="34" valign="top"><input type="submit" name="submit" value="UpdateValue" class="comment-button"></td> |
---|
314 | </form> |
---|
315 | </tr> |
---|
316 | {/if} |
---|
317 | {if $admin and $i.slotID < 4 and $fixSlot} |
---|
318 | <tr class="kb-table-row-even"> |
---|
319 | <form method="post" action=""> |
---|
320 | <td height="34" colspan="3" valign="top"> |
---|
321 | <div align="right"> |
---|
322 | Fix slot: |
---|
323 | <input name="IID" value="{$i.itemID}" type="hidden"> |
---|
324 | <input name="KID" value="{$KillId}" type="hidden"> |
---|
325 | <input name="TYPE" value="dropped" type="hidden"> |
---|
326 | <input name="OLDSLOT" value="{$i.slotID}" type="hidden"> |
---|
327 | <input name="{$i.itemID}" type="text" class="comment-button" value="{$i.slotID}" size="6"> |
---|
328 | </div> |
---|
329 | <td height="34" valign="top"><input type="submit" name="submit" value="UpdateSlot" class="comment-button"></td> |
---|
330 | </form> |
---|
331 | </tr> |
---|
332 | {/if} |
---|
333 | {/foreach} |
---|
334 | {/if} |
---|
335 | {/foreach} |
---|
336 | {if $item_values} |
---|
337 | <tr class={cycle name=ccl}> |
---|
338 | <td align="right" colspan="3"><b>Damage taken:</b></td> |
---|
339 | <td align="right">{$VictimDamageTaken|number_format}</td> |
---|
340 | </tr> |
---|
341 | <tr class={cycle name=ccl}> |
---|
342 | <td colspan="3"><div align="right"><strong>Total Module Loss:</strong></div></td> |
---|
343 | <td align="right">{$ItemValue}</td> |
---|
344 | </tr> |
---|
345 | <tr class={cycle name=ccl} style="background-color: {$dropped_colour};"> |
---|
346 | <td style="border: 1px solid {$dropped_colour};" colspan="3"><div align="right"><strong>Total Module Drop:</strong></div></td> |
---|
347 | <td style="border: 1px solid green;" align="right">{$DropValue}</td> |
---|
348 | </tr> |
---|
349 | <tr class={cycle name=ccl}> |
---|
350 | <td colspan="3"><div align="right"><strong>Ship Loss:</strong></div></td> |
---|
351 | <td align="right">{$ShipValue}</td> |
---|
352 | </tr> |
---|
353 | <tr class={cycle name=ccl} style="background-color: #600000;"> |
---|
354 | <td style="border: 1px solid #600000;" colspan="3"><div align="right"><strong>Total Loss:</strong></div></td> |
---|
355 | <td td style="border: 1px solid #C00000;" align="right">{$TotalLoss}</td> |
---|
356 | </tr> |
---|
357 | {/if} |
---|
358 | </table> |
---|
359 | </td> |
---|
360 | </tr> |
---|
361 | </table> |
---|