Rev 5926 | Rev 6235 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5926 | Rev 5953 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | <p> |
1 | |
2 | !if $class_defined!=yes |
2 | !if $class_defined!=yes |
3 | <span class= |
3 | <p><span class="wims_warning">$wims_name_Error</span>. $name_warning</p> |
4 | !exit |
4 | !exit |
5 | !endif |
5 | !endif |
6 | !!readproc adm/class/initclass $class,auth |
6 | !!readproc adm/class/initclass $class,auth |
7 | 7 | ||
8 | $wims_name_class : $classname. |
8 | $wims_name_class : $classname. |
Line 11... | Line 11... | ||
11 | !set auth_user=$auth_user_connection |
11 | !set auth_user=$auth_user_connection |
12 | $table_header |
12 | $table_header |
13 | <tr><td>$wims_name_Login</td><td><input size="20" name="auth_user" value="$auth_user"/></td></tr> |
13 | <tr><td>$wims_name_Login</td><td><input size="20" name="auth_user" value="$auth_user"/></td></tr> |
14 | $table_end |
14 | $table_end |
15 | <input type="hidden" name="step" value="1"/> |
15 | <input type="hidden" name="step" value="1"/> |
16 | <div class="wimscenter"> |
16 | <div class="wimscenter wimsform"> |
17 | <input type="submit" value="$wims_name_Enter"/> |
17 | <input type="submit" value="$wims_name_Enter"/> |
18 | </div> |
18 | </div> |
19 | 19 | ||
20 | !formend |
20 | !formend |
21 | !endif |
21 | !endif |