--- a/index.tmpl Tue Sep 23 10:26:35 2003 -0400
+++ b/index.tmpl Tue Sep 23 15:11:11 2003 -0400
@@ -7,7 +7,26 @@
<body>
<h1>Bookmarker 3</h1>
<p>Welcome to bookmarker 3!</p>
- <pre><TMPL_VAR msg></pre>
+ <dl>
+ <TMPL_LOOP Bookmarks>
+ <dt><a href="<TMPL_VAR url>"><TMPL_VAR name></a></dt>
+ <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></li>
+ </TMPL_LOOP>
+ </ul>
+ </fieldset>
+ <button type="submit">Refresh</button>
+ </form>
+ <form type
</body>
</html>
<!-- Keep this comment at the end of the file