1 # Copyright 2014 - 2016 Paul Hänsch
3 # This file is part of Serve0
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.
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.
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/>.
19 <form class="panel top" id="search" action="?" method="get" accept-charset="UTF-8">
20 <input type="text" name="s" value="$search" placeholder="Search">
21 <input type="submit" name="submit" value="Find">
22 <a class="panel clearsearch" href="?p=tree">Clear All</a>
24 <a class="panel toggle" href="#morelinks">More</a>
27 <div class="panel switchable top" id="morelinks">
28 <a class="panel toggle" href="#">Hide</a>
30 <a class="panel toggle" href="#advfilter">Advanced</a>
31 <a class="panel toggle" href="#preferences">Preferences</a>
33 <a class="panel listview" href="?p=list">Index view</a>
34 <a class="panel" href="?p=quicklinks">Most recent</a>
35 <a class="panel" href="?p=playctl">Player</a>
38 $(. $_EXEC/templates/preferences.html.sh)
40 <form action="?action=multitag&${page_this}" method="post" accept-charset="UTF-8">
44 $(. $_EXEC/templates/tagger.html.sh)
47 <div class="panel bottom" id="foot">
48 <a class="panel toggle" href="#tagger">Add Tags</a>
49 <a class="panel toggle" href="#">⇧</a>
54 # vi:set filetype=html: