Subversion Repositories wimsdev

Rev

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

  1. <!-- adm/class/sheet/student.phtml START -->
  2.  
  3. !read adm/class/classname.phtml $wims_classname\
  4. $wims_institutionname
  5.  
  6. !read adm/title.phtml 1\
  7. $classname\
  8. $name_title
  9.  
  10. <div class="wims_sheet_desc">$desc</div>
  11.  
  12. !if $exocnt=0
  13.  $wims_name_sheetempty
  14. !else
  15.  $name_assignedwork:
  16.  <div class="wims_sheet"><ul class="wims_sheet_list">
  17.  !for i=1 to $exocnt
  18.   !set ex=!record $i of wimshome/log/classes/$wims_class/sheets/.sheet$sheet
  19.   !distribute lines $ex into di,pa,re,we,ti,de,dep
  20.   <li>$i.
  21.   !href module=$di&cmd=new&worksheet=$parm1&$pa $ti
  22. , $de
  23.   !if $re>0
  24.    <small>$name_quality
  25.    0/10. </small>
  26.   !endif
  27.   </li>
  28.  !next i
  29.  </ul>
  30.  </div>
  31. !endif
  32. <p>
  33. !homeref
  34. </p>
  35. !set wims_menu_items=!append line ,0,\
  36. backteacher,1,cmd=resume\
  37. to $wims_menu_items
  38.  
  39. <!-- adm/class/sheet/student.phtml END -->
  40. !tail
  41.  
  42. !set job=
  43.  
  44.