From: paul Date: Fri, 3 Jul 2015 19:25:33 +0000 (+0000) Subject: replaced all javascript bits X-Git-Url: http://git.plutz.net/?a=commitdiff_plain;h=0d4152e00eda7efa86235fedbecc7bf36d8b159c;p=serve0 replaced all javascript bits svn path=/trunk/; revision=60 --- diff --git a/actions/watch.sh b/actions/watch.sh index d64ae67..dbbc219 100755 --- a/actions/watch.sh +++ b/actions/watch.sh @@ -14,4 +14,4 @@ watch_link='' [ -n "$filter" ] && watch_link="${watch_link}f=${filter}&" [ -n "$page" ] && watch_link="${watch_link}pn=${page}" -echo -n "Location: ?page=view&${watch_link}\n\n" +echo -n "Location: ?p=view&${watch_link}\n\n" diff --git a/templates/common.css.sh b/templates/common.css.sh index 0ae44a7..c9cb016 100755 --- a/templates/common.css.sh +++ b/templates/common.css.sh @@ -121,7 +121,6 @@ a.clearsearch, a.advanced, a.tagger, .pagination_nav { .panel > .tabhandle:checked + label.tabhandle + .tabcontent { display: inline-block; } .panel > .tabhandle:checked + label.tabhandle + .tabcontent + .tabhandle + label{ display: inline-block; } .panel > .tabhandle:checked + label.tabhandle + .tabcontent + .tabhandle:checked + label{ display: none; } - .panel .filter .tabcontainer { position: relative; width: 16em; @@ -180,10 +179,13 @@ a.clearsearch, a.advanced, a.tagger, .pagination_nav { margin-top: .3em; } +#tagger { display: none; } +#tagger:target { display: block; } .footer { position: fixed; min-height: 2em; bottom: 0px; + width: 100%; border-style: solid none none none; } @@ -202,14 +204,13 @@ a.clearsearch, a.advanced, a.tagger, .pagination_nav { display: block; } #videoview .videoinfo { - display: inline-block; width: 39%; margin-top: 2em; } #videoview .videoinfo h2 { display: inline; } -#videoview .videoinfo a.meta:after { +#videoview .videoinfo .meta:after { content: "\A"; white-space: pre; } diff --git a/templates/frame.html.sh b/templates/frame.html.sh index 4cb612b..4172786 100755 --- a/templates/frame.html.sh +++ b/templates/frame.html.sh @@ -27,26 +27,6 @@ cat < - $(. $PAGE body) diff --git a/templates/list.html.sh b/templates/list.html.sh index 684cb74..40a7d27 100755 --- a/templates/list.html.sh +++ b/templates/list.html.sh @@ -44,7 +44,7 @@ cat <