index.tmpl
branchxbelweb
changeset 13 7357230539d2
parent 9 896b7c6de627
child 14 cdb4ed8660c5
--- a/index.tmpl	Wed Sep 24 16:44:09 2003 -0400
+++ b/index.tmpl	Wed Sep 24 17:19:52 2003 -0400
@@ -10,6 +10,7 @@
     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>
     <dl>
     <TMPL_LOOP Bookmarks>
       <dt>
@@ -27,7 +28,8 @@
 	<TMPL_LOOP Keywords>
 	  <li><input type="checkbox" name="kw"
 	  <TMPL_IF checked>checked</TMPL_IF>
-	  value="<TMPL_VAR id>"/><TMPL_VAR keyword></li>
+	  value="<TMPL_VAR id>"/><TMPL_VAR keyword>
+	  (<TMPL_VAR count>)</li>
 	</TMPL_LOOP>
 	</ul>
 	<button type="reset">Reset</button>