Changeset 314 for dev/templates
- Timestamp:
- 01/21/08 11:19:44 (14 years ago)
- Location:
- dev/templates
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/templates/igb.tpl
r230 r314 1 <a href=" /?a=igb_home">Home</a> | <a href="/?a=post_igb">Post killmail</a> | <a href="/?a=portrait_grab">Update portrait</a>1 <a href="{KB_HOST}/?a=igb_home">Home</a> | <a href="{KB_HOST}/?a=post_igb">Post killmail</a> | <a href="{KB_HOST}/?a=portrait_grab">Update portrait</a> -
dev/templates/kill_detail.tpl
r311 r314 66 66 {* set to true to show empty slots *} 67 67 {if $destroyed.$slotindex or $dropped.$slotindex} 68 <tr class="kb-table-row- even">68 <tr class="kb-table-row-slot"> 69 69 <td class="item-icon" width="32"><img width="32" height="32" src="{$img_url}/{$slot.img}" alt="{$slot.text}" border="0"></td> 70 70 <td colspan="2" class="kb-table-cell"><b>{$slot.text}</b> </td> … … 74 74 </tr> 75 75 {foreach from=$destroyed.$slotindex item=i} 76 <tr class="kb-table-row- odd">76 <tr class="kb-table-row-destroyed"> 77 77 <td class="item-icon" width="32" height="34" valign="top"><a href="?a=invtype&id={$i.itemID}">{$i.Icon}</a></td> 78 78 <td class="kb-table-cell">{$i.Name}</td> … … 113 113 {/foreach} 114 114 {foreach from=$dropped.$slotindex item=i} 115 <tr class="kb-table-row- odd" style="background-color: green;">115 <tr class="kb-table-row-dropped"> 116 116 <td style="border: 1px solid green;" width="32" height="34" valign="top"><a href="?a=invtype&id={$i.itemID}">{$i.Icon}</a></td> 117 117 <td class="kb-table-cell">{$i.Name}</td> … … 162 162 <td align="right">{$ItemValue}</td> 163 163 </tr> 164 <tr class={cycle name=ccl} style="background-color: green;">164 <tr class={cycle name=ccl} kb-table-row-dropped"> 165 165 <td style="border: 1px solid green;" colspan="3"><div align="right"><strong>Total Module Drop:</strong></div></td> 166 166 <td style="border: 1px solid green;" align="right">{$DropValue}</td>