|
Lines 31-40
Link Here
|
| 31 |
[% ELSE %] |
31 |
[% ELSE %] |
| 32 |
<option value="start">starts with</option> |
32 |
<option value="start">starts with</option> |
| 33 |
[% END %] |
33 |
[% END %] |
| 34 |
[% IF ( operator == 'is' ) %] |
34 |
[% IF ( operator == 'exact' ) %] |
| 35 |
<option value="is" selected="selected">is exactly</option> |
35 |
<option value="exact" selected="selected">is exactly</option> |
| 36 |
[% ELSE %] |
36 |
[% ELSE %] |
| 37 |
<option value="is">is exactly</option> |
37 |
<option value="exact">is exactly</option> |
| 38 |
[% END %] |
38 |
[% END %] |
| 39 |
</select> |
39 |
</select> |
| 40 |
<input id="value_mainentry" type="text" name="value" value="[% value | html %]" class="head-searchbox" /> |
40 |
<input id="value_mainentry" type="text" name="value" value="[% value | html %]" class="head-searchbox" /> |
|
Lines 87-96
Link Here
|
| 87 |
[% ELSE %] |
87 |
[% ELSE %] |
| 88 |
<option value="start">starts with</option> |
88 |
<option value="start">starts with</option> |
| 89 |
[% END %] |
89 |
[% END %] |
| 90 |
[% IF ( operator == 'is' ) %] |
90 |
[% IF ( operator == 'exact' ) %] |
| 91 |
<option value="is" selected="selected">is exactly</option> |
91 |
<option value="exact" selected="selected">is exactly</option> |
| 92 |
[% ELSE %] |
92 |
[% ELSE %] |
| 93 |
<option value="is">is exactly</option> |
93 |
<option value="exact">is exactly</option> |
| 94 |
[% END %] |
94 |
[% END %] |
| 95 |
</select> |
95 |
</select> |
| 96 |
<input id="value_mainheading" type="text" name="value" value="[% value | html %]" class="head-searchbox" /> |
96 |
<input id="value_mainheading" type="text" name="value" value="[% value | html %]" class="head-searchbox" /> |
|
Lines 129-135
Link Here
|
| 129 |
[% END %] |
129 |
[% END %] |
| 130 |
[% END %] |
130 |
[% END %] |
| 131 |
</select> |
131 |
</select> |
| 132 |
<input type="hidden" name="marclist" value="match" /> |
132 |
<input type="hidden" name="marclist" value="exact" /> |
| 133 |
<select name="operator"> |
133 |
<select name="operator"> |
| 134 |
[% IF ( operator == 'contains' ) %] |
134 |
[% IF ( operator == 'contains' ) %] |
| 135 |
<option value="contains" selected="selected">contains</option> |
135 |
<option value="contains" selected="selected">contains</option> |
|
Lines 141-150
Link Here
|
| 141 |
[% ELSE %] |
141 |
[% ELSE %] |
| 142 |
<option value="start">starts with</option> |
142 |
<option value="start">starts with</option> |
| 143 |
[% END %] |
143 |
[% END %] |
| 144 |
[% IF ( operator == 'is' ) %] |
144 |
[% IF ( operator == 'exact' ) %] |
| 145 |
<option value="is" selected="selected">is exactly</option> |
145 |
<option value="exact" selected="selected">is exactly</option> |
| 146 |
[% ELSE %] |
146 |
[% ELSE %] |
| 147 |
<option value="is">is exactly</option> |
147 |
<option value="exact">is exactly</option> |
| 148 |
[% END %] |
148 |
[% END %] |
| 149 |
</select> |
149 |
</select> |
| 150 |
<input id="value_matchheading" type="text" name="value" value="[% value | html %]" class="head-searchbox" /> |
150 |
<input id="value_matchheading" type="text" name="value" value="[% value | html %]" class="head-searchbox" /> |
|
Lines 197-206
Link Here
|
| 197 |
[% ELSE %] |
197 |
[% ELSE %] |
| 198 |
<option value="start">starts with</option> |
198 |
<option value="start">starts with</option> |
| 199 |
[% END %] |
199 |
[% END %] |
| 200 |
[% IF ( operator == 'is' ) %] |
200 |
[% IF ( operator == 'exact' ) %] |
| 201 |
<option value="is" selected="selected">is exactly</option> |
201 |
<option value="exact" selected="selected">is exactly</option> |
| 202 |
[% ELSE %] |
202 |
[% ELSE %] |
| 203 |
<option value="is">is exactly</option> |
203 |
<option value="exact">is exactly</option> |
| 204 |
[% END %] |
204 |
[% END %] |
| 205 |
</select> |
205 |
</select> |
| 206 |
<input id="value_anywhere" type="text" name="value" value="[% value | html %]" class="head-searchbox" /> |
206 |
<input id="value_anywhere" type="text" name="value" value="[% value | html %]" class="head-searchbox" /> |