]> lifelog.hopto.org Git - LifeLog.git/commitdiff
css changes
authorwbudic <redacted>
Mon, 27 Aug 2018 02:47:41 +0000 (12:47 +1000)
committerwbudic <redacted>
Mon, 27 Aug 2018 02:47:41 +0000 (12:47 +1000)
htdocs/cgi-bin/.main.cgi.swp [deleted file]
htdocs/cgi-bin/.remove.cgi.swp [deleted file]
htdocs/cgi-bin/remove.cgi
htdocs/cgi-bin/wsrc/.main.css.swp [deleted file]

diff --git a/htdocs/cgi-bin/.main.cgi.swp b/htdocs/cgi-bin/.main.cgi.swp
deleted file mode 100644 (file)
index 165b6a5..0000000
Binary files a/htdocs/cgi-bin/.main.cgi.swp and /dev/null differ
diff --git a/htdocs/cgi-bin/.remove.cgi.swp b/htdocs/cgi-bin/.remove.cgi.swp
deleted file mode 100644 (file)
index 63b729e..0000000
Binary files a/htdocs/cgi-bin/.remove.cgi.swp and /dev/null differ
index 88a3b9e26cc9db06e54146f2e1cf507c4a60de33..efa752ae060116e1f4e2c93d42a8db690c9f9fbb 100755 (executable)
@@ -43,7 +43,7 @@ my $tbl_rc =0;
 
 my $stmS = "SELECT rowid, ID_CAT, DATE, LOG from LOG WHERE";
 my $stmE = " ORDER BY rowid DESC, DATE DESC;";
-my $tbl = '<form name="frm_log_del" action="remove.cgi" onSubmit="return formDelValidation();"><table><tr><th class="tbl">Date</th><th class="tbl">Time</th><th>Log</th><th>Category</th></tr>';
+my $tbl = '<form name="frm_log_del" action="remove.cgi" onSubmit="return formDelValidation();"><table><tr class="tbl"><th>Date</th><th>Time</th><th>Log</th><th>Category</th></tr>';
 my $confirmed = $q->param('confirmed');
 if (!$confirmed){
      print $q->header(-expires=>"+6os");    
@@ -105,7 +105,7 @@ if($rv < 0) {
         my $ct = $hshCats{@row[1]};
         my $dt = DateTime::Format::SQLite->parse_datetime( $row[2] );
 
-        $tbl = $tbl . "<tr><td>". $dt->ymd . "</td>" . 
+        $tbl = $tbl . '<tr class="tbl"><td>'. $dt->ymd . "</td>" . 
                  "<td>" . $dt->hms . "</td>" . "<td>" . $row[3] . "</td>\n".
                  "<td>" . $ct. '<input type="hidden" name="chk" value="'.$row[0].'"></td></tr>';       
  }
diff --git a/htdocs/cgi-bin/wsrc/.main.css.swp b/htdocs/cgi-bin/wsrc/.main.css.swp
deleted file mode 100644 (file)
index 9e2e3a7..0000000
Binary files a/htdocs/cgi-bin/wsrc/.main.css.swp and /dev/null differ