Subversion Repositories wimsdev

Rev

Rev 8546 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !!<html><head>
  2. !!!if $cmd=reply
  3. !! !set wims_expire=
  4. !! $wims_html_header
  5. !! <meta http-equiv="expires" content="
  6. !! !date -d '1 day'
  7. !! ">
  8. !!!else
  9. !! $wims_html_header
  10. !!!endif
  11. !!</head><body $wims_htmlbody>
  12. !!!headmenu
  13.  
  14. !header1
  15. !if $cmd=help and $special_parm=about
  16.  !read about.phtml
  17.  !goto end
  18. !endif
  19.  
  20. !if $cmd=help
  21.  !read help.phtml
  22.  !goto end
  23. !endif
  24.  
  25. !read adm/title.phtml 1\
  26. WIMS @ $httpd_HTTP_HOST\
  27. $(module_title_$lang)
  28.  
  29. !if $sitestart=$empty
  30. $name_warning
  31.  !goto end
  32. !endif
  33.  
  34. !if $show=yes and $ref!=$empty and $laps>0
  35. !!if $show=yes
  36.  <p class="wimscenter">
  37.  !set wims_ref_class=wims_button
  38.  !href cmd=resume $wims_name_menuback
  39.  !set wims_ref_class=wims_button
  40.  !href module=home WIMS home
  41.  </p>
  42.  !read answer.phtml
  43.  !href cmd=resume $wims_name_menuback
  44.  
  45. !else
  46.  !read menu.phtml
  47. !endif
  48. :end
  49. !tail
  50.