From: wbudic Date: Mon, 27 Aug 2018 02:47:41 +0000 (+1000) Subject: css changes X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=6a873d9b538ac33b0d09307fb817ed40bcbec9fc;p=LifeLog.git css changes --- diff --git a/htdocs/cgi-bin/.main.cgi.swp b/htdocs/cgi-bin/.main.cgi.swp deleted file mode 100644 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 index 63b729e..0000000 Binary files a/htdocs/cgi-bin/.remove.cgi.swp and /dev/null differ diff --git a/htdocs/cgi-bin/remove.cgi b/htdocs/cgi-bin/remove.cgi index 88a3b9e..efa752a 100755 --- a/htdocs/cgi-bin/remove.cgi +++ b/htdocs/cgi-bin/remove.cgi @@ -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 = '
'; +my $tbl = '
DateTimeLogCategory
'; 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 . "" . + $tbl = $tbl . '" . "" . "\n". "'; } diff --git a/htdocs/cgi-bin/wsrc/.main.css.swp b/htdocs/cgi-bin/wsrc/.main.css.swp deleted file mode 100644 index 9e2e3a7..0000000 Binary files a/htdocs/cgi-bin/wsrc/.main.css.swp and /dev/null differ
DateTimeLogCategory
". $dt->ymd . "
'. $dt->ymd . "" . $dt->hms . "" . $row[3] . "" . $ct. '