X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=templates%2Fview.html.sh;h=e622658c0bc83684036486bfbd80376e43fe1566;hb=f5de72a64ced97eda77921bd3207a17a5e9a28f5;hp=b2856a52fc1508ad5e72d0ffdddd97f34903314f;hpb=3a030bfc7933228ab4405dbb706bd63edbf7bc31;p=serve0 diff --git a/templates/view.html.sh b/templates/view.html.sh index b2856a5..e622658 100755 --- a/templates/view.html.sh +++ b/templates/view.html.sh @@ -1,43 +1,82 @@ -#!/bin/zsh - -cat < - Dismiss -
- Full - - -
- -
-

$info

- Edit +# Copyright 2014, 2015 Paul Hänsch +# +# This file is part of Serve0 +# +# Serve0 is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# Serve0 is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with Serve0 If not, see . - $(($length / 60)):$(($length % 60)) min - Width: $width - Height: $height
+cat < + - Tags: + + + + + Clear All + Advanced + +
+ + << + $(($page + 1)) + >> +
+ + +
+ Dismiss +

$info

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

$info

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