Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
20 reyssat 1
!nocache
2
!!<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1069 bpr 3
!!<html>
4
!!<head>
5
 
20 reyssat 6
!if $job iswordof read print
1069 bpr 7
 !set wims_html_header=!append line $header to $wims_html_header
20 reyssat 8
!endif
1069 bpr 9
!!</head>
20 reyssat 10
!if $job=help
1069 bpr 11
 !!<html><head>
12
!!$wims_html_header
13
!!</head>
14
!header1
20 reyssat 15
 !changeto ./docu/$module_language/help.phtml
16
!endif
17
 
18
!if help isin $wims_session and $doc!=$helpd
1069 bpr 19
!!<html><head>
20
!!$wims_html_header
21
!set wims_html_onload=!append word window.close(); to $wims_html_onload
22
 !!<body $wims_htmlbody onload="window.close();">
23
 !header1
20 reyssat 24
 You may now close this help window.
1188 bpr 25
 !tail
20 reyssat 26
 !exit
27
!endif
1069 bpr 28
!!<body $wims_htmlbody><div class=wimsmenu>
20 reyssat 29
!if $cmd=help and $special_parm=about
30
 !changeto ./docu/$module_language/about.phtml
31
!endif
32
 
33
!read docu/$module_language/menu.phtml
1069 bpr 34
!!</div><div class=wimsbody>
20 reyssat 35
!read ./docu/$module_language/$job.phtml
36
 
37
!reset rEg,preview,abandon,Titb,Keyw,Next,Prev,Upbl,currcont,\
38
       titr,authorr,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 robot isin $session
46
 <small>
47
 Description: $module_description
48
 <p>
49
 Keywords: $module_keywords, $wims_site_keywords
50
 </small>
51
!endif
52
 
1181 bpr 53
!tail
54