Subversion Repositories wimsdev

Rev

Rev 8587 | Rev 9307 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8587 Rev 8631
Line -... Line 1...
-
 
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
1
!set wims_html_header=!append line <link rel="stylesheet" href="html/themes/_css/browse.css">\
8
!set wims_html_header=!append line <link rel="stylesheet" href="html/themes/_css/browse.css">\
2
<style type="text/css">\
9
<style type="text/css">\
3
.tooltip:hover::after {\
10
.tooltip:hover::after {\
4
  border: 1px solid $wims_refcolor;\
11
  border: 1px solid $wims_refcolor;\
5
  border-left: 10px solid $wims_ref_bgcolor;\
12
  border-left: 10px solid $wims_ref_bgcolor;\
Line 9... Line 16...
9
<link type="text/css" rel="stylesheet" href="scripts/js/tree_JS/tree.css" /> to $wims_html_header
16
<link type="text/css" rel="stylesheet" href="scripts/js/tree_JS/tree.css" /> to $wims_html_header
10
 
17
 
11
!set wims_html_header=!append line <script type="text/javascript">\
18
!set wims_html_header=!append line <script type="text/javascript">\
12
        /*<![CDATA[*/ jQuery(function(jq) {jq( "#classifications" ).tabs();}); /*]]>*/\
19
        /*<![CDATA[*/ jQuery(function(jq) {jq( "#classifications" ).tabs();}); /*]]>*/\
13
      </script> to $wims_html_header
20
      </script> to $wims_html_header
14
 
-
 
15
!if robot isin $session
-
 
16
 <html><body $wims_htmlbody>
-
 
17
 This page is not accessible to robots.
-
 
18
 </body></html>
-
 
19
 !exit
-
 
20
!endif
21
!endif
21
 
22
 
22
!set wims_html_onload=!append word window.focus(); to $wims_html_onload
23
!set wims_html_onload=!append word window.focus(); to $wims_html_onload
23
!header1
24
!header1
24
 
25