Rev 10099 | Rev 14286 | Go to most recent revision | 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 |
12720 | bpr | 3 | <p><span class="wims_warning">$wims_name_Error</span>. $name_warning</p> |
4 | !exit |
||
5350 | guerimand | 5 | !endif |
6 | !!readproc adm/class/initclass $class,auth |
||
7 | |||
10099 | obado | 8 | <fieldset class="property_fields"> |
9 | <legend>$wims_name_class : $classname.</legend> |
||
10 | |||
5350 | guerimand | 11 | !if $step=0 |
12720 | bpr | 12 | !form reply |
13 | !set auth_user=$auth_user_connection |
||
14 | <div class="field box"> |
||
15 | <label for="auth_user">$wims_name_Login</label> |
||
16 | <input size="20" name="auth_user" value="$auth_user" id="auth_user" placeholder="$wims_name_Login" /> |
||
17 | </div> |
||
18 | <input type="hidden" name="step" value="1" /> |
||
19 | <div class="wimscenter wimsform"> |
||
20 | <input type="submit" value="$wims_name_Enter" /> |
||
21 | </div> |
||
8768 | bpr | 22 | |
12720 | bpr | 23 | !formend |
5350 | guerimand | 24 | !endif |
10099 | obado | 25 | </fieldset> |
5350 | guerimand | 26 | |
27 | !if $step=1 |
||
12720 | bpr | 28 | !if $error=$empty |
29 | $name_sendmailmess |
||
30 | !endif |
||
5350 | guerimand | 31 | !endif |