Subversion Repositories wimsdev

Rev

Rev 1181 | 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. $wims_html_header
  6. !if $job iswordof read print
  7.  $header
  8. !endif
  9. </head>
  10. !if $job=help
  11.  !changeto ./docu/$module_language/help.phtml
  12. !endif
  13.  
  14. !if help isin $wims_session and $doc!=$helpd
  15.  <body $wims_htmlbody onload=window.close();>
  16.  You may now close this help window.
  17.  </body></html>
  18.  !exit
  19. !endif
  20. <body $wims_htmlbody><div class=wimsmenu>
  21.  
  22. !if $cmd=help and $special_parm=about
  23.  !changeto ./docu/$module_language/about.phtml
  24. !endif
  25.  
  26. !read docu/$module_language/menu.phtml
  27. </div><div class=wimsbody>
  28. !read ./docu/$module_language/$job.phtml
  29.  
  30. !reset rEg,preview,abandon,Titb,Keyw,Next,Prev,Upbl,currcont,\
  31.        titr,authorr,emailr,coder,coder1,coder2,copyrightr,docopenr,dlangr,\
  32.        foldin,foldout,readcntadv,job2
  33.  
  34. !for i=1 to 20
  35.  !reset parm$i
  36. !next i
  37.  
  38. </div>
  39.  
  40. !if robot isin $session
  41.  <small>
  42.  Description: $module_description
  43.  <p>
  44.  Keywords: $module_keywords, $wims_site_keywords
  45.  </small>
  46. !endif
  47. </body></html>
  48.  
  49.