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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt (-6 / +19 lines)
Lines 63-74 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
63
             <li><label for="searchtitle">Title: </label> <input type="text" id="searchtitle"  name="title" value="[% title | html %]" class="focus" /></li>
63
             <li><label for="searchtitle">Title: </label> <input type="text" id="searchtitle"  name="title" value="[% title | html %]" class="focus" /></li>
64
             <li><label for="author">Author: </label> <input type="text" id="author" name="author" value="[% author | html %]" /></li>
64
             <li><label for="author">Author: </label> <input type="text" id="author" name="author" value="[% author | html %]" /></li>
65
             <li><label for="publicationyear">Publication year: </label> <input type="text" id="publicationyear" name="publicationyear" value="[% publicationyear | html %]" /></li>
65
             <li><label for="publicationyear">Publication year: </label> <input type="text" id="publicationyear" name="publicationyear" value="[% publicationyear | html %]" /></li>
66
             <li><label for="subject">Subject heading: </label> <input type="text" id="subject" name="subject" value="" /></li>
66
            <li>
67
             <li><label for="srchany">Keyword (any): </label> <input type="text" id="srchany" name="srchany" value="" /></li>
67
                <label for="subject">Subject heading: </label> <input type="text" id="subject" name="subject" value="[% subject | html %]" />
68
             <li><label for="lccall">LC call number: </label> <input type="text" id="lccall" name="lccall" value="" /></li>
68
            </li>
69
             <li><label for="controlnumber">Control no.: </label> <input type="text" id="controlnumber" name="controlnumber" value="" /></li>
69
            <li>
70
             <li><label for="dewey">Dewey: </label> <input type="text" id="dewey" name="dewey" value="" /></li>
70
                <label for="srchany">Keyword (any): </label> <input type="text" id="srchany" name="srchany" value="[% srchany | html %]" />
71
             <li><label for="stdid">Standard ID: </label> <input type="text" id="stdid" name="stdid" value="" /></li>
71
            </li>
72
            <li>
73
                <label for="lccall">LC call number: </label> <input type="text" id="lccall" name="lccall" value="[% lccall | html %]" />
74
            </li>
75
            <li>
76
                <label for="controlnumber">Control no.: </label> <input type="text" id="controlnumber" name="controlnumber" value="[% controlnumber | html %]" />
77
            </li>
78
            <li>
79
                <label for="dewey">Dewey: </label> <input type="text" id="dewey" name="dewey" value="[% dewey | html %]" />
80
            </li>
81
            <li>
82
                <label for="stdid">Standard ID: </label> <input type="text" id="stdid" name="stdid" value="[% stdid | html %]" />
83
            </li>
84
            <li>
72
             <li><label for="frameworkcode" >Select MARC framework:</label>
85
             <li><label for="frameworkcode" >Select MARC framework:</label>
73
             <select id="frameworkcode" name="frameworkcode" >
86
             <select id="frameworkcode" name="frameworkcode" >
74
             <option value="">Default</option>
87
             <option value="">Default</option>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt (-11 / +20 lines)
Lines 25-49 Link Here
25
                                    <label for="isbn">ISBN: </label> <input type="text" id="isbn" name="isbn" value="[% isbn | html %]" class="focus" />
25
                                    <label for="isbn">ISBN: </label> <input type="text" id="isbn" name="isbn" value="[% isbn | html %]" class="focus" />
26
                                </li>
26
                                </li>
27
                                <li>
27
                                <li>
28
                                    <label for="issn">ISSN: </label> <input type="text" id="issn" name="issn" value="[% issn | html %]" /></li>
28
                                    <label for="issn">ISSN: </label> <input type="text" id="issn" name="issn" value="[% issn | html %]" />
29
                                </li>
29
                                <li>
30
                                <li>
30
                                    <label for="title">Title: </label> <input type="text" id="title"  name="title" value="[% title | html %]" /></li>
31
                                    <label for="title">Title: </label> <input type="text" id="title"  name="title" value="[% title | html %]" />
32
                                </li>
31
                                <li>
33
                                <li>
32
                                    <label for="author">Author: </label> <input type="text" id="author" name="author" value="[% author | html %]" /></li>
34
                                    <label for="author">Author: </label> <input type="text" id="author" name="author" value="[% author | html %]" />
35
                                </li>
33
                                <li>
36
                                <li>
34
                                    <label for="publicationyear">Publication year: </label> <input type="text" id="publicationyear" name="publicationyear" value="[% publicationyear | html %]" /></li>
37
                                    <label for="publicationyear">Publication year: </label> <input type="text" id="publicationyear" name="publicationyear" value="[% publicationyear | html %]" />
38
                                </li>
35
                                <li>
39
                                <li>
36
                                    <label for="subject">Subject heading: </label> <input type="text" id="subject" name="subject" value="" /></li>
40
                                    <label for="subject">Subject heading: </label> <input type="text" id="subject" name="subject" value="[% subject | html %]" />
41
                                </li>
37
                                <li>
42
                                <li>
38
                                    <label for="srchany">Keyword (any): </label> <input type="text" id="srchany" name="srchany" value="" /></li>
43
                                    <label for="srchany">Keyword (any): </label> <input type="text" id="srchany" name="srchany" value="[% srchany | html %]" />
44
                                </li>
39
                                <li>
45
                                <li>
40
                                    <label for="lccall">LC call number: </label> <input type="text" id="lccall" name="lccall" value="" /></li>
46
                                    <label for="lccall">LC call number: </label> <input type="text" id="lccall" name="lccall" value="[% lccall | html %]" />
47
                                </li>
41
                                <li>
48
                                <li>
42
                                    <label for="controlnumber">Control no.: </label> <input type="text" id="controlnumber" name="controlnumber" value="" /></li>
49
                                    <label for="controlnumber">Control no.: </label> <input type="text" id="controlnumber" name="controlnumber" value="[% controlnumber | html %]" />
50
                                </li>
43
                                <li>
51
                                <li>
44
                                    <label for="dewey">Dewey: </label> <input type="text" id="dewey" name="dewey" value="" /></li>
52
                                    <label for="dewey">Dewey: </label> <input type="text" id="dewey" name="dewey" value="[% dewey | html %]" />
53
                                </li>
45
                                <li>
54
                                <li>
46
                                    <label for="stdid">Standard ID: </label> <input type="text" id="stdid" name="stdid" value="" /></li>
55
                                    <label for="stdid">Standard ID: </label> <input type="text" id="stdid" name="stdid" value="[% stdid | html %]" />
56
                                </li>
47
                                <li>
57
                                <li>
48
                                    <a id="resetZ3950Search" href="#"><i class="fa fa-trash"></i> Clear search form</a>
58
                                    <a id="resetZ3950Search" href="#"><i class="fa fa-trash"></i> Clear search form</a>
49
                                </li>
59
                                </li>
50
- 

Return to bug 28112