Rev 14335 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1631 | bpr | 1 | !read adm/css.phtml |
8762 | czzmrn | 2 | !if $(module_title_$moduclass_lang)!=$empty |
3 | !set module_title=$(module_title_$moduclass_lang) |
||
4 | !endif |
||
2188 | bpr | 5 | !read lang/names.phtml.$moduclass_lang |
4039 | bpr | 6 | !read adm/class/classname.phtml $wims_classname\ |
4023 | bpr | 7 | $wims_institutionname |
1631 | bpr | 8 | |
9 | !header1 |
||
10 | !read adm/title.phtml 1\ |
||
4023 | bpr | 11 | $classname\ |
1631 | bpr | 12 | $module_title |
13 | |||
9115 | bpr | 14 | !set wims_menu_items=!append line usermanage,1,module=adm/class/usermanage\ |
1860 | bpr | 15 | to $wims_menu_items |
11315 | guerimand | 16 | !if $cmd!=reply or $step=0 |
1631 | bpr | 17 | $name_intro |
4584 | bpr | 18 | |
19 | !form reply |
||
17180 | bpr | 20 | <div class="wimscenter wimsform"><input type="submit" name="reg" value="$wims_name_tosave"></div> |
11296 | bpr | 21 | |
1631 | bpr | 22 | $name_expert |
3066 | bpr | 23 | !set wims_ref_class=wims_button_help |
1631 | bpr | 24 | !href cmd=help $wims_name_help |
7810 | bpr | 25 | <fieldset class="property_fields blockcenter"> |
26 | <legend>$name_menu</legend> |
||
27 | <div class="field box"> |
||
28 | !set wims_ref_class=wims_formradio |
||
11301 | bpr | 29 | <p> |
11303 | bpr | 30 | !formcheckbox job list filter prompt <b>$wims_name_filter:</b> |
11301 | bpr | 31 | $name_expert3 |
32 | </p> |
||
33 | !read adm/vfilter/varfilter htmldiv |
||
7810 | bpr | 34 | </div> |
35 | <div class="field box"> |
||
36 | !formcheckbox job list login prompt $name_loginlist |
||
3909 | bpr | 37 | <textarea name="loginlist" cols="20" rows="5">$loginlist</textarea> |
7810 | bpr | 38 | </div> |
39 | </fieldset> |
||
5926 | bpr | 40 | |
41 | !formend |
||
1631 | bpr | 42 | !goto end |
7810 | bpr | 43 | !endif |
1631 | bpr | 44 | |
1634 | bpr | 45 | !if $photourl_exists=0 |
10782 | bpr | 46 | <p class="wimscenter">$name_nophoto</p> |
1631 | bpr | 47 | !goto end |
48 | !endif |
||
10782 | bpr | 49 | !if $class_type=0 or $class_typename=course or ($class_typename=class and $class_type=1) |
50 | !set tmp=adm/class/userscore&job=getuser |
||
51 | !else |
||
52 | !set tmp=adm/class/usermanage&job=userprop |
||
53 | !endif |
||
11300 | bpr | 54 | |
55 | <ul class="inline wims_nopuce"> |
||
4584 | bpr | 56 | !for l_ = 1 to $cnt |
57 | !set ll=$[ceil($l_/$lim)] |
||
58 | !set u=!line $[$l_ - ($ll-1)*$lim] of $(list_user$ll) |
||
59 | !if $(u[1])!= |
||
12019 | guerimand | 60 | <li> |
61 | !if $(u[4])!= |
||
14335 | bpr | 62 | !if yes=$(u[4]) |
17180 | bpr | 63 | !href module=$tmp&getuser=$(u[1]) <img border="0" width="132px" src="$wims_ref_name?session=$wims_session&cmd=getfile&special_parm=photoboard/$(u[1])" alt="$(u[2]) $(u[3])"> |
14335 | bpr | 64 | !else |
17180 | bpr | 65 | !href module=$tmp&getuser=$(u[1]) <img border="0" width="120px" src="$(u[4])" alt="$(u[2]) $(u[3])"> |
14335 | bpr | 66 | !endif |
17180 | bpr | 67 | <br>$(u[2]) $(u[3]) |
12019 | guerimand | 68 | !else |
14335 | bpr | 69 | !href module=$tmp&getuser=$(u[1]) $(u[2]) $(u[3]) |
12019 | guerimand | 70 | !endif |
14335 | bpr | 71 | </li> |
1631 | bpr | 72 | !endif |
73 | !reset u |
||
7810 | bpr | 74 | !next |
11300 | bpr | 75 | </ul> |
10782 | bpr | 76 | !reset tmp |
1631 | bpr | 77 | !if $cmd=reply |
14335 | bpr | 78 | !set wims_menu_items=!append line back2,1,cmd=resume\ |
79 | to $wims_menu_items |
||
1631 | bpr | 80 | !endif |
81 | :end |
||
82 | !tail |