Revision 3698
Added by barteau almost 17 years ago
lib/style/skins/default/include_advancedsearch.jsp | ||
---|---|---|
35 | 35 |
<head> |
36 | 36 |
<title>Metacat Data Catalog Advanced Search Page</title> |
37 | 37 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
38 |
<link href="<%=relativeRoot%>/default.css" rel="stylesheet" type="text/css">
|
|
38 |
<link href="./default.css" rel="stylesheet" type="text/css">
|
|
39 | 39 |
|
40 | 40 |
<script language="javascript" |
41 |
type="text/javascript" src="<%=relativeRoot%>/default.js">
|
|
41 |
type="text/javascript" src="./default.js">
|
|
42 | 42 |
</script> |
43 | 43 |
|
44 | 44 |
<script language="javascript" type="text/javascript"> |
... | ... | |
100 | 100 |
<table width="750px" align="center" cellspacing="0" cellpadding="0"> |
101 | 101 |
<tr> |
102 | 102 |
<td width="10" align="right" valign="top"> |
103 |
<img src="<%=relativeRoot%>/images/panelhead_bg_lcorner.gif"
|
|
103 |
<img src="./images/panelhead_bg_lcorner.gif"
|
|
104 | 104 |
width="10" height="21"> |
105 | 105 |
</td> |
106 | 106 |
<td class="sectionheader"> |
107 | 107 |
advanced search |
108 | 108 |
</td> |
109 | 109 |
<td width="10" align="left" valign="top"> |
110 |
<img src="<%=relativeRoot%>/images/panelhead_bg_rcorner.gif"
|
|
110 |
<img src="./images/panelhead_bg_rcorner.gif"
|
|
111 | 111 |
width="10" height="21"> |
112 | 112 |
</td> |
113 | 113 |
</tr> |
... | ... | |
226 | 226 |
<td> </td> |
227 | 227 |
<td> |
228 | 228 |
<applet |
229 |
CODEBASE="@systemidserver@/@context@/LiveMap_30"
|
|
229 |
CODEBASE="<%= request.getContextPath() %>/LiveMap_30"
|
|
230 | 230 |
CODE="LiveMap_30.class" |
231 | 231 |
ARCHIVE="LiveMap_30.jar" |
232 | 232 |
NAME="map" |
Also available in: Unified diff
Turnkey installer modification: replaced ant tokens with relative paths.