Rev 7732 | Rev 8579 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
6435 | bpr | 1 | |
23 | reyssat | 2 | !if robot isin $session |
3 | <html><body $wims_htmlbody> |
||
2392 | bpr | 4 | This page is not accessible to robots. |
23 | reyssat | 5 | </body></html> |
6 | !exit |
||
7 | !endif |
||
8 | |||
1054 | bpr | 9 | !set wims_html_onload=!append word window.focus(); to $wims_html_onload |
10 | !header1 |
||
11 | |||
2962 | bpr | 12 | <div id="wims_title"><h1 class="wims_title"> |
13 | WWW |
||
14 | Interactive |
||
15 | Multipurpose |
||
16 | Server |
||
1172 | bpr | 17 | </h1> |
3050 | bpr | 18 | <h2 class="wims_subtitle"> |
2962 | bpr | 19 | @ <a href="/">$httpd_HTTP_HOST</a> |
20 | </h2> |
||
21 | </div> |
||
23 | reyssat | 22 | !read $job.phtml |
23 | |||
24 | !if $job!=home |
||
6442 | bpr | 25 | !set wims_menu_items=!append line browse,1,module=$module&cmd=new&job=home\ |
26 | to $wims_menu_items |
||
27 | !endif |
||
5917 | bpr | 28 | |
6442 | bpr | 29 | !if $job=subject |
30 | !set parm_father=!lookup $parm in $treefile |
||
31 | !set wims_menu_items=!append line back2,1,module=$module&cmd=new&job=subject&parm=$parm_father\ |
||
2021 | bpr | 32 | to $wims_menu_items |
23 | reyssat | 33 | !endif |
34 | |||
35 | !tail |