Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
23 reyssat 1
 
5764 bpr 2
<h1 class="wims_docu_title">$tit<br/>
751 bpr 3
$n_codechange
23 reyssat 4
</h1>
5
 
6
!if $error!=$empty
5972 bpr 7
 <div class="wims_alertmsg">
2286 bpr 8
 !read docu/$modu_lang/msg.phtml
5972 bpr 9
 </div>
5879 bpr 10
 <hr/>
23 reyssat 11
!endif
12
 
13
!set wims_form_method=post
14
!form reply
5927 bpr 15
<table class="wimscenter wimsnoborder wimsform">
5882 bpr 16
<tr><td nowrap="nowrap" align="right">$name_code1
5927 bpr 17
</td><td align="left"><input type="password" size="20" name="coder1"/></td></tr>
5882 bpr 18
<tr><td nowrap="nowrap" align="right">$name_code2
5927 bpr 19
</td><td align="left"><input type="password" size="20" name="coder"/></td></tr>
5882 bpr 20
<tr><td nowrap="nowrap" align="right">$name_code3
5927 bpr 21
</td><td align="left"><input type="password" size="20" name="coder2"/></td></tr>
23 reyssat 22
 
5882 bpr 23
<tr><td colspan="2" align="center">
24
<input type="submit" value="$wims_name_tosave"/>
25
<input type="submit" name="abandon" value="$wims_name_giveup"/>
5927 bpr 26
</td></tr></table>
27
!formend
23 reyssat 28
 
2259 bpr 29
$name_code4