- Timestamp:
- 12/10/07 23:16:23 (15 years ago)
- Location:
- dev
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/admin/admin_kill_import.php
r276 r279 177 177 $html .= '<meta http-equiv="refresh" content="5; URL=?a=admin_kill_import" />'; 178 178 $html .= 'Automatic refresh in 5s<br/>'; 179 $html .= '<a href="?a=admin_kill_import">Read next '.$_SESSION['kill_import']['num'].'</a> <a href="?a= kill_import&submit=Reset">Reset</a>';179 $html .= '<a href="?a=admin_kill_import">Read next '.$_SESSION['kill_import']['num'].'</a> <a href="?a=admin_kill_import&submit=Reset">Reset</a>'; 180 180 $_SESSION['kill_import']['read'] += $read; 181 181 $_SESSION['kill_import']['p_all'] += $p_all; -
dev/common/includes/globals.php
r278 r279 1 1 <?php 2 2 // current subversion revision 3 preg_match('/\$Re'.'vision: (.*?) \$/', '$Revision: 27 8$', $match);3 preg_match('/\$Re'.'vision: (.*?) \$/', '$Revision: 279 $', $match); 4 4 define('SVN_REV', $match[1]); 5 5 -
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>