Subversion Repositories wimsdev

Rev

Rev 7975 | Rev 8587 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
8579 bpr 1
!set wims_html_header=!append line <style type="text/css">\
2
.wims_formradio, .wims_formradio input{font-size: 80%;}\
3
.tree label{font-weight: normal;display:inline;}\
4
.tooltip {\
5
      position:relative;\
6
      cursor:help;\
7
}\
8
.box p{margin-top:0;}\
9
.tooltip:hover::after {\
10
       display: block;\
11
       position: absolute;\
12
       top: 1.2em;\
13
       left: 2em;\
14
       background: white;\
15
       padding: 5px;\
16
       border: 1px solid $wims_refcolor;\
17
       border-left: 10px solid $wims_ref_bgcolor;\
18
       content: attr(title);\
19
}\
20
</style>\
21
<!-- CSS for dynamic tree display -->\
22
<link type="text/css" rel="stylesheet" href="scripts/js/tree_JS/tree.css" /> to $wims_html_header
23
!set wims_html_header=!append line <script type="text/javascript">\
24
        /*<![CDATA[*/ jQuery(function(jq) {jq( "#classifications" ).tabs();}); /*]]>*/\
25
      </script> to $wims_html_header
6435 bpr 26
 
23 reyssat 27
!if robot isin $session
28
 <html><body $wims_htmlbody>
2392 bpr 29
 This page is not accessible to robots.
23 reyssat 30
 </body></html>
31
 !exit
32
!endif
33
 
1054 bpr 34
!set wims_html_onload=!append word window.focus(); to $wims_html_onload
35
!header1
36
 
2962 bpr 37
<div id="wims_title"><h1 class="wims_title">
38
WWW
39
Interactive
40
Multipurpose
41
Server
1172 bpr 42
</h1>
3050 bpr 43
<h2 class="wims_subtitle">
2962 bpr 44
@ <a href="/">$httpd_HTTP_HOST</a>
45
</h2>
46
</div>
23 reyssat 47
!read $job.phtml
48
 
49
!if $job!=home
6442 bpr 50
 !set wims_menu_items=!append line browse,1,module=$module&cmd=new&job=home\
51
to $wims_menu_items
52
!endif
5917 bpr 53
 
6442 bpr 54
!if $job=subject
55
  !set parm_father=!lookup $parm in $treefile
56
  !set wims_menu_items=!append line back2,1,module=$module&cmd=new&job=subject&parm=$parm_father\
2021 bpr 57
to $wims_menu_items
23 reyssat 58
!endif
59
 
60
!tail