Rev 8631 | Rev 10097 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8631 | Rev 9307 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | <html><body $wims_htmlbody> |
2 | <html><body $wims_htmlbody> |
3 | This page is not accessible to robots. |
3 | This page is not accessible to robots. |
4 | </body></html> |
4 | </body></html> |
5 | !exit |
5 | !exit |
6 | !endif |
6 | !endif |
- | 7 | ||
7 | !if $job iswordof taxo subject |
8 | !if $job iswordof taxo subject |
8 | !set wims_html_header=!append line <link rel="stylesheet" href="html/themes/_css/browse.css">\ |
9 | !set wims_html_header=!append line <link rel="stylesheet" href="html/themes/_css/browse.css">\ |
9 | <style type="text/css">\ |
10 | <style type="text/css">\ |
10 | .tooltip:hover::after {\ |
11 | .tooltip:hover::after {\ |
11 | border: 1px solid $wims_refcolor;\ |
12 | border: 1px solid $wims_refcolor;\ |
12 | border-left: 10px solid $wims_ref_bgcolor;\ |
13 | border-left: 10px solid $wims_ref_bgcolor;\ |
13 | }\ |
14 | }\ |
14 | </style>\ |
15 | </style>\ |
15 | <!-- CSS for dynamic tree display -->\ |
16 | <!-- CSS for dynamic tree display -->\ |
16 | <link type="text/css" rel="stylesheet" href="scripts/js/tree_JS/tree.css" /> to $wims_html_header |
17 | <link type="text/css" rel="stylesheet" href="scripts/js/tree_JS/tree.css" /> to $wims_html_header |
17 | 18 | ||
18 | !set wims_html_header=!append line <script type="text/javascript">\ |
19 | !set wims_html_header=!append line <script type="text/javascript">\ |
19 |
|
20 | /*<![CDATA[*/ jQuery(function(jq) {jq( "#classifications" ).tabs();}); /*]]>*/\ |
20 |
|
21 | </script> to $wims_html_header |
21 | !endif |
22 | !endif |
22 | 23 | ||
23 | !set wims_html_onload=!append word window.focus(); to $wims_html_onload |
24 | !set wims_html_onload=!append word window.focus(); to $wims_html_onload |
- | 25 | !if $job notwordof light |
|
24 | !header1 |
26 | !header1 |
25 | 27 | ||
26 | < |
28 | <div id="wims_title"> |
27 | WWW |
- | |
28 |
|
29 | <h1 class="wims_title"> |
29 | Multipurpose |
30 | WWW Interactive Multipurpose Server |
30 | Server |
- | |
31 | </h1> |
31 | </h1> |
32 | <h2 class="wims_subtitle"> |
32 | <h2 class="wims_subtitle"> |
33 | @ <a href="/">$httpd_HTTP_HOST</a> |
33 | @ <a href="/">$httpd_HTTP_HOST</a> |
34 | </h2> |
34 | </h2> |
35 | </div> |
35 | </div> |
- | 36 | !endif |
|
36 | !read $job.phtml |
37 | !read $job.phtml |
37 | 38 | ||
38 | !if $job!=home |
39 | !if $job!=home |
39 | !set wims_menu_items=!append line browse,1,module=$module&cmd=new&job=home\ |
40 | !set wims_menu_items=!append line browse,1,module=$module&cmd=new&job=home\ |
40 | to $wims_menu_items |
41 | to $wims_menu_items |
41 | !endif |
42 | !endif |
42 | 43 | ||
43 | !if $job=subject |
44 | !if $job=subject |
44 | !set parm_father=!lookup $parm in $treefile |
45 | !set parm_father=!lookup $parm in $treefile |
45 | !set wims_menu_items=!append line back2,1,module=$module&cmd=new&job=subject&parm=$parm_father\ |
46 | !set wims_menu_items=!append line back2,1,module=$module&cmd=new&job=subject&parm=$parm_father\ |
46 | to $wims_menu_items |
47 | to $wims_menu_items |
47 | !endif |
48 | !endif |
48 | 49 | ||
- | 50 | !if $job notwordof light |
|
49 | !tail |
51 | !tail |
- | 52 | !endif |