Revision 497
Added by Matt Jones about 24 years ago
eml-file-display.xsl | ||
---|---|---|
28 | 28 |
<h4>Ecological Metadata Language</h4> |
29 | 29 |
</center> |
30 | 30 |
<xsl:apply-templates select="eml-file/meta_file_id"/> |
31 |
<table width="750" border="0" cellspacing="0" cellpadding="1" bgcolor="#C0D3E7">
|
|
31 |
<table width="750" border="0" cellspacing="0" cellpadding="1" class="sectionhead">
|
|
32 | 32 |
<tr> |
33 | 33 |
<td><b>Data Set File</b></td> |
34 | 34 |
</tr> |
... | ... | |
41 | 41 |
|
42 | 42 |
<xsl:template match="file"> |
43 | 43 |
|
44 |
<table width="750" border="1" cellspacing="0" cellpadding="1" bgcolor="fffcfc">
|
|
44 |
<table width="750" border="1" cellspacing="0" cellpadding="1"> |
|
45 | 45 |
<tr> |
46 | 46 |
<th width="25%" align="left"><xsl:text>File Name</xsl:text></th> |
47 | 47 |
<td><xsl:value-of select="file_name"/> |
... | ... | |
126 | 126 |
<xsl:template match="meta_file_id"> |
127 | 127 |
<table border="0" cellspacing="0" cellpadding="1"> |
128 | 128 |
<tr> |
129 |
<td class="shaded">
|
|
129 |
<td class="highlight">
|
|
130 | 130 |
<b><xsl:text>Metadata File ID:</xsl:text></b> |
131 | 131 |
</td> |
132 | 132 |
<td> |
Also available in: Unified diff
Various changes to improve consistency of the MARINE and METACAT user
interfaces as presented through the XSL->HTML conversions. Eliminated
one (extraneous) copy of the rowcol.css style sheet in favor of sharing
a single css stylesheet in xmltodb/lib/style/rowcol.css. Modified all
XSL and HTML files to refer to this one CSS file, and changes the usage
of the various CSS styles so that they are consistent. Added a new
CSS style called "sectionhead" for controlling the color of section
headings and table headings. Updated build.xml to copy images without
filtering by ant, which prevents image corruption by ant. Various bug
fixes to the presentation files.