Revision 2633
Added by sgarg about 19 years ago
header.html | ||
---|---|---|
39 | 39 |
searchString="%"; |
40 | 40 |
} |
41 | 41 |
|
42 |
submitFormObj.query.value = "<pathquery version=\"1.2\">"+
|
|
42 |
submitFormObj.query.value = "<pathquery version=\"1.2\">" |
|
43 | 43 |
+"<querytitle>Web-Search</querytitle>" |
44 | 44 |
+"<returndoctype>eml://ecoinformatics.org/eml-2.0.1</returndoctype>" |
45 | 45 |
+"<returndoctype>eml://ecoinformatics.org/eml-2.0.0</returndoctype>" |
... | ... | |
126 | 126 |
--> |
127 | 127 |
<p class="searchbox"> |
128 | 128 |
Search for Data<br /> |
129 |
<form method="POST" action="@servlet-path@" target="_top"> |
|
129 |
<form method="POST" action="@servlet-path@" target="_top" onSubmit="return checkSearch(this)">
|
|
130 | 130 |
<input value="INTERSECT" name="operator" type="hidden"> |
131 | 131 |
<input size="14" name="searchstring" type="text" value=""> |
132 | 132 |
<input name="query" type="hidden"/> |
Also available in: Unified diff
Fixed javascript bugs