Fix reference to old common/eml-2.0.1 directory
add support for displaying eml 2.1 documents.split the "common" templates into nceas-common.xsl, but needed different stylesheets for 2.1.0 vs 2.0.1see: http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3528
add support for FGDC doctype display
-use jsp rather than html files so hat the server context can be looked up on the fly (as well as additional options from the MetacatUtil class).-incorporate the use of relative paths in the XML configuration (doctype=>stylesheet mapping)
Note: still using ant tokens in the .cfg file used for perl...not sure how to convert that.
Removed "Last Modified July 10, 2007" section because it is static and people may think that it means the data package was last modified then.
Updated the NCEAS skin for various fixes: Rewrote the login XSLT to work correctly. Added a login status button to the page headers. Modified the header image to disable the global site search used on the NCEAS homepage. Removed former IFRAME cruft.
Further changes to the NCEAS skin to match the NCEAS L+F
changed nceas.xsl to correct path for images
Updated the NCEAS skin to reflect the new structure of the NCEAS web site. There is now a new nceas.xsl file that handles the XSLT transforms for both metacat resultsets and for EML documents. This file imports xsl templates from the style/common dir in order to render the results table and EML document within an HTML document that follows the style of the NCEAS website. This required refactoring the original resultset.xsl and eml.xsl files in style/common so that the use of iframes can be easily eliminated. ...