Changeset 117 for dev/templates/kill_detail.tpl
- Timestamp:
- 11/29/06 17:18:15 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/templates/kill_detail.tpl
r113 r117 88 88 {foreach from=$high_slot key=k item=i} 89 89 <tr class=kb-table-row-odd> 90 <td class=item-icon width="32" height="34" background="" valign=top>{$i.Icon} 90 <td class=item-icon width="32" height="34" background="" valign=top>{$i.Icon}</td> 91 91 <td class=kb-table-cell>{$i.Name}</td> 92 92 <td width="30" align="center">{$i.Quantity}</td> … … 118 118 {foreach from=$mid_slot key=k item=i} 119 119 <tr class=kb-table-row-odd> 120 <td class=item-icon width="32" height="34" background="" valign=top>{$i.Icon} 120 <td class=item-icon width="32" height="34" background="" valign=top>{$i.Icon}</td> 121 121 <td class=kb-table-cell>{$i.Name}</td> 122 122 <td width="30" align="center">{$i.Quantity}</td> … … 148 148 {foreach from=$low_slot key=k item=i} 149 149 <tr class=kb-table-row-odd> 150 <td class=item-icon width="32" height="34" background="" valign=top>{$i.Icon} 150 <td class=item-icon width="32" height="34" background="" valign=top>{$i.Icon}</td> 151 151 <td class=kb-table-cell>{$i.Name}</td> 152 152 <td width="30" align="center">{$i.Quantity}</td> … … 178 178 {foreach from=$drones key=k item=i} 179 179 <tr class=kb-table-row-odd> 180 <td class=item-icon width="32" height="34" background="" valign=top>{$i.Icon} 180 <td class=item-icon width="32" height="34" background="" valign=top>{$i.Icon}</td> 181 181 <td class=kb-table-cell>{$i.Name}</td> 182 182 <td width="30" align="center">{$i.Quantity}</td> … … 207 207 {foreach from=$cargo key=k item=i} 208 208 <tr class=class=kb-table-row-odd> 209 <td class=item-icon width="32" height="34" background="" valign=top>{$i.Icon} 209 <td class=item-icon width="32" height="34" background="" valign=top>{$i.Icon}</td> 210 210 <td class=kb-table-cell>{$i.Name}</td> 211 211 <td width="30" align="center">{$i.Quantity}</td> … … 255 255 {foreach from=$high_slot key=k item=i} 256 256 <tr class=kb-table-row-even> 257 <td class=item-icon width="32" height="34" background="" valign=top>{$i.Icon} 257 <td class=item-icon width="32" height="34" background="" valign=top>{$i.Icon}</td> 258 258 <td class=kb-table-cell>{$i.Name}</td> 259 259 <td width="30" align="center">{$i.Quantity}</td> … … 269 269 {foreach from=$mid_slot key=k item=i} 270 270 <tr class=kb-table-row-even> 271 <td class=item-icon width="32" height="34" background="" valign=top>{$i.Icon} 271 <td class=item-icon width="32" height="34" background="" valign=top>{$i.Icon}</td> 272 272 <td class=kb-table-cell>{$i.Name}</td> 273 273 <td width="30" align="center">{$i.Quantity}</td> … … 283 283 {foreach from=$low_slot key=k item=i} 284 284 <tr class=kb-table-row-even> 285 <td class=item-icon width="32" height="34" background="" valign=top>{$i.Icon} 285 <td class=item-icon width="32" height="34" background="" valign=top>{$i.Icon}</td> 286 286 <td class=kb-table-cell>{$i.Name}</td> 287 287 <td width="30" align="center">{$i.Quantity}</td> … … 297 297 {foreach from=$drones key=k item=i} 298 298 <tr class=kb-table-row-even> 299 <td class=item-icon width="32" height="34" background="" valign=top>{$i.Icon} 299 <td class=item-icon width="32" height="34" background="" valign=top>{$i.Icon}</td> 300 300 <td class=kb-table-cell>{$i.Name}</td> 301 301 <td width="30" align="center">{$i.Quantity}</td> … … 311 311 {foreach from=$cargo key=k item=i} 312 312 <tr class=kb-table-row-even> 313 <td class=item-icon width="32" height="34" background="" valign=top>{$i.Icon} 313 <td class=item-icon width="32" height="34" background="" valign=top>{$i.Icon}</td> 314 314 <td class=kb-table-cell>{$i.Name}</td> 315 315 <td width="30" align="center">{$i.Quantity}</td>