Revision 2708
Added by sgarg about 19 years ago
lib/style/skins/nrs/index.html | ||
---|---|---|
103 | 103 |
+"</queryterm>" |
104 | 104 |
+"<queryterm searchmode=\"contains\" casesensitive=\"false\">" |
105 | 105 |
+"<value>" + searchString + "</value>" |
106 |
+"<pathexpr>title</pathexpr>" |
|
107 |
+"</queryterm>" |
|
108 |
+"<queryterm searchmode=\"contains\" casesensitive=\"false\">" |
|
109 |
+"<value>" + searchString + "</value>" |
|
106 | 110 |
+"<pathexpr>abstract/para</pathexpr>" |
107 | 111 |
+"</queryterm>" |
108 | 112 |
+"</querygroup>" |
... | ... | |
209 | 213 |
<input name="search" type="radio" checked><span class="text_plain"> Search Title, Abstract, Keywords, Personnel (Quicker)</span></input><br> |
210 | 214 |
<input name="search" type="radio" id="searchAll"><span class="text_plain"> Search all fields (Slower)</span></input><br> |
211 | 215 |
</form> |
212 |
<br><br> |
|
213 | 216 |
This tool allows you to search the registry for data |
214 | 217 |
sets of interest. When you type text in the box and |
215 | 218 |
click on the "Search" button, the search will only |
lib/style/skins/nrs/header.html | ||
---|---|---|
87 | 87 |
+"</queryterm>" |
88 | 88 |
+"<queryterm searchmode=\"contains\" casesensitive=\"false\">" |
89 | 89 |
+"<value>" + searchString + "</value>" |
90 |
+"<pathexpr>title</pathexpr>" |
|
91 |
+"</queryterm>" |
|
92 |
+"<queryterm searchmode=\"contains\" casesensitive=\"false\">" |
|
93 |
+"<value>" + searchString + "</value>" |
|
90 | 94 |
+"<pathexpr>abstract/para</pathexpr>" |
91 | 95 |
+"</queryterm>" |
92 | 96 |
+"</querygroup>" |
lib/style/skins/nceas/index.html | ||
---|---|---|
102 | 102 |
+"</queryterm>" |
103 | 103 |
+"<queryterm searchmode=\"contains\" casesensitive=\"false\">" |
104 | 104 |
+"<value>" + searchString + "</value>" |
105 |
+"<pathexpr>title</pathexpr>" |
|
106 |
+"</queryterm>" |
|
107 |
+"<queryterm searchmode=\"contains\" casesensitive=\"false\">" |
|
108 |
+"<value>" + searchString + "</value>" |
|
105 | 109 |
+"<pathexpr>abstract/para</pathexpr>" |
106 | 110 |
+"</queryterm>" |
107 | 111 |
+"</querygroup>" |
... | ... | |
199 | 203 |
<input name="search" type="radio" checked><span class="text_plain"> Search Title, Abstract, Keywords, Personnel (Quicker)</span></input><br> |
200 | 204 |
<input name="search" type="radio" id="searchAll"><span class="text_plain"> Search all fields (Slower)</span></input><br> |
201 | 205 |
</form> |
202 |
<br><br> |
|
203 | 206 |
This tool allows you to search the registry for data |
204 | 207 |
sets of interest. When you type text in the box and |
205 | 208 |
click on the "Search" button, the search will only |
lib/style/skins/nceas/header.html | ||
---|---|---|
87 | 87 |
+"</queryterm>" |
88 | 88 |
+"<queryterm searchmode=\"contains\" casesensitive=\"false\">" |
89 | 89 |
+"<value>" + searchString + "</value>" |
90 |
+"<pathexpr>title</pathexpr>" |
|
91 |
+"</queryterm>" |
|
92 |
+"<queryterm searchmode=\"contains\" casesensitive=\"false\">" |
|
93 |
+"<value>" + searchString + "</value>" |
|
90 | 94 |
+"<pathexpr>abstract/para</pathexpr>" |
91 | 95 |
+"</queryterm>" |
92 | 96 |
+"</querygroup>" |
lib/style/skins/obfs/index.html | ||
---|---|---|
103 | 103 |
+"</queryterm>" |
104 | 104 |
+"<queryterm searchmode=\"contains\" casesensitive=\"false\">" |
105 | 105 |
+"<value>" + searchString + "</value>" |
106 |
+"<pathexpr>title</pathexpr>" |
|
107 |
+"</queryterm>" |
|
108 |
+"<queryterm searchmode=\"contains\" casesensitive=\"false\">" |
|
109 |
+"<value>" + searchString + "</value>" |
|
106 | 110 |
+"<pathexpr>abstract/para</pathexpr>" |
107 | 111 |
+"</queryterm>" |
108 | 112 |
+"</querygroup>" |
... | ... | |
209 | 213 |
<input name="search" type="radio" checked><span class="text_plain"> Search Title, Abstract, Keywords, Personnel (Quicker)</span></input><br> |
210 | 214 |
<input name="search" type="radio" id="searchAll"><span class="text_plain"> Search all fields (Slower)</span></input><br> |
211 | 215 |
</form> |
212 |
<br><br> |
|
216 |
|
|
213 | 217 |
This tool allows you to search the registry for data |
214 | 218 |
sets of interest. When you type text in the box and |
215 | 219 |
click on the "Search" button, the search will only |
lib/style/skins/obfs/header.html | ||
---|---|---|
87 | 87 |
+"</queryterm>" |
88 | 88 |
+"<queryterm searchmode=\"contains\" casesensitive=\"false\">" |
89 | 89 |
+"<value>" + searchString + "</value>" |
90 |
+"<pathexpr>title</pathexpr>" |
|
91 |
+"</queryterm>" |
|
92 |
+"<queryterm searchmode=\"contains\" casesensitive=\"false\">" |
|
93 |
+"<value>" + searchString + "</value>" |
|
90 | 94 |
+"<pathexpr>abstract/para</pathexpr>" |
91 | 95 |
+"</queryterm>" |
92 | 96 |
+"</querygroup>" |
Also available in: Unified diff
Bugfix in the searches done from the skin webpages...