Subversion Repositories wimsdev

Rev

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

  1. !!##language independent
  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 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 about.phtml
  23. !endif
  24.  
  25. !if $job notwordof home
  26.  !read menu.phtml
  27. !else
  28. !if $(module_title_$modu_lang)!=
  29.   !set module_title=$(module_title_$modu_lang)
  30. !endif
  31.  
  32.  !header
  33. !endif
  34.  
  35. !read $job.phtml
  36.  
  37. !reset rEg,preview,abandon,Titb,Keyw,Next,Prev,Upbl,currcont,\
  38.        titr,authorr,descr,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 $job notwordof home
  46.  !tail
  47. !endif
  48.