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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt (-30 / +29 lines)
Lines 70-79 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
70
    <div class="yui-u first">
70
    <div class="yui-u first">
71
	    <fieldset class="rows"> 
71
	    <fieldset class="rows"> 
72
        <ol>
72
        <ol>
73
        <li><label for="isbn">ISBN: </label> <input type="text" id="isbn" name="isbn" value="[% isbn %]" /></li>
73
        <li><label for="isbn">ISBN: </label> <input type="text" id="isbn" name="isbn" value="[% isbn | html %]" /></li>
74
        <li><label for="issn">ISSN: </label> <input type="text" id="issn" name="issn" value="[% issn %]" /></li>
74
        <li><label for="issn">ISSN: </label> <input type="text" id="issn" name="issn" value="[% issn | html %]" /></li>
75
        <li><label for="title">Title: </label> <input type="text" id="title"  name="title" value="[% title |html %]" /></li>
75
        <li><label for="title">Title: </label> <input type="text" id="title"  name="title" value="[% title |html %]" /></li>
76
        <li><label for="author">Author: </label> <input type="text" id="author" name="author" value="[% author %]" /></li>
76
        <li><label for="author">Author: </label> <input type="text" id="author" name="author" value="[% author | html %]" /></li>
77
        <li><label for="subject">Subject heading: </label> <input type="text" id="subject" name="subject" value="" /></li>
77
        <li><label for="subject">Subject heading: </label> <input type="text" id="subject" name="subject" value="" /></li>
78
        <li><label for="srchany">Keyword (any): </label> <input type="text" id="srchany" name="srchany" value="" /></li>
78
        <li><label for="srchany">Keyword (any): </label> <input type="text" id="srchany" name="srchany" value="" /></li>
79
        <li><label for="lccall">LC call number: </label> <input type="text" id="lccall" name="lccall" value="" /></li>
79
        <li><label for="lccall">LC call number: </label> <input type="text" id="lccall" name="lccall" value="" /></li>
Lines 82-89 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
82
        <li><label for="stdid">Standard ID: </label> <input type="text" id="stdid" name="stdid" value="" /></li>
82
        <li><label for="stdid">Standard ID: </label> <input type="text" id="stdid" name="stdid" value="" /></li>
83
        <li><a id="resetZ3950Search" href="#"><i class="fa fa-trash"></i> Clear search form</a></li>
83
        <li><a id="resetZ3950Search" href="#"><i class="fa fa-trash"></i> Clear search form</a></li>
84
        </ol>
84
        </ol>
85
    <input type="hidden" name="biblionumber" value="[% biblionumber %]" />
85
    <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
86
    <input type="hidden" name="frameworkcode" value="[% frameworkcode %]" />
86
    <input type="hidden" name="frameworkcode" value="[% frameworkcode | html %]" />
87
    </div>
87
    </div>
88
    <div class="yui-g">
88
    <div class="yui-g">
89
      <h2>Search targets <span style="display: inline; font-size: 70%; padding-left: 1em;"><span class="checkall"><a id="CheckAll" href="#"><i class="fa fa-check"></i> Select all</a></span> | <span class="clearall"><a id="CheckNone" href="#"><i class="fa fa-remove"></i> Clear all</a></span></span></h2>
89
      <h2>Search targets <span style="display: inline; font-size: 70%; padding-left: 1em;"><span class="checkall"><a id="CheckAll" href="#"><i class="fa fa-check"></i> Select all</a></span> | <span class="clearall"><a id="CheckNone" href="#"><i class="fa fa-remove"></i> Clear all</a></span></span></h2>
Lines 108-123 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
108
[% ELSE %]
108
[% ELSE %]
109
    <h2>Results</h2>
109
    <h2>Results</h2>
110
    <p>You searched for:
110
    <p>You searched for:
111
        [% IF ( title ) %]<em>Title: </em><span class=term>[% title %]</span> [% END %]
111
        [% IF ( title ) %]<em>Title: </em><span class=term>[% title | html %]</span> [% END %]
112
        [% IF ( author ) %]<em>Author: </em><span class=term>[% author %]</span> [% END %]
112
        [% IF ( author ) %]<em>Author: </em><span class=term>[% author | html %]</span> [% END %]
113
        [% IF ( isbn ) %]<em>ISBN: </em><span class=term>[% isbn %]</span> [% END %]
