From 91b7ecbc9eff99427974cebdd96ad0bef1c76929 Mon Sep 17 00:00:00 2001 From: paul Date: Tue, 7 Jul 2015 09:56:25 +0000 Subject: [PATCH] tidying up html structures svn path=/trunk/; revision=61 --- templates/common.css.sh | 4 +- templates/list.html.sh | 21 +++---- templates/view.html.sh | 129 ++++++++++++++++++++-------------------- 3 files changed, 78 insertions(+), 76 deletions(-) diff --git a/templates/common.css.sh b/templates/common.css.sh index c9cb016..00428da 100755 --- a/templates/common.css.sh +++ b/templates/common.css.sh @@ -106,7 +106,7 @@ a.clearsearch, a.advanced, a.tagger, .pagination_nav { .panel .filter { vertical-align: top; - border: solid 1px; border-radius: .25em; + border: solid 1px #FFF; border-radius: .25em; padding: .25em .5em; margin: 0 0 1em 0; } @@ -180,7 +180,7 @@ a.clearsearch, a.advanced, a.tagger, .pagination_nav { } #tagger { display: none; } -#tagger:target { display: block; } +#tagger:target { display: block; z-index: 1; } .footer { position: fixed; min-height: 2em; diff --git a/templates/list.html.sh b/templates/list.html.sh index 40a7d27..eed4fef 100755 --- a/templates/list.html.sh +++ b/templates/list.html.sh @@ -43,16 +43,6 @@ cat < $(thumblist) - + + EOF # vi:set filetype=html: diff --git a/templates/view.html.sh b/templates/view.html.sh index b251b87..e622658 100755 --- a/templates/view.html.sh +++ b/templates/view.html.sh @@ -16,68 +16,67 @@ # along with Serve0 If not, see . cat < - - - - - - - Clear All - Advanced - -
- - << - $(($page + 1)) - >> -
- - -
- Dismiss -
- Full - -
- -
+ + +
+ Dismiss +

$info

+ +
+ Full + +
+ +
-

$info

- $(($length / 60)):$(($length % 60)) min - Width: $width - Height: $height
+ $(($length / 60)):$(($length % 60)) min + Width: $width + Height: $height
- Tags: + $(echo "$tags" |sed -r 's:\|*([^|]+)\|*:\1:g') - $([ -n "$description" ] && echo "$(_wiki <<<"$description")") -
+ ${description:+$(echo -E "$description" |_wiki)}
- -
+
+ +
+ + -

$info

- + $(($length / 60)):$(($length % 60)) min + Width: $width + Height: $height - $(($length / 60)):$(($length % 60)) min - Width: $width - Height: $height - Tags: - Description: + +
-
+
-
-
    - $(thumblist) -
- -
+
+
    + $(thumblist) +
+
+ + EOF # vi:set filetype=html: -- 2.39.2