Lines 80-86
Link Here
|
80 |
|
80 |
|
81 |
<span class="form-content"> |
81 |
<span class="form-content"> |
82 |
[% INCLUDE authtype %] |
82 |
[% INCLUDE authtype %] |
83 |
<input id="value_mainentry" class="form-control" type="text" name="value" value="[% value | html %]" placeholder="Search main heading ($a only)" /> |
83 |
<input id="value_mainentry" class="form-control head-searchbox" type="text" name="value" value="[% value | html %]" placeholder="Search main heading ($a only)" /> |
84 |
<button type="button" class="form-extra-content-toggle"><i class="fa fa-sliders"></i></button> |
84 |
<button type="button" class="form-extra-content-toggle"><i class="fa fa-sliders"></i></button> |
85 |
</span> |
85 |
</span> |
86 |
|
86 |
|
Lines 107-113
Link Here
|
107 |
|
107 |
|
108 |
<span class="form-content"> |
108 |
<span class="form-content"> |
109 |
[% INCLUDE authtype %] |
109 |
[% INCLUDE authtype %] |
110 |
<input id="value_mainheading" class="form-control" type="text" name="value" value="[% value | html %]" placeholder="Search main heading" /> |
110 |
<input id="value_mainheading" class="form-control head-searchbox" type="text" name="value" value="[% value | html %]" placeholder="Search main heading" /> |
111 |
<button type="button" class="form-extra-content-toggle"><i class="fa fa-sliders"></i></button> |
111 |
<button type="button" class="form-extra-content-toggle"><i class="fa fa-sliders"></i></button> |
112 |
</span> |
112 |
</span> |
113 |
|
113 |
|
Lines 132-138
Link Here
|
132 |
|
132 |
|
133 |
<span class="form-content"> |
133 |
<span class="form-content"> |
134 |
[% INCLUDE authtype %] |
134 |
[% INCLUDE authtype %] |
135 |
<input id="value_matchheading" class="form-control" type="text" name="value" value="[% value | html %]" placeholder="Search any heading" /> |
135 |
<input id="value_matchheading" class="form-control head-searchbox" type="text" name="value" value="[% value | html %]" placeholder="Search any heading" /> |
136 |
<button type="button" class="form-extra-content-toggle"><i class="fa fa-sliders"></i></button> |
136 |
<button type="button" class="form-extra-content-toggle"><i class="fa fa-sliders"></i></button> |
137 |
</span> |
137 |
</span> |
138 |
|
138 |
|
Lines 159-165
Link Here
|
159 |
|
159 |
|
160 |
<span class="form-content"> |
160 |
<span class="form-content"> |
161 |
[% INCLUDE authtype %] |
161 |
[% INCLUDE authtype %] |
162 |
<input id="value_anywhere" class="form-control" type="text" name="value" value="[% value | html %]" placeholder="Search any authority field" /> |
162 |
<input id="value_anywhere" class="form-control head-searchbox" type="text" name="value" value="[% value | html %]" placeholder="Search any authority field" /> |
163 |
<button type="button" class="form-extra-content-toggle"><i class="fa fa-sliders"></i></button> |
163 |
<button type="button" class="form-extra-content-toggle"><i class="fa fa-sliders"></i></button> |
164 |
</span> |
164 |
</span> |
165 |
|
165 |
|
Lines 173-182
Link Here
|
173 |
</div> |
173 |
</div> |
174 |
|
174 |
|
175 |
<ul> |
175 |
<ul> |
176 |
<li><a title="Search main heading ($a only)" href="#mainmain_heading"><i style="font-weight:bold">$a</i></a></li> |
176 |
<li><a title="Search main heading ($a only)" href="#mainmain_heading" class="keep_text"><i style="font-weight:bold">$a</i></a></li> |
177 |
<li><a title="Search main heading" href="#main_heading"><i class="fa fa-header"></i></a></li> |
177 |
<li><a title="Search main heading" href="#main_heading" class="keep_text"><i class="fa fa-header"></i></a></li> |
178 |
<li><a title="Search all headings" href="#matchheading_search"><i class="fa fa-align-center"></i></a></li> |
178 |
<li><a title="Search all headings" href="#matchheading_search" class="keep_text"><i class="fa fa-align-center"></i></a></li> |
179 |
<li><a title="Search entire record" href="#entire_record"><i class="fa fa-folder-open-o"></i></a></li> |
179 |
<li><a title="Search entire record" href="#entire_record" class="keep_text"><i class="fa fa-folder-open-o"></i></a></li> |
180 |
</ul> |
180 |
</ul> |
181 |
</div><!-- /header_search --> |
181 |
</div><!-- /header_search --> |
182 |
<!-- End Authorities Resident Search Box --> |
182 |
<!-- End Authorities Resident Search Box --> |