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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt (-29 / +28 lines)
Lines 51-57 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
51
[% INCLUDE 'header.inc' %]
51
[% INCLUDE 'header.inc' %]
52
[% INCLUDE 'acquisitions-search.inc' %]
52
[% INCLUDE 'acquisitions-search.inc' %]
53
53
54
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> &rsaquo; <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% name %]</a> &rsaquo; <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno %]">Basket [% basketno %]</a> &rsaquo; [% IF ( opsearch ) %]Order from external source[% ELSE %]<a href="/cgi-bin/koha/acqui/z3950_search.pl?booksellerid=[% booksellerid %]&amp;basketno=[% basketno %]">Order from external source</a> &rsaquo; Search results[% END %]</div>
54
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> &rsaquo; <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% name %]</a> &rsaquo; <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno | uri %]">Basket [% basketno | html %]</a> &rsaquo; [% IF ( opsearch ) %]Order from external source[% ELSE %]<a href="/cgi-bin/koha/acqui/z3950_search.pl?booksellerid=[% booksellerid | uri %]&amp;basketno=[% basketno | uri %]">Order from external source</a> &rsaquo; Search results[% END %]</div>
55
55
56
<div id="doc3" class="yui-t7">
56
<div id="doc3" class="yui-t7">
57
      <div id="bd">
57
      <div id="bd">
Lines 64-74 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
64
	    <fieldset class="rows">
64
	    <fieldset class="rows">
65
         <ol>
65
         <ol>
66
             <li><label for="searchtitle">Title: </label> <input type="text" id="searchtitle"  name="title" value="[% title |html %]" class="focus" /></li>
66
             <li><label for="searchtitle">Title: </label> <input type="text" id="searchtitle"  name="title" value="[% title |html %]" class="focus" /></li>
67
             <li><label for="isbn">ISBN: </label> <input type="text" id="isbn" name="isbn" value="[% isbn %]" /></li>
67
             <li><label for="isbn">ISBN: </label> <input type="text" id="isbn" name="isbn" value="[% isbn | html %]" /></li>
68
             <li><label for="lccall">LC call number: </label> <input type="text" id="lccall" name="lccall" value="" /></li>
68
             <li><label for="lccall">LC call number: </label> <input type="text" id="lccall" name="lccall" value="" /></li>
69
             <li><label for="controlnumber">Control no.: </label> <input type="text" id="controlnumber" name="controlnumber" value="" /></li>
69
             <li><label for="controlnumber">Control no.: </label> <input type="text" id="controlnumber" name="controlnumber" value="" /></li>
70
             <li><label for="author">Author: </label> <input type="text" id="author" name="author" value="[% author %]" /></li>
70
             <li><label for="author">Author: </label> <input type="text" id="author" name="author" value="[% author | html %]" /></li>
71
             <li><label for="issn">ISSN: </label> <input type="text" id="issn" name="issn" value="[% issn %]" /></li>
71
             <li><label for="issn">ISSN: </label> <input type="text" id="issn" name="issn" value="[% issn | html %]" /></li>
72
             <li><label for="subject">Subject heading: </label> <input type="text" id="subject" name="subject" value="" /></li>
72
             <li><label for="subject">Subject heading: </label> <input type="text" id="subject" name="subject" value="" /></li>
73
             <li><label for="dewey">Dewey: </label> <input type="text" id="dewey" name="dewey" value="" /></li>
73
             <li><label for="dewey">Dewey: </label> <input type="text" id="dewey" name="dewey" value="" /></li>
74
             <li><label for="frameworkcode" >Select MARC framework:</label>
74
             <li><label for="frameworkcode" >Select MARC framework:</label>
Lines 86-94 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
86
              <li><a id="resetZ3950Search" href="#"><i class="fa fa-trash"></i> Clear search form</a></li>
86
              <li><a id="resetZ3950Search" href="#"><i class="fa fa-trash"></i> Clear search form</a></li>
87
         </ol>
87
         </ol>
88
    </fieldset>
88
    </fieldset>
89
    <input type="hidden" name="biblionumber" value="[% biblionumber %]" />
89
    <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
