Revision 499
Added by Matt Jones about 24 years ago
resource.xsl | ||
---|---|---|
46 | 46 |
<h2>ISBN: <xsl:value-of select="resource/literature/ISBN" /></h2> |
47 | 47 |
</xsl:if> |
48 | 48 |
|
49 |
<!-- display the dataset specific field if present --> |
|
50 |
<xsl:if test="count(resource/dataset/geoForm) > 0"> |
|
51 |
<h3 class="highlight">Data Form:</h3> |
|
52 |
<xsl:value-of select="resource/dataset/geoForm" /> |
|
53 |
</xsl:if> |
|
54 |
|
|
55 | 49 |
<!-- display the contact information --> |
56 | 50 |
<h3 class="highlight">Contacts</h3> |
57 | 51 |
|
... | ... | |
250 | 244 |
<xsl:value-of select="resource/*/additionalInfo" /><br/> |
251 | 245 |
</xsl:if> |
252 | 246 |
|
247 |
<!-- display the dataset specific field if present --> |
|
248 |
<xsl:if test="count(resource/dataset/geoForm) > 0"> |
|
249 |
<h3 class="highlight">Data Format:</h3> |
|
250 |
<xsl:value-of select="resource/dataset/geoForm" /> |
|
251 |
</xsl:if> |
|
252 |
|
|
253 | 253 |
<xsl:if test="count(resource/*/abstract) > 0"> |
254 | 254 |
<h3 class="highlight">Abstract</h3> |
255 | 255 |
<xsl:value-of select="resource/*/abstract" /><br/> |
Also available in: Unified diff
More user interface changes to the HTML MARINE interface. Minor
rearrangement of columns, some link changes.