Revision 4348
Added by daigle about 16 years ago
index.jsp | ||
---|---|---|
21 | 21 |
@import url("http://sbc.lternet.edu/sbclter_wrapper.css"); |
22 | 22 |
</style> |
23 | 23 |
<link rel="stylesheet" type="text/css" |
24 |
href="@style-skins-path@/@default-style@/@default-style@.css" />
|
|
24 |
href="<%=STYLE_SKINS_URL%>/sbclter/sbclter.css" />
|
|
25 | 25 |
|
26 | 26 |
<!-- thanks to son-of-suckerfish javascript for making the hover menus work in IE |
27 | 27 |
see http://www.htmldog.com/articles/suckerfish/dropdowns/ --> |
... | ... | |
88 | 88 |
<tr> |
89 | 89 |
<td>Show metadata for all SBC LTER datasets:</td> |
90 | 90 |
<td> |
91 |
<a href="@systemidserver@@servlet-path@?action=squery&qformat=@default-style@&query=
|
|
91 |
<a href="<%=SERVLET_URL%>?action=squery&qformat=sbclter&query=
|
|
92 | 92 |
<%= java.net.URLEncoder.encode( |
93 | 93 |
"<?xml version=\"1.0\"?>" + |
94 | 94 |
"<pathquery version=\"1.2\">" + |
... | ... | |
158 | 158 |
<table class="group onehundred_percent"> |
159 | 159 |
<c:forEach items="${streamchemistry_dps}" var="current_dp"> |
160 | 160 |
<tr> |
161 |
<td><a href="http://@httpserver@@servlet-path@?action=read&qformat=@default-style@&docid=${current_dp.docid}">${current_dp.name}</a> (${current_dp.docid})</td>
|
|
161 |
<td><a href="<%=SERVLET_URL%>?action=read&qformat=sbclter&docid=${current_dp.docid}">${current_dp.name}</a> (${current_dp.docid})</td>
|
|
162 | 162 |
<td class="text_align_right"> |
163 | 163 |
<c:if test="${!empty current_dp.queryapp_controller}"> |
164 | 164 |
<a href="http://sbclter.msi.ucsb.edu/${current_dp.queryapp_controller}">Browse station map and/or query data</a> |
... | ... | |
173 | 173 |
<table class="group onehundred_percent"> |
174 | 174 |
<c:forEach items="${hydrology_dps}" var="current_dp"> |
175 | 175 |
<tr> |
176 |
<td><a href="http://@httpserver@@servlet-path@?action=read&qformat=@default-style@&docid=${current_dp.docid}">${current_dp.name}</a> (${current_dp.docid})</td>
|
|
176 |
<td><a href="<%=SERVLET_URL%>?action=read&qformat=sbclter&docid=${current_dp.docid}">${current_dp.name}</a> (${current_dp.docid})</td>
|
|
177 | 177 |
<td class="text_align_right"> |
178 | 178 |
<c:if test="${!empty current_dp.queryapp_controller}"> |
179 | 179 |
<a href="http://sbclter.msi.ucsb.edu/${current_dp.queryapp_controller}">Browse station map and/or query data</a> |
... | ... | |
187 | 187 |
<table class="group onehundred_percent"> |
188 | 188 |
<c:forEach items="${gis_dps}" var="current_dp"> |
189 | 189 |
<tr> |
190 |
<td><a href="http://@httpserver@@servlet-path@?action=read&qformat=@default-style@&docid=${current_dp.docid}">${current_dp.name}</a> (${current_dp.docid})</td>
|
|
190 |
<td><a href="<%=SERVLET_URL%>?action=read&qformat=sbclter&docid=${current_dp.docid}">${current_dp.name}</a> (${current_dp.docid})</td>
|
|
191 | 191 |
<td class="text_align_right"> |
192 | 192 |
<c:if test="${!empty current_dp.queryapp_controller}"> |
193 | 193 |
<a href="http://sbclter.msi.ucsb.edu/${current_dp.queryapp_controller}">Browse station map and/or query data</a> |
... | ... | |
203 | 203 |
<table class="group onehundred_percent"> |
204 | 204 |
<c:forEach items="${biogeochemistry_core_dps}" var="current_dp"> |
205 | 205 |
<tr> |
206 |
<td><a href="http://@httpserver@@servlet-path@?action=read&qformat=@default-style@&docid=${current_dp.docid}">${current_dp.name}</a> (${current_dp.docid})</td>
|
|
206 |
<td><a href="<%=SERVLET_URL%>?action=read&qformat=sbclter&docid=${current_dp.docid}">${current_dp.name}</a> (${current_dp.docid})</td>
|
|
207 | 207 |
<td class="text_align_right"> |
208 | 208 |
<c:if test="${!empty current_dp.queryapp_controller}"> |
209 | 209 |
<a href="http://sbclter.msi.ucsb.edu/${current_dp.queryapp_controller}">Browse station map and/or query data</a> |
... | ... | |
216 | 216 |
<table class="group onehundred_percent"> |
217 | 217 |
<c:forEach items="${biogeochemistry_campaign_dps}" var="current_dp"> |
218 | 218 |
<tr> |
219 |
<td><a href="http://@httpserver@@servlet-path@?action=read&qformat=@default-style@&docid=${current_dp.docid}">${current_dp.name}</a> (${current_dp.docid})</td>
|
|
219 |
<td><a href="<%=SERVLET_URL%>?action=read&qformat=sbclter&docid=${current_dp.docid}">${current_dp.name}</a> (${current_dp.docid})</td>
|
|
220 | 220 |
<td class="text_align_right"> |
221 | 221 |
<c:if test="${!empty current_dp.queryapp_controller}"> |
222 | 222 |
<a href="http://sbclter.msi.ucsb.edu/${current_dp.queryapp_controller}">Browse station map and/or query data</a> |
... | ... | |
243 | 243 |
<table class="group onehundred_percent"> |
244 | 244 |
<c:forEach items="${biomasspp_kelp_dps}" var="current_dp"> |
245 | 245 |
<tr> |
246 |
<td><a href="http://@httpserver@@servlet-path@?action=read&qformat=@default-style@&docid=${current_dp.docid}">${current_dp.name}</a> (${current_dp.docid})</td>
|
|
246 |
<td><a href="<%=SERVLET_URL%>?action=read&qformat=sbclter&docid=${current_dp.docid}">${current_dp.name}</a> (${current_dp.docid})</td>
|
|
247 | 247 |
<td class="text_align_right"> |
248 | 248 |
<c:if test="${!empty current_dp.queryapp_controller}"> |
249 | 249 |
<a href="http://sbclter.msi.ucsb.edu/${current_dp.queryapp_controller}">Browse station map and/or query data</a> |
... | ... | |
258 | 258 |
<table class="group onehundred_percent"> |
259 | 259 |
<c:forEach items="${biomasspp_phyto_dps}" var="current_dp"> |
260 | 260 |
<tr> |
261 |
<td><a href="http://@httpserver@@servlet-path@?action=read&qformat=@default-style@&docid=${current_dp.docid}">${current_dp.name}</a> (${current_dp.docid})</td>
|
|
261 |
<td><a href="<%=SERVLET_URL%>?action=read&qformat=sbclter&docid=${current_dp.docid}">${current_dp.name}</a> (${current_dp.docid})</td>
|
|
262 | 262 |
<td class="text_align_right"> |
263 | 263 |
<c:if test="${!empty current_dp.queryapp_controller}"> |
264 | 264 |
<a href="http://sbclter.msi.ucsb.edu/${current_dp.queryapp_controller}">Browse station map and/or query data</a> |
... | ... | |
282 | 282 |
<table class="group onehundred_percent"> |
283 | 283 |
<c:forEach items="${population_dps}" var="current_dp"> |
284 | 284 |
<tr> |
285 |
<td><a href="http://@httpserver@@servlet-path@?action=read&qformat=@default-style@&docid=${current_dp.docid}">${current_dp.name}</a> (${current_dp.docid})</td>
|
|
285 |
<td><a href="<%=SERVLET_URL%>?action=read&qformat=sbclter&docid=${current_dp.docid}">${current_dp.name}</a> (${current_dp.docid})</td>
|
|
286 | 286 |
<td class="text_align_right"> |
287 | 287 |
<c:if test="${!empty current_dp.queryapp_controller}"> |
288 | 288 |
<a href="http://sbclter.msi.ucsb.edu/${current_dp.queryapp_controller}">Browse station map and/or query data</a> |
... | ... | |
307 | 307 |
<table class="group onehundred_percent"> |
308 | 308 |
<c:forEach items="${foodweb_dps}" var="current_dp"> |
309 | 309 |
<tr> |
310 |
<td><a href="http://@httpserver@@servlet-path@?action=read&qformat=@default-style@&docid=${current_dp.docid}">${current_dp.name}</a> (${current_dp.docid})</td>
|
|
310 |
<td><a href="<%=SERVLET_URL%>?action=read&qformat=sbclter&docid=${current_dp.docid}">${current_dp.name}</a> (${current_dp.docid})</td>
|
|
311 | 311 |
<td class="text_align_right"> |
312 | 312 |
<c:if test="${!empty current_dp.queryapp_controller}"> |
313 | 313 |
<a href="http://sbclter.msi.ucsb.edu/${current_dp.queryapp_controller}">Browse station map and/or query data</a> |
Also available in: Unified diff
Remove ant tokens