Subversion Repositories wimsdev

Rev

Rev 8646 | Rev 9480 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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