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 |
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,\ |
||
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 |
||
12733 | bpr | 34 | !reset parm$i |
20 | reyssat | 35 | !next i |
36 | |||
37 | !if robot isin $session |
||
12733 | bpr | 38 | <p class="small"> |
39 | $wims_name_Description $module_description |
||
17170 | bpr | 40 | <br> |
12733 | bpr | 41 | $wims_name_Keywords: $module_keywords, $wims_site_keywords |
42 | </p> |
||
20 | reyssat | 43 | !endif |
44 | |||
1181 | bpr | 45 | !tail |