Merge 1.9 changes into Head
Changes to remove ANT tokens for the turnkey install project
use cgi-prefix from build properties to configure the default skin for login.removed hardcoded "ldap.ecoinformatics.org" reference in the jsp and reads it from the metacat.properties file.
Note: still uses ant token from the build.properties file, but at least centralizes the spot where the token needs to be dealt with.
add portnumber if not using 80
Change the relative path to use a function getServerName+getPortNumber+getContextPath. But there is still problem in default.js.
Turnkey installer modification: replaced ant tokens with use of "javax.servlet.http.HttpServletRequest".
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.
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)....