Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
23 reyssat 1
 
6235 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>
6235 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
6235 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
6235 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
6235 bpr 21
</td><td align="left"><input type="password" size="20" name="coder2" /></td></tr>
23 reyssat 22
 
6685 bpr 23
<tr><td colspan="2">
6235 bpr 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