X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=templates%2Ftree.html.sh;fp=templates%2Ftree.html.sh;h=9ddffbe6a6f2e8e85a8f4ee8609af38c66d36e1a;hb=47b905d14103c01625d16fe557e63e34317c6453;hp=0000000000000000000000000000000000000000;hpb=8d127fe6a7ae92a34d8885a945a36dca1b47211e;p=serve0 diff --git a/templates/tree.html.sh b/templates/tree.html.sh new file mode 100755 index 0000000..9ddffbe --- /dev/null +++ b/templates/tree.html.sh @@ -0,0 +1,42 @@ +# 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 . + +cat < + + + + Clear All + + +
+
    + $(filelist) +
+ $(. $_EXEC/templates/tagger.html.sh) +
+ + + + $(. $_EXEC/templates/preferences.html.sh) +EOF + +# vi:set filetype=html: