Rev 12720 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12720 | Rev 14286 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | 1 | ||
2 | !if $class_defined!=yes |
2 | !if $class_defined!=yes |
3 | < |
3 | <div class="wims_msg alert"><span class="wims_warning">$wims_name_Error</span>. $name_warning</div> |
4 | !exit |
4 | !exit |
5 | !endif |
5 | !endif |
6 | !!readproc adm/class/initclass $class,auth |
6 | !!readproc adm/class/initclass $class,auth |
7 | - | ||
8 | <fieldset class="property_fields"> |
- | |
9 | <legend>$wims_name_class : $classname.</legend> |
- | |
10 | 7 | ||
11 | !if $step=0 |
8 | !if $step=0 |
12 | !form reply |
9 | !form reply |
- | 10 | <fieldset class="property_fields halfwidth blockcenter"> |
|
- | 11 | <legend>$wims_name_n_forgetpwd</legend> |
|
- | 12 | <div class="field box"> |
|
- | 13 | <strong>$wims_name_class:</strong> $classname |
|
- | 14 | </div> |
|
13 | !set auth_user=$auth_user_connection |
15 | !set auth_user=$auth_user_connection |
14 | <div class="field box"> |
16 | <div class="field box"> |
15 | <label for="auth_user">$wims_name_Login</label> |
17 | <label for="auth_user">$wims_name_Login</label> |
16 | <input size= |
18 | <input size="20" name="auth_user" value="$auth_user" id="auth_user" placeholder="$wims_name_Login" required="required" /> |
17 | </div> |
19 | </div> |
18 | <input type="hidden" name="step" value="1" /> |
20 | <input type="hidden" name="step" value="1" /> |
19 | <div class="wimscenter wimsform"> |
21 | <div class="wimscenter wimsform"> |
20 | <input |
22 | <input type="submit" /> |
21 | </div> |
23 | </div> |
22 | 24 | </fieldset> |
|
23 | !formend |
25 | !formend |
24 | !endif |
26 | !endif |
25 | </fieldset> |
- | |
26 | - | ||
27 | !if $step=1 |
27 | !if $step=1 and $error=$empty |
28 |
|
28 | <div class="wims_msg success"> |
29 | $name_sendmailmess |
29 | $name_sendmailmess |
30 |
|
30 | </div> |
31 | !endif |
31 | !endif |