Rev 12466 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12466 | Rev 17180 | ||
---|---|---|---|
Line 23... | Line 23... | ||
23 | !form reply |
23 | !form reply |
24 | <div style="margin-left:4.5em;" id="tech_var"> |
24 | <div style="margin-left:4.5em;" id="tech_var"> |
25 | !read adm/vfilter/varfilter htmldiv |
25 | !read adm/vfilter/varfilter htmldiv |
26 | </div> |
26 | </div> |
27 | <div class="wimscenter"> |
27 | <div class="wimscenter"> |
28 | <input type="hidden" name="job" value="regmanage" |
28 | <input type="hidden" name="job" value="regmanage"> |
29 | <input type="submit" name="action" value="$name_display" $wims_on_click |
29 | <input type="submit" name="action" value="$name_display" $wims_on_click> |
30 | </div> |
30 | </div> |
31 | !formend |
31 | !formend |
32 | </div> |
32 | </div> |
33 | </fieldset> |
33 | </fieldset> |
34 | !endif |
34 | !endif |
35 | 35 | ||
36 | !form reply |
36 | !form reply |
37 | !! ----- displaying table of participant |
37 | !! ----- displaying table of participant |
38 | $table_header |
38 | $table_header |
39 | $table_hdtr |
39 | $table_hdtr |
40 | <th><input type="checkbox" name="listuser" id="listuser_all" value="__ALL__" |
40 | <th><input type="checkbox" name="listuser" id="listuser_all" value="__ALL__"><label for="listuser_all">$name_all</label></th> |
41 | <th>$name_studentglo</th> |
41 | <th>$name_studentglo</th> |
42 | !for l=1 to $nbsubclasses |
42 | !for l=1 to $nbsubclasses |
43 | <th> |
43 | <th> |
44 | <input type="checkbox" name="listsclassch" id="listsclassch$l_" value="$(ltsubclasses[$l])" |
44 | <input type="checkbox" name="listsclassch" id="listsclassch$l_" value="$(ltsubclasses[$l])"> |
45 | <label for="listsclassch$l_">$(ltnamesubclasses[$l])</label> |
45 | <label for="listsclassch$l_">$(ltnamesubclasses[$l])</label> |
46 | <br |
46 | <br> ($(ltsupsubclasses[$l])) |
47 | </th> |
47 | </th> |
48 | !next l |
48 | !next l |
49 | </tr> |
49 | </tr> |
50 | !readproc adm/class/mkcomment name |
50 | !readproc adm/class/mkcomment name |
51 | !let namecomment=$scriptout |
51 | !let namecomment=$scriptout |
Line 61... | Line 61... | ||
61 | !reset user_exists,user_email,user_regnum,user_external_auth,user_vars,user_comments$namecomment,user_comments,user_participate |
61 | !reset user_exists,user_email,user_regnum,user_external_auth,user_vars,user_comments$namecomment,user_comments,user_participate |
62 | !readproc adm/class/userdef classes,$wims_class,$uu |
62 | !readproc adm/class/userdef classes,$wims_class,$uu |
63 | !readdef $userdef |
63 | !readdef $userdef |
64 | !set user_vars=!sh grep -E '^!set user__' $Userdef | sed 's/^!set user__//g' |
64 | !set user_vars=!sh grep -E '^!set user__' $Userdef | sed 's/^!set user__//g' |
65 | $table_tr |
65 | $table_tr |
66 | <td><input type="checkbox" name="listuser" value="$uu" |
66 | <td><input type="checkbox" name="listuser" value="$uu"></td> |
67 | !reset css_connected |
67 | !reset css_connected |
68 | !if $uu isitemof $wims_connectedlogin |
68 | !if $uu isitemof $wims_connectedlogin |
69 | !set css_connected=class="wims_connected" |
69 | !set css_connected=class="wims_connected" |
70 | !set wims_ref_title=connected |
70 | !set wims_ref_title=connected |
71 | !endif |
71 | !endif |
Line 82... | Line 82... | ||
82 | </tr> |
82 | </tr> |
83 | !endif |
83 | !endif |
84 | !next i |
84 | !next i |
85 | </table> |
85 | </table> |
86 | <div class="wimscenter"> |
86 | <div class="wimscenter"> |
87 | <input type="hidden" name="job" value="regmanage" |
87 | <input type="hidden" name="job" value="regmanage"> |
88 | <input type="submit" name="action" value="$name_reguser" $wims_on_click |
88 | <input type="submit" name="action" value="$name_reguser" $wims_on_click> |
89 | <input type="submit" name="action" value="$name_unreguser" $wims_on_click |
89 | <input type="submit" name="action" value="$name_unreguser" $wims_on_click> |
90 | </div> |
90 | </div> |
91 | 91 | ||
92 | !! </fieldset> |
92 | !! </fieldset> |
93 | !formend |
93 | !formend |
94 | !endif |
94 | !endif |