Project

General

Profile

1
<?xml version="1.0"?>
2
<!--
3
  *  '$RCSfile$'
4
  *      Authors: Matt Jones, CHad Berkley
5
  *    Copyright: 2000 Regents of the University of California and the
6
  *               National Center for Ecological Analysis and Synthesis
7
  *  For Details: http://www.nceas.ucsb.edu/
8
  *
9
  *   '$Author: brooke $'
10
  *     '$Date: 2003-11-03 10:29:56 -0800 (Mon, 03 Nov 2003) $'
11
  * '$Revision: 1842 $'
12
  * 
13
  * This program is free software; you can redistribute it and/or modify
14
  * it under the terms of the GNU General Public License as published by
15
  * the Free Software Foundation; either version 2 of the License, or
16
  * (at your option) any later version.
17
  *
18
  * This program is distributed in the hope that it will be useful,
19
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21
  * GNU General Public License for more details.
22
  *
23
  * You should have received a copy of the GNU General Public License
24
  * along with this program; if not, write to the Free Software
25
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
26
  *
27
  * This is an XSLT (http://www.w3.org/TR/xslt) stylesheet designed to
28
  * convert an XML file showing the resultset of a query
29
  * into an HTML format suitable for rendering with modern web browsers.
30
-->
31
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
32
  <xsl:output method="html" />
33

    
34
  <xsl:template match="/" mode="addPageHeader">
35
    <table width="100%" cellpadding="0" cellspacing="0">
36
      <tr>
37
        <td width="10" align="right" valign="top" class="title">&#160;</td>
38

    
39
        <td width="80" align="center" valign="bottom" class="title">
40
          <a href="@web-base-url@/index.html">
41
            <img
42
            src="@web-base-url@/images/KNBLogo_top.gif"
43
             border="0" />
44
          </a>
45
        </td>
46

    
47
        <td align="left" valign="middle" class="title">
48
          <p class="title">Biocomplexity Data Search</p>
49
        </td>
50
      </tr>
51

    
52
      <tr>
53
        <td width="10" align="right" valign="top" class="maintable">
54
          <img
55
          src="/@context@/images/transparent1x1.gif"
56
           width="10" height="3" />
57
        </td>
58

    
59
        <td width="80" rowspan="2" align="center" valign="top"
60
        class="sectionheader">
61
          <a href="@web-base-url@/index.html">
62
            <img
63
            src="@web-base-url@/images/KNBLogo_bottom.gif"
64
             width="80" height="25" border="0" />
65
          </a>
66
        </td>
67

    
68
        <td align="left" valign="top" class="toollink" width="100%">
69
        <img src="/@context@/images/transparent1x1.gif"
70
           width="600" height="3" /></td>
71
      </tr>
72
<!--
73
                <a href="http://anacapa.nceas.ucsb.edu:8080/data.html" class="toollink"> 
74
                    Data </a>
75
                &#160;&#160;&#160;&#160;&#160;|&#160;&#160;&#160;&#160;&#160;
76
                <a href="http://anacapa.nceas.ucsb.edu:8080/people.html" class="toollink"> 
77
                    People </a>
78
                &#160;&#160;&#160;&#160;&#160;|&#160;&#160;&#160;&#160;&#160;
79
                <a href="http://anacapa.nceas.ucsb.edu:8080/informatics" class="toollink"> 
80
                    Informatics </a>
81
                &#160;&#160;&#160;&#160;&#160;|&#160;&#160;&#160;&#160;&#160;
82
                 <a href="http://anacapa.nceas.ucsb.edu:8080/biodiversity" class="toollink"> 
83
                    Biodiversity </a>
84
                &#160;&#160;&#160;&#160;&#160;|&#160;&#160;&#160;&#160;&#160;
85
                <a href="http://anacapa.nceas.ucsb.edu:8080/education" class="toollink"> 
86
                    Education </a>
87
                &#160;&#160;&#160;&#160;&#160;|&#160;&#160;&#160;&#160;&#160;
88
               <a href="http://anacapa.nceas.ucsb.edu:8080/software" class="toollink"> 
89
                    Software </a>
90
-->
91
      <tr>
92
        <td width="10" align="right" valign="top" class="sectionheader">
93
        &#160;</td>
94

    
95
        <td align="left" valign="middle" class="sectionheader" style="text-align: left">
96
        &#160;&#160;&#160;
97
        <a href="@web-base-url@/index.html"
98
        class="toollink">Home</a></td>
99
      </tr>
100
    </table>
101
  </xsl:template>
102
</xsl:stylesheet>
103

    
104

    
(13-13/20)