Subversion Repositories wimsdev

Rev

Rev 10998 | Rev 14890 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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