]> git.plutz.net Git - serve0/blobdiff - templates/list.html.sh
display improvements for text browsers and mobile browsers
[serve0] / templates / list.html.sh
index 65a1e26d21de28d2b0bdbf531c98d604b56c02fd..dd35173d415f9d7b0c92dfd479ce1cabdb571b77 100755 (executable)
@@ -39,8 +39,6 @@ cat <<EOF
     </div>
   </form>
 
-  $(. $_EXEC/templates/advfilter.html.sh)
-
   <form action="?action=multitag&${page_this}" method="post" accept-charset="UTF-8">
     <ul id="thumblist">
       $(thumblist)
@@ -48,8 +46,6 @@ cat <<EOF
     $(. $_EXEC/templates/tagger.html.sh)
   </form>
 
-  $(. $_EXEC/templates/preferences.html.sh)
-
   <div class="panel footer" id="foot">
     <a class="panel tagger show" href="#tagger">Add Tags</a>
     <a class="panel tagger show" href="#preferences">Preferences</a>
@@ -61,6 +57,9 @@ cat <<EOF
       <a href="?${page_next}">&gt;&gt;</a>
     </div>
   </div>
+
+  $(. $_EXEC/templates/preferences.html.sh)
+  $(. $_EXEC/templates/advfilter.html.sh)
 EOF
 
 # vi:set filetype=html: