Subversion Repositories wimsdev

Rev

Rev 8768 | Rev 12720 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8768 Rev 10099
Line 3... Line 3...
3
 <p><span class="wims_warning">$wims_name_Error</span>. $name_warning</p>
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
<fieldset class="property_fields">
8
$wims_name_class : $classname.
9
 <legend>$wims_name_class : $classname.</legend>
-
 
10
 
9
!if $step=0
11
!if $step=0
10
 !form reply
12
 !form reply
11
  !set auth_user=$auth_user_connection
13
  !set auth_user=$auth_user_connection
12
   $table_header
14
  <div class="field box">
13
    <tr><td><label for="auth_user">$wims_name_Login</label></td>
15
    <label for="auth_user">$wims_name_Login</label>
14
    <td><input size="20" name="auth_user" value="$auth_user" id="auth_user" /></td>
16
    <input size="20" name="auth_user" value="$auth_user" id="auth_user" placeholder="$wims_name_Login" />
15
    </tr>
17
  </div>
16
   $table_end
-
 
17
    <input type="hidden" name="step" value="1" />
18
  <input type="hidden" name="step" value="1" />
18
   <div class="wimscenter wimsform">
19
  <div class="wimscenter wimsform">
19
    <input type="submit" value="$wims_name_Enter" />
20
    <input type="submit" value="$wims_name_Enter" />
20
   </div>
21
  </div>
21
 
22
 
22
!formend
23
 !formend
23
!endif
24
!endif
-
 
25
</fieldset>
24
 
26
 
25
!if $step=1
27
!if $step=1
26
 !if $error=$empty
28
 !if $error=$empty
27
  $name_sendmailmess
29
  $name_sendmailmess
28
 !endif
30
 !endif