Subversion Repositories wimsdev

Rev

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

  1. !nocache
  2. !!<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
  3. !!<html>
  4. !!<head>
  5.  
  6. !if $job iswordof read print
  7.  !set wims_html_header=!append line $header to $wims_html_header
  8. !endif
  9. !!</head>
  10. !if $job=help
  11.  !!<html><head>
  12. !!$wims_html_header
  13. !!</head>
  14. !header1
  15.  !changeto ./docu/$module_language/help.phtml
  16. !endif
  17.  
  18. !if help isin $wims_session and $doc!=$helpd
  19. !!<html><head>
  20. !!$wims_html_header
  21. !set wims_html_onload=!append word window.close(); to $wims_html_onload
  22.  !!<body $wims_htmlbody onload="window.close();">
  23.  !header1
  24.  You may now close this help window.
  25.  !tail
  26.  !exit
  27. !endif
  28. !!<body $wims_htmlbody><div class=wimsmenu>
  29. !if $cmd=help and $special_parm=about
  30.  !changeto ./docu/$module_language/about.phtml
  31. !endif
  32.  
  33. !read docu/$module_language/menu.phtml
  34. !!</div><div class=wimsbody>
  35. !read ./docu/$module_language/$job.phtml
  36.  
  37. !reset rEg,preview,abandon,Titb,Keyw,Next,Prev,Upbl,currcont,\
  38.        titr,authorr,emailr,coder,coder1,coder2,copyrightr,docopenr,dlangr,\
  39.        foldin,foldout,readcntadv,job2
  40.  
  41. !for i=1 to 20
  42.  !reset parm$i
  43. !next i
  44.  
  45. !if robot isin $session
  46.  <small>
  47.  Description: $module_description
  48.  <p>
  49.  Keywords: $module_keywords, $wims_site_keywords
  50.  </small>
  51. !endif
  52.  
  53. !tail
  54.  
  55.