Rev 10830 | Rev 12638 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10830 | Rev 12534 | ||
---|---|---|---|
Line 40... | Line 40... | ||
40 | $titre |
40 | $titre |
41 | </span> |
41 | </span> |
42 | !endif |
42 | !endif |
43 | !next k |
43 | !next k |
44 | </div> |
44 | </div> |
- | 45 | <script src="scripts/js/tablesort.js"></script> |
|
- | 46 | !set table_id=TABLE_cls |
|
- | 47 | !set table_class=sortable |
|
45 | $table_header |
48 | $table_header |
46 | <caption>$(classification[$exampletype])</caption> |
49 | <caption>$(classification[$exampletype])</caption> |
- | 50 | <thead> |
|
- | 51 | $table_hdtr |
|
47 |
|
52 | <th scope="col">$wims_name_name</th> |
- | 53 | <th scope="col" data-sort-method="none">$name_connexion</th> |
|
48 | <th |
54 | <th scope="col" data-sort-method="none">$name_register</th> |
49 | !!<th>$name_copy</th> |
55 | !!<th>$name_copy</th> |
50 | </tr> |
56 | </tr> |
- | 57 | </thead> |
|
- | 58 | <tbody> |
|
51 | !for i=1 to $clcnt |
59 | !for i=1 to $clcnt |
52 | !reset class_archived |
60 | !reset class_archived |
53 | !set l=!line $i of $classes |
61 | !set l=!line $i of $classes |
54 | !distribute items $l into code,expire,inst,cl |
62 | !distribute items $l into code,expire,inst,cl |
55 | !defread wimshome/log/classes/$code/.def |
63 | !defread wimshome/log/classes/$code/.def |
Line 85... | Line 93... | ||
85 | !! !href module=adm/class/regclass&job=cloneexemple&sourcecls=$code $name_copy |
93 | !! !href module=adm/class/regclass&job=cloneexemple&sourcecls=$code $name_copy |
86 | !!</td> |
94 | !!</td> |
87 | </tr> |
95 | </tr> |
88 | !endif |
96 | !endif |
89 | !next i |
97 | !next i |
- | 98 | </tbody> |
|
90 | $table_end |
99 | $table_end |
- | 100 | <script> |
|
- | 101 | new Tablesort(document.getElementById('TABLE_cls')); |
|
- | 102 | </script> |
|
91 | </div> |
103 | </div> |