Subversion Repositories wimsdev

Rev

Rev 10711 | Rev 12488 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
9960 guerimand 1
<div class="wims_content">
2
  !form reply
3
  <input type="hidden" name="job" value="addvar" />
4
  <fieldset class="property_fields halfwidth blockcenter">
10711 bpr 5
      <legend>$name_addvar</legend>
9960 guerimand 6
      <div class="field box">
10919 bpr 7
       <label for="tc_name">$wims_name_name</label><br/>
9960 guerimand 8
       <input size="10" name="tc_name" value="$tc_name" id="tc_name" />
9
      </div>
10
      <div class="field box">
10026 bpr 11
       <label for="tc_val">$name_ltvalue</label>
9960 guerimand 12
       <input size="60" name="tc_value" value="$tc_value" id="tc_value" />
13
      </div>
14
 
10433 bpr 15
  <div class="wimscenter wimsform">
16
    <input type="submit" name="tc_set" value="$wims_name_tosave" />
17
  $
18
    <input type="submit" name="tc_abandon" value="$wims_name_giveup" class="wims_secondary_button" />
19
   </div>
9960 guerimand 20
  </fieldset>
21
  !formend
22
</div>