--- a/index.tmpl Tue Oct 07 11:10:52 2003 -0400
+++ b/index.tmpl Tue Oct 07 12:50:30 2003 -0400
@@ -8,13 +8,17 @@
<fieldset class="keywords">
<legend>Keywords:</legend>
<p>
- <label>Include: <select multiple name="sel" onchange="submit()">
+ <label>Include:
+ <select multiple name="sel" onchange="submit()"
+ size="<TMPL_VAR kw_size>">
<TMPL_LOOP Keywords>
<option value="<TMPL_VAR id>"
<TMPL_IF selected>selected</TMPL_IF>
><TMPL_VAR keyword> (<TMPL_VAR count>)</option>
</TMPL_LOOP></select>
- <label>Exclude: <select multiple name="exc" onchange="submit()">
+ <label>Exclude:
+ <select multiple name="exc" onchange="submit()"
+ size="<TMPL_VAR kw_size>">
<TMPL_LOOP Keywords>
<option value="<TMPL_VAR id>"
<TMPL_IF excluded>selected</TMPL_IF>
@@ -36,7 +40,8 @@
<hr/>
<p><a href="add.py">Add new bookmark</a>.<br/>
<a href="import.py">Import a XBEL file</a>.<br/>
- <a href="edit_kw.py">Edit keywords</a>.</p>
+ <a href="edit_kw.py">Edit keywords</a>.<br/>
+ <a href="prefs.py">Edit User Preferences</a>.</p>
<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>. Put it on your bookmarks (using <tt><Right-Mouse