Subversion Repositories wimsdev

Rev

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

Rev 12534 Rev 12638
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>
-
 
-
 
45
 
46
 !set table_id=TABLE_cls
46
 !set table_id=TABLE_cls
47
 !set table_class=sortable
47
 !set table_class=sortable
48
 $table_header
48
 $table_header
49
 <caption>$(classification[$exampletype])</caption>
49
 <caption>$(classification[$exampletype])</caption>
50
  <thead>
50
  <thead>
Line 95... Line 95...
95
    </tr>
95
    </tr>
96
   !endif
96
   !endif
97
  !next i
97
  !next i
98
  </tbody>
98
  </tbody>
99
 $table_end
99
 $table_end
100
<script>
-
 
101
  new Tablesort(document.getElementById('TABLE_cls'));
100
 !read tablesort.phtml
102
</script>
-
 
103
</div>
101
</div>