Subversion Repositories svnkaklik

Rev

Go to most recent revision | Details | Last modification | View Log

Rev Author Line No. Line
6 kaklik 1
<div class="admin">{L_CAT_TITLE}</div>
2
<form name="form1" method="post" action="{F_ACTION}" style="text-align:center;width:800px;">
3
<div style="clear:both;"></div>
4
<div style="height:auto;">
5
  <div style="float:left;padding:10px;width:300px;">
6
  <span class="titreMenu">{L_CAT_OPTIONS_TRUE}</span><br />
7
  <select style="height:auto;width:280px" name="cat_true[]" multiple="multiple" size="10">
8
    <!-- BEGIN category_option_true -->
9
    <option class="{category_option_true.CLASS}" {category_option_true.SELECTED} value="{category_option_true.VALUE}">{category_option_true.OPTION}</option>
10
    <!-- END category_option_true -->
11
  </select>
12
  </div>
13
  <div style="float:left;padding-top:80px;padding-bottom:80px;text-align:center;width:160px;" >
14
    <input type="submit" value="&laquo;" name="trueify" style="font-size:15px;" class="bouton" /><br/>
15
    <input type="submit" value="&raquo;" name="falsify" style="font-size:15px;" class="bouton" />
16
  </div>
17
  <div style="float:right;padding:10px;width:300px;">
18
   <span class="titreMenu">{L_CAT_OPTIONS_FALSE}</span><br />
19
  <select style="width:280px" name="cat_false[]" multiple="multiple" size="10">
20
    <!-- BEGIN category_option_false -->
21
    <option class="{category_option_false.CLASS}" {category_option_false.SELECTED} value="{category_option_false.VALUE}">{category_option_false.OPTION}</option>
22
    <!-- END category_option_false -->
23
  </select>
24
  </div>
25
</div>
26
<div style="clear:both;"></div>
27
<input type="hidden" name="{HIDDEN_NAME}" value="{HIDDEN_VALUE}" />
28
<input type="reset" name="reset" value="{L_RESET}" class="bouton" />
29
</form>
30
<div class="information">{L_CAT_OPTIONS_INFO}</div>
31