[svn r1578] Utilisation du <select> pour les keywords du bk. xbelweb
authorfabien
Tue, 07 Oct 2003 00:12:11 -0400
branchxbelweb
changeset 34 00723d5728dc
parent 33 db91081e5a78
child 35 df0cc976f762
[svn r1578] Utilisation du <select> pour les keywords du bk.
add_bk.tmpl
--- a/add_bk.tmpl	Tue Oct 07 00:07:32 2003 -0400
+++ b/add_bk.tmpl	Tue Oct 07 00:12:11 2003 -0400
@@ -17,13 +17,13 @@
       </fieldset>
       <fieldset class="keywords">
         <legend>Keywords:</legend>
-	<p>
+	<label>Selected: <select multiple name="kw">
 	<TMPL_LOOP Keywords>
-	  <input type="checkbox" name="kw"
-	  <TMPL_IF checked>checked</TMPL_IF>
-	  value="<TMPL_VAR id>"/><TMPL_VAR keyword>;
+	  <option value="<TMPL_VAR id>"
+	  <TMPL_IF checked>checked</TMPL_IF> />
+	  <TMPL_VAR keyword></option>
 	</TMPL_LOOP>
-	</p>
+	</select>
 	<label>New keywords: <input type="text" name="newkw"> (comma separated list)</label>
     </form>
   </body>