New site list for NRS reserves in the confgiruation file from K Browne.
Adjusted the text on the NCEAS repository page. Changed the project listso that it now displays short title but uses the long title in theentry. This was doen because the long titles were far too long to displaydecently in the list (the box scrolled way off the right of the page).
Added skin for the UCNRS data registry based on earlier work. Minormodifications to the templates to accomodate this. Fixed a validationbug in the register-dataset.cgi, and removed an unnecessary Net::LDAPlogin as well because the authentication is handled by metacat.
Modifications to add "Methods" collection to the data registry, and tomake the forms HTML 4.0.1 valid (in an attempt to figure out some ofthe rendering and layout oddities I'm seeing).
New formatting and text for the NCEAS data registry.
Configuration file for NCEAS registry.
Adding style files for the new NCEAS skin for metacat, which includesfiles needed for the NCEAS data repository.
Improvements to the OBFS stylesheet, especially for EML display. Now weimport the eml_xsl.css stylesheet and override several of its templates.
took out h2 tags, added valign=top to TD containing logo, and added missing quotes on a link target=top
Enabled stylesheet parameters to be passed through metacat even when the'query' function is called. Previously, query would interpret allparameters except a few hardcoded ones to be pathexpressions that should bebuilt into a squery. Now, metacat.properties contains a new configuration...
Updates that allow registry script to update the lastid field more efficientlyby calling the metacat 'getlastdocid' function for a given scope. Also somedebugging support added, and a bug where the error message was inproperlysaved across calls to metacat, resulting in spurious error messages.
Harvester forms to support single file upload to metacat.
made results page table header into <th> so we can apply a different css style to eml stylesheet subheaders. added whitespace above& below section headers
cleaned up css greatly by importing eml css and knb css
knb.css now impots common eml css file - still need to fix layout in eml display tho' - something is being overridden and messes up alignment
changed knb skin index page to forward to knb site and include any user params in url. changed resultset.xsl so qformat is handled properly in posts. changed build file to copy default.css from eml checkout to style/common so other skin-specific css can import it if reqd
added search gif used in default homepage
This is the merge from the branch WEB_UI_REDESIGN_BRANCH back into the head.The only files that have been removed are those in lib/style/eml2; other filesthat have been cvs removed (only from lib/ and lib/style) have been re-addedelsewhere (i.e. moved from one directory to another)....