Project

General

Profile

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

# Date Author Comment
4814 02/20/2009 11:13 AM daigle

Removed the () from the javascript length functions in the submitRequest function.

3780 04/02/2008 04:28 PM daigle

Changes to remove ANT tokens for the turnkey install project

3729 02/21/2008 10:02 AM ben leinfelder

use the servlet context path to construct absolute paths to the various file locations

3698 01/28/2008 02:51 PM barteau

Turnkey installer modification: replaced ant tokens with relative paths.

3184 02/23/2007 03:29 PM Duane Costa

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

2839 12/12/2005 01:06 PM Duane Costa

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.

2774 11/22/2005 02:53 PM Duane Costa

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

2760 11/17/2005 03:21 PM Duane Costa

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

2746 11/16/2005 10:35 AM Duane Costa

Bug #2207. New JSPs added to the default skin to support Metacat Advanced Search interface.