add_bk.tmpl
branchxbelweb
changeset 15 574631f841c3
parent 9 896b7c6de627
child 17 14bec94bbe89
--- 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
+-->