Project

General

Profile

  • svn:eol-style: native
  • svn:executable: *
  • svn:keywords: Author Date Id Revision

# Date Author Comment
7654 05/01/2013 05:17 PM ben leinfelder

enable solr results rendering on the server side for the NCEAS skin (does not include UI for generating the query yet). https://projects.ecoinformatics.org/ecoinfo/issues/5917

4918 04/14/2009 10:13 AM daigle

Fix reference to old common/eml-2.0.1 directory

4454 10/14/2008 10:54 AM ben leinfelder

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.1
see: http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3528

3742 02/27/2008 09:43 AM ben leinfelder

add support for FGDC doctype display

3734 02/25/2008 01:10 PM ben leinfelder

-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.

3666 12/20/2007 02:59 PM bowdish

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.

3596 11/20/2007 01:22 PM walbridge

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.

3577 11/06/2007 09:39 AM walbridge

Further changes to the NCEAS skin to match the NCEAS L+F

3554 11/01/2007 03:53 PM bowdish

changed nceas.xsl to correct path for images

3444 09/13/2007 02:06 PM Matt Jones

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. ...