folders.tmpl
changeset 57 31271426f879
parent 53 e80160a19653
child 58 004a32370ba5
--- a/folders.tmpl	Mon Aug 23 23:31:38 2004 -0400
+++ b/folders.tmpl	Sat Dec 27 20:23:39 2008 -0500
@@ -7,7 +7,7 @@
       <p>Parents: 
         <TMPL_LOOP Parents>
 	<TMPL_IF id> : </TMPL_IF>
-	<a href="?view=folder;folder=<TMPL_VAR id>"><TMPL_IF id><TMPL_VAR name>
+	<a href="?action=index&view=folder&folder=<TMPL_VAR id>"><TMPL_IF id><TMPL_VAR name>
 	<TMPL_ELSE>Top </TMPL_IF> (<TMPL_VAR count>)</a>
 	</TMPL_LOOP>
       </p>
@@ -15,20 +15,20 @@
     <h2><TMPL_IF folder><TMPL_VAR name><TMPL_ELSE>Main Folder</TMPL_IF>
     (<TMPL_VAR subtotal>/<TMPL_VAR total>)</h2>
     <DIV class="subfolders">
-    <form action="index.py?view=folder;folder=<TMPL_VAR folder>" method="post" name="edit_folders">
+    <form action="?action=index&view=folder&folder=<TMPL_VAR folder>" method="post" name="edit_folders">
     <input type="hidden" name="folder" value="<TMPL_VAR folder>"/>
     <input type="hidden" name="view" value="folder"/>
     <input type="hidden" name="action" value="delete"/>
     <ul>
     <TMPL_LOOP Subfolders>
       <li><button name="delete" value="<TMPL_VAR id>">Delete</button>
-      <a href="index.py?view=folder;folder=<TMPL_VAR id>"><TMPL_VAR name>
+      <a href="?action=index&view=folder&folder=<TMPL_VAR id>"><TMPL_VAR name>
       	(<TMPL_VAR count>)</a></li>
     </TMPL_LOOP>
     </ul>
     </form>
     </div>
-    <form action="index.py?view=folder;folder=<TMPL_VAR folder>" method="post" name="add_folder">
+    <form action="?action=index&view=folder&folder=<TMPL_VAR folder>" method="post" name="add_folder">
       <label>Add subfolder with keyword:
       <input type="hidden" name="folder" value="<TMPL_VAR folder>"/>
       <input type="hidden" name="view" value="folder"/>
@@ -42,7 +42,7 @@
     <hr>
     <TMPL_INCLUDE NAME="bkmarks.tmpl">
     <hr>
-    <a href="?view=dynamic">Switch to dynamic view</a>
+    <a href="?action=index&view=dynamic">Switch to dynamic view</a>
     <TMPL_INCLUDE NAME="footers.tmpl">
   </body>
 </html>