Lines 161-170
Link Here
|
161 |
[% FOREACH QUERY_INPUT IN QUERY_INPUTS %] |
161 |
[% FOREACH QUERY_INPUT IN QUERY_INPUTS %] |
162 |
<input type="hidden" name="[% QUERY_INPUT.input_name | html %]" value="[% QUERY_INPUT.input_value | html %]"/> |
162 |
<input type="hidden" name="[% QUERY_INPUT.input_name | html %]" value="[% QUERY_INPUT.input_value | html %]"/> |
163 |
[% END %] |
163 |
[% END %] |
164 |
<input type="hidden" name="idx" value="kw" /> |
164 |
<div id="search_within_block"> |
165 |
<label id="search_within_label" for="search_within_text">Search within results</label> |
165 |
<input type="hidden" name="idx" value="kw" /> |
166 |
<input id="search_within_text" type="text" name="q" value="" /> |
166 |
<label id="search_within_label" for="search_within_text">Search within results</label> |
167 |
<button type="submit" id="search_within_submit" class="btn btn-primary">Search</button> |
167 |
<input id="search_within_text" type="text" name="q" value="" /> |
|
|
168 |
<button type="submit" id="search_within_submit" class="btn btn-primary">Search</button> |
169 |
</div> |
168 |
[% FOREACH LIMIT_INPUT IN LIMIT_INPUTS %] |
170 |
[% FOREACH LIMIT_INPUT IN LIMIT_INPUTS %] |
169 |
<input type="hidden" name="[% LIMIT_INPUT.input_name | html %]" value="[% LIMIT_INPUT.input_value | html %]"/> |
171 |
<input type="hidden" name="[% LIMIT_INPUT.input_name | html %]" value="[% LIMIT_INPUT.input_value | html %]"/> |
170 |
[% END %] |
172 |
[% END %] |
171 |
- |
|
|