Revision 506
Added by Matt Jones about 24 years ago
eml-file-display.xsl | ||
---|---|---|
20 | 20 |
<xsl:template match="/"> |
21 | 21 |
<html> |
22 | 22 |
<head> |
23 |
<link rel="stylesheet" type="text/css" href="@html-path@/style/rowcol.css" /> |
|
23 |
<link rel="stylesheet" type="text/css" |
|
24 |
href="@web-base-url@/default.css" /> |
|
24 | 25 |
</head> |
25 |
<body class="emlbody">
|
|
26 |
<body> |
|
26 | 27 |
<center> |
27 | 28 |
<h2>File structure description</h2> |
28 | 29 |
<h4>Ecological Metadata Language</h4> |
29 | 30 |
</center> |
30 | 31 |
<xsl:apply-templates select="eml-file/meta_file_id"/> |
31 |
<table width="750" border="0" cellspacing="0" cellpadding="1" class="sectionhead">
|
|
32 |
<table width="750" border="0" cellspacing="0" cellpadding="1" class="tablehead">
|
|
32 | 33 |
<tr> |
33 | 34 |
<td><b>Data Set File</b></td> |
34 | 35 |
</tr> |
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.