edit_kw.tmpl
branchxbelweb
changeset 43 4d194fce51e1
parent 38 c30e2402deca
child 58 004a32370ba5
equal deleted inserted replaced
42:6d31ed0f6ad3 43:4d194fce51e1
     1 <html>
     1 <html>
     2   <TMPL_INCLUDE NAME="headers.tmpl">
     2   <TMPL_INCLUDE NAME="headers.tmpl">
     3   <body>
     3   <body>
     4     <h1><TMPL_VAR pagetitle></h1>
     4     <h1><TMPL_VAR remote_user>'s Edit Keywords</h1>
     5     <form action="do_edit_kw.py" method="get" name="edit">
     5     <form action="do_edit_kw.py" method="get" name="edit">
     6 	<label>Keywords:
     6 	<label>Keywords:
     7 	<select multiple name="kw" size="<TMPL_VAR kw_size>">
     7 	<select multiple name="kw" size="<TMPL_VAR kw_size>">
     8 	<TMPL_LOOP Keywords>
     8 	<TMPL_LOOP Keywords>
     9 	  <option value="<TMPL_VAR id>"><TMPL_VAR keyword></option>
     9 	  <option value="<TMPL_VAR id>"><TMPL_VAR keyword></option>