Changeset 279 for dev/templates
- Timestamp:
- 12/10/07 23:16:23 (14 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/templates/kill_detail.tpl
r254 r279 38 38 </tr> 39 39 <tr class={cycle name=ccl}> 40 <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} </td>40 <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} ({$i.damageDone/$VictimDamageTaken*100|number_format}%)</td> 41 41 </tr> 42 42 {/foreach} … … 65 65 {foreach from=$destroyed item=slot key=slotindex} 66 66 {* set to true to show empty slots *} 67 {if $slot.items or $dropped. slotindex.items}67 {if $slot.items or $dropped.$slotindex.items} 68 68 <tr class="kb-table-row-even"> 69 69 <td class="item-icon" width="32"><img width="32" height="32" src="{$img_url}/{$slot.img}" alt="{$slot.text}" border="0"></td>