View | Details | Raw Unified | Return to bug 33445
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt (-6 / +8 lines)
Lines 25-34 Link Here
25
            <div class="col-xs-6">
25
            <div class="col-xs-6">
26
                <fieldset class="rows">
26
                <fieldset class="rows">
27
                <ol>
27
                <ol>
28
                    <li><label for="srchany">Keyword (any): </label> <input type="text" id="srchany" name="srchany" value="" /></li>
28
                    <li><label for="srchany">Keyword (any): </label> <input type="text" id="srchany" name="srchany" value="[% srchany | html %]" /></li>
29
                    <li><label for="controlnumber">Control number: </label> <input type="text" id="controlnumber" name="controlnumber" value="" /></li>
29
                    <li><label for="controlnumber">Control number: </label> <input type="text" id="controlnumber" name="controlnumber" value="[% controlnumber | html %]" /></li>
30
                    <li><label for="nameany">Name (any): </label> <input type="text" id="nameany" name="nameany" value="" /></li>
30
                    <li><label for="nameany">Name (any): </label> <input type="text" id="nameany" name="nameany" value="[% nameany | html %]" /></li>
31
                    <li><label for="authorany">Author (any): </label> <input type="text" id="authorany" name="authorany" value="" /></li>
31
                    <li><label for="authorany">Author (any): </label> <input type="text" id="authorany" name="authorany" value="[% authorany | html %]" /></li>
32
                    <li><label for="authorpersonal">Author (personal): </label> <input type="text" id="authorpersonal" name="authorpersonal" value="[% authorpersonal | html %]" /></li>
32
                    <li><label for="authorpersonal">Author (personal): </label> <input type="text" id="authorpersonal" name="authorpersonal" value="[% authorpersonal | html %]" /></li>
33
                    <li><label for="authorcorp">Author (corporate): </label> <input type="text" id="authorcorp" name="authorcorp" value="[% authorcorp | html %]" /></li>
33
                    <li><label for="authorcorp">Author (corporate): </label> <input type="text" id="authorcorp" name="authorcorp" value="[% authorcorp | html %]" /></li>
34
                    <li><label for="authormeetingcon">Author (meeting / conference): </label> <input type="text" id="authormeetingcon" name="authormeetingcon" value="[% authormeetingcon | html %]" /></li>
34
                    <li><label for="authormeetingcon">Author (meeting / conference): </label> <input type="text" id="authormeetingcon" name="authormeetingcon" value="[% authormeetingcon | html %]" /></li>
Lines 40-46 Link Here
40
                    <fieldset class="rows">
40
                    <fieldset class="rows">
41
                    <ol>
41
                    <ol>
42
                        <li><label for="subject">Subject heading: </label> <input type="text" id="subject" name="subject" value="[% subject | html %]" /></li>
42
                        <li><label for="subject">Subject heading: </label> <input type="text" id="subject" name="subject" value="[% subject | html %]" /></li>
43
                        <li><label for="subjectsubdiv">Subject sub-division: </label> <input type="text" id="subjectsubdiv" name="subjectsubdiv" value="" /></li>
43
                        <li><label for="subjectsubdiv">Subject sub-division: </label> <input type="text" id="subjectsubdiv" name="subjectsubdiv" value="[% subjectsubdiv | html %]" /></li>
44
                        <li><label for="title">Title (any): </label> <input type="text" id="title"  name="title" value="[% title | html %]" /></li>
44
                        <li><label for="title">Title (any): </label> <input type="text" id="title"  name="title" value="[% title | html %]" /></li>
45
                        <li><label for="uniformtitle">Title (uniform): </label> <input type="text" id="uniformtitle"  name="uniformtitle" value="[% uniformtitle | html %]" /></li>
45
                        <li><label for="uniformtitle">Title (uniform): </label> <input type="text" id="uniformtitle"  name="uniformtitle" value="[% uniformtitle | html %]" /></li>
46
                        <li><a id="resetZ3950Search" href="#"><i class="fa fa-trash"></i> Clear search form</a></li>
46
                        <li><a id="resetZ3950Search" href="#"><i class="fa fa-trash"></i> Clear search form</a></li>
Lines 130-135 Link Here
130
        <input type="hidden" id="subjectsubdiv" name="subjectsubdiv" value="[% subjectsubdiv | html %]" />
130
        <input type="hidden" id="subjectsubdiv" name="subjectsubdiv" value="[% subjectsubdiv | html %]" />
131
        <input type="hidden" id="heading"  name="heading" value="[% heading | html %]" />
131
        <input type="hidden" id="heading"  name="heading" value="[% heading | html %]" />
132
        <input type="hidden" id="srchany" name="srchany" value="[% srchany | html %]" />
132
        <input type="hidden" id="srchany" name="srchany" value="[% srchany | html %]" />
133
        <input type="hidden" id="controlnumber" name="controlnumber" value="[% controlnumber | html %]" />
133
        <input type="hidden" name="authid" value="[% authid | html %]" />
134
        <input type="hidden" name="authid" value="[% authid | html %]" />
134
135
135
        [% FOREACH server IN servers %]
136
        [% FOREACH server IN servers %]
Lines 159-164 Link Here
159
            <input type="hidden" id="subjectsubdiv" name="subjectsubdiv" value="[% subjectsubdiv | html %]" />
160
            <input type="hidden" id="subjectsubdiv" name="subjectsubdiv" value="[% subjectsubdiv | html %]" />
160
            <input type="hidden" id="heading"  name="heading" value="[% heading | html %]" />
161
            <input type="hidden" id="heading"  name="heading" value="[% heading | html %]" />
161
            <input type="hidden" id="srchany" name="srchany" value="[% srchany | html %]" />
162
            <input type="hidden" id="srchany" name="srchany" value="[% srchany | html %]" />
163
            <input type="hidden" id="controlnumber" name="controlnumber" value="[% controlnumber | html %]" />
162
            <input type="hidden" name="authid" value="[% authid | html %]" />
164
            <input type="hidden" name="authid" value="[% authid | html %]" />
163
            <input type="submit" class="btn btn-primary" value="Try another search" />
165
            <input type="submit" class="btn btn-primary" value="Try another search" />
164
        </form>
166
        </form>
Lines 188-193 Link Here
188
            <input type="hidden" id="subjectsubdiv" name="subjectsubdiv" value="[% subjectsubdiv | html %]" />
190
            <input type="hidden" id="subjectsubdiv" name="subjectsubdiv" value="[% subjectsubdiv | html %]" />
189
            <input type="hidden" id="heading"  name="heading" value="[% heading | html %]" />
191
            <input type="hidden" id="heading"  name="heading" value="[% heading | html %]" />
190
            <input type="hidden" id="srchany" name="srchany" value="[% srchany | html %]" />
192
            <input type="hidden" id="srchany" name="srchany" value="[% srchany | html %]" />
193
            <input type="hidden" id="controlnumber" name="controlnumber" value="[% controlnumber | html %]" />
191
            <input type="hidden" name="authid" value="[% authid | html %]" />
194
            <input type="hidden" name="authid" value="[% authid | html %]" />
192
            <input type="submit" class="btn btn-primary" value="Try another search" />
195
            <input type="submit" class="btn btn-primary" value="Try another search" />
193
        </form>
196
        </form>
194
- 

Return to bug 33445