my $sideMenu;
my $tail = q(<div><a class="a_" href="stats.cgi">View Statistics</a> <a class="a_" href="config.cgi">Configure Log</a></div><hr>
-<div><a class="a_" href="login_ctr.cgi?logout=bye">LOGOUT</a><hr><a name="bottom"></a></div>);
+ <div><a class="a_" href="login_ctr.cgi?logout=bye">LOGOUT</a><hr><a name="bottom"></a></div>);
if($isPUBViewMode){$sideMenu=$frm=$srh=$tail=""}else{
$sideMenu = qq(
<div id="menu" title="To close this menu click on its heart, and wait.">
exit;
}
}
-
sub fetchAutocomplete {
my $st = traceDBExe('SELECT LOG from LOG' . $stmE);
while ( my @row = $st->fetchrow_array() ) {
_show_all = false;//toggle type switch
showAll();
}
-
- $(function() {
- $( "#rs_keys, #rs_keys2" ).autocomplete({
- source: AUTOWORDS
- });
- });
-
$('#ed').datetimepicker({
dateFormat: 'yy-mm-dd',
timeFormat: 'HH:mm:ss',
lbl = lbl + " ".repeat(16-lbl.length);
$("#lcat_x").html(lbl);
$("#xc").val(ci);
- $("#cat_desc").show();
+ $("#cat_desc").show();
}).mouseenter(function(e){
var pr = $(event.target).parent(); pr = pr.attr('id');
if(pr){
}
}
]
- });
+ });
//Following is needed as the dropdown registers somewhere in lib. to show on when enter key is hit.
$.fn.enterKey = function (fnc) {
return this.each(function () {
}
});
-
+
setPageSessionTimer(expires);
+ $(function() {
+ $( "#rs_keys, #rs_keys2" ).autocomplete({
+ source: AUTOWORDS
+ });
+ });
var CHK_PREV;
$("#frm_log td").mouseover(function(e){
this.toggle('#div_log', true);
}
+ $(function() {
+ $( "#rs_keys, #rs_keys2" ).autocomplete({
+ source: AUTOWORDS
+ });
+ });
+
display("Log page is ready!");
}