From: Will Budicm Date: Mon, 21 Dec 2020 03:25:35 +0000 (+1100) Subject: Look & Feel Fix X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=9964e088472a380d9e235279fd780f1401758652;p=LifeLog.git Look & Feel Fix --- diff --git a/htdocs/cgi-bin/login_ctr.cgi b/htdocs/cgi-bin/login_ctr.cgi index 9fce909..d277ac9 100755 --- a/htdocs/cgi-bin/login_ctr.cgi +++ b/htdocs/cgi-bin/login_ctr.cgi @@ -41,13 +41,16 @@ try{ print $cgi->header(-expires=>"0s", -charset=>"UTF-8", -cookie=>$cookie); print $cgi->start_html( - -title => "Personal Log Login", - -BGCOLOR => &Settings::bgcol, - -script => [ - { -type => 'text/javascript', -src => 'wsrc/main.js' }, ], - -style => [ - { -type => 'text/css', -src => 'wsrc/'.&Settings::css } - ] + -title => "Personal Log Login", + -BGCOLOR => &Settings::bgcol, + -script=> [{-type => 'text/javascript', -src => 'wsrc/main.js'}, + {-type => 'text/javascript', -src => 'wsrc/jquery.js'}, + {-type => 'text/javascript', -src => 'wsrc/jquery-ui.js'}], + -style => [{-type => 'text/css', -src => "wsrc/".&Settings::css}, + {-type => 'text/css', -src => 'wsrc/jquery-ui.css'}, + {-type => 'text/css', -src => 'wsrc/jquery-ui.theme.css'}, + {-type => 'text/css', -src => 'wsrc/jquery-ui.theme.css'}], + -onload => "onBodyLoadGeneric()" ); my @ht = split(m/\s/,`hostname -I`); @@ -74,10 +77,11 @@ try{ ); print qq(

-
-

Welcome to Life Log

$frm

- Get latest version of this application here!
-
); +
+

Welcome to Life Log

$frm

+ LifeLog v.).Settings::release().qq(
+
); Settings::printDebugHTML($DBG) if Settings::debug(); print $cgi->end_html;