Rev 7973 | Rev 13545 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
286 | guerimand | 1 | |
2 | <p> |
||
2495 | bpr | 3 | !href cmd=reply&job=conf&confcat=2 $name_click |
4 | $name_config |
||
5977 | bpr | 5 | </p> |
286 | guerimand | 6 | !if $sccnt+$clcnt<1 |
7 | <p> |
||
2495 | bpr | 8 | $name_noclass |
286 | guerimand | 9 | !reset keyword |
5977 | bpr | 10 | </p><p> |
2495 | bpr | 11 | !href cmd=reply&job=class $name_listclass |
286 | guerimand | 12 | . |
5977 | bpr | 13 | </p> |
286 | guerimand | 14 | !exit |
15 | !endif |
||
16 | |||
6235 | bpr | 17 | <br />$name_total |
5977 | bpr | 18 | <div class="wimscenter"> |
832 | guerimand | 19 | !form reply |
20 | !default bst_num=10 |
||
21 | !let tmp=!date -d '1 month ago' '+%Y%m%d' |
||
22 | !default bst_since=$tmp |
||
7973 | bpr | 23 | <input type="text" name="bst_num" value="$bst_num" size="4" />$name_bestcumul |
6235 | bpr | 24 | <input type="text" name="bst_since" value="$bst_since" size="7" /> |
10998 | bpr | 25 | <span class="small">$name_format</span> <span class="tt wims_code_words">yyyymmdd</span>. |
6235 | bpr | 26 | <input type="hidden" name="job" value="bestclass" /> |
27 | <input type="submit" value="$wims_name_refresh" /> |
||
5927 | bpr | 28 | |
29 | !formend |
||
7973 | bpr | 30 | </div> |
286 | guerimand | 31 | |
5874 | bpr | 32 | |
286 | guerimand | 33 | !if $sccnt>0 |
5894 | bpr | 34 | $table_header |
2495 | bpr | 35 | <caption>$name_list</caption> |
286 | guerimand | 36 | $table_hdtr |
4043 | bpr | 37 | <th>$wims_name_name</th><th>$wims_name_action</th><th>$wims_name_Language</th><th>$wims_name_supervisor</th> |
6235 | bpr | 38 | <th>$name_created<br /><span class="tt wims_code_words">yyyymmdd</span></th> |
39 | <th>$name_expire<br /><span class="tt wims_code_words">yyyymmdd</span></th> |
||
2514 | bpr | 40 | <th>$name_load<sup>[1]</sup></th> |
7556 | czzmrn | 41 | <th>$name_part</th></tr> |
286 | guerimand | 42 | !for i=1 to $sccnt |
43 | !set l=!line $i of $sclasses |
||
840 | guerimand | 44 | !distribute items $l into c_,l_,s_,m_,f_,e_,d_,t_,load_,u_ |
286 | guerimand | 45 | !default f_=-- |
46 | $table_tr |
||
6235 | bpr | 47 | <td class="small">$t_<br />$d_</td> |
286 | guerimand | 48 | <td> |
7973 | bpr | 49 | !set wims_ref_class=wims_button wims_warning |
2394 | bpr | 50 | !href cmd=reply&job2=erase&jobclass=$c_ $wims_name_erase |
286 | guerimand | 51 | |
3070 | bpr | 52 | !set wims_ref_class=wims_button |
2394 | bpr | 53 | !href cmd=reply&job2=modify&jobclass=$c_ $wims_name_change |
286 | guerimand | 54 | |
3070 | bpr | 55 | !set wims_ref_class=wims_button |
2495 | bpr | 56 | !href module=adm/class/classes&type=authsupervisor&class=$c_&auth_user=supervisor&auth_password=*wims_site_manager $name_visit |
4043 | bpr | 57 | </td> |
5932 | bpr | 58 | <td>$l_</td> |
6145 | bpr | 59 | <td class="small"> |
60 | <a href="mailto:$m_?subject=$name_yourclass">$s_</a> |
||
4043 | bpr | 61 | </td> |
5932 | bpr | 62 | <td>$f_<td>$e_</td> |
63 | <td>$load_</td> |
||
64 | <td>$u_</td> |
||
4043 | bpr | 65 | </tr> |
286 | guerimand | 66 | !next i |
67 | $table_end |
||
68 | !endif |
||
69 | |||
70 | !if $clcnt>0 |
||
5874 | bpr | 71 | $table_header |
2495 | bpr | 72 | <caption>$name_listindependant</caption> |
286 | guerimand | 73 | $table_hdtr |
4043 | bpr | 74 | <th>$wims_name_name</th><th>$wims_name_action</th><th>$wims_name_Language</th><th>$wims_name_Supervisor</th> |
6235 | bpr | 75 | <th>$name_created<br /><span class="tt wims_code_words">yyyymmdd</span></th> |
76 | <th>$name_expire<br /><span class="tt wims_code_words">yyyymmdd</span></th> |
||
2514 | bpr | 77 | <th>$name_load<sup>[1]</sup></th> |
7973 | bpr | 78 | <th>$name_part</th> |
286 | guerimand | 79 | !for i=1 to $clcnt |
80 | !set l=!line $i of $classes |
||
840 | guerimand | 81 | !distribute items $l into c_,l_,s_,m_,f_,e_,d_,t_,load_,u_ |
286 | guerimand | 82 | !default f_=-- |
83 | $table_tr |
||
6235 | bpr | 84 | <td class="small">$t_<br />$d_</td> |
286 | guerimand | 85 | <td> |
7973 | bpr | 86 | !set wims_ref_class=wims_button wims_warning |
2394 | bpr | 87 | !href cmd=reply&job2=erase&jobclass=$c_ $wims_name_erase |
286 | guerimand | 88 | |
3070 | bpr | 89 | !set wims_ref_class=wims_button |
2394 | bpr | 90 | !href cmd=reply&job2=modify&jobclass=$c_ $wims_name_change |
286 | guerimand | 91 | |
3076 | bpr | 92 | !set wims_ref_class=wims_button |
2514 | bpr | 93 | !href module=adm/class/classes&type=authsupervisor&class=$c_&auth_user=supervisor&auth_password=*wims_site_manager $name_visit |
4043 | bpr | 94 | </td> |
5932 | bpr | 95 | <td>$l_</td> |
6145 | bpr | 96 | <td class="small"> |
97 | <a href="mailto:$m_?subject=$name_yourclass">$s_</a></td> |
||
5932 | bpr | 98 | <td>$f_<td>$e_</td> |
99 | <td>$load_</td> |
||
100 | <td>$u_</td> |
||
4043 | bpr | 101 | </tr> |
286 | guerimand | 102 | !next i |
103 | $table_end |
||
104 | !endif |
||
7973 | bpr | 105 | <div class="wimscenter"><b>[1]</b> <i>"$name_load" $name_cumul_student |
4342 | guerimand | 106 | !read date.phtml $bst_since,notime |
5874 | bpr | 107 | .</i></div> |
108 | <div class="wimscenter"> |
||
4043 | bpr | 109 | !set wims_ref_class=wims_button |
2514 | bpr | 110 | !href cmd=reply&job=class $wims_name_back2 |
5874 | bpr | 111 | </div> |
286 | guerimand | 112 |