Rev 1685 | Rev 5970 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1685 | Rev 1687 | ||
---|---|---|---|
Line 5... | Line 5... | ||
5 | !endif |
5 | !endif |
6 | !read adm/css.phtml |
6 | !read adm/css.phtml |
7 | 7 | ||
8 | !if $job=help |
8 | !if $job=help |
9 | !header1 |
9 | !header1 |
10 | !changeto ./docu |
10 | !changeto ./docu/help.phtml |
11 | !endif |
11 | !endif |
12 | 12 | ||
13 | !if help isin $wims_session and $doc!=$helpd |
13 | !if help isin $wims_session and $doc!=$helpd |
14 | !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 |
15 | !header1 |
15 | !header1 |
Line 17... | Line 17... | ||
17 | !tail |
17 | !tail |
18 | !exit |
18 | !exit |
19 | !endif |
19 | !endif |
20 | 20 | ||
21 | !if $cmd=help and $special_parm=about |
21 | !if $cmd=help and $special_parm=about |
22 | !changeto ./docu |
22 | !changeto ./docu/about.phtml |
23 | !endif |
23 | !endif |
24 | 24 | ||
25 | !read docu |
25 | !read docu/menu.phtml |
26 | 26 | ||
27 | !read ./docu |
27 | !read ./docu/$job.phtml |
28 | 28 | ||
29 | !reset rEg,preview,abandon,Titb,Keyw,Next,Prev,Upbl,currcont,\ |
29 | !reset rEg,preview,abandon,Titb,Keyw,Next,Prev,Upbl,currcont,\ |
30 | titr,authorr,descr,emailr,coder,coder1,coder2,copyrightr,docopenr,dlangr,\ |
30 | titr,authorr,descr,emailr,coder,coder1,coder2,copyrightr,docopenr,dlangr,\ |
31 | foldin,foldout,readcntadv,job2 |
31 | foldin,foldout,readcntadv,job2 |
32 | 32 |