Rev 5927 | Rev 6099 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | |
2 | !if $job2!=first |
||
3 | !changeto class/$job2.phtml |
||
4 | !endif |
||
5 | <p> |
||
2486 | bpr | 6 | !href cmd=reply&job=conf&confcat=2 $name_click |
7 | $name_config |
||
5894 | bpr | 8 | </p> |
286 | guerimand | 9 | !read class/search.phtml |
10 | !if $overflow=yes |
||
11 | !exit |
||
12 | !endif |
||
13 | |||
14 | !if $sccnt+$clcnt<1 |
||
15 | <p> |
||
2486 | bpr | 16 | $name_noclass |
5894 | bpr | 17 | </p> |
286 | guerimand | 18 | !reset keyword |
19 | !exit |
||
20 | !endif |
||
21 | |||
22 | !if $sccnt>0 |
||
5894 | bpr | 23 | $table_header |
2486 | bpr | 24 | <caption>$name_list</caption> |
23 | reyssat | 25 | $table_hdtr |
5894 | bpr | 26 | <th>$wims_name_name</th><th>$wims_name_action</th><th><small>$wims_name_Language</small></th><th>$wims_name_Supervisor</th> |
27 | <th>$name_created<br/><small>yyyymmdd</small></th> |
||
28 | <th>$name_expire<br/><small>yyyymmdd</small></th> |
||
29 | </tr> |
||
23 | reyssat | 30 | !if $actives=yes |
31 | <th>load<sup>[1]</sup></th> |
||
32 | !endif |
||
286 | guerimand | 33 | !for i=1 to $sccnt |
34 | !set l=!line $i of $sclasses |
||
23 | reyssat | 35 | !distribute items $l into c_,e_,t_,d_ |
36 | !set l=!defof class_lang\ |
||
37 | class_supervisor\ |
||
38 | class_email\ |
||
39 | class_creation in wimshome/log/classes/$c_/.def |
||
40 | !distribute lines $l into l_,s_,m_,f_ |
||
41 | !default f_=-- |
||
42 | $table_tr |
||
5932 | bpr | 43 | <td><small>$t_<br/>$d_</small></td> |
23 | reyssat | 44 | <td> |
3070 | bpr | 45 | !set wims_ref_class=wims_button |
2394 | bpr | 46 | !href cmd=reply&job2=erase&jobclass=$c_ $wims_name_erase |
23 | reyssat | 47 | |
3070 | bpr | 48 | !set wims_ref_class=wims_button |
2394 | bpr | 49 | !href cmd=reply&job2=modify&jobclass=$c_ $wims_name_change |
23 | reyssat | 50 | |
3070 | bpr | 51 | !set wims_ref_class=wims_button |
2514 | bpr | 52 | !href module=adm/class/classes&type=authsupervisor&class=$c_&auth_user=supervisor&auth_password=*wims_site_manager $name_visit |
5932 | bpr | 53 | </td><td>$l_</td> |
54 | <td><small> |
||
2514 | bpr | 55 | <a href="mailto:$m_?subject=$name_yourclass">$s_</a></small> |
5932 | bpr | 56 | </td><td>$f_<td>$e_</td> |
23 | reyssat | 57 | !if $actives=yes |
58 | !default activ_$c_=- |
||
5932 | bpr | 59 | <td>$(activ_$c_)</td> |
23 | reyssat | 60 | !endif |
5894 | bpr | 61 | </tr> |
23 | reyssat | 62 | !next i |
63 | $table_end |
||
286 | guerimand | 64 | !endif |
65 | |||
66 | !if $clcnt>0 |
||
5894 | bpr | 67 | $table_header |
2514 | bpr | 68 | <caption>$name_listindependant</caption> |
286 | guerimand | 69 | $table_hdtr |
2229 | bpr | 70 | <th>$wims_name_name<th>$wims_name_action<th><small>$wims_name_Language</small><th>$wims_name_Supervisor |
5756 | bpr | 71 | <th>$name_created<br/><small>yyyymmdd</small> |
72 | <th>$name_expire<br/><small>yyyymmdd</small> |
||
286 | guerimand | 73 | !if $actives=yes |
74 | <th>load<sup>[1]</sup></th> |
||
75 | !endif |
||
76 | !for i=1 to $clcnt |
||
77 | !set l=!line $i of $classes |
||
78 | !distribute items $l into c_,e_,t_,d_ |
||
79 | !set l=!defof class_lang\ |
||
80 | class_supervisor\ |
||
81 | class_email\ |
||
82 | class_creation in wimshome/log/classes/$c_/.def |
||
83 | !distribute lines $l into l_,s_,m_,f_ |
||
84 | !default f_=-- |
||
85 | $table_tr |
||
5932 | bpr | 86 | <td><small>$t_<br/>$d_</small></td> |
286 | guerimand | 87 | <td> |
3070 | bpr | 88 | !set wims_ref_class=wims_button |
2394 | bpr | 89 | !href cmd=reply&job2=erase&jobclass=$c_ $wims_name_erase |
286 | guerimand | 90 | |
3070 | bpr | 91 | !set wims_ref_class=wims_button |
2394 | bpr | 92 | !href cmd=reply&job2=modify&jobclass=$c_ $wims_name_change |
286 | guerimand | 93 | |
3076 | bpr | 94 | !set wims_ref_class=wims_button |
2514 | bpr | 95 | !href module=adm/class/classes&type=authsupervisor&class=$c_&auth_user=supervisor&auth_password=*wims_site_manager $name_visit |
5932 | bpr | 96 | </td><td>$l_</td> |
97 | <td><small> |
||
286 | guerimand | 98 | <a href="mailto:$m_?subject=Your WIMS virtual class">$s_</a></small> |
5932 | bpr | 99 | </td><td>$f_</td><td>$e_ |
286 | guerimand | 100 | !if $actives=yes |
101 | !default activ_$c_=- |
||
5932 | bpr | 102 | <td>$(activ_$c_)</td> |
286 | guerimand | 103 | !endif |
5874 | bpr | 104 | </tr> |
286 | guerimand | 105 | !next i |
106 | $table_end |
||
107 | !endif |
||
108 | |||
109 | !if $actives=yes |
||
5874 | bpr | 110 | <div class="wimscenter"> |
286 | guerimand | 111 | !form reply |
112 | <small><b>[1]</b>. ``<em>load</em>'' |
||
2486 | bpr | 113 | $name_cumul |
5894 | bpr | 114 | <input type=text name="bst_since" value="$bst_since" onchange="submit()"/>$name_format |
115 | <span class="wims_emph">yyyymmdd</span></small>. |
||
5734 | bpr | 116 | <input type=hidden name="keyword" value="$keyword"/> |
5927 | bpr | 117 | |
118 | !formend |
||
2221 | bpr | 119 | !href cmd=reply&job=bestclass&keyword=$keyword $wims_name_Show |
832 | guerimand | 120 | !default bst_num=10 |
2486 | bpr | 121 | $bst_num $name_best. |
5874 | bpr | 122 | </div> |
23 | reyssat | 123 | !endif |
286 | guerimand | 124 | |
1045 | bpr | 125 | !reset keyword |