[svn r1548] Some clean up of index. xbelweb
authorfabien
Wed, 24 Sep 2003 17:51:18 -0400
branchxbelweb
changeset 14 cdb4ed8660c5
parent 13 7357230539d2
child 15 574631f841c3
[svn r1548] Some clean up of index.
index.tmpl
--- a/index.tmpl	Wed Sep 24 17:19:52 2003 -0400
+++ b/index.tmpl	Wed Sep 24 17:51:18 2003 -0400
@@ -6,11 +6,21 @@
   </head>
   <body>
     <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>
-    
     <p>Total bookmarks: <TMPL_VAR total></p>
+    <form action="index.py" method="post" name="keywords">
+      <fieldset class="keywords">
+        <legend>Keywords:</legend>
+	<p>
+	<TMPL_LOOP Keywords>
+	  <input type="checkbox" name="kw"
+	  <TMPL_IF checked>checked</TMPL_IF>
+	  value="<TMPL_VAR id>"
+	  /><TMPL_VAR keyword>(<TMPL_VAR count>);
+	</TMPL_LOOP>
+	</ul>
+      </fieldset>
+      <button type="submit">Refresh</button>
+    </form>
     <dl>
     <TMPL_LOOP Bookmarks>
       <dt>
@@ -21,22 +31,10 @@
       <dd><p><TMPL_VAR desc></p></dd>
     </TMPL_LOOP>
     </ul>
-    <form action="index.py" method="post" name="keywords">
-      <fieldset class="keywords">
-        <legend>Keywords:</legend>
-	<ul>
-	<TMPL_LOOP Keywords>
-	  <li><input type="checkbox" name="kw"
-	  <TMPL_IF checked>checked</TMPL_IF>
-	  value="<TMPL_VAR id>"/><TMPL_VAR keyword>
-	  (<TMPL_VAR count>)</li>
-	</TMPL_LOOP>
-	</ul>
-	<button type="reset">Reset</button>
-      </fieldset>
-      <button type="submit">Refresh</button>
-    </form>
-    <form type
+    <hr/>
+    <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>
   </body>
 </html>
 <!-- Keep this comment at the end of the file