Rev 6235 | Rev 9221 | 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 |
6099 | bpr | 26 | <th>$wims_name_name</th><th>$wims_name_action</th><th class="small">$wims_name_Language</th><th>$wims_name_Supervisor</th> |
6235 | bpr | 27 | <th>$name_created<br /><span class="tt small">yyyymmdd</span></th> |
28 | <th>$name_expire<br /><span class="tt small">yyyymmdd</span></th> |
||
5894 | bpr | 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 |
||
6235 | bpr | 43 | <td class="small">$t_<br />$d_</td> |
23 | reyssat | 44 | <td> |
7973 | bpr | 45 | !set wims_ref_class=wims_button wims_warning |
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> |
6099 | bpr | 54 | <td class="small"> |
55 | <a href="mailto:$m_?subject=$name_yourclass">$s_</a> |
||
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 |
6099 | bpr | 70 | <th>$wims_name_name<th>$wims_name_action<th class="small">$wims_name_Language<th>$wims_name_Supervisor |
6235 | bpr | 71 | <th>$name_created<br /><span class="tt small">yyyymmdd</span> |
72 | <th>$name_expire<br /><span class="tt small">yyyymmdd</span> |
||
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 |
||
6235 | bpr | 86 | <td class="small">$t_<br />$d_</td> |
286 | guerimand | 87 | <td> |
7973 | bpr | 88 | !set wims_ref_class=wims_button wims_warning |
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> |
6099 | bpr | 97 | <td class="small"> |
98 | <a href="mailto:$m_?subject=Your WIMS virtual class">$s_</a> |
||
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"> |
7973 | bpr | 111 | !form reply |
112 | <span class="small bold">[1]</span>. <span class="tt">load</span>'' |
||
2486 | bpr | 113 | $name_cumul |
6235 | bpr | 114 | <input type=text name="bst_since" value="$bst_since" onchange="submit()" /> |
6099 | bpr | 115 | ($name_format <span class="wims_emph">yyyymmdd</span>). |
6235 | 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 |