Changeset 164
- Timestamp:
- 12/25/06 10:22:49 (16 years ago)
- Location:
- dev
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/kill_related.php
r162 r164 77 77 78 78 $kslist = new KillList(); 79 $kslist->setOrdered(true); 79 80 $kslist->addSystem($system); 80 81 $kslist->setStartDate($firstts); … … 86 87 87 88 $lslist = new KillList(); 89 $lslist->setOrdered(true); 88 90 $lslist->addSystem($system); 89 91 $lslist->setStartDate($firstts); -
dev/templates/battle_overview.tpl
r157 r164 23 23 {if $config->getConfig('bs_podlink')} 24 24 <td class="kb-table-cell"> 25 <b> {$i.name} <a href="?a=kill_detail&kll_id={$pod_kll_id}">[Pod]</a></b><br/>{$i.ship}25 <b><a href="?a=pilot_detail&plt_id={$pilot}">{$i.name}</a> <a href="?a=kill_detail&kll_id={$pod_kll_id}">[Pod]</a></b><br/>{$i.ship} 26 26 </td> 27 27 {else} 28 28 <td class="kb-table-cell" style="background-image: url({$podpic}); background-repeat: no-repeat; background-position: right;"> 29 <b> {$i.name}</b><br/>{$i.ship}29 <b><a href="?a=pilot_detail&plt_id={$pilot}">{$i.name}</a></b><br/>{$i.ship} 30 30 </td> 31 31 {/if} … … 58 58 {if $config->getConfig('bs_podlink')} 59 59 <td class="kb-table-cell"> 60 <b> {$i.name}</b> <a href="?a=kill_detail&kll_id={$pod_kll_id}">[Pod]</a><br/>{$i.ship}60 <b><a href="?a=pilot_detail&plt_id={$pilot}">{$i.name}</a></b> <a href="?a=kill_detail&kll_id={$pod_kll_id}">[Pod]</a><br/>{$i.ship} 61 61 </td> 62 62 {else} 63 63 <td class="kb-table-cell" style="background-image: url({$podpic}); background-repeat: no-repeat; background-position: right;"> 64 <b> {$i.name}</b><br/>{$i.ship}64 <b><a href="?a=pilot_detail&plt_id={$pilot}">{$i.name}</a></b><br/>{$i.ship} 65 65 </td> 66 66 {/if}