Revision 3780
Added by daigle over 16 years ago
advancedsearch.jsp | ||
---|---|---|
40 | 40 |
<head> |
41 | 41 |
<title>Metacat Data Catalog Advanced Search Page</title> |
42 | 42 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
43 |
<link href="<%=relativeRoot%>/lter.css" rel="stylesheet" type="text/css">
|
|
43 |
<link href="<%=STYLE_SKINS_URL%>/lter/lter.css" rel="stylesheet" type="text/css">
|
|
44 | 44 |
|
45 | 45 |
<script language="javascript" |
46 |
type="text/javascript" src="<%=relativeRoot%>/lter.js">
|
|
46 |
type="text/javascript" src="<%=STYLE_SKINS_URL%>/lter/lter.js">
|
|
47 | 47 |
</script> |
48 | 48 |
|
49 | 49 |
<script language="javascript" type="text/javascript"> |
... | ... | |
236 | 236 |
<td> </td> |
237 | 237 |
<td> |
238 | 238 |
<applet |
239 |
CODEBASE="@systemidserver@/@context@/LiveMap_30"
|
|
239 |
CODEBASE="<%=SERVER_URL_WITH_CONTEXT%>/LiveMap_30"
|
|
240 | 240 |
CODE="LiveMap_30.class" |
241 | 241 |
ARCHIVE="LiveMap_30.jar" |
242 | 242 |
NAME="map" |
Also available in: Unified diff
Changes to remove ANT tokens for the turnkey install project