113
        [% IF ( isbn ) %]<em>ISBN: </em><span class=term>[% isbn | html %]</span> [% END %]
114
        [% IF ( issn ) %]<em>ISSN: </em><span class=term>[% issn %]</span> [% END %]
114
        [% IF ( issn ) %]<em>ISSN: </em><span class=term>[% issn | html %]</span> [% END %]
115
        [% IF ( lccall ) %]<em>LC call number: </em><span class=term>[% lccall %]</span> [% END %]
115
        [% IF ( lccall ) %]<em>LC call number: </em><span class=term>[% lccall | html %]</span> [% END %]
116
        [% IF ( subject ) %]<em>Subject heading: </em><span class=term>[% subject %]</span> [% END %]
116
        [% IF ( subject ) %]<em>Subject heading: </em><span class=term>[% subject | html %]</span> [% END %]
117
        [% IF ( controlnumber ) %]<em>Control no: </em><span class=term>[% controlnumber %]</span> [% END %]
117
        [% IF ( controlnumber ) %]<em>Control no: </em><span class=term>[% controlnumber | html %]</span> [% END %]
118
        [% IF ( dewey ) %]<em>Dewey: </em><span class=term>[% dewey %]</span> [%END %]
118
        [% IF ( dewey ) %]<em>Dewey: </em><span class=term>[% dewey | html %]</span> [%END %]
119
        [% IF ( srchany ) %]<em>Raw (any): </em><span class=term>[% srchany %]</span> [% END %]
119
        [% IF ( srchany ) %]<em>Raw (any): </em><span class=term>[% srchany | html %]</span> [% END %]
120
        [% IF ( stdid ) %]<em>Standard ID: </em><span class=term>[% stdid %]</span> [% END %]
120
        [% IF ( stdid ) %]<em>Standard ID: </em><span class=term>[% stdid | html %]</span> [% END %]
121
    </p>
121
    </p>
122
    [% IF ( errconn ) %]
122
    [% IF ( errconn ) %]
123
            <div class="dialog alert">
123
            <div class="dialog alert">
Lines 151-157 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
151
        [% IF ( breeding_loo.breedingid ) %]
151
        [% IF ( breeding_loo.breedingid ) %]
152
152
153
	    <tr id="row[% breeding_loo.breedingid %]">
153
	    <tr id="row[% breeding_loo.breedingid %]">
154
            <td>[% breeding_loo.server %] <div class="linktools"><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid %]" class="previewData">Preview MARC</a> <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&amp;importid=[% breeding_loo.breedingid %]" class="previewData">Preview card</a> <a href="#" class="import_record" data-breedingid="[% breeding_loo.breedingid %]" data-biblionumber="[% breeding_loo.biblionumber %]" data-frameworkcode="[% frameworkcode %]">Import</a><a href="#" id="close_menu" title="Close this menu"> X </a></div> </td>
154
            <td>[% breeding_loo.server %] <div class="linktools"><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid %]" class="previewData">Preview MARC</a> <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&amp;importid=[% breeding_loo.breedingid %]" class="previewData">Preview card</a> <a href="#" class="import_record" data-breedingid="[% breeding_loo.breedingid %]" data-biblionumber="[% breeding_loo.biblionumber %]" data-frameworkcode="[% frameworkcode | uri %]">Import</a><a href="#" id="close_menu" title="Close this menu"> X </a></div> </td>
155
            <td>[% breeding_loo.title |html %]</td>
155
            <td>[% breeding_loo.title |html %]</td>
156
            <td>[% breeding_loo.author %]</td>
156
            <td>[% breeding_loo.author %]</td>
157
            <td>[% breeding_loo.date %]</td>
157
            <td>[% breeding_loo.date %]</td>
Lines 160-166 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
160
            <td>[% breeding_loo.lccn %]</td>
160
            <td>[% breeding_loo.lccn %]</td>
161
            <td><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid %]" class="previewData">MARC</a></td>
161
            <td><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid %]" class="previewData">MARC</a></td>
162
            <td><a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&amp;importid=[% breeding_loo.breedingid %]" class="previewData">Card</a></td>
162
            <td><a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&amp;importid=[% breeding_loo.breedingid %]" class="previewData">Card</a></td>
