Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
23 reyssat 1
 
9479 bpr 2
<h1 class="wims_docu_title">$tit</h1>
23 reyssat 3
 
4
!if $error!=$empty
5972 bpr 5
 <div class="wims_alertmsg">
2286 bpr 6
 !read docu/$modu_lang/msg.phtml
5972 bpr 7
 </div>
6235 bpr 8
 <hr />
23 reyssat 9
!endif
10
 
11
!set wims_form_method=post
12
!form reply
9479 bpr 13
 <fieldset class="property_fields halfwidth blockcenter">
14
  <legend>$n_codechange</legend>
15
    <div class="field box">
16
      <label for="coder1">$name_code1</label>
17
       <input type="password" size="20" name="coder1" />
18
    </div>
19
    <div class="field box">
20
      <label for="coder">$name_code2</label>
21
        <input type="password" size="20" name="coder" />
22
    </div>
23
    <div class="field box">
24
      <label for="coder">$name_code3</label>
25
      <input type="password" size="20" name="coder2" />
26
    </div>
27
    <div class="wimscenter wimsform">
28
      <input type="submit" value="$wims_name_tosave" />
29
      <input type="submit" name="abandon" value="$wims_name_giveup" class="wims_secondary_button" />
30
    </div>
31
</fieldset>
32
 
5927 bpr 33
!formend
23 reyssat 34
 
2259 bpr 35
$name_code4