Subversion Repositories wimsdev

Rev

Rev 17170 | Details | Compare with Previous | Last modification | View Log | RSS feed

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