Revision 185, 0.6 KB
(checked in by exi, 15 years ago)
|
Added stripslashes to the mail_forward eventhandler.
Changed db.php to check for strict type of define.
Reworked large chunks of the battle overview to reflect the actual count of lost/killed ships which was really mind numbing.
|
Line | |
---|
1 | <br/> |
---|
2 | <div class="kb-kills-header">Battle Summary for {$system}, {$firstts|date_format:"%H:%M"} - {$lastts|date_format:"%H:%M"}</div> |
---|
3 | <table border="0" width="100%" cellspacing="0" cellpadding="0"> |
---|
4 | <tr><td width="49%" valign="top"> |
---|
5 | <div class="kb-date-header">Friendly ({$friendlycnt})</div> |
---|
6 | <br/> |
---|
7 | |
---|
8 | {assign var='loop' value=$pilots_a} |
---|
9 | {include file="battle_overview_table.tpl"} |
---|
10 | |
---|
11 | </td><td width="55%" valign="top"> |
---|
12 | <div class="kb-date-header">Hostile ({$hostilecnt})</div> |
---|
13 | <br/> |
---|
14 | |
---|
15 | {assign var='loop' value=$pilots_e} |
---|
16 | {include file="battle_overview_table.tpl"} |
---|
17 | |
---|
18 | </td> |
---|
19 | </tr> |
---|
20 | </table> |
---|
21 | <br/> |
---|