Subversion Repositories wimsdev

Rev

Rev 5970 | Rev 12733 | Go to most recent revision | 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
1069 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
1685 bpr 9
 !header1
1687 bpr 10
 !changeto ./docu/help.phtml
20 reyssat 11
!endif
12
 
13
!if help isin $wims_session and $doc!=$helpd
1685 bpr 14
 !set wims_html_onload=!append word window.close(); to $wims_html_onload
1069 bpr 15
 !header1
1685 bpr 16
 $n_helpclose
1188 bpr 17
 !tail
20 reyssat 18
 !exit
19
!endif
1685 bpr 20
 
20 reyssat 21
!if $cmd=help and $special_parm=about
1687 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,\
1685 bpr 30
       titr,authorr,descr,emailr,coder,coder1,coder2,copyrightr,docopenr,dlangr,\
20 reyssat 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
5970 bpr 38
 <p class="small">
1685 bpr 39
 $wims_name_Description $module_description
5970 bpr 40
 <br/>
1685 bpr 41
 $wims_name_Keywords: $module_keywords, $wims_site_keywords
5970 bpr 42
 </p>
20 reyssat 43
!endif
44
 
1181 bpr 45
!tail