index.tmpl
branchxbelweb
changeset 15 574631f841c3
parent 14 cdb4ed8660c5
child 17 14bec94bbe89
--- a/index.tmpl	Wed Sep 24 17:51:18 2003 -0400
+++ b/index.tmpl	Thu Sep 25 11:02:05 2003 -0400
@@ -7,7 +7,7 @@
   <body>
     <h1>Fabien's XBelWeb</h1>
     <p>Total bookmarks: <TMPL_VAR total></p>
-    <form action="index.py" method="post" name="keywords">
+    <form action="index.py" method="get" name="keywords">
       <fieldset class="keywords">
         <legend>Keywords:</legend>
 	<p>
@@ -15,11 +15,11 @@
 	  <input type="checkbox" name="kw"
 	  <TMPL_IF checked>checked</TMPL_IF>
 	  value="<TMPL_VAR id>"
-	  /><TMPL_VAR keyword>(<TMPL_VAR count>);
+	  /><a href="edit_kw.py?id=<TMPL_VAR id>"><TMPL_VAR keyword></a>(<TMPL_VAR count>);
 	</TMPL_LOOP>
-	</ul>
+	</p>
+      <button type="submit">Refresh</button>
       </fieldset>
-      <button type="submit">Refresh</button>
     </form>
     <dl>
     <TMPL_LOOP Bookmarks>
@@ -53,4 +53,5 @@
 sgml-local-catalogs:nil
 sgml-local-ecat-files:nil
 End:
+vi: syntax=html
 -->