summaryrefslogtreecommitdiffstats
path: root/htdocs/exilog_jscript.js
Commit message (Collapse)AuthorAgeFilesLines
* * add missing units to some padding-definitionsAndreas Unterkircher2008-12-131-1/+1
| | | | | | | | | | * remove 'cursor: hand' - hopefully nobody longer uses internet explorers < 5.5 * fix 'vertical­align:center' in exilog_jscript.js, 'middle' has to be used instead of 'center' * use background-color instead of layer-background-color, this way Netscape-style - old fashioned fixes #130 Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
* Forward unreleased changesTom Kistner2008-12-121-6/+105
| | | | | | | | | - IPv6 address parsing - Some queue management - Better SQL quoting - More misc stuff Signed-off-by: Tom Kistner <tom@duncanthrax.net>
* sort files into their directories. move agent- and cleanup-script into ↵Andreas Unterkircher2008-12-121-0/+1232
'agents', all static www-content (icons, stylesheet, javascript, ...) into 'htdocs'. cgi-stuff into 'cgi' and all reused code into 'lib'. Signed-off-by: Andreas Unterkircher <unki@netshadow.at>