90
    <input type="hidden" name="basketno" value="[% basketno %]" />
90
    <input type="hidden" name="basketno" value="[% basketno | html %]" />
91
    <input type="hidden" name="booksellerid" value="[% booksellerid %]" />
91
    <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
92
	    </div>
92
	    </div>
93
<div class="yui-u second">
93
<div class="yui-u second">
94
<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>
94
<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-114 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
108
  </div>
108
  </div>
109
</div>
109
</div>
110
110
111
    <fieldset class="action"><input type="submit"  class="submit" value="Search" /> <a class="cancel" href="/cgi-bin/koha/acqui/basket.pl?booksellerid=[% booksellerid %]&amp;basketno=[% basketno %]">Cancel</a></fieldset>
111
    <fieldset class="action"><input type="submit"  class="submit" value="Search" /> <a class="cancel" href="/cgi-bin/koha/acqui/basket.pl?booksellerid=[% booksellerid | uri %]&amp;basketno=[% url %]">Cancel</a></fieldset>
112
</form>
112
</form>
113
113
114
114
Lines 116-129 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
116
    <h2>Search results</h2>
116
    <h2>Search results</h2>
117
117
118
    <p>You searched for:
118
    <p>You searched for:
119
        [% IF ( title ) %]<em>Title: </em><span class=term>[% title %]</span> [% END %]
119
        [% IF ( title ) %]<em>Title: </em><span class=term>[% title | html %]</span> [% END %]
120
        [% IF ( author ) %]<em>Author: </em><span class=term>[% author %]</span> [% END %]
120
        [% IF ( author ) %]<em>Author: </em><span class=term>[% author | html %]</span> [% END %]
121
        [% IF ( isbn ) %]<em>ISBN: </em><span class=term>[% isbn %]</span> [% END %]
121
        [% IF ( isbn ) %]<em>ISBN: </em><span class=term>[% isbn | html %]</span> [% END %]
122
        [% IF ( issn ) %]<em>ISSN: </em><span class=term>[% issn %]</span> [% END %]
122
        [% IF ( issn ) %]<em>ISSN: </em><span class=term>[% issn | html %]</span> [% END %]
123
        [% IF ( lccall ) %]<em>LC call number: </em><span class=term>[% lccall %]</span> [% END %]
123
        [% IF ( lccall ) %]<em>LC call number: </em><span class=term>[% lccall | html %]</span> [% END %]
124
        [% IF ( subject ) %]<em>Subject heading: </em><span class=term>[% subject %]</span> [% END %]
124
        [% IF ( subject ) %]<em>Subject heading: </em><span class=term>[% subject | html %]</span> [% END %]
125
        [% IF ( controlnumber ) %]<em>Control no: </em><span class=term>[% controlnumber %]</span> [% END %]
125
        [% IF ( controlnumber ) %]<em>Control no: </em><span class=term>[% controlnumber | html %]</span> [% END %]
126
        [% IF ( dewey ) %]<em>Dewey: </em><span class=term>[% dewey %]</span> [%END %]
126
        [% IF ( dewey ) %]<em>Dewey: </em><span class=term>[% dewey | html %]</span> [%END %]
127
    </p>
127
    </p>
128
128
129
    [% IF ( breeding_loop ) %]
129
    [% IF ( breeding_loop ) %]
Lines 141-153 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
141
        [% IF ( breeding_loo.breedingid ) %]
141
        [% IF ( breeding_loo.breedingid ) %]
142
142
143
        <tr>
143
        <tr>
144
            <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="/cgi-bin/koha/acqui/neworderempty.pl?frameworkcode=[% frameworkcode %]&amp;breedingid=[% breeding_loo.breedingid %]&amp;booksellerid=[% booksellerid %]&amp;basketno=[% basketno %]">Order</a> <a href="#" id="closemenu" title="Close this menu"> X </a></div></td>
144
            <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="/cgi-bin/koha/acqui/neworderempty.pl?frameworkcode=[% frameworkcode | uri  %]&amp;breedingid=[% breeding_loo.breedingid %]&amp;booksellerid=[% booksellerid | uri %]&amp;basketno=[% basketno | uri %]">Order</a> <a href="#" id="closemenu" title="Close this menu"> X </a></div></td>
