--- a/index.tmpl Fri Sep 26 11:03:02 2003 -0400
+++ b/index.tmpl Fri Sep 26 11:04:15 2003 -0400
@@ -12,21 +12,19 @@
<legend>Keywords:</legend>
<p>
<TMPL_LOOP Keywords>
- <input type="checkbox" name="kw"
+ <input type="checkbox" name="kw" onclick="submit()"
<TMPL_IF checked>checked</TMPL_IF>
value="<TMPL_VAR id>"
/><a href="edit_kw.py?id=<TMPL_VAR id>"><TMPL_VAR keyword></a>(<TMPL_VAR count>);
</TMPL_LOOP>
</p>
- <button type="submit">Refresh</button>
</fieldset>
</form>
<dl>
<TMPL_LOOP Bookmarks>
<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>
+ <a href="edit.py?id=<TMPL_VAR id>">edit</a>
</dt>
<dd><p><TMPL_VAR desc></p></dd>
</TMPL_LOOP>