Rev 14286 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
5953 | bpr | 1 | |
5350 | guerimand | 2 | !if $class_defined!=yes |
14286 | obado | 3 | <div class="wims_msg alert"><span class="wims_warning">$wims_name_Error</span>. $name_warning</div> |
12720 | bpr | 4 | !exit |
5350 | guerimand | 5 | !endif |
6 | !!readproc adm/class/initclass $class,auth |
||
7 | |||
8 | !if $step=0 |
||
12720 | bpr | 9 | !form reply |
14286 | obado | 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> |
||
15 | !set auth_user=$auth_user_connection |
||
16 | <div class="field box"> |
||
17 | <label for="auth_user">$wims_name_Login</label> |
||
17229 | bpr | 18 | <input size="20" name="auth_user" value="$auth_user" id="auth_user" placeholder="$wims_name_Login" required="required"> |
14286 | obado | 19 | </div> |
17229 | bpr | 20 | <input type="hidden" name="step" value="1"> |
14286 | obado | 21 | <div class="wimscenter wimsform"> |
17229 | bpr | 22 | <input type="submit"> |
14286 | obado | 23 | </div> |
24 | </fieldset> |
||
12720 | bpr | 25 | !formend |
5350 | guerimand | 26 | !endif |
14286 | obado | 27 | !if $step=1 and $error=$empty |
28 | <div class="wims_msg success"> |
||
12720 | bpr | 29 | $name_sendmailmess |
14286 | obado | 30 | </div> |
17229 | bpr | 31 | !endif |