index.tmpl
branchxbelweb
changeset 9 896b7c6de627
parent 4 20c995f13f63
child 13 7357230539d2
--- a/index.tmpl	Wed Sep 24 14:29:18 2003 -0400
+++ b/index.tmpl	Wed Sep 24 15:48:47 2003 -0400
@@ -2,18 +2,21 @@
 <html>
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
-    <title>Bookmarker 3</title>
+    <title>Fabien's XBelWeb</title>
   </head>
   <body>
-    <h1>Bookmarker 3</h1>
-    <p>Welcome to bookmarker 3!</p>
+    <h1>Fabien's XBelWeb</h1>
     <p>Here the <a
     href="javascript:bk1='<TMPL_VAR curl>?curl='+escape(location.href)+'&ctitle='+escape(document.title);bkwin=window.open(bk1,'bkqm','width=620,height=500,scrollbars=1,resizable=1');bkwin.focus();">Quick
     Mark Link</a>.</p>
     
     <dl>
     <TMPL_LOOP Bookmarks>
-      <dt><a href="<TMPL_VAR url>"><TMPL_VAR name></a></dt>
+      <dt>
+        <a href="<TMPL_VAR url>"><TMPL_VAR name></a>
+	<a href="edit.py?id=<TMPL_VAR id>">edit<a>
+	<a href="delete.py?id=<TMPL_VAR id>">delete<a>
+      </dt>
       <dd><p><TMPL_VAR desc></p></dd>
     </TMPL_LOOP>
     </ul>
@@ -27,6 +30,7 @@
 	  value="<TMPL_VAR id>"/><TMPL_VAR keyword></li>
 	</TMPL_LOOP>
 	</ul>
+	<button type="reset">Reset</button>
       </fieldset>
       <button type="submit">Refresh</button>
     </form>