Subversion Repositories wimsdev

Rev

Rev 8056 | Rev 9479 | 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">
8056 obado 16
<tr>
8646 bpr 17
    <td class="nowrap" style="text-align:right">$name_code1</td>
8056 obado 18
    <td align="left"><input type="password" size="20" name="coder1" /></td>
19
</tr><tr>
8646 bpr 20
    <td class="nowrap" style="text-align:right">$name_code2</td>
8056 obado 21
    <td align="left"><input type="password" size="20" name="coder" /></td>
22
</tr><tr>
8646 bpr 23
    <td class="nowrap" style="text-align:right">$name_code3</td>
24
    <td style="text-align:left"><input type="password" size="20" name="coder2" /></td>
8056 obado 25
</tr>
26
<tr>
27
    <td colspan="2">
28
    <input type="submit" value="$wims_name_tosave" />
29
    <input type="submit" name="abandon" value="$wims_name_giveup" class="wims_secondary_button" />
30
    </td>
31
</tr>
32
</table>
5927 bpr 33
!formend
23 reyssat 34
 
2259 bpr 35
$name_code4