Revision 506
Added by Matt Jones about 24 years ago
resource.xsl | ||
---|---|---|
1 | 1 |
<?xml version="1.0"?> |
2 | 2 |
<!-- |
3 |
* marine.xsl
|
|
3 |
* resource.xsl
|
|
4 | 4 |
* |
5 |
* Authors: Chad Berkley |
|
5 |
* Authors: Chad Berkley, Matt Jones
|
|
6 | 6 |
* Copyright: 2000 Regents of the University of California and the |
7 | 7 |
* National Center for Ecological Analysis and Synthesis |
8 | 8 |
* For Details: http://www.nceas.ucsb.edu/ |
... | ... | |
269 | 269 |
<xsl:if test="count(resource/*/keywordInfo) > 0"> |
270 | 270 |
<h3 class="highlight">Keywords</h3> |
271 | 271 |
<table width="50%" border="0"> |
272 |
<tr class="sectionhead">
|
|
272 |
<tr class="tablehead">
|
|
273 | 273 |
<th>Keyword</th><th>Keyword Type</th><th>Keyword Thesauri</th> |
274 | 274 |
</tr> |
275 | 275 |
|
Also available in: Unified diff
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.