X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=templates%2Fview.html.sh;h=e622658c0bc83684036486bfbd80376e43fe1566;hb=91b7ecbc9eff99427974cebdd96ad0bef1c76929;hp=b251b871527a01a5b76e0d4e514e4eb6c4b85ba2;hpb=0d4152e00eda7efa86235fedbecc7bf36d8b159c;p=serve0 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: