Subversion Repositories wimsdev

Rev

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

Rev 10442 Rev 10630
Line 10... Line 10...
10
$wims_institutionname
10
$wims_institutionname
11
 
11
 
12
!read adm/title.phtml 1\
12
!read adm/title.phtml 1\
13
$classname\
13
$classname\
14
$module_title
14
$module_title
-
 
15
 
-
 
16
!set wims_menu_items=!append line SE_config,1,module=adm/class/config to $wims_menu_items
15
 
17
 
16
!if $error!=$empty
18
!if $error!=$empty
17
 <div class="wims_msg alert">
19
 <div class="wims_msg alert">
18
 !read lang/msg.phtml.$moduclass_lang
20
 !read lang/msg.phtml.$moduclass_lang
19
 </div>
21
 </div>
20
 !set wims_ref_class=wims_button
22
 !set wims_ref_class=wims_button
21
<p class="wimscenter">
23
<p class="wimscenter">
22
 !href module=home $wims_name_back2
24
 !href module=home $wims_name_back2
23
</p>
25
</p>
24
 !goto end
26
 !goto end
25
!endif
27
!endif
26
 
28
 
27
!form reply
29
!form reply
28
 
30
 
29
!if $wims_user=supervisor
31
!if $wims_user=supervisor
30
 !default job=user
32
 !default job=user
31
 !if $job=none
33
 !if $job=none
32
   !set ch_$job=checked
34
   !set ch_$job=checked
Line 45... Line 47...
45
   !endif
47
   !endif
46
     <br />
48
     <br />
47
     <input type="radio" name="job" $ch_class value="class" id="job3" />
49
     <input type="radio" name="job" $ch_class value="class" id="job3" />
48
     <label for="job3">$name_classpasswd</label>
50
     <label for="job3">$name_classpasswd</label>
49
     <div class="formHelp">$name_warning1.</div>
51
     <div class="formHelp">$name_warning1.</div>
50
   </div>
52
   </div>
51
 !else
53
 !else
52
    <fieldset class="property_fields halfwidth blockcenter">
54
    <fieldset class="property_fields halfwidth blockcenter">
53
     <legend>
55
     <legend>
54
      !if $class_type>0 and $job=class
56
      !if $class_type>0 and $job=class
55
       $(name_$(job)passwdt)
57
       $(name_$(job)passwdt)
Line 102... Line 104...
102
!endif
104
!endif
103
:end
105
:end
104
!tail
106
!tail
105
 
107
 
106
!distribute item $ into job,pw1,pw2,old
108
!distribute item $ into job,pw1,pw2,old
107
 
-