]> git.plutz.net Git - serve0/blob - templates/videoview.html.sh
html/css cleanup
[serve0] / templates / videoview.html.sh
1 # Copyright 2014 Paul Hänsch
2 #
3 # This file is part of Serve0
4
5 # Serve0 is free software: you can redistribute it and/or modify
6 # it under the terms of the GNU Affero General Public License as published by
7 # the Free Software Foundation, either version 3 of the License, or
8 # (at your option) any later version.
9
10 # Serve0 is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU Affero General Public License for more details.
14
15 # You should have received a copy of the GNU Affero General Public License
16 # along with Serve0  If not, see <http://www.gnu.org/licenses/>. 
17
18 cat <<EOF
19   $(filterdiag)
20   $(view)
21   <form action="?action=multitag&${page_this}" method="post" accept-charset="UTF-8">
22     <div id="thumblist">
23       $(thumblist)
24     </div>
25     $(tagger)
26   </form>
27 EOF
28
29 # vi:set filetype=html: