--- a/add_bk.tmpl Wed Sep 24 17:51:18 2003 -0400
+++ b/add_bk.tmpl Thu Sep 25 11:02:05 2003 -0400
@@ -17,14 +17,17 @@
</fieldset>
<fieldset class="keywords">
<legend>Mots clés:</legend>
- <ul>
+ <p>
<TMPL_LOOP Keywords>
- <li><input type="checkbox" name="kw"
+ <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_LOOP>
- </ul>
+ </p>
<label>New keywords: <input type="text" name="newkw"> (comma separated list)</label>
</form>
</body>
</html>
+<!--
+vi: syntax=html
+-->