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