Subversion Repositories wimsdev

Rev

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