Subversion Repositories wimsdev

Rev

Rev 17170 | 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,\
  31.   copyrightr,docopenr,dlangr,\
  32.   foldin,foldout,readcntadv,job2
  33.  
  34. !for i=1 to 20
  35.   !reset parm$i
  36. !next i
  37.  
  38. !if robot isin $session
  39.   <p class="small">
  40.   $wims_name_Description $module_description
  41.   <br>
  42.   $wims_name_Keywords: $module_keywords, $wims_site_keywords
  43.   </p>
  44. !endif
  45.  
  46. !tail
  47.