Project

General

Profile

« Previous | Next » 

Revision 2214

Added by Matt Jones about 20 years ago

Modifications to make JS search functions work in the knb2 skin.

View differences:

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 %>&nbsp&nbsp;(<a href="<%=relativeRoot%>/index.jsp#loginanchor" target="_top"><%=loginButtonLabel%></a>).&nbsp; 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 %>&nbsp&nbsp;(<a href="index.jsp#loginanchor" target="_top"><%=loginButtonLabel%></a>).&nbsp; You may search the KNB without 
53 53
                      being logged into your account, but will have access only 
54 54
                      to &quot;public&quot; data (see &quot;login &amp; registration&quot;)<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
                    &nbsp;&nbsp;</td>
63 63
                  <td width="365" align="left" class="searchcat"> <input type="submit" value="Search KNB"> 
64
                    &nbsp;&nbsp;&nbsp;<a href="<%=relativeRoot%>/advancedsearch.jsp" target="_top"> 
64
                    &nbsp;&nbsp;&nbsp;<a href="advancedsearch.jsp" target="_top"> 
65 65
                    &raquo;&nbsp;advanced&nbsp;search&nbsp;&laquo;</a></td>
66 66
                </tr>
67 67
              </table>

Also available in: Unified diff