Revision 188, 262 bytes
(checked in by exi, 14 years ago)
|
Changed default td width for options to 160px.
Added the appropiate timeframe to the fast contractlisttable.
Events now can also return a reference to a variable containing additional information.
Killlists now return a non formatted isk-value for losses/kills, please report any errors on other pages.
Added a custom user menu, able to be shownon every page.
Added some code for user logins, please ignore it for now.
Added a small battle statistics frame to the battle overview.
To login as admin now just leave user blank and use the admin password.
|
Line | |
---|
1 | {strip} |
---|
2 | <tr><td width="160"><b>{$opt.descr}:</b></td><td> |
---|
3 | <input type="checkbox" id="option[{$opt.name}]" name="option[{$opt.name}]" |
---|
4 | {if $config->getConfig($opt.name)} checked="checked"{/if}> |
---|
5 | {if $opt.hint} |
---|
6 | ({$opt.hint}) |
---|
7 | {/if} |
---|
8 | </td></tr> |
---|
9 | {/strip} |
---|