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