145
            <td>[% breeding_loo.title |html %]</td>
145
            <td>[% breeding_loo.title |html %]</td>
146
            <td>[% breeding_loo.author %]</td>
146
            <td>[% breeding_loo.author %]</td>
147
            <td>[% breeding_loo.isbn %]</td>
147
            <td>[% breeding_loo.isbn %]</td>
148
            <td>[% breeding_loo.lccn %]</td>
148
            <td>[% breeding_loo.lccn %]</td>
149
            <td><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid %]" title="MARC" class="previewData">MARC</a> | <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&amp;importid=[% breeding_loo.breedingid %]" title="Card" class="previewData">Card</a></td>
149
            <td><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid %]" title="MARC" class="previewData">MARC</a> | <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&amp;importid=[% breeding_loo.breedingid %]" title="Card" class="previewData">Card</a></td>
150
			<td><a href="/cgi-bin/koha/acqui/neworderempty.pl?frameworkcode=[% frameworkcode %]&amp;breedingid=[% breeding_loo.breedingid %]&amp;booksellerid=[% booksellerid %]&amp;basketno=[% basketno %]">Order</a></td>
150
			<td><a href="/cgi-bin/koha/acqui/neworderempty.pl?frameworkcode=[% frameworkcode | uri %]&amp;breedingid=[% breeding_loo.breedingid %]&amp;booksellerid=[% booksellerid | uri %]&amp;basketno=[% basketno | uri %]">Order</a></td>
151
151
152
        </tr>
152
        </tr>
153
        [% END %]
153
        [% END %]
Lines 172-187 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
172
        <input type="hidden" name="op" id="op" value="do_search" />
172
        <input type="hidden" name="op" id="op" value="do_search" />
173
        <input type="hidden" name="current_page" id="current_page" value="[% current_page %]" />
173
        <input type="hidden" name="current_page" id="current_page" value="[% current_page %]" />
174
        <input type="hidden" id="searchtitle"  name="title" value="[% title |html %]" />
174
        <input type="hidden" id="searchtitle"  name="title" value="[% title |html %]" />
175
        <input type="hidden" id="isbn" name="isbn" value="[% isbn %]" />
175
        <input type="hidden" id="isbn" name="isbn" value="[% isbn | html %]" />
176
        <input type="hidden" id="lccall" name="lccall" value="[% lccall %]" />
176
        <input type="hidden" id="lccall" name="lccall" value="[% lccall | html %]" />
177
        <input type="hidden" id="author" name="author" value="[% author %]" />
177
        <input type="hidden" id="author" name="author" value="[% author | html %]" />
178
        <input type="hidden" id="subject" name="subject" value="[% subject %]" />
178
        <input type="hidden" id="subject" name="subject" value="[% subject | html %]" />
179
        <input type="hidden" id="dewey" name="dewey" value="[% dewey %]" />
179
        <input type="hidden" id="dewey" name="dewey" value="[% dewey | html %]" />
180
        <input type="hidden" name="frameworkcode" value="[% frameworkcode %]" />
180
        <input type="hidden" name="frameworkcode" value="[% frameworkcode | html %]" />
181
        <input type="hidden" name="biblionumber" value="[% biblionumber %]" />
181
        <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
182
        <input type="hidden" name="controlnumber" value="[% controlnumber %]" />
182
        <input type="hidden" name="controlnumber" value="[% controlnumber | html %]" />
183
        <input type="hidden" name="basketno" value="[% basketno %]" />
183
        <input type="hidden" name="basketno" value="[% basketno | html %]" />
184
        <input type="hidden" name="booksellerid" value="[% booksellerid %]" />
184
        <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
185
185
186
        [% FOREACH server IN servers %]
186
        [% FOREACH server IN servers %]
187
        <input type="hidden" name="id" id="z3950_[% server.id %]" value="[% server.id %]" />
187
        <input type="hidden" name="id" id="z3950_[% server.id %]" value="[% server.id %]" />
188
- 

Return to bug 17023