]> git.plutz.net Git - serve0/blobdiff - templates/advfilter.html.sh
merged filter and list page
[serve0] / templates / advfilter.html.sh
similarity index 91%
rename from templates/filter.html.sh
rename to templates/advfilter.html.sh
index 86d5b2b16bb79fbd6add2e5428a1f1cbc4eae29c..80ec4c268bc3e66d98e6dc200db541a95db6512d 100755 (executable)
@@ -28,7 +28,7 @@ cat <<EOF
     <input disabled type="submit" name="submit" value="Find">
 
     <a class="panel clearsearch" href="?">Clear All</a>
-    <a class="panel advanced hide" href="?p=list&${page_this}">Hide</a>
+    <a class="panel advanced hide" href="#">Hide</a>
     <hr>
 
     <p class="help">Up to <strong>10</strong> filter boxes will appear as you start selecting tags. You can select <strong>multiple</strong> tags in each box by holding down the <strong>Ctrl</strong>-key. Click the "<strong>Filter!</strong>" button when you are ready.</p>
@@ -104,21 +104,6 @@ cat <<EOF
       )
     </p>
   </form>
-
-  <form>
-    <ul id="thumblist">
-      $(thumblist)
-    </ul>
-
-    <div class="panel footer" id="foot">
-      <div class="pagination_nav">
-        <label>Page:</label>
-        <a href="?${page_prev}">&lt;&lt;</a>
-        <a href="?${page_this}">$(($page + 1))</a>
-        <a href="?${page_next}">&gt;&gt;</a>
-      </div>
-    </div>
-  </form>
 EOF
 
 # vi:set filetype=html: