Lines 74-79
Link Here
|
74 |
<input type="hidden" name="and_or" value="and" /> |
74 |
<input type="hidden" name="and_or" value="and" /> |
75 |
<input type="hidden" name="excluding" value="" /> |
75 |
<input type="hidden" name="excluding" value="" /> |
76 |
|
76 |
|
|
|
77 |
<span class="form-title"> |
78 |
<label class="control-label">Search main heading ($a only)</label> |
79 |
</span> |
80 |
|
77 |
<span class="form-content"> |
81 |
<span class="form-content"> |
78 |
[% INCLUDE authtype %] |
82 |
[% INCLUDE authtype %] |
79 |
<input id="value_mainentry" class="form-control head-searchbox" 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)" /> |
Lines 97-102
Link Here
|
97 |
<input type="hidden" name="op" value="do_search" /> |
101 |
<input type="hidden" name="op" value="do_search" /> |
98 |
<input type="hidden" name="type" value="intranet" /> |
102 |
<input type="hidden" name="type" value="intranet" /> |
99 |
|
103 |
|
|
|
104 |
<span class="form-title"> |
105 |
<label class="control-label">Search main heading</label> |
106 |
</span> |
107 |
|
100 |
<span class="form-content"> |
108 |
<span class="form-content"> |
101 |
[% INCLUDE authtype %] |
109 |
[% INCLUDE authtype %] |
102 |
<input id="value_mainheading" class="form-control head-searchbox" 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" /> |
Lines 118-123
Link Here
|
118 |
<input type="hidden" name="type" value="intranet" /> |
126 |
<input type="hidden" name="type" value="intranet" /> |
119 |
<input type="hidden" name="marclist" value="match" /> |
127 |
<input type="hidden" name="marclist" value="match" /> |
120 |
|
128 |
|
|
|
129 |
<span class="form-title"> |
130 |
<label class="control-label">Search all headings</label> |
131 |
</span> |
132 |
|
121 |
<span class="form-content"> |
133 |
<span class="form-content"> |
122 |
[% INCLUDE authtype %] |
134 |
[% INCLUDE authtype %] |
123 |
<input id="value_matchheading" class="form-control head-searchbox" 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" /> |
Lines 141-146
Link Here
|
141 |
<input type="hidden" name="and_or" value="and" /> |
153 |
<input type="hidden" name="and_or" value="and" /> |
142 |
<input type="hidden" name="excluding" value="" /> |
154 |
<input type="hidden" name="excluding" value="" /> |
143 |
|
155 |
|
|
|
156 |
<span class="form-title"> |
157 |
<label class="control-label">Search entire record</label> |
158 |
</span> |
159 |
|
144 |
<span class="form-content"> |
160 |
<span class="form-content"> |
145 |
[% INCLUDE authtype %] |
161 |
[% INCLUDE authtype %] |
146 |
<input id="value_anywhere" class="form-control head-searchbox" 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" /> |