Rev 6374 | Rev 7147 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6374 | Rev 7143 | ||
---|---|---|---|
Line 12... | Line 12... | ||
12 | 12 | ||
13 | !if $error!=$empty |
13 | !if $error!=$empty |
14 | <div class="wims_alertmsg"> |
14 | <div class="wims_alertmsg"> |
15 | !read lang/msg.phtml.$moduclass_lang |
15 | !read lang/msg.phtml.$moduclass_lang |
16 | </div> |
16 | </div> |
17 | <p> |
- | |
18 | !set wims_ref_class=wims_button |
17 | !set wims_ref_class=wims_button |
- | 18 | <p class="wimscenter"> |
|
19 | !href module=home $wims_name_back2 |
19 | !href module=home $wims_name_back2 |
20 | </p> |
20 | </p> |
21 | !goto end |
21 | !goto end |
22 | !endif |
22 | !endif |
23 | 23 | ||
24 | !form reply |
24 | !form reply |
25 | 25 | ||
26 | !if $wims_user=supervisor |
26 | !if $wims_user=supervisor |
27 | !default job=user |
27 | !default job=user |
28 | !if $job=none |
28 | !if $job=none |
29 | $name_passwdtype : |
29 | $name_passwdtype : |
30 | <ul> |
30 | <ul> |
31 | !set ch_$job=checked |
31 | !set ch_$job=checked |
32 | <li><input type="radio" name="job" $ch_user value="user" /> $name_userpasswd</li> |
32 | <li><input type="radio" name="job" $ch_user value="user" /> $name_userpasswd</li> |
33 | !if $part!=$empty and $job=part |
33 | !if $part!=$empty and $job=part |
34 | <li><input type="radio" name="job" $ch_part value="part" /> $name_partpasswd <span class="tt">$part</span> ($name_warning1).</li> |
34 | <li><input type="radio" name="job" $ch_part value="part" /> $name_partpasswd <span class="tt">$part</span> ($name_warning1).</li> |
Line 53... | Line 53... | ||
53 | <input type="hidden" name="job" value="user" /> |
53 | <input type="hidden" name="job" value="user" /> |
54 | $table_header |
54 | $table_header |
55 | !endif |
55 | !endif |
56 | !if $job=user or $job=none |
56 | !if $job=user or $job=none |
57 | $table_tr |
57 | $table_tr |
58 | <td |
58 | <td>$name_actualpasswd</td> |
59 | <td><input type="password" size="16" name="old" /></td> |
59 | <td><input type="password" size="16" name="old" /></td> |
60 | </tr> |
60 | </tr> |
61 | !endif |
61 | !endif |
62 | $table_tr |
62 | $table_tr |
63 | <td |
63 | <td>$name_newpasswd</td> |
64 | <td><input type="password" size=" |
64 | <td><input type="password" size="16" name="pw1" /></td> |
65 | </tr> |
65 | </tr> |
66 | $table_tr |
66 | $table_tr |
67 | <td |
67 | <td>$name_newpasswd2</td> |
68 | <td><input type="password" size=" |
68 | <td><input type="password" size="16" name="pw2" /></td> |
69 | </tr> |
69 | </tr> |
70 | $table_end |
70 | $table_end |
71 | <div class="wimscenter wimsform"> |
71 | <div class="wimscenter wimsform"> |
72 | <input type="submit" value="$wims_name_tosave" /> |
72 | <input type="submit" value="$wims_name_tosave" /> |
73 | </div> |
73 | </div> |