--- a/dynamic.tmpl Fri Oct 24 17:55:22 2003 -0400
+++ b/dynamic.tmpl Sun Oct 26 22:26:03 2003 -0500
@@ -13,17 +13,21 @@
<select multiple name="sel" onchange="submit()"
size="<TMPL_VAR kw_size>">
<TMPL_LOOP Keywords>
+ <TMPL_UNLESS excluded>
<option value="<TMPL_VAR id>"
<TMPL_IF selected>selected</TMPL_IF>
><TMPL_VAR keyword> (<TMPL_VAR count>)</option>
+ </TMPL_UNLESS>
</TMPL_LOOP></select>
<label>Exclude:
<select multiple name="exc" onchange="submit()"
size="<TMPL_VAR kw_size>">
<TMPL_LOOP Keywords>
+ <TMPL_UNLESS selected>
<option value="<TMPL_VAR id>"
<TMPL_IF excluded>selected</TMPL_IF>
><TMPL_VAR keyword> (<TMPL_VAR count>)</option>
+ </TMPL_UNLESS>
</TMPL_LOOP></select>
</p>
<button>Lookup</button>