Rev 12720 | Rev 12845 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12720 | Rev 12721 | ||
---|---|---|---|
Line 76... | Line 76... | ||
76 | !endif |
76 | !endif |
77 | !if $clcnt>0 and $s_prog!=1 |
77 | !if $clcnt>0 and $s_prog!=1 |
78 | !set table_id=TABLE_cls |
78 | !set table_id=TABLE_cls |
79 | !set table_class=sortable |
79 | !set table_class=sortable |
80 | $table_header |
80 | $table_header |
81 | <thead> |
- | |
82 | !if $superclass_orig=$empty |
81 | !if $superclass_orig=$empty |
83 | <caption>$name_independantclass</caption> |
82 | <caption>$name_independantclass</caption> |
- | 83 | <thead> |
|
84 | $table_hdtr |
84 | $table_hdtr |
85 | <th scope="col">$wims_name_name</th> |
85 | <th scope="col">$wims_name_name</th> |
86 | <th scope="col">$wims_name_nameteacher / $wims_name_Supervisor</th> |
86 | <th scope="col">$wims_name_nameteacher / $wims_name_Supervisor</th> |
87 | <th scope="col">$wims_name_action</th> |
87 | <th scope="col">$wims_name_action</th> |
88 | </tr> |
88 | </tr> |
Line 101... | Line 101... | ||
101 | !endif |
101 | !endif |
102 | !if $splevel>1 |
102 | !if $splevel>1 |
103 | !href cmd=reply&type=$type&superclass2=$sparent&s_prog=0 $name_up |
103 | !href cmd=reply&type=$type&superclass2=$sparent&s_prog=0 $name_up |
104 | !endif |
104 | !endif |
105 | </caption> |
105 | </caption> |
- | 106 | <thead> |
|
106 | $table_hdtr |
107 | $table_hdtr |
107 | <th scope="col">$Name_level</th> |
108 | <th scope="col">$Name_level</th> |
108 | <th scope="col">$wims_name_nameteacher</th> |
109 | <th scope="col">$wims_name_nameteacher</th> |
109 | !if $superclass_orig!=$empty and $stype=4 |
110 | !if $superclass_orig!=$empty and $stype=4 |
110 | <th scope="col">+</th> |
111 | <th scope="col">+</th> |
Line 124... | Line 125... | ||
124 | 125 | ||
125 | $table_tr |
126 | $table_tr |
126 | !if $superclass_orig=$empty |
127 | !if $superclass_orig=$empty |
127 | <td>$in<br />$cl</td> |
128 | <td>$in<br />$cl</td> |
128 | !else |
129 | !else |
129 | <td> |
130 | <td> |
130 | !href module=$module&type=authsupervisor&class=$code $cl |
131 | !href module=$module&type=authsupervisor&class=$code $cl |
131 | </td> |
132 | </td> |
132 | !endif |
133 | !endif |
133 | <td>$supv</td> |
134 | <td>$supv</td> |
134 | !if $superclass_orig!=$empty and $stype=4 |
135 | !if $superclass_orig!=$empty and $stype=4 |
Line 136... | Line 137... | ||
136 | !if $ty!=1 |
137 | !if $ty!=1 |
137 | !set wims_ref_class=wims_button |
138 | !set wims_ref_class=wims_button |
138 | !href cmd=reply&type=$type&superclass2=$code&s_prog=0 $sousclasses |
139 | !href cmd=reply&type=$type&superclass2=$code&s_prog=0 $sousclasses |
139 | !else |
140 | !else |
140 | - |
141 | - |
141 | !endif |
142 | !endif |
142 | </td> |
143 | </td> |
143 | !if $ty!=1 and $splevel =1 |
144 | !if $ty!=1 and $splevel =1 |
144 | <td> |
145 | <td> |
145 | !set wims_ref_class=wims_button |
146 | !set wims_ref_class=wims_button |
146 | !href cmd=reply&type=$type&superclass2=$code&s_prog=1 $name_program |
147 | !href cmd=reply&type=$type&superclass2=$code&s_prog=1 $name_program |
Line 167... | Line 168... | ||
167 | !set inst=!defof class_institution in wimshome/log/classes/$superclass_orig/.def |
168 | !set inst=!defof class_institution in wimshome/log/classes/$superclass_orig/.def |
168 | !endif |
169 | !endif |
169 | !set table_id=TABLE_program |
170 | !set table_id=TABLE_program |
170 | !set table_class=sortable |
171 | !set table_class=sortable |
171 | $table_header |
172 | $table_header |
172 | <thead> |
- | |
173 | <caption>$Name_program ($inst) |
173 | <caption>$Name_program ($inst) |
174 | !if $splevel>1 |
174 | !if $splevel>1 |
175 | !href cmd=reply&type=$type&superclass2=$sparent&s_prog=0 $name_up |
175 | !href cmd=reply&type=$type&superclass2=$sparent&s_prog=0 $name_up |
176 | !endif |
176 | !endif |
177 | </caption> |
177 | </caption> |
- | 178 | <thead> |
|
178 | $table_hdtr |
179 | $table_hdtr |
179 | <th scope="col">$wims_name_level</th> |
180 | <th scope="col">$wims_name_level</th> |
180 | <th scope="col">$wims_name_nameteacher</th> |
181 | <th scope="col">$wims_name_nameteacher</th> |
181 | <th scope="col">+</th> |
182 | <th scope="col">+</th> |
182 | </tr> |
183 | </tr> |