Subversion Repositories wimsdev

Rev

Rev 2419 | Rev 5855 | Go to most recent revision | 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. !if $cmd=help and $special_parm=about
  15.  !read about.phtml
  16.  !goto end
  17. !endif
  18.  
  19. !if $cmd=help
  20.  !read help.phtml
  21.  !goto end
  22. !endif
  23.  
  24. <h1 class="wims_title">WIMS @ $httpd_HTTP_HOST
  25. <p>$title</h1>
  26. <p><hr> <p>
  27.  
  28. !if $sitestart=$empty
  29. $name_warning
  30.  !goto end
  31. !endif
  32.  
  33. !if $show=yes and $ref!=$empty and $laps>0
  34. !!if $show=yes
  35.  <center>
  36.  !href cmd=resume $wims_name_menuback
  37.  &nbsp;&nbsp;
  38.  !href module=home WIMS home
  39.  </center> <p>
  40.  !read answer.phtml
  41.  !href cmd=resume $wims_name_menuback
  42.  <p>
  43. !else
  44.  !read menu.phtml
  45. !endif
  46. :end
  47. !tail
  48.  
  49.