Subversion Repositories wimsdev

Rev

Rev 13545 | Details | Compare with Previous | Last modification | View Log | RSS feed

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