dynamic.tmpl
changeset 57 31271426f879
parent 51 7015d65beb3d
child 58 004a32370ba5
--- a/dynamic.tmpl	Mon Aug 23 23:31:38 2004 -0400
+++ b/dynamic.tmpl	Sat Dec 27 20:23:39 2008 -0500
@@ -4,8 +4,7 @@
   <body>
     <h1><TMPL_VAR remote_user>'s XBelWeb</h1>
     <p>Total bookmarks: <TMPL_VAR total></p>
-    <form action="index.py" method="get" name="keywords">
-      <input type="hidden" name="view" value="dynamic"/>
+    <form action="?action=index&view=dynamic" method="get" name="keywords">
       <fieldset class="keywords">
         <legend>Keywords:</legend>
 	<p>
@@ -35,7 +34,7 @@
     </form>
     <TMPL_INCLUDE NAME="bkmarks.tmpl">
     <hr/>
-    <a href="?view=folder">Switch to folder view</a>
+    <a href="?action=index&view=folder">Switch to folder view</a>
     <TMPL_INCLUDE NAME="footers.tmpl">
   </body>
 </html>