Revision 3106
Added by perry almost 18 years ago
lib/spatial/mapbuilder/lib/widget/Legend.xsl | ||
---|---|---|
74 | 74 |
<!-- No query capability yet --> |
75 | 75 |
<td> |
76 | 76 |
</td> |
77 |
<td> |
|
77 |
<td class="legendText">
|
|
78 | 78 |
<xsl:value-of select="$featureName"/> |
79 | 79 |
</td> |
80 | 80 |
</tr> |
... | ... | |
104 | 104 |
</xsl:if> |
105 | 105 |
</td> |
106 | 106 |
<!-- Title --> |
107 |
<td> |
|
107 |
<td class="legendText">
|
|
108 | 108 |
<xsl:choose> |
109 | 109 |
<xsl:when test="wmc:Title/@xml:lang"> |
110 | 110 |
<xsl:value-of select="wmc:Title[@xml:lang=$lang]"/> |
lib/spatial/mapbuilder/lib/widget/CursorTrack.js | ||
---|---|---|
27 | 27 |
this.showLatLong = true; // Standard lat long |
28 | 28 |
this.showDMS = false; // Lat/long in DD MM SS format |
29 | 29 |
this.showMGRS = false; // Military Grid Reference System |
30 |
this.precision = 2;
|
|
30 |
this.precision = 5;
|
|
31 | 31 |
|
32 | 32 |
var showXYNode = widgetNode.selectSingleNode("mb:showXY"); |
33 | 33 |
if (showXYNode) |
lib/spatial/mapbuilder/lib/widget/CursorTrack.xsl | ||
---|---|---|
15 | 15 |
<xsl:param name="lang">en</xsl:param> |
16 | 16 |
|
17 | 17 |
<!-- text value params --> |
18 |
<xsl:param name="longitude">lon:</xsl:param>
|
|
19 |
<xsl:param name="latitude">lat:</xsl:param>
|
|
18 |
<xsl:param name="longitude">longitude: </xsl:param>
|
|
19 |
<xsl:param name="latitude">latitude: </xsl:param>
|
|
20 | 20 |
<xsl:param name="xcoord">x:</xsl:param> |
21 | 21 |
<xsl:param name="ycoord">y:</xsl:param> |
22 | 22 |
<xsl:param name="showXY">false</xsl:param> |
... | ... | |
44 | 44 |
</xsl:if> |
45 | 45 |
|
46 | 46 |
<xsl:if test="$showDMS='true'"> |
47 |
<xsl:value-of select="$latitude"/> |
|
48 |
<input name="latdeg" type="text" size="2" readonly="readonly"/>° |
|
49 |
<input name="latmin" type="text" size="2" readonly="readonly"/>" |
|
50 |
<input name="latsec" type="text" size="2" readonly="readonly"/>' |
|
51 |
<input name="latH" type="text" size="1" readonly="readonly"/> |
|
52 |
<br/> |
|
47 | 53 |
<xsl:value-of select="$longitude"/> |
48 | 54 |
<input name="longdeg" type="text" size="3" readonly="readonly"/>° |
49 | 55 |
<input name="longmin" type="text" size="2" readonly="readonly"/>" |
50 | 56 |
<input name="longsec" type="text" size="2" readonly="readonly"/>' |
51 | 57 |
<input name="longH" type="text" size="1" readonly="readonly"/>  |
52 |
|
|
53 |
<xsl:value-of select="$latitude"/> |
|
54 |
<input name="latdeg" type="text" size="2" readonly="readonly"/>° |
|
55 |
<input name="latmin" type="text" size="2" readonly="readonly"/>" |
|
56 |
<input name="latsec" type="text" size="2" readonly="readonly"/>' |
|
57 |
<input name="latH" type="text" size="1" readonly="readonly"/> |
|
58 | 58 |
</xsl:if> |
59 | 59 |
|
60 | 60 |
<xsl:if test="$showLatLong='true'"> |
61 |
<xsl:value-of select="$latitude"/> <input name="latitude" type="text" size="8" readonly="readonly"/> |
|
61 | 62 |
<xsl:value-of select="$longitude"/> <input name="longitude" type="text" size="8" readonly="readonly"/> |
62 |
<xsl:value-of select="$latitude"/> <input name="latitude" type="text" size="8" readonly="readonly"/> |
|
63 | 63 |
</xsl:if> |
64 | 64 |
|
65 | 65 |
<xsl:if test="$showMGRS='true'"> |
lib/spatial/mapbuilder/lib/skin/default/mapStyle.css | ||
---|---|---|
26 | 26 |
background-color: #c8e5f5; |
27 | 27 |
} |
28 | 28 |
|
29 |
.legendText { |
|
30 |
font-weight: normal; |
|
31 |
font-size: 11px; } |
|
32 |
|
|
29 | 33 |
/* elements for the layerCOntrol widget */ |
30 | 34 |
.layerControl TD { |
31 | 35 |
padding: 2px; |
lib/style/skins/default/include_map.jsp | ||
---|---|---|
60 | 60 |
<td colspan="3"> |
61 | 61 |
<table width="100%" cellspacing="0" cellpadding="0" border="0" class="subpanel"> |
62 | 62 |
<tr><td> |
63 |
<iframe frameborder="0" width="750" height="520" src="<%=relativeRoot%>/../../common/spatial_templates/spatial1/map.html"> You need iframe support </iframe> |
|
63 |
<iframe scrolling="no" frameborder="0" width="750" height="520" src="<%=relativeRoot%>/../../common/spatial_templates/spatial1/map.html"> You need iframe support </iframe>
|
|
64 | 64 |
</td></tr> |
65 | 65 |
</table> |
66 | 66 |
</td> |
lib/style/skins/nceas/map.html | ||
---|---|---|
61 | 61 |
|
62 | 62 |
<tr > |
63 | 63 |
<td colspan="2" align="left"> |
64 |
<iframe frameborder="0" width="750" height="520" src="spatial/map.html"> |
|
64 |
<iframe scrolling="no" frameborder="0" width="750" height="520" src="spatial/map.html">
|
|
65 | 65 |
You need iframe support |
66 | 66 |
</iframe> |
67 | 67 |
</td> |
lib/style/skins/obfs/map.html | ||
---|---|---|
43 | 43 |
//insertSearchBox(); |
44 | 44 |
</script> |
45 | 45 |
|
46 |
<iframe frameborder="0" width="750" height="520" src="spatial/map.html"> |
|
46 |
<iframe scrolling="no" frameborder="0" width="750" height="520" src="spatial/map.html">
|
|
47 | 47 |
You need iframe support |
48 | 48 |
</iframe> |
49 | 49 |
|
lib/style/skins/knb2/index2.jsp | ||
---|---|---|
1 |
<%@ page language="java" %> |
|
2 |
<% |
|
3 |
/** |
|
4 |
* '$RCSfile$' |
|
5 |
* Authors: Matt Jones, CHad Berkley |
|
6 |
* Copyright: 2000 Regents of the University of California and the |
|
7 |
* National Center for Ecological Analysis and Synthesis |
|
8 |
* For Details: http://www.nceas.ucsb.edu/ |
|
9 |
* |
|
10 |
* '$Author$' |
|
11 |
* '$Date$' |
|
12 |
* '$Revision$' |
|
13 |
* |
|
14 |
* This program is free software; you can redistribute it and/or modify |
|
15 |
* it under the terms of the GNU General Public License as published by |
|
16 |
* the Free Software Foundation; either version 2 of the License, or |
|
17 |
* (at your option) any later version. |
|
18 |
* |
|
19 |
* This program is distributed in the hope that it will be useful, |
|
20 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
21 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
22 |
* GNU General Public License for more details. |
|
23 |
* |
|
24 |
* You should have received a copy of the GNU General Public License |
|
25 |
* along with this program; if not, write to the Free Software |
|
26 |
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
27 |
* |
|
28 |
* This is an XSLT (http://www.w3.org/TR/xslt) stylesheet designed to |
|
29 |
* convert an XML file showing the resultset of a query |
|
30 |
* into an HTML format suitable for rendering with modern web browsers. |
|
31 |
*/ |
|
32 |
%> |
|
33 |
<%@ include file="PORTAL_SETTINGS.jsp"%> |
|
34 |
<%@ include file="include_session_vars.jsp"%> |
|
35 |
<%@ page import="edu.ucsb.nceas.metacat.MetaCatUtil" %> |
|
36 |
|
|
37 |
<% |
|
38 |
/////////////////////////////////////////////////////////////////////////////// |
|
39 |
// |
|
40 |
// NOTE: |
|
41 |
// |
|
42 |
// GLOBAL CONSTANTS (SETTINGS SUCH AS METACAT URL, LDAP DOMAIN AND DEBUG |
|
43 |
// SWITCH) ARE ALL IN THE INCLUDE FILE "PORTAL_SETTINGS.jsp" |
|
44 |
// |
|
45 |
/////////////////////////////////////////////////////////////////////////////// |
|
46 |
%> |
|
47 |
|
|
48 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
|
49 |
<html> |
|
50 |
<head> |
|
51 |
<title>KNB :: The Knowledge Network for Biocomplexity</title> |
|
52 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
|
53 |
<link href="./portalpages.css" rel="stylesheet" type="text/css"> |
|
54 |
<script language="JavaScript" type="text/JavaScript" src="./portalpages.js"></script> |
|
55 |
</head> |
|
56 |
|
|
57 |
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> |
|
58 |
<table width="750" border="0" align="center" cellpadding="0" cellspacing="0" class="maintable"> |
|
59 |
<tr> |
|
60 |
<td width="10" height="21" align="right" valign="top" class="title"> </td> |
|
61 |
<td width="80" rowspan="2" align="center" valign="bottom" class="title"><img src="./images/KNBLogo_top.gif"></td> |
|
62 |
<td width="650" rowspan="2" align="center" valign="middle" class="title"><img src="./images/knbTitleText.gif" width="510" height="23" border="0"></td> |
|
63 |
<td width="10" height="21" align="left" valign="top" class="title"> </td> |
|
64 |
</tr> |
|
65 |
<tr> |
|
66 |
<td width="10" align="right" valign="top" class="title"> </td> |
|
67 |
<td width="10" align="left" valign="top" class="title"> </td> |
|
68 |
</tr> |
|
69 |
<tr> |
|
70 |
<td width="10" align="right" valign="top"><img src="./images/transparent1x1.gif" width="10" height="3"></td> |
|
71 |
<td width="80" rowspan="2" align="center" valign="top" class="sectionheader"><img src="./images/KNBLogo_bottom.gif" width="80" height="25"></td> |
|
72 |
<td colspan="2" align="left" valign="top"><img src="./images/transparent1x1.gif" width="660" height="3"><img src="./images/transparent1x1.gif" width="1" height="1"></td> |
|
73 |
</tr> |
|
74 |
<tr> |
|
75 |
<td width="10" align="right" valign="top" class="sectionheader"> </td> |
|
76 |
<td colspan="2" align="center" valign="top" class="sectionheader"> </td> |
|
77 |
</tr> |
|
78 |
<tr> |
|
79 |
<td colspan="4"> <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"> |
|
80 |
<tr> |
|
81 |
<td> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="text_plain"> |
|
82 |
<tr> |
|
83 |
<td><p class="text_plain">The <b>Knowledge Network for Biocomplexity (KNB)</b> is a |
|
84 |
national network intended to facilitate ecological and environmental |
|
85 |
research on biocomplexity. |
|
86 |
|
|
87 |
For scientists, the KNB is an efficient way to discover, access, |
|
88 |
interpret, integrate and analyze complex <b>ecological data</b> |
|
89 |
from a highly-distributed set of field stations, laboratories, |
|
90 |
research sites, and individual researchers. |
|
91 |
|
|
92 |
|
|
93 |
<table> |
|
94 |
<tr> |
|
95 |
<td width="66%"> |
|
96 |
<div class="text_plain"><span id="newsHeader">News</span> |
|
97 |
<ul style="padding:1px; margin:1px;"> |
|
98 |
<li>We have added a list of <a href="community.jsp">sites using KNB software</a>. </li> |
|
99 |
<li> We are now <a href="callfordata.jsp">accepting nominations</a> for the inclusion of particularly valuable ecological |
|
100 |
data sets within the KNB. </li> |
|
101 |
<li> Slides are available for the <a href="knbworkshop2.jsp">Second KNB Data Management |
|
102 |
Tools Workshop</a>, which was held February 2-4, 2005. </li> |
|
103 |
<li> Slides are available for the <a href="knbworkshop.jsp">First KNB Data Management |
|
104 |
Tools Workshop</a>, which was held September 28-30, 2004. </li> |
|
105 |
</ul> |
|
106 |
</div> |
|
107 |
</td> |
|
108 |
<td align="center" width="33%"> |
|
109 |
<% if ( MetaCatUtil.getOption("runSpatialOption").equals("true") ) { %> |
|
110 |
<a href="./index_map_only.jsp" style="border:none"><img height="120" width="240" style="background-color: #C8E5F5; border: 1px solid #ccc" src="http://indus.msi.ucsb.edu:8180/knb/wms?VERSION=1.1.1&REQUEST=GetMap&SERVICE=WMS&LAYERS=metacat:world_borders,metacat:data_bounds,metacat:data_points&SRS=EPSG:4326&BBOX=-180,-90,180,90&WIDTH=240&HEIGHT=120&FORMAT=image/gif&STYLES=&TRANSPARENT=TRUE&UNIQUEID="> <br/> <span style="font-size:8pt"> Click to View Interactive Map </span> </a> |
|
111 |
<% } %> |
|
112 |
</td> |
|
113 |
</tr> |
|
114 |
</table> |
|
115 |
|
|
116 |
</td> |
|
117 |
</tr> |
|
118 |
</table></td> |
|
119 |
</tr> |
|
120 |
<tr> |
|
121 |
<td class="loginStatus"><img src="images/transparent1x1.gif" width="200" height="5"></td> |
|
122 |
</tr> |
|
123 |
<tr> |
|
124 |
<td class="text_plain"><%@ include file="include_searchbox.jsp" %></td> |
|
125 |
</tr> |
|
126 |
|
|
127 |
<tr> |
|
128 |
<td class="loginStatus"><img src="images/transparent1x1.gif" width="200" height="5"></td> |
|
129 |
</tr> |
|
130 |
<tr> |
|
131 |
<td class="text_plain"><%@ include file="include_browse.jsp" %></td> |
|
132 |
</tr> |
|
133 |
|
|
134 |
<tr> |
|
135 |
<td><img src="images/transparent1x1.gif" width="200" height="5"></td> |
|
136 |
</tr> |
|
137 |
<tr> |
|
138 |
<td class="text_plain"><table width="100%" border="0" cellspacing="0" cellpadding="0"> |
|
139 |
<tr> |
|
140 |
<td width="49%" align="center" valign="top"> <table width="365" border="0" cellspacing="0" cellpadding="0"> |
|
141 |
<tr> |
|
142 |
<td width="10"><img src="./images/panelhead_bg_lcorner.gif" width="10" height="21"></td> |
|
143 |
<td width="344" class="sectionheader">login & registration</td> |
|
144 |
<td width="10"><img src="./images/panelhead_bg_rcorner.gif" width="10" height="21"></td> |
|
145 |
</tr> |
|
146 |
<tr> |
|
147 |
<td height="246" colspan="3" valign="top"> <table width="364" border="0" cellpadding="0" cellspacing="0" class="subpanel"> |
|
148 |
<tr> |
|
149 |
<td width="1" rowspan="9"><img src="./images/transparent1x1.gif" width="1" height="245"></td> |
|
150 |
<td colspan="2" class="text_plain"><a name="loginanchor"></a>Logging |
|
151 |
into your account enables you to search any additional, |
|
152 |
non-public data for which you may have access priviliges:<br> </br> |
|
153 |
<%= loginStatus %></td> |
|
154 |
<td width="105" rowspan="3" align="right" valign="top" style="padding-top: 5px; padding-right: 5px;"><img src="./images/pen.jpg" width="100" height="100"></td> |
|
155 |
</tr> |
|
156 |
<form name="loginform" method="post" action="index.jsp" target="_top" onSubmit="return allowSubmit(this);"> |
|
157 |
<input type="hidden" name="action" value="login"> |
|
158 |
<input type="hidden" name="ldapusername" value=""> |
|
159 |
<input type="hidden" name="qformat" value="knb"> |
|
160 |
<input type="hidden" name="enableediting" value="true"> |
|
161 |
<tr valign="middle"> |
|
162 |
<td align="left" valign="middle" class="text_plain">username:</td> |
|
163 |
<td width="173" align="left" class="text_plain" style="padding-top: 2px; padding-bottom: 2px;"> |
|
164 |
<input name="username" type="text" style="width: 140px;" value="<%=typedUserName%>" <%=loginEnabledDisabled%>></td> |
|
165 |
</tr> |
|
166 |
<tr valign="middle"> |
|
167 |
<td height="28" align="left" valign="middle" class="text_plain">organization:</td> |
|
168 |
<td align="left" class="text_plain" style="padding-top: 2px; padding-bottom: 2px;"> |
|
169 |
<select name="organization" style="width:140px;" <%=loginEnabledDisabled%>> |
|
170 |
<option value="" <%=((posted_organization.length()<1)? "selected":"")%>>— |
|
171 |
choose one —</option> |
|
172 |
<option value="NCEAS" <%=((posted_organization.equalsIgnoreCase("NCEAS"))? "selected":"")%>>NCEAS</option> |
|
173 |
<option value="LTER" <%=((posted_organization.equalsIgnoreCase("LTER"))? "selected":"")%>>LTER</option> |
|
174 |
<option value="UCNRS" <%=((posted_organization.equalsIgnoreCase("UCNRS"))? "selected":"")%>>UCNRS</option> |
|
175 |
<option value="PISCO" <%=((posted_organization.equalsIgnoreCase("PISCO"))? "selected":"")%>>PISCO</option> |
|
176 |
<option value="OBFS" <%=((posted_organization.equalsIgnoreCase("OBFS"))? "selected":"")%>>OBFS</option> |
|
177 |
<option value="SDSC" <%=((posted_organization.equalsIgnoreCase("SDSC"))? "selected":"")%>>SDSC</option> |
|
178 |
<option value="KU" <%=((posted_organization.equalsIgnoreCase("KU"))? "selected":"")%>>KU</option> |
|
179 |
<option value="unaffiliated" <%=((posted_organization.equalsIgnoreCase("unaffiliated"))? "selected":"")%>>unaffiliated</option> |
|
180 |
</select></td> |
|
181 |
</tr> |
|
182 |
<tr valign="middle"> |
|
183 |
<td width="85" align="left" valign="middle" class="text_plain">password:</td> |
|
184 |
<td colspan="2" align="left" class="text_plain" style="padding-top: 2px; padding-bottom: 2px;"> |
|
185 |
<table width="100%" border="0" cellpadding="0" cellspacing="0"> |
|
186 |
<tr> |
|
187 |
<td width="150" align="left"> <input name="password" type="password" maxlength="50" style="width:140px;" |
|
188 |
value="<%=posted_password%>" <%=loginEnabledDisabled%>></td> |
|
189 |
<td align="center"class="<%= ((isLoggedIn)? "buttonBG_logout": "buttonBG_login") %>"><input type="submit" name="loginAction" value="<%=loginButtonLabel%>" class="button_login" /></td> |
|
190 |
<td align="left"> </td> |
|
191 |
</tr> |
|
192 |
</table></td> |
|
193 |
</tr> |
|
194 |
</form> |
|
195 |
<tr valign="middle"> |
|
196 |
<td colspan="2"><img src="./images/transparent1x1.gif" width="20" height="10"></td> |
|
197 |
<td><img src="./images/transparent1x1.gif" width="10" height="5"></td> |
|
198 |
</tr> |
|
199 |
<tr valign="middle"> |
|
200 |
<td height="20"> </td> |
|
201 |
<td height="20" align="left"><a href="http://ldap.ecoinformatics.org/cgi-bin/ldapweb.cgi?cfg=knb" target="_blank">create |
|
202 |
a new account</a></td> |
|
203 |
<td height="20"> </td> |
|
204 |
</tr> |
|
205 |
<tr valign="middle"> |
|
206 |
<td height="20"> </td> |
|
207 |
<td height="20" align="left"><a href="http://ldap.ecoinformatics.org/cgi-bin/ldapweb.cgi?stage=resetpass&cfg=knb" target="_blank">forgot |
|
208 |
your password?</a></td> |
|
209 |
<td height="20"> </td> |
|
210 |
</tr> |
|
211 |
<tr valign="middle"> |
|
212 |
<td height="20"> </td> |
|
213 |
<td height="20" align="left"><a href="http://ldap.ecoinformatics.org/cgi-bin/ldapweb.cgi?stage=changepass&cfg=knb" target="_blank">change |
|
214 |
your password</a></td> |
|
215 |
<td height="20"> </td> |
|
216 |
</tr> |
|
217 |
<tr valign="middle"> |
|
218 |
<td colspan="3"><img src="./images/transparent1x1.gif" width="20" height="2"></td> |
|
219 |
</tr> |
|
220 |
</table></td> |
|
221 |
</tr> |
|
222 |
</table></td> |
|
223 |
<td width="10"> </td> |
|
224 |
<td width="49%" align="center" valign="top"> <table width="365" border="0" cellpadding="0" cellspacing="0"> |
|
225 |
<tr> |
|
226 |
<td width="10"><img src="./images/panelhead_bg_lcorner.gif" width="10" height="21"></td> |
|
227 |
<td width="344" class="sectionheader">data management</td> |
|
228 |
<td width="10"><img src="./images/panelhead_bg_rcorner.gif" width="10" height="21"></td> |
|
229 |
</tr> |
|
230 |
<tr> |
|
231 |
<td colspan="3"><table width="364" border="0" cellpadding="0" cellspacing="0" class="subpanel"> |
|
232 |
<tr valign="top"> |
|
233 |
<td width="1" rowspan="8"><img src="./images/transparent1x1.gif" width="1" height="245"></td> |
|
234 |
<td valign="top"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> |
|
235 |
<tr class="text_plain"> |
|
236 |
<td colspan="2" valign="bottom" class="text_plain"><b>Online |
|
237 |
Data Registry</b><br> </td> |
|
238 |
<td width="105" rowspan="3" align="right" valign="top" style="padding-top: 5px; padding-right: 5px;"><img src="images/MorphoButterfly.jpg" width="100" height="100"></td> |
|
239 |
</tr> |
|
240 |
<tr class="text_plain"> |
|
241 |
<td width="22" class="text_plain" valign="top"><img src="./images/blue_dots.gif" width="8" height="10"></td> |
|
242 |
<td width="234" class="text_plain" valign="top"><% |
|
243 |
/*************** |
|
244 |
NOT YET USED |
|
245 |
String registerAnchor = (isLoggedIn)? |
|
246 |
"<a href=\"/cgi-bin/register-dataset.cgi?cfg=knb\">" : |
|
247 |
"<a href=\"#\" onclick=\"javascript:alert('You must be logged in to use the online registry!')\">"; |
|
248 |
|
|
249 |
***********/ |
|
250 |
%> <a href="/cgi-bin/register-dataset.cgi?cfg=knb<%=((sess_sessionId!=null)? "&sessionid="+sess_sessionId: "")%>">Register |
|
251 |
your dataset online</a></td> |
|
252 |
</tr> |
|
253 |
<tr class="text_plain"> |
|
254 |
<td colspan="2" class="text_plain" valign="bottom"><b>Morpho</b> |
|
255 |
is easy-to-use data management software. Use it |
|
256 |
to:</td> |
|
257 |
</tr> |
|
258 |
<tr valign="baseline" class="text_plain"> |
|
259 |
<td class="text_plain"><img src="./images/blue_dots.gif" width="8" height="10"></td> |
|
260 |
<td class="text_plain" colspan="2">query, view, |
|
261 |
retrieve and manipulate ecological data from the |
|
262 |
KNB network</td> |
|
263 |
</tr> |
|
264 |
<tr valign="baseline" class="text_plain"> |
|
265 |
<td class="text_plain"><img src="./images/blue_dots.gif" width="8" height="10"></td> |
|
266 |
<td class="text_plain" colspan="2">create, view |
|
267 |
and manipulate your own datasets, and specify |
|
268 |
access control to manage their availability </td> |
|
269 |
</tr> |
|
270 |
<tr class="text_plain"> |
|
271 |
<td colspan="3" align="center" style="height: 20px"> <p><a href="<%=knbSiteUrl%>/morphoportal.jsp" target="_self">Morpho: |
|
272 |
more information and downloads</a></p></td> |
|
273 |
</tr> |
|
274 |
<tr class="text_plain"> |
|
275 |
<td colspan="3" style="height: 40px" align="center"> <p><b style="margin-top: 15px">Quick |
|
276 |
Download for:</b><br> |
|
277 |
<a href="<%=MORPHO_DOWNLOAD_LINK_WINDOWS%>">Windows</a> :: <a href="<%=MORPHO_DOWNLOAD_LINK_MACOSX%>">Mac |
|
278 |
OS X</a> :: <a href="<%=MORPHO_DOWNLOAD_LINK_LINUX%>">Linux</a></p></td> |
|
279 |
</tr> |
|
280 |
</table></td> |
|
281 |
</tr> |
|
282 |
</table></td> |
|
283 |
</tr> |
|
284 |
</table></td> |
|
285 |
</tr> |
|
286 |
</table></td> |
|
287 |
</tr> |
|
288 |
<tr> |
|
289 |
<td align="right" valign="top"><img src="images/transparent1x1.gif" width="200" height="5"></td> |
|
290 |
</tr> |
|
291 |
<tr> |
|
292 |
<td class="text_plain"><table width="100%" border="0" cellspacing="0" cellpadding="0"> |
|
293 |
<tr> |
|
294 |
<td width="10" align="right" valign="top"><img src="images/panelhead_bg_lcorner.gif" width="10" height="21"></td> |
|
295 |
<td width="720" class="sectionheader">about the KNB project</td> |
|
296 |
<td width="10" align="left" valign="top"><img src="images/panelhead_bg_rcorner.gif" width="10" height="21"></td> |
|
297 |
</tr> |
|
298 |
<tr> |
|
299 |
<td colspan="3"><table width="740" border="0" cellpadding="2" cellspacing="0" class="subpanel"> |
|
300 |
<tr align="center" valign="middle"> |
|
301 |
<td height="36" colspan="4" align="left" class="text_plain_smaller"><a href="<%=knbSiteUrl%>/home.html">The |
|
302 |
KNB Project</a> focuses on research into <a href="<%=knbSiteUrl%>/informatics">informatics</a> |
|
303 |
and <a href="<%=knbSiteUrl%>/biodiversity">biocomplexity</a>, through the |
|
304 |
development of <a href="<%=knbSiteUrl%>/software">software products</a> and |
|
305 |
by providing <a href="<%=knbSiteUrl%>/education">education, outreach and training</a> |
|
306 |
</td> |
|
307 |
</tr> |
|
308 |
<tr align="center" valign="middle"> |
|
309 |
<td colspan="2" align="left"> </td> |
|
310 |
<td colspan="2" align="right" class="text_plain_smaller"><a href="<%=knbSiteUrl%>/home.html">>> |
|
311 |
more information about the KNB Project... >></a></td> |
|
312 |
</tr> |
|
313 |
<tr align="center" valign="middle"> |
|
314 |
<td colspan="2" align="left" class="text_plain_smaller">Sponsored |
|
315 |
and developed by:<br></td> |
|
316 |
<td colspan="2" align="right"> </td> |
|
317 |
</tr> |
|
318 |
<tr align="center" valign="middle"> |
|
319 |
<td width="25%"><a href="http://www.nceas.ucsb.edu" target="_blank"><img src="images/NCEASlogo_sm.gif" width="54" height="54" border="0"></a></td> |
|
320 |
<td width="25%"><a href="http://www.ttu.edu" target="_blank"><img |
|
321 |
src="images/TTUlogo_sm.gif" alt="TTU Logo" width="43" height="43" border="0" align="middle"></a></td> |
|
322 |
<td width="25%"><a href="http://www.lternet.edu" target="_blank"><img |
|
323 |
src="images/LTERlogo_sm.gif" alt="LTER Logo" width="40" height="40" border="0" align="middle"></a></td> |
|
324 |
<td width="25%"><a href="http://www.sdsc.edu" target="_blank"><img src="images/SDSClogo_sm.gif" width="98" height="37" border="0"></a></td> |
|
325 |
</tr> |
|
326 |
<tr align="center" valign="middle"> |
|
327 |
<td width="25%"><a |
|
328 |
href="http://www.nceas.ucsb.edu" target="_blank" class="text_plain_smaller">National |
|
329 |
Center for Ecological Analysis and Synthesis</a> </td> |
|
330 |
<td width="25%"><a href="http://www.ttu.edu" target="_blank" |
|
331 |
class="text_plain_smaller">Texas Tech University</a> </td> |
|
332 |
<td width="25%"><a href="http://www.lternet.edu" target="_blank" |
|
333 |
class="text_plain_smaller">Long Term Ecological Research Network</a> </td> |
|
334 |
<td width="25%"><a href="http://www.sdsc.edu" target="_blank" |
|
335 |
class="text_plain_smaller">San Diego Supercomputer Center</a> </td> |
|
336 |
</tr> |
|
337 |
<tr> |
|
338 |
<td align="left" valign="top" class="text_example" colspan="4"><img src="./images/transparent1x1.gif" width="200" height="10"></td> |
|
339 |
</tr> |
|
340 |
<tr> |
|
341 |
<td align="left" valign="top" class="text_example" colspan="4"><a |
|
342 |
href="http://www.nsf.gov" target="_blank">National Science Foundation</a> Knowledge |
|
343 |
and Distributed Intelligence Program</td> |
|
344 |
</tr> |
|
345 |
<tr> |
|
346 |
<td align="left" valign="top" class="text_example" colspan="4">This |
|
347 |
material is based upon work supported by the National Science |
|
348 |
Foundation under Grant No. DEB99–80154. Any opinions, |
|
349 |
findings and conclusions or recomendations expressed in this |
|
350 |
material are those of the author(s) and do not necessarily |
|
351 |
reflect the views of the National Science Foundation (NSF). |
|
352 |
</td> |
|
353 |
</tr> |
|
354 |
</table> </td> |
|
355 |
</tr> |
|
356 |
</table></td> |
|
357 |
</tr> |
|
358 |
</table></td> |
|
359 |
</tr> |
|
360 |
</table> |
|
361 |
</td> |
|
362 |
</tr> |
|
363 |
</table> |
|
364 |
</body> |
|
365 |
</html> |
|
0 | 366 |
lib/style/skins/knb2/spatial/config.xml | ||
---|---|---|
45 | 45 |
</AoiBoxWZ> |
46 | 46 |
<CursorTrack id="cursorTrack"> |
47 | 47 |
<mouseHandler>mainMap</mouseHandler> |
48 |
<showDMS>false</showDMS> |
|
49 |
<showLatLong>true</showLatLong> |
|
48 | 50 |
</CursorTrack> |
49 | 51 |
<Legend id="legend"> |
50 | 52 |
</Legend> |
lib/style/skins/knb2/include_browse.jsp | ||
---|---|---|
1 |
<% |
|
2 |
/** |
|
3 |
* '$RCSfile$' |
|
4 |
* Authors: Matt Jones, CHad Berkley |
|
5 |
* Copyright: 2000 Regents of the University of California and the |
|
6 |
* National Center for Ecological Analysis and Synthesis |
|
7 |
* For Details: http://www.nceas.ucsb.edu/ |
|
8 |
* |
|
9 |
* '$Author$' |
|
10 |
* '$Date$' |
|
11 |
* '$Revision$' |
|
12 |
* |
|
13 |
* This program is free software; you can redistribute it and/or modify |
|
14 |
* it under the terms of the GNU General Public License as published by |
|
15 |
* the Free Software Foundation; either version 2 of the License, or |
|
16 |
* (at your option) any later version. |
|
17 |
* |
|
18 |
* This program is distributed in the hope that it will be useful, |
|
19 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
20 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
21 |
* GNU General Public License for more details. |
|
22 |
* |
|
23 |
* You should have received a copy of the GNU General Public License |
|
24 |
* along with this program; if not, write to the Free Software |
|
25 |
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
26 |
* |
|
27 |
* This is an XSLT (http://www.w3.org/TR/xslt) stylesheet designed to |
|
28 |
* convert an XML file showing the resultset of a query |
|
29 |
* into an HTML format suitable for rendering with modern web browsers. |
|
30 |
*/ |
|
31 |
%> |
|
32 |
<!-- *********************** START SEARCHBOX TABLE ************************* --> |
|
33 |
<table width="740" border="0" cellspacing="0" cellpadding="0"> |
|
34 |
<tr> |
|
35 |
<td width="10" align="right" valign="top"><img src="images/panelhead_bg_lcorner.gif" width="10" height="21"></td> |
|
36 |
<td width="720" class="sectionheader">Browse data on the |
|
37 |
KNB by Keyword</td> |
|
38 |
<td width="10" align="left" valign="top"><img src="images/panelhead_bg_rcorner.gif" width="10" height="21"></td> |
|
39 |
</tr> |
|
40 |
<td colspan="3"> |
|
41 |
<table width="740" border="0" cellpadding="0" cellspacing="0" class="subpanel"> |
|
42 |
<% |
|
43 |
/* |
|
44 |
US Geography |
|
45 |
------------ |
|
46 |
Northeast, Southeast, South, Midwest, Northwest, Southwest, Pacific Ocean, Atlantic Ocean, |
|
47 |
Great Lakes, (could also list states here) |
|
48 |
*/ |
|
49 |
%> |
|
50 |
<tr> |
|
51 |
<td width="375" class="searchcat">Taxonomy</td> |
|
52 |
<td width="365" class="searchcat">Measurements</td> |
|
53 |
</tr> |
|
54 |
<tr valign="top"> |
|
55 |
<td width="375" class="searchsubcat"> <a href="#" onClick="keywordSearch(document.searchForm, 'amphibian')" class="searchsubcat">Amphibian,</a> |
|
56 |
<a href="#" onClick="keywordSearch(document.searchForm, 'bird')" class="searchsubcat">Bird,</a> |
|
57 |
<a href="#" onClick="keywordSearch(document.searchForm, 'fish')" class="searchsubcat">Fish,</a> |
|
58 |
<a href="#" onClick="keywordSearch(document.searchForm, 'fungus')" class="searchsubcat">Fungus,</a> |
|
59 |
<a href="#" onClick="keywordSearch(document.searchForm, 'invertebrate')" class="searchsubcat">Invertebrate,</a> |
|
60 |
<a href="#" onClick="keywordSearch(document.searchForm, 'mammal')" class="searchsubcat">Mammal,</a> |
|
61 |
<a href="#" onClick="keywordSearch(document.searchForm, 'microbe')" class="searchsubcat">Microbe,</a> |
|
62 |
<a href="#" onClick="keywordSearch(document.searchForm, 'plant')" class="searchsubcat">Plant,</a> |
|
63 |
<a href="#" onClick="keywordSearch(document.searchForm, 'reptile')" class="searchsubcat">Reptile,</a> |
|
64 |
<a href="#" onClick="keywordSearch(document.searchForm, 'virus')" class="searchsubcat">Virus</a></td> |
|
65 |
<td width="365" class="searchsubcat"> <a href="#" onClick="keywordSearch(document.searchForm, 'biomass')" class="searchsubcat">Biomass,</a> |
|
66 |
<a href="#" onClick="keywordSearch(document.searchForm, 'carbon')" class="searchsubcat">Carbon,</a> |
|
67 |
<a href="#" onClick="keywordSearch(document.searchForm, 'chlorophyll')" class="searchsubcat">Chlorophyll,</a> |
|
68 |
<a href="#" onClick="keywordSearch(document.searchForm, 'gis')" class="searchsubcat">GIS,</a> |
|
69 |
<a href="#" onClick="keywordSearch(document.searchForm, 'nitrate')" class="searchsubcat">Nitrate,</a> |
|
70 |
<a href="#" onClick="keywordSearch(document.searchForm, 'nutrient')" class="searchsubcat">Nutrients,</a> |
|
71 |
<a href="#" onClick="keywordSearch(document.searchForm, 'precipitation')" class="searchsubcat">Precipitation,</a> |
|
72 |
<a href="#" onClick="keywordSearch(document.searchForm, 'temperature')" class="searchsubcat">Temperature,</a> |
|
73 |
<a href="#" onClick="keywordSearch(document.searchForm, 'radiation')" class="searchsubcat">Radiation,</a> |
|
74 |
<a href="#" onClick="keywordSearch(document.searchForm, 'weather')" class="searchsubcat">Weather</a> |
|
75 |
</tr> |
|
76 |
<tr> |
|
77 |
<td width="375"> </td> |
|
78 |
<td width="365" class="searchsubcat"> </tr> |
|
79 |
<tr> |
|
80 |
<td width="375" class="searchcat">Level of Organization</td> |
|
81 |
<td width="365" class="searchcat">Evolution</td> |
|
82 |
</tr> |
|
83 |
<tr valign="top"> |
|
84 |
<td width="375" class="searchsubcat"> <a href="#" onClick="keywordSearch(document.searchForm, 'molecul')" class="searchsubcat">Molecule,</a> |
|
85 |
<a href="#" onClick="keywordSearch(document.searchForm, 'cell')" class="searchsubcat">Cell,</a> |
|
86 |
<a href="#" onClick="keywordSearch(document.searchForm, 'organism')" class="searchsubcat">Organism,</a> |
|
87 |
<a href="#" onClick="keywordSearch(document.searchForm, 'population')" class="searchsubcat">Population,</a> |
|
88 |
<a href="#" onClick="keywordSearch(document.searchForm, 'community')" class="searchsubcat">Community,</a> |
|
89 |
<a href="#" onClick="keywordSearch(document.searchForm, 'landscape')" class="searchsubcat">Landscape,</a> |
|
90 |
<a href="#" onClick="keywordSearch(document.searchForm, 'ecosystem')" class="searchsubcat">Ecosystem,</a> |
|
91 |
<a href="#" onClick="keywordSearch(document.searchForm, 'global')" class="searchsubcat">Global</a></td> |
|
92 |
<td width="365" class="searchsubcat"> <a href="#" onClick="keywordSearch(document.searchForm, 'adaptation')" class="searchsubcat">Adaptation,</a> |
|
93 |
<a href="#" onClick="keywordSearch(document.searchForm, 'evolution')" class="searchsubcat">Evolution,</a> |
|
94 |
<a href="#" onClick="keywordSearch(document.searchForm, 'extinct')" class="searchsubcat">Extinction,</a> |
|
95 |
<a href="#" onClick="keywordSearch(document.searchForm, 'genetics')" class="searchsubcat">Genetics,</a> |
|
96 |
<a href="#" onClick="keywordSearch(document.searchForm, 'mutation')" class="searchsubcat">Mutation,</a> |
|
97 |
<a href="#" onClick="keywordSearch(document.searchForm, 'selection')" class="searchsubcat">Selection,</a> |
|
98 |
<a href="#" onClick="keywordSearch(document.searchForm, 'speciation')" class="searchsubcat">Speciation,</a> |
|
99 |
<a href="#" onClick="keywordSearch(document.searchForm, 'survival')" class="searchsubcat">Survival</a></td> |
|
100 |
</tr> |
|
101 |
<tr> |
|
102 |
<td width="375"> </td> |
|
103 |
<td width="365"> </td> |
|
104 |
</tr> |
|
105 |
<tr> |
|
106 |
<td width="375" class="searchcat">Ecology</td> |
|
107 |
<td width="365" class="searchcat">Habitat</td> |
|
108 |
</tr> |
|
109 |
<tr valign="top"> |
|
110 |
<td width="375" class="searchsubcat"> <a href="#" onClick="keywordSearch(document.searchForm, 'biodiversity')" class="searchsubcat">Biodiversity,</a> |
|
111 |
<a href="#" onClick="keywordSearch(document.searchForm, 'competition')" class="searchsubcat">Competition,</a> |
|
112 |
<a href="#" onClick="keywordSearch(document.searchForm, 'decomposition')" class="searchsubcat">Decomposition,</a> |
|
113 |
<a href="#" onClick="keywordSearch(document.searchForm, 'disturbance')" class="searchsubcat">Disturbance,</a> |
|
114 |
<a href="#" onClick="keywordSearch(document.searchForm, 'endangered species')" class="searchsubcat">Endangered |
|
115 |
Species,</a> <a href="#" onClick="keywordSearch(document.searchForm, 'herbivory')" class="searchsubcat">Herbivory,</a> |
|
116 |
<a href="#" onClick="keywordSearch(document.searchForm, 'invasive species')" class="searchsubcat">Invasive |
|
117 |
Species,</a> <a href="#" onClick="keywordSearch(document.searchForm, 'nutrient cycling')" class="searchsubcat">Nutrient |
|
118 |
Cycling,</a> <a href="#" onClick="keywordSearch(document.searchForm, 'parasitism')" class="searchsubcat">Parasitism,</a> |
|
119 |
<a href="#" onClick="keywordSearch(document.searchForm, 'population dynamics')" class="searchsubcat">Population |
|
120 |
Dynamics,</a> <a href="#" onClick="keywordSearch(document.searchForm, 'predation')" class="searchsubcat">Predation,</a> |
|
121 |
<a href="#" onClick="keywordSearch(document.searchForm, 'productivity')" class="searchsubcat">Productivity,</a> |
|
122 |
<a href="#" onClick="keywordSearch(document.searchForm, 'succession')" class="searchsubcat">Succession,</a> |
|
123 |
<a href="#" onClick="keywordSearch(document.searchForm, 'symbiosis')" class="searchsubcat">Symbiosis,</a> |
|
124 |
<a href="#" onClick="keywordSearch(document.searchForm, 'trophic dynamics')" class="searchsubcat">Trophic |
|
125 |
Dynamics</a></td> |
|
126 |
<td width="365" class="searchsubcat"> <a href="#" onClick="keywordSearch(document.searchForm, 'alpine')" class="searchsubcat">Alpine,</a> |
|
127 |
<a href="#" onClick="keywordSearch(document.searchForm, 'freshwater')" class="searchsubcat">Freshwater,</a> |
|
128 |
<a href="#" onClick="keywordSearch(document.searchForm, 'benthic')" class="searchsubcat">Benthic,</a> |
|
129 |
<a href="#" onClick="keywordSearch(document.searchForm, 'desert')" class="searchsubcat">Desert,</a> |
|
130 |
<a href="#" onClick="keywordSearch(document.searchForm, 'estuar')" class="searchsubcat">Estuary,</a> |
|
131 |
<a href="#" onClick="keywordSearch(document.searchForm, 'forest')" class="searchsubcat">Forest,</a> |
|
132 |
<a href="#" onClick="keywordSearch(document.searchForm, 'grassland')" class="searchsubcat">Grassland,</a> |
|
133 |
<a href="#" onClick="keywordSearch(document.searchForm, 'marine')" class="searchsubcat">Marine,</a> |
|
134 |
<a href="#" onClick="keywordSearch(document.searchForm, 'montane')" class="searchsubcat">Montane,</a> |
|
135 |
<a href="#" onClick="keywordSearch(document.searchForm, 'terrestrial')" class="searchsubcat">Terrestrial,</a> |
|
136 |
<a href="#" onClick="keywordSearch(document.searchForm, 'tundra')" class="searchsubcat">Tundra,</a> |
|
137 |
<a href="#" onClick="keywordSearch(document.searchForm, 'urban')" class="searchsubcat">Urban,</a> |
|
138 |
<a href="#" onClick="keywordSearch(document.searchForm, 'wetland')" class="searchsubcat">Wetland</a></td> |
|
139 |
</tr> |
|
140 |
<tr> |
|
141 |
<td width="375"> </td> |
|
142 |
<td width="365"> </td> |
|
143 |
</tr> |
|
144 |
</table></td> |
|
145 |
</tr> |
|
146 |
</table> |
|
147 |
<!-- ************************* END SEARCHBOX TABLE ************************* --> |
|
0 | 148 |
lib/style/skins/knb2/index_map_only.jsp | ||
---|---|---|
1 |
<%@ page language="java" %> |
|
2 |
<% |
|
3 |
/** |
|
4 |
* '$RCSfile$' |
|
5 |
* Authors: Matt Jones, CHad Berkley |
|
6 |
* Copyright: 2000 Regents of the University of California and the |
|
7 |
* National Center for Ecological Analysis and Synthesis |
|
8 |
* For Details: http://www.nceas.ucsb.edu/ |
|
9 |
* |
|
10 |
* '$Author$' |
|
11 |
* '$Date$' |
|
12 |
* '$Revision$' |
|
13 |
* |
|
14 |
* This program is free software; you can redistribute it and/or modify |
|
15 |
* it under the terms of the GNU General Public License as published by |
|
16 |
* the Free Software Foundation; either version 2 of the License, or |
|
17 |
* (at your option) any later version. |
|
18 |
* |
|
19 |
* This program is distributed in the hope that it will be useful, |
|
20 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
21 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
22 |
* GNU General Public License for more details. |
|
23 |
* |
|
24 |
* You should have received a copy of the GNU General Public License |
|
25 |
* along with this program; if not, write to the Free Software |
|
26 |
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
27 |
* |
|
28 |
* This is an XSLT (http://www.w3.org/TR/xslt) stylesheet designed to |
|
29 |
* convert an XML file showing the resultset of a query |
|
30 |
* into an HTML format suitable for rendering with modern web browsers. |
|
31 |
*/ |
|
32 |
%> |
|
33 |
<%@ include file="PORTAL_SETTINGS.jsp"%> |
|
34 |
<%@ include file="include_session_vars.jsp"%> |
|
35 |
<%@ page import="edu.ucsb.nceas.metacat.MetaCatUtil" %> |
|
36 |
|
|
37 |
<% |
|
38 |
/////////////////////////////////////////////////////////////////////////////// |
|
39 |
// |
|
40 |
// NOTE: |
|
41 |
// |
|
42 |
// GLOBAL CONSTANTS (SETTINGS SUCH AS METACAT URL, LDAP DOMAIN AND DEBUG |
|
43 |
// SWITCH) ARE ALL IN THE INCLUDE FILE "PORTAL_SETTINGS.jsp" |
|
44 |
// |
|
45 |
/////////////////////////////////////////////////////////////////////////////// |
|
46 |
%> |
|
47 |
|
|
48 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
|
49 |
<html> |
|
50 |
<head> |
|
51 |
<title>KNB :: The Knowledge Network for Biocomplexity</title> |
|
52 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
|
53 |
<link href="./portalpages.css" rel="stylesheet" type="text/css"> |
|
54 |
<script language="JavaScript" type="text/JavaScript" src="./portalpages.js"></script> |
|
55 |
</head> |
|
56 |
|
|
57 |
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> |
|
58 |
<table width="750" border="0" align="center" cellpadding="0" cellspacing="0" class="maintable"> |
|
59 |
<tr> |
|
60 |
<td width="10" height="21" align="right" valign="top" class="title"> </td> |
|
61 |
<td width="80" rowspan="2" align="center" valign="bottom" class="title"><img src="./images/KNBLogo_top.gif"></td> |
|
62 |
<td width="650" rowspan="2" align="center" valign="middle" class="title"><img src="./images/knbTitleText.gif" width="510" height="23" border="0"></td> |
|
63 |
<td width="10" height="21" align="left" valign="top" class="title"> </td> |
|
64 |
</tr> |
|
65 |
<tr> |
|
66 |
<td width="10" align="right" valign="top" class="title"> </td> |
|
67 |
<td width="10" align="left" valign="top" class="title"> </td> |
|
68 |
</tr> |
|
69 |
<tr> |
|
70 |
<td width="10" align="right" valign="top"><img src="./images/transparent1x1.gif" width="10" height="3"></td> |
|
71 |
<td width="80" rowspan="2" align="center" valign="top" class="sectionheader"><img src="./images/KNBLogo_bottom.gif" width="80" height="25"></td> |
|
72 |
<td colspan="2" align="left" valign="top"><img src="./images/transparent1x1.gif" width="660" height="3"><img src="./images/transparent1x1.gif" width="1" height="1"></td> |
|
73 |
</tr> |
|
74 |
<tr> |
|
75 |
<td width="10" align="right" valign="top" class="sectionheader"> </td> |
|
76 |
<td colspan="2" align="center" valign="top" class="sectionheader"> </td> |
|
77 |
</tr> |
|
78 |
<tr> |
|
79 |
<td colspan="4"> <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"> |
|
80 |
<tr> |
|
81 |
<td> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="text_plain"> |
|
82 |
<tr> |
|
83 |
<td><p class="text_plain">The <b>Knowledge Network for Biocomplexity (KNB)</b> is a |
|
84 |
national network intended to facilitate ecological and environmental |
|
85 |
research on biocomplexity. |
|
86 |
|
|
87 |
For scientists, the KNB is an efficient way to discover, access, |
|
88 |
interpret, integrate and analyze complex <b>ecological data</b> |
|
89 |
from a highly-distributed set of field stations, laboratories, |
|
90 |
research sites, and individual researchers.</p> |
|
91 |
|
|
92 |
</td> |
|
93 |
</tr> |
|
94 |
</table></td> |
|
95 |
</tr> |
|
96 |
|
|
97 |
<% if ( MetaCatUtil.getOption("runSpatialOption").equals("true") ) { %> |
|
98 |
<tr> |
|
99 |
<td class="text_plain"><%@ include file="include_map.jsp" %></td> |
|
100 |
</tr> |
|
101 |
<% } %> |
|
102 |
|
|
103 |
</tr> |
|
104 |
<tr> |
|
105 |
<td align="right" valign="top"><img src="images/transparent1x1.gif" width="200" height="5"></td> |
|
106 |
</tr> |
|
107 |
<tr> |
|
108 |
<td class="text_plain"><table width="100%" border="0" cellspacing="0" cellpadding="0"> |
|
109 |
<tr> |
|
110 |
<td width="10" align="right" valign="top"><img src="images/panelhead_bg_lcorner.gif" width="10" height="21"></td> |
|
111 |
<td width="720" class="sectionheader">about the KNB project</td> |
|
112 |
<td width="10" align="left" valign="top"><img src="images/panelhead_bg_rcorner.gif" width="10" height="21"></td> |
|
113 |
</tr> |
|
114 |
<tr> |
|
115 |
<td colspan="3"><table width="740" border="0" cellpadding="2" cellspacing="0" class="subpanel"> |
|
116 |
<tr align="center" valign="middle"> |
|
117 |
<td height="36" colspan="4" align="left" class="text_plain_smaller"><a href="<%=knbSiteUrl%>/home.html">The |
|
118 |
KNB Project</a> focuses on research into <a href="<%=knbSiteUrl%>/informatics">informatics</a> |
|
119 |
and <a href="<%=knbSiteUrl%>/biodiversity">biocomplexity</a>, through the |
|
120 |
development of <a href="<%=knbSiteUrl%>/software">software products</a> and |
|
121 |
by providing <a href="<%=knbSiteUrl%>/education">education, outreach and training</a> |
|
122 |
</td> |
|
123 |
</tr> |
|
124 |
<tr align="center" valign="middle"> |
|
125 |
<td colspan="2" align="left"> </td> |
|
126 |
<td colspan="2" align="right" class="text_plain_smaller"><a href="<%=knbSiteUrl%>/home.html">>> |
|
127 |
more information about the KNB Project... >></a></td> |
|
128 |
</tr> |
|
129 |
<tr align="center" valign="middle"> |
|
130 |
<td colspan="2" align="left" class="text_plain_smaller">Sponsored |
|
131 |
and developed by:<br></td> |
|
132 |
<td colspan="2" align="right"> </td> |
|
133 |
</tr> |
|
134 |
<tr align="center" valign="middle"> |
|
135 |
<td width="25%"><a href="http://www.nceas.ucsb.edu" target="_blank"><img src="images/NCEASlogo_sm.gif" width="54" height="54" border="0"></a></td> |
|
136 |
<td width="25%"><a href="http://www.ttu.edu" target="_blank"><img |
|
137 |
src="images/TTUlogo_sm.gif" alt="TTU Logo" width="43" height="43" border="0" align="middle"></a></td> |
|
138 |
<td width="25%"><a href="http://www.lternet.edu" target="_blank"><img |
|
139 |
src="images/LTERlogo_sm.gif" alt="LTER Logo" width="40" height="40" border="0" align="middle"></a></td> |
|
140 |
<td width="25%"><a href="http://www.sdsc.edu" target="_blank"><img src="images/SDSClogo_sm.gif" width="98" height="37" border="0"></a></td> |
|
141 |
</tr> |
|
142 |
<tr align="center" valign="middle"> |
|
143 |
<td width="25%"><a |
|
144 |
href="http://www.nceas.ucsb.edu" target="_blank" class="text_plain_smaller">National |
|
145 |
Center for Ecological Analysis and Synthesis</a> </td> |
|
146 |
<td width="25%"><a href="http://www.ttu.edu" target="_blank" |
|
147 |
class="text_plain_smaller">Texas Tech University</a> </td> |
|
148 |
<td width="25%"><a href="http://www.lternet.edu" target="_blank" |
|
149 |
class="text_plain_smaller">Long Term Ecological Research Network</a> </td> |
|
150 |
<td width="25%"><a href="http://www.sdsc.edu" target="_blank" |
|
151 |
class="text_plain_smaller">San Diego Supercomputer Center</a> </td> |
|
152 |
</tr> |
|
153 |
<tr> |
|
154 |
<td align="left" valign="top" class="text_example" colspan="4"><img src="./images/transparent1x1.gif" width="200" height="10"></td> |
|
155 |
</tr> |
|
156 |
<tr> |
|
157 |
<td align="left" valign="top" class="text_example" colspan="4"><a |
|
158 |
href="http://www.nsf.gov" target="_blank">National Science Foundation</a> Knowledge |
|
159 |
and Distributed Intelligence Program</td> |
|
160 |
</tr> |
|
161 |
<tr> |
|
162 |
<td align="left" valign="top" class="text_example" colspan="4">This |
|
163 |
material is based upon work supported by the National Science |
|
164 |
Foundation under Grant No. DEB99–80154. Any opinions, |
|
165 |
findings and conclusions or recomendations expressed in this |
|
166 |
material are those of the author(s) and do not necessarily |
|
167 |
reflect the views of the National Science Foundation (NSF). |
|
168 |
</td> |
|
169 |
</tr> |
|
170 |
</table> </td> |
|
171 |
</tr> |
|
172 |
</table></td> |
|
173 |
</tr> |
|
174 |
</table></td> |
|
175 |
</tr> |
|
176 |
</table> |
|
177 |
</td> |
|
178 |
</tr> |
|
179 |
</table> |
|
180 |
</body> |
|
181 |
</html> |
|
0 | 182 |
lib/style/skins/knb2/index.jsp | ||
---|---|---|
88 | 88 |
interpret, integrate and analyze complex <b>ecological data</b> |
89 | 89 |
from a highly-distributed set of field stations, laboratories, |
90 | 90 |
research sites, and individual researchers.</p> |
91 |
<div class="news">News</div> |
|
92 |
<p class="text_plain_no_padding">Registration opened for the |
|
93 |
<a href="<%=knbSiteUrl%>/knbworkshop.jsp">KNB Data Management |
|
94 |
Tools Workshop</a>, September 28-30, 2004 |
|
95 |
</p> |
|
91 |
|
|
92 |
<div><span id="newsHeader">News</span> |
|
93 |
<ul> |
|
94 |
<li>We have added a list of <a href="community.jsp">sites using KNB software</a>. </li> |
|
95 |
<li> We are now <a href="callfordata.jsp">accepting nominations</a> for the inclusion of particularly valuable ecological |
|
96 |
data sets within the KNB. </li> |
|
97 |
<li> Slides are available for the <a href="knbworkshop2.jsp">Second KNB Data Management |
|
98 |
Tools Workshop</a>, which was held February 2-4, 2005. </li> |
|
99 |
<li> Slides are available for the <a href="knbworkshop.jsp">First KNB Data Management |
|
100 |
Tools Workshop</a>, which was held September 28-30, 2004. </li> |
|
101 |
</ul> |
|
102 |
</div> |
|
103 |
|
|
96 | 104 |
</td> |
97 | 105 |
</tr> |
98 | 106 |
</table></td> |
... | ... | |
111 | 119 |
<% } %> |
112 | 120 |
|
113 | 121 |
<tr> |
122 |
<td class="loginStatus"><img src="images/transparent1x1.gif" width="200" height="5"></td> |
|
123 |
</tr> |
|
124 |
<tr> |
|
125 |
<td class="text_plain"><%@ include file="include_browse.jsp" %></td> |
|
126 |
</tr> |
|
127 |
|
|
128 |
<tr> |
|
114 | 129 |
<td><img src="images/transparent1x1.gif" width="200" height="5"></td> |
115 | 130 |
</tr> |
116 | 131 |
<tr> |
lib/style/skins/knb2/include_map.jsp | ||
---|---|---|
41 | 41 |
<table width="740" border="0" cellpadding="0" cellspacing="0" class="subpanel"> |
42 | 42 |
<tr><td> |
43 | 43 |
<!-- <iframe frameborder="0" src="spatial/map.html" width="738" height="520">You need a browser that supports iframes</iframe> --> |
44 |
<iframe frameborder="0" width="736" height="520" src="spatial/map.html"> |
|
44 |
<iframe scrolling="no" frameborder="0" width="736" height="520" src="spatial/map.html">
|
|
45 | 45 |
You need iframe support |
46 | 46 |
</iframe> |
47 | 47 |
</td></tr> |
lib/style/skins/knb2/include_searchbox.jsp | ||
---|---|---|
76 | 76 |
*/ |
77 | 77 |
%> |
78 | 78 |
<tr> |
79 |
<td width="375" class="searchcat">Taxonomy</td> |
|
80 |
<td width="365" class="searchcat">Measurements</td> |
|
81 |
</tr> |
|
82 |
<tr valign="top"> |
|
83 |
<td width="375" class="searchsubcat"> <a href="#" onClick="keywordSearch(document.searchForm, 'amphibian')" class="searchsubcat">Amphibian,</a> |
|
84 |
<a href="#" onClick="keywordSearch(document.searchForm, 'bird')" class="searchsubcat">Bird,</a> |
|
85 |
<a href="#" onClick="keywordSearch(document.searchForm, 'fish')" class="searchsubcat">Fish,</a> |
|
86 |
<a href="#" onClick="keywordSearch(document.searchForm, 'fungus')" class="searchsubcat">Fungus,</a> |
|
87 |
<a href="#" onClick="keywordSearch(document.searchForm, 'invertebrate')" class="searchsubcat">Invertebrate,</a> |
|
88 |
<a href="#" onClick="keywordSearch(document.searchForm, 'mammal')" class="searchsubcat">Mammal,</a> |
|
89 |
<a href="#" onClick="keywordSearch(document.searchForm, 'microbe')" class="searchsubcat">Microbe,</a> |
|
90 |
<a href="#" onClick="keywordSearch(document.searchForm, 'plant')" class="searchsubcat">Plant,</a> |
|
91 |
<a href="#" onClick="keywordSearch(document.searchForm, 'reptile')" class="searchsubcat">Reptile,</a> |
|
92 |
<a href="#" onClick="keywordSearch(document.searchForm, 'virus')" class="searchsubcat">Virus</a></td> |
|
93 |
<td width="365" class="searchsubcat"> <a href="#" onClick="keywordSearch(document.searchForm, 'biomass')" class="searchsubcat">Biomass,</a> |
|
94 |
<a href="#" onClick="keywordSearch(document.searchForm, 'carbon')" class="searchsubcat">Carbon,</a> |
|
95 |
<a href="#" onClick="keywordSearch(document.searchForm, 'chlorophyll')" class="searchsubcat">Chlorophyll,</a> |
|
96 |
<a href="#" onClick="keywordSearch(document.searchForm, 'gis')" class="searchsubcat">GIS,</a> |
|
97 |
<a href="#" onClick="keywordSearch(document.searchForm, 'nitrate')" class="searchsubcat">Nitrate,</a> |
|
98 |
<a href="#" onClick="keywordSearch(document.searchForm, 'nutrient')" class="searchsubcat">Nutrients,</a> |
|
99 |
<a href="#" onClick="keywordSearch(document.searchForm, 'precipitation')" class="searchsubcat">Precipitation,</a> |
|
100 |
<a href="#" onClick="keywordSearch(document.searchForm, 'temperature')" class="searchsubcat">Temperature,</a> |
|
101 |
<a href="#" onClick="keywordSearch(document.searchForm, 'radiation')" class="searchsubcat">Radiation,</a> |
|
102 |
<a href="#" onClick="keywordSearch(document.searchForm, 'weather')" class="searchsubcat">Weather</a> |
|
103 |
</tr> |
|
104 |
<tr> |
|
105 | 79 |
<td width="375"> </td> |
106 |
<td width="365" class="searchsubcat"> </tr> |
|
107 |
<tr> |
|
108 |
<td width="375" class="searchcat">Level of Organization</td> |
|
109 |
<td width="365" class="searchcat">Evolution</td> |
|
110 |
</tr> |
|
111 |
<tr valign="top"> |
|
112 |
<td width="375" class="searchsubcat"> <a href="#" onClick="keywordSearch(document.searchForm, 'molecul')" class="searchsubcat">Molecule,</a> |
|
113 |
<a href="#" onClick="keywordSearch(document.searchForm, 'cell')" class="searchsubcat">Cell,</a> |
|
114 |
<a href="#" onClick="keywordSearch(document.searchForm, 'organism')" class="searchsubcat">Organism,</a> |
|
115 |
<a href="#" onClick="keywordSearch(document.searchForm, 'population')" class="searchsubcat">Population,</a> |
|
116 |
<a href="#" onClick="keywordSearch(document.searchForm, 'community')" class="searchsubcat">Community,</a> |
|
117 |
<a href="#" onClick="keywordSearch(document.searchForm, 'landscape')" class="searchsubcat">Landscape,</a> |
|
118 |
<a href="#" onClick="keywordSearch(document.searchForm, 'ecosystem')" class="searchsubcat">Ecosystem,</a> |
|
119 |
<a href="#" onClick="keywordSearch(document.searchForm, 'global')" class="searchsubcat">Global</a></td> |
|
120 |
<td width="365" class="searchsubcat"> <a href="#" onClick="keywordSearch(document.searchForm, 'adaptation')" class="searchsubcat">Adaptation,</a> |
|
121 |
<a href="#" onClick="keywordSearch(document.searchForm, 'evolution')" class="searchsubcat">Evolution,</a> |
|
122 |
<a href="#" onClick="keywordSearch(document.searchForm, 'extinct')" class="searchsubcat">Extinction,</a> |
|
123 |
<a href="#" onClick="keywordSearch(document.searchForm, 'genetics')" class="searchsubcat">Genetics,</a> |
|
124 |
<a href="#" onClick="keywordSearch(document.searchForm, 'mutation')" class="searchsubcat">Mutation,</a> |
|
125 |
<a href="#" onClick="keywordSearch(document.searchForm, 'selection')" class="searchsubcat">Selection,</a> |
|
126 |
<a href="#" onClick="keywordSearch(document.searchForm, 'speciation')" class="searchsubcat">Speciation,</a> |
|
127 |
<a href="#" onClick="keywordSearch(document.searchForm, 'survival')" class="searchsubcat">Survival</a></td> |
|
128 |
</tr> |
|
129 |
<tr> |
|
130 |
<td width="375"> </td> |
|
131 | 80 |
<td width="365"> </td> |
132 | 81 |
</tr> |
133 |
<tr> |
|
134 |
<td width="375" class="searchcat">Ecology</td> |
|
135 |
<td width="365" class="searchcat">Habitat</td> |
|
136 |
</tr> |
|
137 |
<tr valign="top"> |
|
138 |
<td width="375" class="searchsubcat"> <a href="#" onClick="keywordSearch(document.searchForm, 'biodiversity')" class="searchsubcat">Biodiversity,</a> |
|
139 |
<a href="#" onClick="keywordSearch(document.searchForm, 'competition')" class="searchsubcat">Competition,</a> |
|
140 |
<a href="#" onClick="keywordSearch(document.searchForm, 'decomposition')" class="searchsubcat">Decomposition,</a> |
|
141 |
<a href="#" onClick="keywordSearch(document.searchForm, 'disturbance')" class="searchsubcat">Disturbance,</a> |
|
142 |
<a href="#" onClick="keywordSearch(document.searchForm, 'endangered species')" class="searchsubcat">Endangered |
|
143 |
Species,</a> <a href="#" onClick="keywordSearch(document.searchForm, 'herbivory')" class="searchsubcat">Herbivory,</a> |
|
144 |
<a href="#" onClick="keywordSearch(document.searchForm, 'invasive species')" class="searchsubcat">Invasive |
|
145 |
Species,</a> <a href="#" onClick="keywordSearch(document.searchForm, 'nutrient cycling')" class="searchsubcat">Nutrient |
|
146 |
Cycling,</a> <a href="#" onClick="keywordSearch(document.searchForm, 'parasitism')" class="searchsubcat">Parasitism,</a> |
|
147 |
<a href="#" onClick="keywordSearch(document.searchForm, 'population dynamics')" class="searchsubcat">Population |
|
148 |
Dynamics,</a> <a href="#" onClick="keywordSearch(document.searchForm, 'predation')" class="searchsubcat">Predation,</a> |
|
149 |
<a href="#" onClick="keywordSearch(document.searchForm, 'productivity')" class="searchsubcat">Productivity,</a> |
|
150 |
<a href="#" onClick="keywordSearch(document.searchForm, 'succession')" class="searchsubcat">Succession,</a> |
|
151 |
<a href="#" onClick="keywordSearch(document.searchForm, 'symbiosis')" class="searchsubcat">Symbiosis,</a> |
|
152 |
<a href="#" onClick="keywordSearch(document.searchForm, 'trophic dynamics')" class="searchsubcat">Trophic |
|
153 |
Dynamics</a></td> |
|
154 |
<td width="365" class="searchsubcat"> <a href="#" onClick="keywordSearch(document.searchForm, 'alpine')" class="searchsubcat">Alpine,</a> |
|
155 |
<a href="#" onClick="keywordSearch(document.searchForm, 'freshwater')" class="searchsubcat">Freshwater,</a> |
|
156 |
<a href="#" onClick="keywordSearch(document.searchForm, 'benthic')" class="searchsubcat">Benthic,</a> |
|
157 |
<a href="#" onClick="keywordSearch(document.searchForm, 'desert')" class="searchsubcat">Desert,</a> |
|
158 |
<a href="#" onClick="keywordSearch(document.searchForm, 'estuar')" class="searchsubcat">Estuary,</a> |
|
159 |
<a href="#" onClick="keywordSearch(document.searchForm, 'forest')" class="searchsubcat">Forest,</a> |
|
160 |
<a href="#" onClick="keywordSearch(document.searchForm, 'grassland')" class="searchsubcat">Grassland,</a> |
|
161 |
<a href="#" onClick="keywordSearch(document.searchForm, 'marine')" class="searchsubcat">Marine,</a> |
|
162 |
<a href="#" onClick="keywordSearch(document.searchForm, 'montane')" class="searchsubcat">Montane,</a> |
|
163 |
<a href="#" onClick="keywordSearch(document.searchForm, 'terrestrial')" class="searchsubcat">Terrestrial,</a> |
|
164 |
<a href="#" onClick="keywordSearch(document.searchForm, 'tundra')" class="searchsubcat">Tundra,</a> |
|
165 |
<a href="#" onClick="keywordSearch(document.searchForm, 'urban')" class="searchsubcat">Urban,</a> |
|
166 |
<a href="#" onClick="keywordSearch(document.searchForm, 'wetland')" class="searchsubcat">Wetland</a></td> |
|
167 |
</tr> |
|
168 |
<tr> |
|
169 |
<td width="375"> </td> |
|
170 |
<td width="365"> </td> |
|
171 |
</tr> |
|
172 | 82 |
</table></td> |
173 | 83 |
</tr> |
174 | 84 |
</table> |
lib/style/skins/nrs/map.html | ||
---|---|---|
43 | 43 |
//insertSearchBox(); |
44 | 44 |
</script> |
45 | 45 |
|
46 |
<iframe frameborder="0" width="750" height="520" src="spatial/map.html"> |
|
46 |
<iframe scrolling="no" frameborder="0" width="750" height="520" src="spatial/map.html">
|
|
47 | 47 |
You need iframe support to view the interactive map |
48 | 48 |
</iframe> |
49 | 49 |
|
lib/style/skins/esa/map.html | ||
---|---|---|
42 | 42 |
//insertSearchBox(); |
43 | 43 |
</script> |
44 | 44 |
|
45 |
<iframe frameborder="0" width="750" height="520" src="spatial/map.html"> |
|
45 |
<iframe scrolling="no" frameborder="0" width="750" height="520" src="spatial/map.html">
|
|
46 | 46 |
You need iframe support |
47 | 47 |
</iframe> |
48 | 48 |
|
Also available in: Unified diff
Changes to map layout and skins according to input from Callie and Matt