Subversion Repositories wimsdev

Rev

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

  1. !!!### language independant
  2.  
  3.  
  4. !reset confirm
  5. !read adm/css.phtml
  6. !header1
  7.  
  8.  
  9. !if $job iswordof student chseries
  10.  !changeto $job.phtml
  11. !endif
  12.  
  13. !read adm/title.phtml 1\
  14. $wims_classname - $wims_institutionname\
  15. $name_title $name_title2
  16.  
  17. <p>
  18. !if $error!=$empty
  19.  <p>
  20.  !read lang/msg.phtml.$moduclass_lang
  21.  <p>
  22.  !goto end
  23. !endif
  24.  
  25. !if $job=getsource
  26.  !read getsource.phtml
  27.  !goto end
  28. !endif
  29.  
  30. !if $activetest>-1
  31.  <b>$name_info:</b>
  32. !endif
  33. !read adm/sheet/sheetinfo.phtml
  34.  
  35. !ifval $activetest=-1
  36.  !goto end
  37. !endif
  38.  
  39. :end1
  40. <a name="list"></a>
  41. <b>$name_content:</b>
  42. !if $exocnt=0
  43.  <p>$name_warning
  44. !else
  45.  <small>[
  46.  !href module=adm/sheet&sh=$sheet&job=print $wims_name_printable
  47.  ]</small>
  48.  !read adm/sheet/sheetcontent.phtml
  49. !endif
  50.  
  51. !if $activetest=0
  52.  <p>$name_text1
  53.   <ul>
  54.    <li> $name_text2:
  55.         !read adm/search_engine/form.phtml
  56.    </li>
  57.    <li>
  58.     !href cmd=reply&job=prep_putsource $wims_name_putsource
  59.    </li>
  60.    <li> $name_text3
  61.    !href module=classes/$lang&special_parm=.nocache. $wims_name_classexo
  62.    </li>
  63.    !if $wims_devel_modules iswordof open
  64.     <li> $name_text4
  65.     !href module=adm/modtool $wims_name_modtool
  66.     </li>
  67.    !endif
  68.    !if $name_helpprog!=$empty
  69.     <li>$(name_helpprog[1])
  70.      !href module=help/teacher/program $(name_helpprog[2])
  71.      $(name_helpprog[3])
  72.     </li>
  73.    !endif
  74.   </ul>
  75. !endif
  76.  
  77. :end
  78. !if $activetest>=0
  79.  !if $activetest=0
  80.   !let wims_menu_items=!append line putsource,1,cmd=reply&job=prep_putsource to $wims_menu_items
  81.  !endif
  82.  !if $job!=getsource
  83.   !let wims_menu_items=!append line sheetsource,1,cmd=reply&job=getsource to $wims_menu_items
  84.  !endif
  85.  !let wims_menu_items=!append line ,0,\
  86. printable,1,module=adm/sheet&sh=$sheet&job=print\
  87. participantview,1,module=adm/sheet&sh=$sheet to $wims_menu_items
  88. !endif
  89.  
  90. !tail
  91.  
  92. !distribute item ,, into job,source,title,desc,prpage
  93.  
  94.