Project

General

Profile

« Previous | Next » 

Revision 2533

Added by sgarg over 19 years ago

Added some more search parameters - like para and literalLayout.

Also made the changes in text suggested by Mark.

View differences:

index.html
57 57
                        submitFormObj.keyword.value = searchString;
58 58
                        submitFormObj.title.value = searchString;
59 59
                        submitFormObj.organizationName.value = searchString;
60
                        submitFormObj.para.value = searchString;
61
                        submitFormObj.geographicDescription.value = searchString;
62
                        submitFormObj.literalLayout.value = searchString;
60 63
			submitFormObj.operator.value="UNION";
61 64
                        var abs = document.getElementById("abstract");
62 65
                        abs.value=searchString;
......
113 116
  <input type="hidden" name="givenName">
114 117
  <input type="hidden" name="keyword">
115 118
  <input type="hidden" name="title">
119
  <input type="hidden" name="para">
120
  <input type="hidden" name="geographicDescription">
121
  <input type="hidden" name="literalLayout">
116 122
  <input type="hidden" name="abstract/para" id="abstract">
117 123
  <input name="action" value="query" type="hidden">
118 124
  <input name="qformat" value="esa" type="hidden">
......
140 146
  <span class="regtext">Search Knowledge Network for Biocomplexity</span>
141 147
   <br><br>
142 148
      This tool allows you to search the registry for data 
143
      sets of interest. When you type in text in the box 
144
      and click on the "Search" button, the search will be 
145
      conducted within the title, author, abstract, and 
146
      keyword fields only. Checking the "Search All Fields" box 
147
      will perform a search on all possible existing 
149
      sets of interest. When you type text in the box and 
150
      click on the "Search" button, the search will only 
151
      be conducted within the title, author, abstract,
152
      and keyword fields. Checking the "Search All Fields" 
153
      box will search on these and all other existing 
148 154
      fields (this search will take more time). Checking 
149 155
      the "Search Knowledge Network for Biocomplexity" box 
150 156
      will allow you to search the Knowledge Network for 

Also available in: Unified diff