Revision 188, 337 bytes
(checked in by exi, 16 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.
|
Rev | Line | |
---|
[177] | 1 | {strip} |
---|
[188] | 2 | <tr><td width="160"><b>{$opt.descr}:</b></td><td> |
---|
[177] | 3 | <select id="option[{$opt.name}]" name="option[{$opt.name}]"> |
---|
| 4 | {foreach from=$options key=key item=i} |
---|
| 5 | <option value="{$i.value}"{if $i.state} selected="selected"{/if}>{$i.descr}</option> |
---|
| 6 | {/foreach} |
---|
| 7 | </select> |
---|
| 8 | {if $opt.hint} |
---|
| 9 | ({$opt.hint}) |
---|
| 10 | {/if} |
---|
| 11 | </td></tr> |
---|
| 12 | {/strip} |
---|