Rev 11638 | Rev 12638 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11638 | Rev 12449 | ||
---|---|---|---|
Line 104... | Line 104... | ||
104 | <input type="submit" name="action" value="$name_walertmsg" $wims_on_click/> |
104 | <input type="submit" name="action" value="$name_walertmsg" $wims_on_click/> |
105 | !endif |
105 | !endif |
106 | </div> |
106 | </div> |
107 | </fieldset> |
107 | </fieldset> |
108 | 108 | ||
- | 109 | <script src="scripts/js/tablesort.js"></script> |
|
- | 110 | !set table_id=TABLE_userlist |
|
- | 111 | !set table_class=sortable |
|
109 | $table_header |
112 | $table_header |
110 | <caption>$name_listusermotd</caption> |
113 | <caption>$name_listusermotd</caption> |
111 | <thead> |
114 | <thead> |
112 | $table_hdtr |
115 | $table_hdtr |
113 | <th>Select</th> |
116 | <th scope="col" data-sort-method="none">Select</th> |
114 | <th>$name_participant</th> |
117 | <th scope="col" >$name_participant</th> |
115 | <th style="width:50%">$name_actualmotd</th> |
118 | <th scope="col" style="width:50%">$name_actualmotd</th> |
116 | <th>$wims_name_Status</th> |
119 | <th scope="col" >$wims_name_Status</th> |
117 | <th>$name_alertmsg</th> |
120 | <th scope="col" >$name_alertmsg</th> |
118 | <th>$name_aloneaction</th> |
121 | <th scope="col" data-sort-method="none">$name_aloneaction</th> |
119 | </tr> |
122 | </tr> |
120 | </thead> |
123 | </thead> |
121 | <tbody> |
124 | <tbody> |
122 | !set listuser=$listuser |
125 | !set listuser=$listuser |
123 | !for k=1 to $nbuser |
126 | !for k=1 to $nbuser |
Line 166... | Line 169... | ||
166 | </td> |
169 | </td> |
167 | </tr> |
170 | </tr> |
168 | !next k |
171 | !next k |
169 | </tbody> |
172 | </tbody> |
170 | $table_end |
173 | $table_end |
- | 174 | <script> |
|
- | 175 | new Tablesort(document.getElementById('TABLE_userlist')); |
|
- | 176 | </script> |
|
171 | !formend |
177 | !formend |
172 | :end |
178 | :end |
173 | 179 | ||
174 | !if $job!=$empty and $job!=delete |
180 | !if $job!=$empty and $job!=delete |
175 | !set wims_menu_items=!append line back2,1,cmd=reply\ |
181 | !set wims_menu_items=!append line back2,1,cmd=reply\ |