Revision 370, 378 bytes
(checked in by kovell, 12 years ago)
|
- SQL queries optimised for speed and error protection.
- feed syndication optimised
- front page includes optional clock and optional kill/loss display
- mysqli support added
- transaction protection of kills added where supported (mysqli and InnoDB)
- summary tables and contracts show total destroyed value instead of ship value
- html errors reduced
- related kill calculation improved
- query caching errors reduced
- minor bugfixes
- Smarty 2.6.25 added
- apoc fitting mod added and modded
- code optimisations
- code comments added (doxygen format)
- conflicting mods are now identified
|
Line | |
---|
1 | <div class="item-icon" style="position:absolute; border: none; height:32px; width:32px; text-align:left;"> |
---|
2 | <img border="0" style="position:absolute; height:32px; width:32px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( |
---|
3 | src='{$img_url}/panel/ammo_{$panel_colour}.png', sizingMethod='image');" src="{$img_url}/panel/ammo_{$panel_colour}.png" alt=""> |
---|
4 | </div> |
---|