https://github.com/wbudic/LifeLog
This is an Open Source License project -> https://choosealicense.com/licenses/isc/
Credential format:<<AUTO_LOGIN <{alias}/{password}> , dont enable here using AUTO_LOGIN option bellow, use config in app.
-<<AUTO_LOGIN<admin/admin>
+<<AUTO_LOGIN</>
<<CONFIG<4>
00|$RELEASE_VER = 1.7`LifeLog Application Version.
01|$REC_LIMIT = 25`Records shown per page.
<hr>
<a class="a_" href="stats.cgi">Stats</a><hr>
<a class="a_" href="main.cgi">Log</a><hr>
-<font size="2"><b>Jump to Sections</b>
+<font size="2"><b>Jump to Sections</b><br>
<a href="#top">Categories</a><br>
<a href="#vars">System</a><br>
<a href="#dbsets">DB Fix</a><br>
sub getHeader {
print $cgi->header(-expires=>"+6s", -charset=>"UTF-8");
print $cgi->start_html(-title => "Personal Log", -BGCOLOR=>&Settings::bgcol,
- -onload => "loadedBody(false);",
+ -onload => "onBodyLoadGeneric();",
-style => [
{ -type => 'text/css', -src => "wsrc/".&Settings::css },
{ -type => 'text/css', -src => 'wsrc/jquery-ui.css' },
var TIME_STAMP;
var TIMEZONE;
+function onBodyLoadGeneric() {
+ $("input[type=submit], input[type=reset], .ui-widget-content, button, .a_").button();
+ $("#btn_save_doc").button();
+}
+
function onBodyLoad(toggle, tz, today, expires, rs_cur) {
TIMEZONE = tz;
TIME_STAMP = new Date(today);
+ onBodyLoadGeneric();
if (toggle) {
this.toggle("#div_srh", false);
}
});
- $("input[type=submit], input[type=reset], .ui-widget-content, button, .a_").button();
- $("#btn_save_doc").button();
-
-
$(window).scroll(function() {
if (!MNU_SCROLLING) {