Rev 12488 | Rev 12716 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12488 | Rev 12638 | ||
---|---|---|---|
Line 11... | Line 11... | ||
11 | !form reply |
11 | !form reply |
12 | <input type="hidden" name="job" value="userlist" /> |
12 | <input type="hidden" name="job" value="userlist" /> |
13 | !read adm/vfilter/varfilter html |
13 | !read adm/vfilter/varfilter html |
14 | !formend |
14 | !formend |
15 | !! ----- displaying table of participant |
15 | !! ----- displaying table of participant |
16 | <script src="scripts/js/tablesort.js"></script> |
- | |
17 | !set table_id=TABLE_userlist |
16 | !set table_id=TABLE_userlist |
18 | !set table_class=sortable |
17 | !set table_class=sortable |
19 | $table_header |
18 | $table_header |
20 | <thead> |
19 | <thead> |
21 | $table_hdtr |
20 | $table_hdtr |
Line 56... | Line 55... | ||
56 | </tr> |
55 | </tr> |
57 | !endif |
56 | !endif |
58 | !next i |
57 | !next i |
59 | </tbody> |
58 | </tbody> |
60 | $table_end |
59 | $table_end |
61 |
|
60 | !read tablesort.phtml |
62 | new Tablesort(document.getElementById('TABLE_userlist')); |
- | |
63 | </script> |
- | |
64 | !endif |
61 | !endif |