Lines 121-127
function finderjumpfull(page)
Link Here
|
121 |
<input type="hidden" name="authtypecode" value="[% authtypecode %]" /> |
121 |
<input type="hidden" name="authtypecode" value="[% authtypecode %]" /> |
122 |
</li> |
122 |
</li> |
123 |
<li> |
123 |
<li> |
124 |
<label for="mainmainentry">Main entry ($a only): </label> |
124 |
<label for="mainmainentry">Search main heading ($a only): </label> |
125 |
<input type="hidden" name="marclist" value="mainmainentry" /> |
125 |
<input type="hidden" name="marclist" value="mainmainentry" /> |
126 |
<input type="hidden" name="and_or" value="and" /> |
126 |
<input type="hidden" name="and_or" value="and" /> |
127 |
<input type="hidden" name="excluding" value="" /> |
127 |
<input type="hidden" name="excluding" value="" /> |
Lines 147-153
function finderjumpfull(page)
Link Here
|
147 |
</li> |
147 |
</li> |
148 |
|
148 |
|
149 |
<li> |
149 |
<li> |
150 |
<label for="mainentry">Main entry: </label> |
150 |
<label for="mainentry">Search main heading: </label> |
151 |
<input type="hidden" name="marclist" value="mainentry" /> |
151 |
<input type="hidden" name="marclist" value="mainentry" /> |
152 |
<input type="hidden" name="and_or" value="and" /> |
152 |
<input type="hidden" name="and_or" value="and" /> |
153 |
<input type="hidden" name="excluding" value="" /> |
153 |
<input type="hidden" name="excluding" value="" /> |
Lines 171-225
function finderjumpfull(page)
Link Here
|
171 |
<input id="value_main" style="width:400px;" type="text" name="value_main" value="[% value_main |html %]" /> |
171 |
<input id="value_main" style="width:400px;" type="text" name="value_main" value="[% value_main |html %]" /> |
172 |
<div id="yvaluecontainermainentry"></div> |
172 |
<div id="yvaluecontainermainentry"></div> |
173 |
</li> |
173 |
</li> |
174 |
|
|
|
175 |
<li> |
174 |
<li> |
176 |
<label for="marclistanywhere">Anywhere: </label> |
175 |
<label for="marclistheading">Search all headings: </label> |
177 |
<input type="hidden" name="marclist" value="any" /> |
176 |
<input type="hidden" name="marclist" value="match" /> |
178 |
<input type="hidden" name="and_or" value="and" /> |
177 |
<input type="hidden" name="and_or" value="and" /> |
179 |
<input type="hidden" name="excluding" value="" /> |
178 |
<input type="hidden" name="excluding" value="" /> |
180 |
<select name="operator" id="marclistanywhere"> |
179 |
<select name="operator" id="marclistheading"> |
181 |
[% IF ( operator_any == 'contains' ) %] |
180 |
[% IF ( operator_match == 'contains' ) %] |
182 |
<option value="contains" selected="selected">contains</option> |
181 |
<option value="contains" selected="selected">contains</option> |
183 |
[% ELSE %] |
182 |
[% ELSE %] |
184 |
<option value="contains">contains</option> |
183 |
<option value="contains">contains</option> |
185 |
[% END %] |
184 |
[% END %] |
186 |
[% IF ( operator_any == 'start' ) %] |
185 |
[% IF ( operator_match == 'start' ) %] |
187 |
<option value="start" selected="selected">starts with</option> |
186 |
<option value="start" selected="selected">starts with</option> |
188 |
[% ELSE %] |
187 |
[% ELSE %] |
189 |
<option value="start">starts with</option> |
188 |
<option value="start">starts with</option> |
190 |
[% END %] |
189 |
[% END %] |
191 |
[% IF ( operator_any == 'is' ) %] |
190 |
[% IF ( operator_match == 'is' ) %] |
192 |
<option value="is" selected="selected">is exactly</option> |
191 |
<option value="is" selected="selected">is exactly</option> |
193 |
[% ELSE %] |
192 |
[% ELSE %] |
194 |
<option value="is">is exactly</option> |
193 |
<option value="is">is exactly</option> |
195 |
[% END %] |
194 |
[% END %] |
196 |
</select> |
195 |
</select> |
197 |
<input id="value_any" style="width:400px;" type="text" name="value_any" value="[% value_any |html %]" /> |
196 |
<input type="text" name="value_match" value="[% value_match |html %]" /> |
198 |
<div id="yvaluecontainermarclist"></div> |
|
|
199 |
</li> |
197 |
</li> |
200 |
<li> |
198 |
<li> |
201 |
<label for="marclistheading">Heading match: </label> |
199 |
<label for="marclistanywhere">Search entire record: </label> |
202 |
<input type="hidden" name="marclist" value="match" /> |
200 |
<input type="hidden" name="marclist" value="any" /> |
203 |
<input type="hidden" name="and_or" value="and" /> |
201 |
<input type="hidden" name="and_or" value="and" /> |
204 |
<input type="hidden" name="excluding" value="" /> |
202 |
<input type="hidden" name="excluding" value="" /> |
205 |
<select name="operator" id="marclistheading"> |
203 |
<select name="operator" id="marclistanywhere"> |
206 |
[% IF ( operator_match == 'contains' ) %] |
204 |
[% IF ( operator_any == 'contains' ) %] |
207 |
<option value="contains" selected="selected">contains</option> |
205 |
<option value="contains" selected="selected">contains</option> |
208 |
[% ELSE %] |
206 |
[% ELSE %] |
209 |
<option value="contains">contains</option> |
207 |
<option value="contains">contains</option> |
210 |
[% END %] |
208 |
[% END %] |
211 |
[% IF ( operator_match == 'start' ) %] |
209 |
[% IF ( operator_any == 'start' ) %] |
212 |
<option value="start" selected="selected">starts with</option> |
210 |
<option value="start" selected="selected">starts with</option> |
213 |
[% ELSE %] |
211 |
[% ELSE %] |
214 |
<option value="start">starts with</option> |
212 |
<option value="start">starts with</option> |
215 |
[% END %] |
213 |
[% END %] |
216 |
[% IF ( operator_match == 'is' ) %] |
214 |
[% IF ( operator_any == 'is' ) %] |
217 |
<option value="is" selected="selected">is exactly</option> |
215 |
<option value="is" selected="selected">is exactly</option> |
218 |
[% ELSE %] |
216 |
[% ELSE %] |
219 |
<option value="is">is exactly</option> |
217 |
<option value="is">is exactly</option> |
220 |
[% END %] |
218 |
[% END %] |
221 |
</select> |
219 |
</select> |
222 |
<input type="text" name="value_match" value="[% value_match |html %]" /> |
220 |
<input id="value_any" style="width:400px;" type="text" name="value_any" value="[% value_any |html %]" /> |
|
|
221 |
<div id="yvaluecontainermarclist"></div> |
223 |
</li> |
222 |
</li> |
224 |
<li> |
223 |
<li> |
225 |
<label for="orderby">Sort by: </label> |
224 |
<label for="orderby">Sort by: </label> |