Subversion Repositories wimsdev

Rev

Rev 7556 | Rev 10998 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1.  
  2. <p>
  3. !href cmd=reply&job=conf&confcat=2 $name_click
  4.  $name_config
  5. </p>
  6. !if $sccnt+$clcnt<1
  7.  <p>
  8.  $name_noclass
  9.  !reset keyword
  10.  </p><p>
  11.  !href cmd=reply&job=class $name_listclass
  12.  .
  13.  </p>
  14.  !exit
  15. !endif
  16.  
  17. <br />$name_total
  18. <div class="wimscenter">
  19.  !form reply
  20.   !default bst_num=10
  21.   !let tmp=!date -d '1 month ago' '+%Y%m%d'
  22.   !default bst_since=$tmp
  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" />
  25.   <span class="small">$name_format</span> <span class="tt wims_">yyyymmdd</span>.
  26.   <input type="hidden" name="job" value="bestclass" />
  27.   <input type="submit" value="$wims_name_refresh" />
  28.  
  29.  !formend
  30.  </div>
  31.  
  32.  
  33. !if $sccnt>0
  34. $table_header
  35. <caption>$name_list</caption>
  36. $table_hdtr
  37. <th>$wims_name_name</th><th>$wims_name_action</th><th>$wims_name_Language</th><th>$wims_name_supervisor</th>
  38. <th>$name_created<br /><span class="tt wims_code_words">yyyymmdd</span></th>
  39. <th>$name_expire<br /><span class="tt wims_code_words">yyyymmdd</span></th>
  40. <th>$name_load<sup>[1]</sup></th>
  41. <th>$name_part</th></tr>
  42. !for i=1 to $sccnt
  43.  !set l=!line $i of $sclasses
  44.  !distribute items $l into c_,l_,s_,m_,f_,e_,d_,t_,load_,u_
  45.  !default f_=--
  46.  $table_tr
  47.  <td class="small">$t_<br />$d_</td>
  48.  <td>
  49.  !set wims_ref_class=wims_button wims_warning
  50.  !href cmd=reply&job2=erase&jobclass=$c_ $wims_name_erase
  51. &nbsp;
  52. !set wims_ref_class=wims_button
  53.  !href cmd=reply&job2=modify&jobclass=$c_ $wims_name_change
  54. &nbsp;
  55. !set wims_ref_class=wims_button
  56.  !href module=adm/class/classes&type=authsupervisor&class=$c_&auth_user=supervisor&auth_password=*wims_site_manager $name_visit
  57.  </td>
  58.  <td>$l_</td>
  59.  <td class="small">
  60.  <a href="mailto:$m_?subject=$name_yourclass">$s_</a>
  61.  </td>
  62.  <td>$f_<td>$e_</td>
  63.  <td>$load_</td>
  64.  <td>$u_</td>
  65.  </tr>
  66. !next i
  67. $table_end
  68. !endif
  69.  
  70. !if $clcnt>0
  71. $table_header
  72. <caption>$name_listindependant</caption>
  73. $table_hdtr
  74. <th>$wims_name_name</th><th>$wims_name_action</th><th>$wims_name_Language</th><th>$wims_name_Supervisor</th>
  75. <th>$name_created<br /><span class="tt wims_code_words">yyyymmdd</span></th>
  76. <th>$name_expire<br /><span class="tt wims_code_words">yyyymmdd</span></th>
  77. <th>$name_load<sup>[1]</sup></th>
  78. <th>$name_part</th>
  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
  84.  <td class="small">$t_<br />$d_</td>
  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
  104. !endif
  105. <div class="wimscenter"><b>[1]</b> <i>"$name_load" $name_cumul_student
  106. !read date.phtml $bst_since,notime
  107. .</i></div>
  108. <div class="wimscenter">
  109. !set wims_ref_class=wims_button
  110. !href cmd=reply&job=class $wims_name_back2
  111. </div>
  112.  
  113.