Rev 12534 | Rev 12716 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12534 | Rev 12638 | ||
---|---|---|---|
Line 20... | Line 20... | ||
20 | !endif |
20 | !endif |
21 | !else |
21 | !else |
22 | $name_text1 |
22 | $name_text1 |
23 | !endif |
23 | !endif |
24 | 24 | ||
25 | <script src="scripts/js/tablesort.js"></script> |
- | |
26 | 25 | ||
27 | !set super_mixed_auth=!defof class_mixed_external_auth in wimshome/log/classes/$wims_superclass/.def |
26 | !set super_mixed_auth=!defof class_mixed_external_auth in wimshome/log/classes/$wims_superclass/.def |
28 | !if $sccnt>0 and $super_mixed_auth!=2 |
27 | !if $sccnt>0 and $super_mixed_auth!=2 |
29 | !set table_id=TABLE_portal |
28 | !set table_id=TABLE_portal |
30 | !set table_class=sortable |
29 | !set table_class=sortable |
Line 80... | Line 79... | ||
80 | !endif |
79 | !endif |
81 | </td></tr> |
80 | </td></tr> |
82 | !next i |
81 | !next i |
83 | </tbody> |
82 | </tbody> |
84 | $table_end |
83 | $table_end |
- | 84 | !read tablesort.phtml |
|
85 | !endif |
85 | !endif |
86 | 86 | ||
87 | !if $clcnt>0 and $super_mixed_auth!=2 |
87 | !if $clcnt>0 and $super_mixed_auth!=2 |
88 | !set table_id=TABLE_cls |
88 | !set table_id=TABLE_cls |
89 | !set table_class=sortable |
89 | !set table_class=sortable |
Line 185... | Line 185... | ||
185 | </tr> |
185 | </tr> |
186 | :endloop |
186 | :endloop |
187 | !next i |
187 | !next i |
188 | </tbody> |
188 | </tbody> |
189 | $table_end |
189 | $table_end |
- | 190 | !read tablesort.phtml |
|
190 | !endif |
191 | !endif |
191 | <script> |
- | |
192 | !if $super_mixed_auth!=2 |
- | |
193 | !if $sccnt>0 |
- | |
194 | new Tablesort(document.getElementById('TABLE_portal')); |
- | |
195 | !endif |
- | |
196 | !if $clcnt>0 |
- | |
197 | new Tablesort(document.getElementById('TABLE_cls')); |
- | |
198 | !endif |
- | |
199 | !endif |
- | |
200 | </script> |
- | |
201 | :end |
192 | :end |
202 | </div> |
193 | </div> |