Subversion Repositories wimsdev

Rev

Blame | Last modification | View Log | RSS feed

  1.  
  2. <center><h1>$tit</h1></center>
  3.  
  4. !if $error!=$empty
  5.  !read docu/en/msg.phtml
  6.  <p><hr> <p>
  7. !endif
  8.  
  9. !if $titb=$empty
  10.  <p>
  11.  The block <tt>$block</tt> is not yet created.
  12.  <p>
  13.  !exit
  14. !endif
  15.  
  16. !if $datetest<0
  17.  <p>
  18.  This page is not yet open to reading. Come back later!
  19.  <p>
  20.  !exit
  21. !endif
  22.  
  23. !if $datetest>0
  24.  <p>
  25.  This page is expired. You can no longer read it. Sorry!
  26.  <p>
  27.  !exit
  28. !endif
  29.  
  30. <h3>$titb</h3>
  31.  
  32. !if $sheetdata=$empty
  33.  <p>
  34.  There is no exercise data in this page.
  35.  <p>
  36.  !exit
  37. !endif
  38.  
  39. Here are the exercises of this page under worksheet format. You can use cut
  40. and paste to insert them
  41. !if $wims_user=supervisor
  42.  into a sheet of your choice of your class.
  43. !else
  44.  into a sheet of a virtual class under your responsibility.
  45. !endif
  46.  
  47. <pre>
  48. $sheetdata
  49. </pre>
  50.  
  51. </div><div class=wimstail>
  52. <p><hr><p>
  53.  
  54. <center>
  55. !href cmd=reply&job=read Back to doc
  56. </center> <p>
  57.  
  58.