Subversion Repositories wimsdev

Rev

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

  1. !nocache
  2.  
  3. !if $job iswordof read print
  4.  !set wims_html_header=!append line $header to $wims_html_header
  5. !endif
  6. !read adm/css.phtml
  7.  
  8. !if $job=help
  9.  !header1
  10.  !changeto ./docu/help.phtml
  11. !endif
  12.  
  13. !if help isin $wims_session and $doc!=$helpd
  14.  !set wims_html_onload=!append word window.close(); to $wims_html_onload
  15.  !header1
  16.  $n_helpclose
  17.  !tail
  18.  !exit
  19. !endif
  20.  
  21. !if $cmd=help and $special_parm=about
  22.  !changeto ./docu/about.phtml
  23. !endif
  24.  
  25. !read docu/menu.phtml
  26.  
  27. !read ./docu/$job.phtml
  28.  
  29. !reset rEg,preview,abandon,Titb,Keyw,Next,Prev,Upbl,currcont,\
  30.        titr,authorr,descr,emailr,coder,coder1,coder2,copyrightr,docopenr,dlangr,\
  31.        foldin,foldout,readcntadv,job2
  32.  
  33. !for i=1 to 20
  34.  !reset parm$i
  35. !next i
  36.  
  37. !if robot isin $session
  38.  <small>
  39.  $wims_name_Description $module_description
  40.  <p>
  41.  $wims_name_Keywords: $module_keywords, $wims_site_keywords
  42.  </small>
  43. !endif
  44.  
  45. !tail
  46.  
  47.