Revision 2214
Added by Matt Jones over 18 years ago
include_searchbox.jsp | ||
---|---|---|
32 | 32 |
<!-- *********************** START SEARCHBOX TABLE ************************* --> |
33 | 33 |
<table width="740" border="0" cellspacing="0" cellpadding="0"> |
34 | 34 |
<tr> |
35 |
<td width="10" align="right" valign="top"><img src="<%=relativeRoot%>/images/panelhead_bg_lcorner.gif" width="10" height="21"></td>
|
|
35 |
<td width="10" align="right" valign="top"><img src="images/panelhead_bg_lcorner.gif" width="10" height="21"></td> |
|
36 | 36 |
<td width="720" class="sectionheader">search for data on the |
37 | 37 |
KNB</td> |
38 |
<td width="10" align="left" valign="top"><img src="<%=relativeRoot%>/images/panelhead_bg_rcorner.gif" width="10" height="21"></td>
|
|
38 |
<td width="10" align="left" valign="top"><img src="images/panelhead_bg_rcorner.gif" width="10" height="21"></td> |
|
39 | 39 |
</tr> |
40 | 40 |
<tr> |
41 | 41 |
<td colspan="3"> <table width="740" border="0" cellpadding="0" cellspacing="0" class="subpanel"> |
... | ... | |
48 | 48 |
<%=sessionidField%> <%=SIMPLE_SEARCH_METACAT_POST_FIELDS%> |
49 | 49 |
<table width="100%" border="0" cellpadding="5" cellspacing="0"> |
50 | 50 |
<tr> |
51 |
<td width="94" rowspan="2" align="left" valign="top"><img src="<%=relativeRoot%>/images/search.jpg" width="94" height="80"></td>
|
|
52 |
<td colspan="2" valign="middle" class="text_example"><p> <%= loginStatus %>  (<a href="<%=relativeRoot%>/index.jsp#loginanchor" target="_top"><%=loginButtonLabel%></a>). You may search the KNB without
|
|
51 |
<td width="94" rowspan="2" align="left" valign="top"><img src="images/search.jpg" width="94" height="80"></td> |
|
52 |
<td colspan="2" valign="middle" class="text_example"><p> <%= loginStatus %>  (<a href="index.jsp#loginanchor" target="_top"><%=loginButtonLabel%></a>). You may search the KNB without |
|
53 | 53 |
being logged into your account, but will have access only |
54 | 54 |
to "public" data (see "login & registration")<br></br> |
55 | 55 |
Enter a search phrase (e.g. biodiversity) to search for |
... | ... | |
61 | 61 |
<td align="right" class="searchcat"> <input type="text" name="anyfield" size="30" maxlength="200"> |
62 | 62 |
</td> |
63 | 63 |
<td width="365" align="left" class="searchcat"> <input type="submit" value="Search KNB"> |
64 |
<a href="<%=relativeRoot%>/advancedsearch.jsp" target="_top">
|
|
64 |
<a href="advancedsearch.jsp" target="_top"> |
|
65 | 65 |
» advanced search «</a></td> |
66 | 66 |
</tr> |
67 | 67 |
</table> |
Also available in: Unified diff
Modifications to make JS search functions work in the knb2 skin.