Subversion Repositories wimsdev

Rev

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

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