Rev 12626 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12626 | Rev 12638 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !readproc jobs/supervisors.proc |
1 | !readproc jobs/supervisors.proc |
2 | !if $cnt1>0 |
2 | !if $cnt1>0 |
3 | <script src="scripts/js/tablesort.js"></script> |
- | |
4 | !set table_id=TABLE_gestionlist |
3 | !set table_id=TABLE_gestionlist |
5 | !set table_class=sortable |
4 | !set table_class=sortable |
6 | $table_header |
5 | $table_header |
7 | <caption class="nowrap">$name_othergestion</caption> |
6 | <caption class="nowrap">$name_othergestion</caption> |
8 | <thead> |
7 | <thead> |
Line 23... | Line 22... | ||
23 | !href cmd=reply&actype=del&more=$log $wims_name_erase |
22 | !href cmd=reply&actype=del&more=$log $wims_name_erase |
24 | </td></tr> |
23 | </td></tr> |
25 | !next i |
24 | !next i |
26 | </tbody> |
25 | </tbody> |
27 | $table_end |
26 | $table_end |
28 | <script> |
- | |
29 | new Tablesort(document.getElementById('TABLE_gestionlist')); |
- | |
30 |
|
27 | !read tablesort.phtml |
31 | !endif |
28 | !endif |
32 | !if $cnt2>0 or ($job=first and $teachercnt!=0) |
29 | !if $cnt2>0 or ($job=first and $teachercnt!=0) |
33 | <ul class="wims_nopuce"> |
30 | <ul class="wims_nopuce"> |
34 | !if $cnt2>0 |
31 | !if $cnt2>0 |
35 | !form reply |
32 | !form reply |