Rev 5350 | Rev 5827 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
5350 | guerimand | 1 | <p> |
2 | !if $class_defined!=yes |
||
3 | <span class="wims_warning">$wims_name_Error</span>. $name_warning |
||
4 | !exit |
||
5 | !endif |
||
6 | !!readproc adm/class/initclass $class,auth |
||
7 | |||
8 | $wims_name_class : $classname. |
||
9 | !if $step=0 |
||
10 | !form reply |
||
11 | !set auth_user=$auth_user_connection |
||
12 | $table_header |
||
5734 | bpr | 13 | <tr><td>$wims_name_Login</td><td><input size="20" name="auth_user" value="$auth_user"/></td></tr> |
5350 | guerimand | 14 | $table_end |
5734 | bpr | 15 | <input type="hidden" name="step" value="1"/> |
5350 | guerimand | 16 | <center> |
5734 | bpr | 17 | <input type="submit" value="$wims_name_Enter"/> |
5350 | guerimand | 18 | </center> |
19 | </form> |
||
20 | !endif |
||
21 | |||
22 | !if $step=1 |
||
23 | !if $error=$empty |
||
24 | $name_sendmailmess |
||
25 | !endif |
||
26 | !endif |