Rev 1188 | Rev 1687 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1188 | Rev 1685 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !nocache |
1 | !nocache |
2 | !!<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> |
- | |
3 | !!<html> |
- | |
4 | !!<head> |
- | |
5 | 2 | ||
6 | !if $job iswordof read print |
3 | !if $job iswordof read print |
7 | !set wims_html_header=!append line $header to $wims_html_header |
4 | !set wims_html_header=!append line $header to $wims_html_header |
8 | !endif |
5 | !endif |
9 |
|
6 | !read adm/css.phtml |
- | 7 | ||
10 | !if $job=help |
8 | !if $job=help |
11 | !!<html><head> |
- | |
12 | !!$wims_html_header |
- | |
13 | !!</head> |
- | |
14 | !header1 |
9 | !header1 |
15 | !changeto ./docu/$module_language/help.phtml |
10 | !changeto ./docu/$module_language/help.phtml |
16 | !endif |
11 | !endif |
17 | 12 | ||
18 | !if help isin $wims_session and $doc!=$helpd |
13 | !if help isin $wims_session and $doc!=$helpd |
19 | !!<html><head> |
- | |
20 | !!$wims_html_header |
- | |
21 | !set wims_html_onload=!append word window.close(); to $wims_html_onload |
14 | !set wims_html_onload=!append word window.close(); to $wims_html_onload |
22 | !!<body $wims_htmlbody onload="window.close();"> |
- | |
23 | !header1 |
15 | !header1 |
24 |
|
16 | $n_helpclose |
25 | !tail |
17 | !tail |
26 | !exit |
18 | !exit |
27 | !endif |
19 | !endif |
28 | !!<body $wims_htmlbody><div class=wimsmenu> |
- | |
- | 20 | ||
29 | !if $cmd=help and $special_parm=about |
21 | !if $cmd=help and $special_parm=about |
30 | !changeto ./docu/$module_language/about.phtml |
22 | !changeto ./docu/$module_language/about.phtml |
31 | !endif |
23 | !endif |
32 | 24 | ||
33 | !read docu/$module_language/menu.phtml |
25 | !read docu/$module_language/menu.phtml |
34 | !!</div><div class=wimsbody> |
- | |
- | 26 | ||
35 | !read ./docu/$module_language/$job.phtml |
27 | !read ./docu/$module_language/$job.phtml |
36 | 28 | ||
37 | !reset rEg,preview,abandon,Titb,Keyw,Next,Prev,Upbl,currcont,\ |
29 | !reset rEg,preview,abandon,Titb,Keyw,Next,Prev,Upbl,currcont,\ |
38 | titr,authorr,emailr,coder,coder1,coder2,copyrightr,docopenr,dlangr,\ |
30 | titr,authorr,descr,emailr,coder,coder1,coder2,copyrightr,docopenr,dlangr,\ |
39 | foldin,foldout,readcntadv,job2 |
31 | foldin,foldout,readcntadv,job2 |
40 | 32 | ||
41 | !for i=1 to 20 |
33 | !for i=1 to 20 |
42 | !reset parm$i |
34 | !reset parm$i |
43 | !next i |
35 | !next i |
44 | 36 | ||
45 | !if robot isin $session |
37 | !if robot isin $session |
46 | <small> |
38 | <small> |
47 |
|
39 | $wims_name_Description $module_description |
48 | <p> |
40 | <p> |
49 |
|
41 | $wims_name_Keywords: $module_keywords, $wims_site_keywords |
50 | </small> |
42 | </small> |
51 | !endif |
43 | !endif |
52 | 44 | ||
53 | !tail |
45 | !tail |
54 | 46 |