163
            <td><a href="#" class="import_record" data-breedingid="[% breeding_loo.breedingid %]" data-biblionumber="[% breeding_loo.biblionumber %]" data-frameworkcode="[% frameworkcode %]">Import</a></td>
163
            <td><a href="#" class="import_record" data-breedingid="[% breeding_loo.breedingid %]" data-biblionumber="[% breeding_loo.biblionumber %]" data-frameworkcode="[% frameworkcode | uri %]">Import</a></td>
164
        </tr>
164
        </tr>
165
        [% END %]
165
        [% END %]
166
    [% END %]</tbody>
166
    [% END %]</tbody>
Lines 181-197 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
181
    <form method="post" action="z3950_search.pl" id="page_form" name="page_form" class="checkboxed">
181
    <form method="post" action="z3950_search.pl" id="page_form" name="page_form" class="checkboxed">
182
        <input type="hidden" name="op" id="op" value="do_search" />
182
        <input type="hidden" name="op" id="op" value="do_search" />
183
        <input type="hidden" name="current_page" id="current_page" value="[% current_page %]" />
183
        <input type="hidden" name="current_page" id="current_page" value="[% current_page %]" />
184
        <input type="hidden" id="title"  name="title" value="[% title %]" />
184
        <input type="hidden" id="title"  name="title" value="[% title | html %]" />
185
        <input type="hidden" id="isbn" name="isbn" value="[% isbn %]" />
185
        <input type="hidden" id="isbn" name="isbn" value="[% isbn | html %]" />
186
        <input type="hidden" id="lccall" name="lccall" value="[% lccall %]" />
186
        <input type="hidden" id="lccall" name="lccall" value="[% lccall | html %]" />
187
        <input type="hidden" id="controlnumber" name="controlnumber" value="[% controlnumber %]" />
187
        <input type="hidden" id="controlnumber" name="controlnumber" value="[% controlnumber | html %]" />
188
        <input type="hidden" id="srchany" name="srchany" value="[% srchany %]" />
188
        <input type="hidden" id="srchany" name="srchany" value="[% srchany | html %]" />
189
        <input type="hidden" id="author" name="author" value="[% author %]" />
189
        <input type="hidden" id="author" name="author" value="[% author | html %]" />
190
        <input type="hidden" id="subject" name="subject" value="[% subject %]" />
190
        <input type="hidden" id="subject" name="subject" value="[% subject | html %]" />
191
        <input type="hidden" id="dewey" name="dewey" value="[% dewey %]" />
191
        <input type="hidden" id="dewey" name="dewey" value="[% dewey | html %]" />
192
        <input type="hidden" id="stdid" name="stdid" value="[% stdid %]" />
192
        <input type="hidden" id="stdid" name="stdid" value="[% stdid | html %]" />
193
        <input type="hidden" name="biblionumber" value="[% biblionumber %]" />
193
        <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
194
        <input type="hidden" name="frameworkcode" value="[% frameworkcode %]" />
194
        <input type="hidden" name="frameworkcode" value="[% frameworkcode | html %]" />
195
195
196
        [% FOREACH server IN servers %]
196
        [% FOREACH server IN servers %]
197
        <input type="hidden" name="id" id="z3950_[% server.id %]" value="[% server.id %]" />
197
        <input type="hidden" name="id" id="z3950_[% server.id %]" value="[% server.id %]" />
Lines 210-216 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
210
    [% ELSE %]
210
    [% ELSE %]
211
        <div class="dialog message">Nothing found.</div>
211
        <div class="dialog message">Nothing found.</div>
212
    [% END %]
212
    [% END %]
213
<p><form method="get" action="/cgi-bin/koha/cataloguing/z3950_search.pl"><input type="hidden" name="biblionumber" value="[% biblionumber %]"/><input type="hidden" name="frameworkcode" value="[% frameworkcode %]"/><input type="submit" value="Try another search"/></form></p>
213
<p><form method="get" action="/cgi-bin/koha/cataloguing/z3950_search.pl"><input type="hidden" name="biblionumber" value="[% biblionumber | html %]"/><input type="hidden" name="frameworkcode" value="[% frameworkcode | html %]"/><input type="submit" value="Try another search"/></form></p>
214
214
215
[% END %]
215
[% END %]
216
216
217
- 

Return to bug 17023