Subversion Repositories wimsdev

Rev

Rev 10998 | Rev 14890 | 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 class="small">$wims_name_Language</th><th>$wims_name_Supervisor</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>
  29.   !if $actives=yes
  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
  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_
  85.     !default f_=--
  86.     $table_tr
  87.     <td class="small">$t_<br />$d_</td>
  88.     <td>
  89.     !set wims_ref_class=wims_button wims_warning
  90.     !href cmd=reply&job2=erase&jobclass=$c_ $wims_name_erase
  91.     &nbsp;
  92.     !set wims_ref_class=wims_button
  93.     !href cmd=reply&job2=modify&jobclass=$c_ $wims_name_change
  94.    &nbsp;
  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
  97.      </td><td>$l_</td>
  98.      <td class="small">
  99.      <a href="mailto:$m_?subject=Your WIMS virtual class">$s_</a>
  100.      </td><td>$f_</td><td>$e_</td>
  101.     !if $actives=yes
  102.       !default activ_$c_=-
  103.       <td>$(activ_$c_)</td>
  104.     !endif
  105.      </tr>
  106.   !next i
  107.   $table_end
  108. !endif
  109.  
  110. !if $actives=yes
  111.   <div class="wimscenter">
  112.   !form reply
  113.   <span class="small bold">[1]</span>. <span class="tt">$name_Load</span>''
  114.   $name_cumul
  115.   <input type=text name="bst_since" value="$bst_since" onchange="submit()" />
  116.   ($name_format <span class="wims_emph">yyyymmdd</span>).
  117.   <input type="hidden" name="keyword" value="$keyword" />
  118.  
  119.   !formend
  120.   !href cmd=reply&job=bestclass&keyword=$keyword $wims_name_Show
  121.   !default bst_num=10
  122.   $bst_num $name_best.
  123.   </div>
  124. !endif
  125.  
  126. !reset keyword
  127.