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</div> |
20 | | <table class=kb-table width=360 border=0 cellspacing="1"> |
21 | | {foreach from=$involved key=key item=i} |
22 | | |
23 | | <tr class={cycle name=ccl}> |
24 | | <td rowspan=5 width="64"><img {if $i.FB == "true"}class=finalblow{/if} src="{$i.portrait}" border="0"></td> |
25 | | <td rowspan=5 width="64"><img {if $i.FB == "true"}class=finalblow{/if} src="{$i.shipImage}" border="0"></td> |
26 | | <td class=kb-table-cell style="padding-top: 1px; padding-bottom: 1px;"><a href="{$i.PilotURL}">{$i.PilotName}</a></td> |
27 | | </tr> |
28 | | <tr class={cycle name=ccl}> |
29 | | <td class=kb-table-cell style="padding-top: 1px; padding-bottom: 1px;"><a href="{$i.CorpURL}">{$i.CorpName}</a></td> |
30 | | </tr> |
31 | | <tr class={cycle name=ccl}> |
32 | | <td class=kb-table-cell style="padding-top: 1px; padding-bottom: 1px;"><a href="{$i.AlliURL}">{$i.AlliName}</a></td> |
33 | | </tr> |
34 | | <tr class={cycle name=ccl}> |
35 | | <td class=kb-table-cell style="padding-top: 1px; padding-bottom: 1px;"><b>{$i.ShipName}</b></td> |
36 | | </tr> |
37 | | <tr class={cycle name=ccl}> |
38 | | <td class=kb-table-cell style="padding-top: 1px; padding-bottom: 1px;">{$i.weaponName}</td> |
39 | | </tr> |
40 | | {/foreach} |
41 | | |
42 | | </table> |
43 | | {if $comments=="true"} |
44 | | <div id=comments-wrap> |
45 | | <div> |
46 | | <form id="postform" name="postform" method="post" action=""> |
47 | | <br> |
48 | | <b>Add Comment:</b><br> |
49 | | <textarea class="comment" name="comment" cols="55" rows="5" wrap="PHYSICAL" onkeyup="limitText(this.form.comment,document.getElementById('countdown'),200);" onkeypress="limitText(this.form.comment,document.getElementById('countdown'),200);"></textarea> |
50 | | <br> |
51 | | <span name="countdown" id="countdown">200</span> Letters left<br/> |
52 | | <b>Name:</b> |
53 | | <input style="position:relative; right:-3px;" class="comment-button" name="name" type="text" size="24" maxlength="24"> |
54 | | |
55 | | <input class="comment-button" name="submit" type="submit" value="Add Comment"> |
56 | | </form> |
57 | | </div> |
58 | | </div> |
59 | | {/if} |
60 | | </td> |
61 | | <td width=50> </td> |
62 | | <td align=left valign=top width=360><table class=kb-table width=360 cellspacing="1"> |
63 | | <tr class={cycle name=ccl}> |
64 | | <td width="64" heigth="64" rowspan=3><img src="{$VictimShipImg}" width="64" heigth="64"></td> |
65 | | <td class=kb-table-cell><b>Ship:</b></td> |
66 | | <td class=kb-table-cell><b>{$ShipName}</b> ({$ClassName})</td> |
67 | | </tr> |
68 | | <tr class={cycle name=ccl}> |
69 | | <td class=kb-table-cell><b>Location:</b></td> |
70 | | <td class=kb-table-cell><b><a href="javascript:openWindow( '{$SystemURL}', '', 620, 260, '' );">{$System}</a></b> ({$SystemSecurity})</td> |
71 | | </tr> |
72 | | <tr class={cycle name=ccl}> |
73 | | <td class=kb-table-cell><b>Date:</b></td> |
74 | | <td class=kb-table-cell>{$TimeStamp}</td> |
75 | | </tr> |
76 | | </table> |
77 | | <div class=block-header>Ship details</div> |
78 | | |
79 | | {if $item_values=="true"} |
80 | | |
81 | | <table class=kb-table width=360 border="0" cellspacing="1"> |
82 | | |
83 | | <tr class=kb-table-row-even> |
84 | | <td width="32"><img src="img/fitted_-_high_slot.jpg" alt="Fitted - High slot" border="0"></td> |
85 | | <td colspan="2" class=kb-table-cell><b>Fitted - High slot</b> </td> |
86 | | <td align="center" class=kb-table-cell><b>Value</b></td> |
87 | | </tr> |
88 | | {foreach from=$high_slot key=k item=i} |
89 | | <tr class=kb-table-row-odd> |
90 | | <td class=item-icon width="32" height="34" valign=top>{$i.Icon}</td> |
91 | | <td class=kb-table-cell>{$i.Name}</td> |
92 | | <td width="30" align="center">{$i.Quantity}</td> |
93 | | <td align="center">{$i.Value}</td> |
94 | | </tr> |
95 | | {if $admin=="true"} |
96 | | <tr class=kb-table-row-odd> |
97 | | <form method=post id="{$value}" name="{$value}" action= > |
98 | | <td height="34" colspan="3" valign=top > |
99 | | <div align="right"> |
100 | | Current single Item Value: |
101 | | <input checked='checked' name='IID' value="{$i.itemID}" type='hidden'> |
102 | | <input name= '{$i.itemID}' type='text' class='comment-button' value='{$i.single_unit}' size='6'> |
103 | | </div> |
104 | | <td height="34" valign=top ><input type='submit' name='submit' value='Update' class='comment-button'> </td> |
105 | | </form> |
106 | | </tr> |
107 | | {/if} |
108 | | {foreachelse} |
109 | | <tr class=kb-table-row-odd> |
110 | | <td height="34" colspan="4" valign=top >No Information Stored</tr> |
111 | | {/foreach} |
112 | | <tr class=kb-table-row-even> |
113 | | <td width="32"><img src="img/fitted_-_medium_slot.jpg" alt="Fitted - Mid slot" border="0"></td> |
114 | | <td colspan=2 class=kb-table-cell> |
115 | | <b>Fitted - Mid slot</b></td> |
116 | | <td align="center" class=kb-table-cell><b>Value</b></td> |
117 | | </tr> |
118 | | {foreach from=$mid_slot key=k item=i} |
119 | | <tr class=kb-table-row-odd> |
120 | | <td class=item-icon width="32" height="34" valign=top>{$i.Icon}</td> |
121 | | <td class=kb-table-cell>{$i.Name}</td> |
122 | | <td width="30" align="center">{$i.Quantity}</td> |
123 | | <td align="center">{$i.Value}</td> |
124 | | </tr> |
125 | | {if $admin=="true"} |
126 | | <tr class={cycle values="kb-table-row-odd,kb-table-row-odd"}> |
127 | | <form method=post id="{$value}" name="{$value}" action= > |
128 | | <td height="34" colspan="3" valign=top > |
129 | | <div align="right"> |
130 | | Current single Item Value: |
131 | | <input checked='checked' name='IID' value="{$i.itemID}" type='hidden'> |
132 | | <input name= '{$i.itemID}' type='text' class='comment-button' value='{$i.single_unit}' size='6'> |
133 | | </div> |
134 | | <td height="34" valign=top ><input type='submit' name='submit' value='Update' class='comment-button'> </td> |
135 | | </form> |
136 | | </tr> |
137 | | {/if} |
138 | | {foreachelse} |
139 | | <tr class={cycle values="kb-table-row-odd,kb-table-row-odd"}> |
140 | | <td height="34" colspan="4" valign=top >No Information Stored</tr> |
141 | | {/foreach} |
142 | | <tr class=kb-table-row-even> |
143 | | <td width="32"><img src="/img/fitted_-_low_slot.jpg" alt="Fitted - Low slot" border="0"></td> |
144 | | <td colspan=2 class=kb-table-cell><b>Fitted - Low slot</b></td> |
145 | | |
146 | | <td align="center" class=kb-table-cell><b>Value</b></td> |
147 | | </tr> |
148 | | {foreach from=$low_slot key=k item=i} |
149 | | <tr class=kb-table-row-odd> |
150 | | <td class=item-icon width="32" height="34" valign=top>{$i.Icon}</td> |
151 | | <td class=kb-table-cell>{$i.Name}</td> |
152 | | <td width="30" align="center">{$i.Quantity}</td> |
153 | | <td align="center">{$i.Value}</td> |
154 | | </tr> |
155 | | {if $admin=="true"} |
156 | | <tr class={cycle values="kb-table-row-odd,kb-table-row-odd"}> |
157 | | <form method=post id="{$value}" name="{$value}" action= > |
158 | | <td height="34" colspan="3" valign=top > |
159 | | <div align="right"> |
160 | | Current single Item Value: |
161 | | <input checked='checked' name='IID' value="{$i.itemID}" type='hidden'> |
162 | | <input name= '{$i.itemID}' type='text' class='comment-button' value='{$i.single_unit}' size='6'> |
163 | | </div> |
164 | | <td height="34" valign=top ><input type='submit' name='submit' value='Update' class='comment-button'> </td> |
165 | | </form> |
166 | | </tr> |
167 | | {/if} |
168 | | {foreachelse} |
169 | | <tr class={cycle values="kb-table-row-odd,kb-table-row-odd"}> |
170 | | <td height="34" colspan="4" valign=top >No Information Stored</tr> |
171 | | {/foreach} |
172 | | <tr class=kb-table-row-even> |
173 | | <td width="32"><img src="img/drone_bay.jpg" alt="Drone Bay" border="0"></td> |
174 | | <td colspan=2 class=kb-table-cell><b>Drone Bay</b></td> |
175 | | <td align="center" class=kb-table-cell><b>Value</b></td> |
176 | | </tr> |
177 | | |
178 | | {foreach from=$drones key=k item=i} |
179 | | <tr class=kb-table-row-odd> |
180 | | <td class=item-icon width="32" height="34" valign=top>{$i.Icon}</td> |
181 | | <td class=kb-table-cell>{$i.Name}</td> |
182 | | <td width="30" align="center">{$i.Quantity}</td> |
183 | | <td align="center">{$i.Value}</td> |
184 | | </tr> |
185 | | {if $admin=="true"} |
186 | | <tr class={cycle values="kb-table-row-odd,kb-table-row-odd"}> |
187 | | <form method=post id="{$value}" name="{$value}" action= > |
188 | | <td height="34" colspan="3" valign=top > |
189 | | <div align="right"> |
190 | | Current single Item Value: |
191 | | <input checked='checked' name='IID' value="{$i.itemID}" type='hidden'> |
192 | | <input name= '{$i.itemID}' type='text' class='comment-button' value='{$i.single_unit}' size='6'> |
193 | | </div> |
194 | | <td height="34" valign=top ><input type='submit' name='submit' value='Update' class='comment-button'> </td> |
195 | | </form> |
196 | | </tr> |
197 | | {/if} |
198 | | {foreachelse} |
199 | | <tr class={cycle values="kb-table-row-odd,kb-table-row-odd"}> |
200 | | <td height="34" colspan="4" valign=top >No Information Stored</tr> |
201 | | {/foreach} |
202 | | <tr class=kb-table-row-even> |
203 | | <td width="32"><img src="img/cargo.jpg" alt="Drone Bay" border="0"></td> |
204 | | <td colspan=2 class=kb-table-cell><b>Cargo Bay</b></td> |
205 | | <td align="center" class=kb-table-cell><b>Value</b></td> |
206 | | </tr> |
207 | | {foreach from=$cargo key=k item=i} |
208 | | <tr class=kb-table-row-odd> |
209 | | <td class=item-icon width="32" height="34" valign=top>{$i.Icon}</td> |
210 | | <td class=kb-table-cell>{$i.Name}</td> |
211 | | <td width="30" align="center">{$i.Quantity}</td> |
212 | | <td width="30" align="center">{$i.Value}</td> |
213 | | </tr> |
214 | | {if $admin=="true"} |
215 | | <tr class=kb-table-row-odd> |
216 | | <form method=post id="{$value}" name="{$value}" action= > |
217 | | <td height="34" colspan="3" valign=top > |
218 | | <div align="right"> |
219 | | Current single Item Value: |
220 | | <input checked='checked' name='IID' value="{$i.itemID}" type='hidden'> |
221 | | <input name= '{$i.itemID}' type='text' class='comment-button' value='{$i.single_unit}' size='6'> |
222 | | </div> |
223 | | <td height="34" valign=top ><input type='submit' name='submit' value='Update' class='comment-button'> </td> |
224 | | </form> |
225 | | </tr> |
226 | | {/if} |
227 | | {foreachelse} |
228 | | <tr class=kb-table-row-odd> |
229 | | <td height="34" colspan="4" valign=top >No Information Stored</tr> |
230 | | {/foreach} |
231 | | {if $item_values=="true"} |
232 | | <tr class={cycle name=ccl}> |
233 | | <td colspan="3" ><div align="right"><strong>Total Module Loss:</strong></div></td> |
234 | | <td>{$ItemValue}</td> |
235 | | </tr> |
236 | | <tr class={cycle name=ccl}> |
237 | | <td colspan="3" ><div align="right"><strong>Ship Loss:</strong></div></td> |
238 | | <td>{$ShipValue}</td> |
239 | | </tr> |
240 | | <tr class={cycle name=ccl}> |
241 | | <td colspan="3" ><div align="right"><strong>Total Loss:</strong></div></td> |
242 | | <td>{$TotalLoss}</td> |
243 | | </tr> |
244 | | {/if} |
245 | | </table> |
246 | | |
247 | | {else} |
248 | | |
249 | | <table class=kb-table width=360 border="0" cellspacing="1"> |
250 | | |
251 | | <tr class=kb-table-row-odd> |
252 | | <td width="32"><img src="img/fitted_-_high_slot.jpg" alt="Fitted - High slot" border="0"></td> |
253 | | <td class=kb-table-cell colspan=2><b>Fitted - High slot</b></td> |
254 | | </tr> |
255 | | {foreach from=$high_slot key=k item=i} |
256 | | <tr class=kb-table-row-even> |
257 | | <td class=item-icon width="32" height="34" valign=top>{$i.Icon}</td> |
258 | | <td class=kb-table-cell>{$i.Name}</td> |
259 | | <td width="30" align="center">{$i.Quantity}</td> |
260 | | </tr> |
261 | | {foreachelse} |
262 | | <tr class=kb-table-row-even> |
263 | | <td height="34" colspan="3" valign=top >No Information Stored</tr> |
264 | | {/foreach} |
265 | | <tr class=kb-table-row-odd> |
266 | | <td width="32"><img src="img/fitted_-_medium_slot.jpg" alt="Fitted - Mid slot" border="0"></td> |
267 | | <td class=kb-table-cell colspan=2><b>Fitted - Mid slot</b></td> |
268 | | </tr> |
269 | | {foreach from=$mid_slot key=k item=i} |
270 | | <tr class=kb-table-row-even> |
271 | | <td class=item-icon width="32" height="34" valign=top>{$i.Icon}</td> |
272 | | <td class=kb-table-cell>{$i.Name}</td> |
273 | | <td width="30" align="center">{$i.Quantity}</td> |
274 | | </tr> |
275 | | {foreachelse} |
276 | | <tr class=kb-table-row-even> |
277 | | <td height="34" colspan="3" valign=top >No Information Stored</tr> |
278 | | {/foreach} |
279 | | <tr class=kb-table-row-odd> |
280 | | <td width="32"><img src="img/fitted_-_low_slot.jpg" alt="Fitted - low slot" border="0"></td> |
281 | | <td class=kb-table-cell colspan=2><b>Fitted - Low slot</b></td> |
282 | | </tr> |
283 | | {foreach from=$low_slot key=k item=i} |
284 | | <tr class=kb-table-row-even> |
285 | | <td class=item-icon width="32" height="34" valign=top>{$i.Icon}</td> |
286 | | <td class=kb-table-cell>{$i.Name}</td> |
287 | | <td width="30" align="center">{$i.Quantity}</td> |
288 | | </tr> |
289 | | {foreachelse} |
290 | | <tr class=kb-table-row-even> |
291 | | <td height="34" colspan="3" valign=top >No Information Stored</tr> |
292 | | {/foreach} |
293 | | <tr class=kb-table-row-odd> |
294 | | <td width="32"><img src="img/drone_bay.jpg" alt="Drone Bay" border="0"></td> |
295 | | <td class=kb-table-cell colspan=2><b>Drone Bay</b></td> |
296 | | </tr> |
297 | | {foreach from=$drone key=k item=i} |
298 | | <tr class=kb-table-row-even> |
299 | | <td class=item-icon width="32" height="34" valign=top>{$i.Icon}</td> |
300 | | <td class=kb-table-cell>{$i.Name}</td> |
301 | | <td width="30" align="center">{$i.Quantity}</td> |
302 | | </tr> |
303 | | {foreachelse} |
304 | | <tr class=kb-table-row-even> |
305 | | <td height="34" colspan="3" valign=top >No Information Stored</tr> |
306 | | {/foreach} |
307 | | <tr class=kb-table-row-odd> |
308 | | <td width="32"><img src="img/cargo.jpg" alt="Drone Bay" border="0"></td> |
309 | | <td class=kb-table-cell colspan=2><b>Cargo Bay</b></td> |
310 | | </tr> |
311 | | {foreach from=$cargo key=k item=i} |
312 | | <tr class=kb-table-row-even> |
313 | | <td class=item-icon width="32" height="34" valign=top>{$i.Icon}</td> |
314 | | <td class=kb-table-cell>{$i.Name}</td> |
315 | | <td width="30" align="center">{$i.Quantity}</td> |
316 | | </tr> |
317 | | {foreachelse} |
318 | | <tr class=kb-table-row-even> |
319 | | <td height="34" colspan="3" valign=top >No Information Stored</tr> |
320 | | {/foreach} |
321 | | </table> |
322 | | |
323 | | {/if} |
324 | | |
325 | | </td> |
326 | | </tr> |
| 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</div> |
| 20 | <table class=kb-table width=360 border=0 cellspacing="1"> |
| 21 | {foreach from=$involved key=key item=i} |
| 22 | <tr class={cycle name=ccl}> |
| 23 | <td rowspan=5 width="64"><img {if $i.FB == "true"}class=finalblow{/if} src="{$i.portrait}" border="0"></td> |
| 24 | <td rowspan=5 width="64"><img {if $i.FB == "true"}class=finalblow{/if} src="{$i.shipImage}" border="0"></td> |
| 25 | <td class=kb-table-cell style="padding-top: 1px; padding-bottom: 1px;"><a href="{$i.PilotURL}">{$i.PilotName}</a></td> |
| 26 | </tr> |
| 27 | <tr class={cycle name=ccl}> |
| 28 | <td class=kb-table-cell style="padding-top: 1px; padding-bottom: 1px;"><a href="{$i.CorpURL}">{$i.CorpName}</a></td> |
| 29 | </tr> |
| 30 | <tr class={cycle name=ccl}> |
| 31 | <td class=kb-table-cell style="padding-top: 1px; padding-bottom: 1px;"><a href="{$i.AlliURL}">{$i.AlliName}</a></td> |
| 32 | </tr> |
| 33 | <tr class={cycle name=ccl}> |
| 34 | <td class=kb-table-cell style="padding-top: 1px; padding-bottom: 1px;"><b>{$i.ShipName}</b></td> |
| 35 | </tr> |
| 36 | <tr class={cycle name=ccl}> |
| 37 | <td class=kb-table-cell style="padding-top: 1px; padding-bottom: 1px;">{$i.weaponName}</td> |
| 38 | </tr> |
| 39 | {/foreach} |
| 40 | </table> |
| 41 | {if $config->getConfig('comments')}{$comments}{/if} |
| 42 | </td> |
| 43 | <td width=50> </td> |
| 44 | <td align=left valign=top width=360><table class=kb-table width=360 cellspacing="1"> |
| 45 | <tr class={cycle name=ccl}> |
| 46 | <td width="64" heigth="64" rowspan=3><img src="{$VictimShipImg}" width="64" heigth="64"></td> |
| 47 | <td class=kb-table-cell><b>Ship:</b></td> |
| 48 | <td class=kb-table-cell><b>{$ShipName}</b> ({$ClassName})</td> |
| 49 | </tr> |
| 50 | <tr class={cycle name=ccl}> |
| 51 | <td class=kb-table-cell><b>Location:</b></td> |
| 52 | <td class=kb-table-cell><b><a href="javascript:openWindow( '{$SystemURL}', '', 620, 260, '' );">{$System}</a></b> ({$SystemSecurity})</td> |
| 53 | </tr> |
| 54 | <tr class={cycle name=ccl}> |
| 55 | <td class=kb-table-cell><b>Date:</b></td> |
| 56 | <td class=kb-table-cell>{$TimeStamp}</td> |
| 57 | </tr> |
| 58 | </table> |
| 59 | <div class=block-header>Ship details</div> |
| 60 | |
| 61 | {if $item_values} |
| 62 | <table class=kb-table width=360 border="0" cellspacing="1"> |
| 63 | |
| 64 | <tr class=kb-table-row-even> |
| 65 | <td width="32"><img src="img/fitted_-_high_slot.jpg" alt="Fitted - High slot" border="0"></td> |
| 66 | <td colspan="2" class=kb-table-cell><b>Fitted - High slot</b> </td> |
| 67 | <td align="center" class=kb-table-cell><b>Value</b></td> |
| 68 | </tr> |
| 69 | {foreach from=$high_slot key=k item=i} |
| 70 | <tr class=kb-table-row-odd> |
| 71 | <td class=item-icon width="32" height="34" valign=top>{$i.Icon}</td> |
| 72 | <td class=kb-table-cell>{$i.Name}</td> |
| 73 | <td width="30" align="center">{$i.Quantity}</td> |
| 74 | <td align="center">{$i.Value}</td> |
| 75 | </tr> |
| 76 | {if $admin} |
| 77 | <tr class=kb-table-row-odd> |
| 78 | <form method=post id="{$value}" name="{$value}" action= > |
| 79 | <td height="34" colspan="3" valign=top > |
| 80 | <div align="right"> |
| 81 | Current single Item Value: |
| 82 | <input checked='checked' name='IID' value="{$i.itemID}" type='hidden'> |
| 83 | <input name= '{$i.itemID}' type='text' class='comment-button' value='{$i.single_unit}' size='6'> |
| 84 | </div> |
| 85 | <td height="34" valign=top ><input type='submit' name='submit' value='Update' class='comment-button'> </td> |
| 86 | </form> |
| 87 | </tr> |
| 88 | {/if} |
| 89 | {foreachelse} |
| 90 | <tr class=kb-table-row-odd> |
| 91 | <td height="34" colspan="4" valign=top >No Information Stored</tr> |
| 92 | {/foreach} |
| 93 | <tr class=kb-table-row-even> |
| 94 | <td width="32"><img src="img/fitted_-_medium_slot.jpg" alt="Fitted - Mid slot" border="0"></td> |
| 95 | <td colspan=2 class=kb-table-cell> |
| 96 | <b>Fitted - Mid slot</b></td> |
| 97 | <td align="center" class=kb-table-cell><b>Value</b></td> |
| 98 | </tr> |
| 99 | {foreach from=$mid_slot key=k item=i} |
| 100 | <tr class=kb-table-row-odd> |
| 101 | <td class=item-icon width="32" height="34" valign=top>{$i.Icon}</td> |
| 102 | <td class=kb-table-cell>{$i.Name}</td> |
| 103 | <td width="30" align="center">{$i.Quantity}</td> |
| 104 | <td align="center">{$i.Value}</td> |
| 105 | </tr> |
| 106 | {if $admin=="true"} |
| 107 | <tr class={cycle values="kb-table-row-odd,kb-table-row-odd"}> |
| 108 | <form method=post id="{$value}" name="{$value}" action= > |
| 109 | <td height="34" colspan="3" valign=top > |
| 110 | <div align="right"> |
| 111 | Current single Item Value: |
| 112 | <input checked='checked' name='IID' value="{$i.itemID}" type='hidden'> |
| 113 | <input name= '{$i.itemID}' type='text' class='comment-button' value='{$i.single_unit}' size='6'> |
| 114 | </div> |
| 115 | <td height="34" valign=top ><input type='submit' name='submit' value='Update' class='comment-button'> </td> |
| 116 | </form> |
| 117 | </tr> |
| 118 | {/if} |
| 119 | {foreachelse} |
| 120 | <tr class={cycle values="kb-table-row-odd,kb-table-row-odd"}> |
| 121 | <td height="34" colspan="4" valign=top >No Information Stored</tr> |
| 122 | {/foreach} |
| 123 | <tr class=kb-table-row-even> |
| 124 | <td width="32"><img src="/img/fitted_-_low_slot.jpg" alt="Fitted - Low slot" border="0"></td> |
| 125 | <td colspan=2 class=kb-table-cell><b>Fitted - Low slot</b></td> |
| 126 | |
| 127 | <td align="center" class=kb-table-cell><b>Value</b></td> |
| 128 | </tr> |
| 129 | {foreach from=$low_slot key=k item=i} |
| 130 | <tr class=kb-table-row-odd> |
| 131 | <td class=item-icon width="32" height="34" valign=top>{$i.Icon}</td> |
| 132 | <td class=kb-table-cell>{$i.Name}</td> |
| 133 | <td width="30" align="center">{$i.Quantity}</td> |
| 134 | <td align="center">{$i.Value}</td> |
| 135 | </tr> |
| 136 | {if $admin=="true"} |
| 137 | <tr class={cycle values="kb-table-row-odd,kb-table-row-odd"}> |
| 138 | <form method=post id="{$value}" name="{$value}" action= > |
| 139 | <td height="34" colspan="3" valign=top > |
| 140 | <div align="right"> |
| 141 | Current single Item Value: |
| 142 | <input checked='checked' name='IID' value="{$i.itemID}" type='hidden'> |
| 143 | <input name= '{$i.itemID}' type='text' class='comment-button' value='{$i.single_unit}' size='6'> |
| 144 | </div> |
| 145 | <td height="34" valign=top ><input type='submit' name='submit' value='Update' class='comment-button'> </td> |
| 146 | </form> |
| 147 | </tr> |
| 148 | {/if} |
| 149 | {foreachelse} |
| 150 | <tr class={cycle values="kb-table-row-odd,kb-table-row-odd"}> |
| 151 | <td height="34" colspan="4" valign=top >No Information Stored</tr> |
| 152 | {/foreach} |
| 153 | <tr class=kb-table-row-even> |
| 154 | <td width="32"><img src="img/drone_bay.jpg" alt="Drone Bay" border="0"></td> |
| 155 | <td colspan=2 class=kb-table-cell><b>Drone Bay</b></td> |
| 156 | <td align="center" class=kb-table-cell><b>Value</b></td> |
| 157 | </tr> |
| 158 | |
| 159 | {foreach from=$drones key=k item=i} |
| 160 | <tr class=kb-table-row-odd> |
| 161 | <td class=item-icon width="32" height="34" valign=top>{$i.Icon}</td> |
| 162 | <td class=kb-table-cell>{$i.Name}</td> |
| 163 | <td width="30" align="center">{$i.Quantity}</td> |
| 164 | <td align="center">{$i.Value}</td> |
| 165 | </tr> |
| 166 | {if $admin=="true"} |
| 167 | <tr class={cycle values="kb-table-row-odd,kb-table-row-odd"}> |
| 168 | <form method=post id="{$value}" name="{$value}" action= > |
| 169 | <td height="34" colspan="3" valign=top > |
| 170 | <div align="right"> |
| 171 | Current single Item Value: |
| 172 | <input checked='checked' name='IID' value="{$i.itemID}" type='hidden'> |
| 173 | <input name= '{$i.itemID}' type='text' class='comment-button' value='{$i.single_unit}' size='6'> |
| 174 | </div> |
| 175 | <td height="34" valign=top ><input type='submit' name='submit' value='Update' class='comment-button'> </td> |
| 176 | </form> |
| 177 | </tr> |
| 178 | {/if} |
| 179 | {foreachelse} |
| 180 | <tr class={cycle values="kb-table-row-odd,kb-table-row-odd"}> |
| 181 | <td height="34" colspan="4" valign=top >No Information Stored</tr> |
| 182 | {/foreach} |
| 183 | <tr class=kb-table-row-even> |
| 184 | <td width="32"><img src="img/cargo.jpg" alt="Drone Bay" border="0"></td> |
| 185 | <td colspan=2 class=kb-table-cell><b>Cargo Bay</b></td> |
| 186 | <td align="center" class=kb-table-cell><b>Value</b></td> |
| 187 | </tr> |
| 188 | {foreach from=$cargo key=k item=i} |
| 189 | <tr class=kb-table-row-odd> |
| 190 | <td class=item-icon width="32" height="34" valign=top>{$i.Icon}</td> |
| 191 | <td class=kb-table-cell>{$i.Name}</td> |
| 192 | <td width="30" align="center">{$i.Quantity}</td> |
| 193 | <td width="30" align="center">{$i.Value}</td> |
| 194 | </tr> |
| 195 | {if $admin=="true"} |
| 196 | <tr class=kb-table-row-odd> |
| 197 | <form method=post id="{$value}" name="{$value}" action= > |
| 198 | <td height="34" colspan="3" valign=top > |
| 199 | <div align="right"> |
| 200 | Current single Item Value: |
| 201 | <input checked='checked' name='IID' value="{$i.itemID}" type='hidden'> |
| 202 | <input name= '{$i.itemID}' type='text' class='comment-button' value='{$i.single_unit}' size='6'> |
| 203 | </div> |
| 204 | <td height="34" valign=top ><input type='submit' name='submit' value='Update' class='comment-button'> </td> |
| 205 | </form> |
| 206 | </tr> |
| 207 | {/if} |
| 208 | {foreachelse} |
| 209 | <tr class=kb-table-row-odd> |
| 210 | <td height="34" colspan="4" valign=top >No Information Stored</tr> |
| 211 | {/foreach} |
| 212 | {if $item_values=="true"} |
| 213 | <tr class={cycle name=ccl}> |
| 214 | <td colspan="3" ><div align="right"><strong>Total Module Loss:</strong></div></td> |
| 215 | <td>{$ItemValue}</td> |
| 216 | </tr> |
| 217 | <tr class={cycle name=ccl}> |
| 218 | <td colspan="3" ><div align="right"><strong>Ship Loss:</strong></div></td> |
| 219 | <td>{$ShipValue}</td> |
| 220 | </tr> |
| 221 | <tr class={cycle name=ccl}> |
| 222 | <td colspan="3" ><div align="right"><strong>Total Loss:</strong></div></td> |
| 223 | <td>{$TotalLoss}</td> |
| 224 | </tr> |
| 225 | {/if} |
| 226 | </table> |
| 227 | {else} |
| 228 | <table class=kb-table width=360 border="0" cellspacing="1"> |
| 229 | |
| 230 | <tr class=kb-table-row-odd> |
| 231 | <td width="32"><img src="img/fitted_-_high_slot.jpg" alt="Fitted - High slot" border="0"></td> |
| 232 | <td class=kb-table-cell colspan=2><b>Fitted - High slot</b></td> |
| 233 | </tr> |
| 234 | {foreach from=$high_slot key=k item=i} |
| 235 | <tr class=kb-table-row-even> |
| 236 | <td class=item-icon width="32" height="34" valign=top>{$i.Icon}</td> |
| 237 | <td class=kb-table-cell>{$i.Name}</td> |
| 238 | <td width="30" align="center">{$i.Quantity}</td> |
| 239 | </tr> |
| 240 | {foreachelse} |
| 241 | <tr class=kb-table-row-even> |
| 242 | <td height="34" colspan="3" valign=top >No Information Stored</tr> |
| 243 | {/foreach} |
| 244 | <tr class=kb-table-row-odd> |
| 245 | <td width="32"><img src="img/fitted_-_medium_slot.jpg" alt="Fitted - Mid slot" border="0"></td> |
| 246 | <td class=kb-table-cell colspan=2><b>Fitted - Mid slot</b></td> |
| 247 | </tr> |
| 248 | {foreach from=$mid_slot key=k item=i} |
| 249 | <tr class=kb-table-row-even> |
| 250 | <td class=item-icon width="32" height="34" valign=top>{$i.Icon}</td> |
| 251 | <td class=kb-table-cell>{$i.Name}</td> |
| 252 | <td width="30" align="center">{$i.Quantity}</td> |
| 253 | </tr> |
| 254 | {foreachelse} |
| 255 | <tr class=kb-table-row-even> |
| 256 | <td height="34" colspan="3" valign=top >No Information Stored</tr> |
| 257 | {/foreach} |
| 258 | <tr class=kb-table-row-odd> |
| 259 | <td width="32"><img src="img/fitted_-_low_slot.jpg" alt="Fitted - low slot" border="0"></td> |
| 260 | <td class=kb-table-cell colspan=2><b>Fitted - Low slot</b></td> |
| 261 | </tr> |
| 262 | {foreach from=$low_slot key=k item=i} |
| 263 | <tr class=kb-table-row-even> |
| 264 | <td class=item-icon width="32" height="34" valign=top>{$i.Icon}</td> |
| 265 | <td class=kb-table-cell>{$i.Name}</td> |
| 266 | <td width="30" align="center">{$i.Quantity}</td> |
| 267 | </tr> |
| 268 | {foreachelse} |
| 269 | <tr class=kb-table-row-even> |
| 270 | <td height="34" colspan="3" valign=top >No Information Stored</tr> |
| 271 | {/foreach} |
| 272 | <tr class=kb-table-row-odd> |
| 273 | <td width="32"><img src="img/drone_bay.jpg" alt="Drone Bay" border="0"></td> |
| 274 | <td class=kb-table-cell colspan=2><b>Drone Bay</b></td> |
| 275 | </tr> |
| 276 | {foreach from=$drone key=k item=i} |
| 277 | <tr class=kb-table-row-even> |
| 278 | <td class=item-icon width="32" height="34" valign=top>{$i.Icon}</td> |
| 279 | <td class=kb-table-cell>{$i.Name}</td> |
| 280 | <td width="30" align="center">{$i.Quantity}</td> |
| 281 | </tr> |
| 282 | {foreachelse} |
| 283 | <tr class=kb-table-row-even> |
| 284 | <td height="34" colspan="3" valign=top >No Information Stored</tr> |
| 285 | {/foreach} |
| 286 | <tr class=kb-table-row-odd> |
| 287 | <td width="32"><img src="img/cargo.jpg" alt="Drone Bay" border="0"></td> |
| 288 | <td class=kb-table-cell colspan=2><b>Cargo Bay</b></td> |
| 289 | </tr> |
| 290 | {foreach from=$cargo key=k item=i} |
| 291 | <tr class=kb-table-row-even> |
| 292 | <td class=item-icon width="32" height="34" valign=top>{$i.Icon}</td> |
| 293 | <td class=kb-table-cell>{$i.Name}</td> |
| 294 | <td width="30" align="center">{$i.Quantity}</td> |
| 295 | </tr> |
| 296 | {foreachelse} |
| 297 | <tr class=kb-table-row-even> |
| 298 | <td height="34" colspan="3" valign=top >No Information Stored</tr> |
| 299 | {/foreach} |
| 300 | </table> |
| 301 | {/if} |
| 302 | </td> |
| 303 | </tr> |