Project

General

Profile

« Previous | Next » 

Revision 506

Added by Matt Jones about 24 years ago

Modified stylesheets to use the default.css file from the new KNB web site.
Also, provided a new resultset.xsl that represents a simple freetext query
of the KNB data repository. Updated build.xml to relect the location of the
new css stylesheet.

View differences:

eml-variable-display.xsl
21 21
  <xsl:template match="/">
22 22
    <html>
23 23
      <head>
24
        <link rel="stylesheet" type="text/css" href="@html-path@/style/rowcol.css" />
24
        <link rel="stylesheet" type="text/css" 
25
              href="@web-base-url@/default.css" />
25 26
      </head>
26
      <body class="emlbody">
27
      <body>
27 28
        <center>
28 29
          <h1>Attribute structure description</h1>
29 30
          <h3>Ecological Metadata Language</h3>
......
34 35
        <h3>Attributes in the Data Set:</h3>
35 36
        <table width="100%">
36 37
        <tr>
37
        <th class="sectionhead"><xsl:text>Attribute Name</xsl:text></th>
38
        <th class="sectionhead"><xsl:text>Attribute Definition</xsl:text></th>
39
        <th class="sectionhead"><xsl:text>Unit</xsl:text></th>
40
        <th class="sectionhead"><xsl:text>Type</xsl:text></th>
41
        <th class="sectionhead"><xsl:text>Codes</xsl:text></th>
42
        <th class="sectionhead"><xsl:text>Range</xsl:text></th>
43
        <th class="sectionhead"><xsl:text>Missing</xsl:text></th>
44
        <th class="sectionhead"><xsl:text>Precision</xsl:text></th>
45
        <th class="sectionhead"><xsl:text>Format</xsl:text></th>
38
        <th class="tablehead"><xsl:text>Attribute Name</xsl:text></th>
39
        <th class="tablehead"><xsl:text>Attribute Definition</xsl:text></th>
40
        <th class="tablehead"><xsl:text>Unit</xsl:text></th>
41
        <th class="tablehead"><xsl:text>Type</xsl:text></th>
42
        <th class="tablehead"><xsl:text>Codes</xsl:text></th>
43
        <th class="tablehead"><xsl:text>Range</xsl:text></th>
44
        <th class="tablehead"><xsl:text>Missing</xsl:text></th>
45
        <th class="tablehead"><xsl:text>Precision</xsl:text></th>
46
        <th class="tablehead"><xsl:text>Format</xsl:text></th>
46 47
        </tr>
47 48

  
48 49
        <xsl:for-each select="eml-variable/variable">

Also available in: Unified diff