Fix bug in the Advanced Search form reported by Dave Balsiger at NTL. The bug occured only in one of the following two special cases:
(a) The user modifies longitude but leaves latitude at default values;(b) The user modifies latitude but leaves longitude at default values....
Changes to map layout and skins according to input from Callie and Matt
Initial import of interactive map components for the following skins: esa, knb2, knp, obfs, nceas, nrs
initial import of changes to metacat source and config files to support spatial option
changed the set of stylesheets which will be used for displaying eml-2.0.0 documents
Omit the html, head, title, and body tags from the advanced search results jsp. These tags are generated in the resultset.xml stylesheet, so they are redundant here.
Modify value of the applet tag's CODEBASE value. It was previously hard-coded to the LNO server. Download the applet from the local Metacat server instead.
Add a client-side check: if user does not enter any search values, prompt the user with a dialog box to confirm that the user wishes to go ahead with a search for all documents. This is equivalent to the behavior in the simple search box.
Added a hidden input field for siteValue with a value of "ALLSITES". This is a substitute for the siteValue drop-down list that is used at LTER whose default value is also "ALLSITES". Either the hidden input field or the drop-down list should be commented-out, but not both. (This is documented in the internal comments.)
Bug #2207. Metacat Advanced Search interface.Improvements to Advanced Search form:(1) Delete keywordSearch() function. Not used in advanced search form.(2) Re-initialize hidden form values for geographic boundaries.(3) Change table width to 100% so horizontal rules will span the full width....
Bug #2207. Enable hyperlink to the Advanced Search form.
Bug #2207. New JSPs added to the default skin to support Metacat Advanced Search interface.
Bug #2207. Add new CSS class to set the correct iframe sizes for the Advanced Search box.
Bug #2207. Add two new JavaScript variables to support Metacat Advanced Search interface.
Changes made to the css files by Veronique (tablehead class).
(Committed done by Saurabh Garg for Veronique)
Modified text, style and formating for the skins.
(Commit done by Saurabh Garg for Veronique)
Fixed as suggested in bug 1768
Changed path for eml.xsd stylesheet.
Added eml2.0.1 specific code in /style file
Added code to add and remove cookie from the index.jsp when a person logs in or logs out.
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)....