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