Rev 12504 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12504 | Rev 14890 | ||
---|---|---|---|
Line 18... | Line 18... | ||
18 | !reset keyword |
18 | !reset keyword |
19 | !exit |
19 | !exit |
20 | !endif |
20 | !endif |
21 | 21 | ||
22 | !if $sccnt>0 |
22 | !if $sccnt>0 |
- | 23 | !set table_class=sortable |
|
- | 24 | !set table_id=TABLE_sclasslist |
|
23 | $table_header |
25 | $table_header |
24 | <caption>$name_list</caption> |
26 | <caption>$name_list</caption> |
- | 27 | <thead> |
|
25 | $table_hdtr |
28 | $table_hdtr |
26 | <th>$wims_name_name</th><th>$wims_name_action</th><th class="small">$wims_name_Language</th><th>$wims_name_Supervisor</th> |
29 | <th>$wims_name_name</th><th>$wims_name_action</th><th class="small">$wims_name_Language</th><th>$wims_name_Supervisor</th> |
27 | <th>$name_created<br /><span class="tt small">yyyymmdd</span></th> |
30 | <th>$name_created<br /><span class="tt small">yyyymmdd</span></th> |
28 | <th>$name_expire<br /><span class="tt small">yyyymmdd</span></th> |
31 | <th>$name_expire<br /><span class="tt small">yyyymmdd</span></th> |
29 | !if $actives=yes |
32 | !if $actives=yes |
30 | <th>$name_Load<sup>[1]</sup></th> |
33 | <th>$name_Load<sup>[1]</sup></th> |
31 | !endif |
34 | !endif |
32 | </tr> |
35 | </tr> |
- | 36 | </thead><tbody> |
|
33 | !for i=1 to $sccnt |
37 | !for i=1 to $sccnt |
34 | !set l=!line $i of $sclasses |
38 | !set l=!line $i of $sclasses |
35 | !distribute items $l into c_,e_,t_,d_ |
39 | !distribute items $l into c_,e_,t_,d_ |
36 | !set l=!defof class_lang\ |
40 | !set l=!defof class_lang\ |
37 | class_supervisor\ |
41 | class_supervisor\ |
38 | class_email\ |
42 | class_email\ |
39 | class_creation in wimshome/log/classes/$c_/.def |
43 | class_creation in wimshome/log/classes/$c_/.def |
40 | !distribute lines $l into l_,s_,m_,f_ |
44 | !distribute lines $l into l_,s_,m_,f_ |
41 | !default f_=-- |
45 | !default f_=-- |
42 | $table_tr |
46 | $table_tr |
43 | <td class="small">$t_<br />$d_</td> |
47 | <td class="small">$t_<br />$d_</td> |
44 | <td> |
48 | <td> |
45 | !set wims_ref_class=wims_button wims_warning |
49 | !set wims_ref_class=wims_button wims_warning |
46 | !href cmd=reply&job2=erase&jobclass=$c_ $wims_name_erase |
50 | !href cmd=reply&job2=erase&jobclass=$c_ $wims_name_erase |
Line 52... | Line 56... | ||
52 | !href module=adm/class/classes&type=authsupervisor&class=$c_&auth_user=supervisor&auth_password=*wims_site_manager $name_visit |
56 | !href module=adm/class/classes&type=authsupervisor&class=$c_&auth_user=supervisor&auth_password=*wims_site_manager $name_visit |
53 | </td><td>$l_</td> |
57 | </td><td>$l_</td> |
54 | <td class="small"> |
58 | <td class="small"> |
55 | <a href="mailto:$m_?subject=$name_yourclass">$s_</a> |
59 | <a href="mailto:$m_?subject=$name_yourclass">$s_</a> |
56 | </td><td>$f_<td>$e_</td> |
60 | </td><td>$f_<td>$e_</td> |
57 | !if $actives=yes |
61 | !if $actives=yes |
58 | !default activ_$c_=- |
62 | !default activ_$c_=- |
59 | <td>$(activ_$c_)</td> |
63 | <td>$(activ_$c_)</td> |
60 | !endif |
64 | !endif |
61 | </tr> |
65 | </tr> |
62 | !next i |
66 | !next i |
- | 67 | </tbody> |
|
63 | $table_end |
68 | $table_end |
- | 69 | !read tablesort.phtml |
|
64 | !endif |
70 | !endif |
65 | 71 | ||
66 | !if $clcnt>0 |
72 | !if $clcnt>0 |
- | 73 | !set table_class=sortable |
|
- | 74 | !set table_id=TABLE_classlist2 |
|
67 | $table_header |
75 | $table_header |
68 | <caption>$name_listindependant</caption> |
76 | <caption>$name_listindependant</caption> |
- | 77 | <thead> |
|
69 | $table_hdtr |
78 | $table_hdtr |
70 | <th>$wims_name_name</th><th>$wims_name_action</th> |
79 | <th>$wims_name_name</th><th>$wims_name_action</th> |
71 | <th class="small">$wims_name_Language</th><th>$wims_name_Supervisor</th> |
80 | <th class="small">$wims_name_Language</th><th>$wims_name_Supervisor</th> |
72 | <th>$name_created<br /><span class="tt small">yyyymmdd</span></th> |
81 | <th>$name_created<br /><span class="tt small">yyyymmdd</span></th> |
73 | <th>$name_expire<br /><span class="tt small">yyyymmdd</span></th> |
82 | <th>$name_expire<br /><span class="tt small">yyyymmdd</span></th> |
74 | !if $actives=yes |
83 | !if $actives=yes |
75 | <th>$name_Load<sup>[1]</sup></th> |
84 | <th>$name_Load<sup>[1]</sup></th> |
76 | !endif |
85 | !endif |
- | 86 | </thead><tbody> |
|
77 | !for i=1 to $clcnt |
87 | !for i=1 to $clcnt |
78 | !set l=!line $i of $classes |
88 | !set l=!line $i of $classes |
79 | !distribute items $l into c_,e_,t_,d_ |
89 | !distribute items $l into c_,e_,t_,d_ |
80 | !set l=!defof class_lang\ |
90 | !set l=!defof class_lang\ |
81 | class_supervisor\ |
91 | class_supervisor\ |
Line 102... | Line 112... | ||
102 | !default activ_$c_=- |
112 | !default activ_$c_=- |
103 | <td>$(activ_$c_)</td> |
113 | <td>$(activ_$c_)</td> |
104 | !endif |
114 | !endif |
105 | </tr> |
115 | </tr> |
106 | !next i |
116 | !next i |
- | 117 | </tbody> |
|
107 | $table_end |
118 | $table_end |
- | 119 | !read tablesort.phtml |
|
108 | !endif |
120 | !endif |
109 | 121 | ||
110 | !if $actives=yes |
122 | !if $actives=yes |
111 | <div class="wimscenter"> |
123 | <div class="wimscenter"> |
112 | !form reply |
124 | !form reply |
113 |
|
125 | <span class="small bold">[1]</span>. '<span class="tt">$name_Load</span>' |
114 | $name_cumul |
126 | $name_cumul |
115 | <input type=text name="bst_since" value="$bst_since" onchange="submit()" /> |
127 | <input type=text name="bst_since" value="$bst_since" onchange="submit()" /> |
116 | ($name_format <span class="wims_emph">yyyymmdd</span>). |
128 | ($name_format <span class="wims_emph">yyyymmdd</span>). |
117 | <input type="hidden" name="keyword" value="$keyword" /> |
129 | <input type="hidden" name="keyword" value="$keyword" /> |
118 | - | ||
119 | !formend |
130 | !formend |
120 | !href cmd=reply&job=bestclass&keyword=$keyword $wims_name_Show |
131 | !href cmd=reply&job=bestclass&keyword=$keyword $wims_name_Show |
121 | !default bst_num=10 |
132 | !default bst_num=10 |
122 | $bst_num $name_best. |
133 | $bst_num $name_best. |
123 | </div> |
134 | </div> |
124 | !endif |
135 | !endif |
125 | 136 | ||
126 | !reset keyword |
137 | !reset keyword |