Subversion Repositories wimsdev

Rev

Rev 5953 | Rev 8768 | 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
5953 bpr 3
 <p><span class="wims_warning">$wims_name_Error</span>. $name_warning</p>
5350 guerimand 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
6235 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
6235 bpr 15
    <input type="hidden" name="step" value="1" />
5953 bpr 16
   <div class="wimscenter wimsform">
6235 bpr 17
    <input type="submit" value="$wims_name_Enter" />
5827 bpr 18
   </div>
5926 bpr 19
 
20
!formend
5350 guerimand 21
!endif
22
 
23
!if $step=1
24
 !if $error=$empty
25
  $name_sendmailmess
26
 !endif
27
!endif