Lines 7-218
Link Here
|
7 |
</head> |
7 |
</head> |
8 |
|
8 |
|
9 |
<body id="cat_addbooks" class="cat"> |
9 |
<body id="cat_addbooks" class="cat"> |
10 |
[% INCLUDE 'header.inc' %] |
10 |
[% INCLUDE 'header.inc' %] |
11 |
[% INCLUDE 'cataloging-search.inc' %] |
11 |
[% INCLUDE 'cataloging-search.inc' %] |
12 |
|
12 |
|
13 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › Cataloging</div> |
13 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › Cataloging</div> |
14 |
|
14 |
|
15 |
<div class="main container-fluid"> |
15 |
<div class="main container-fluid"> |
16 |
<div class="row"> |
16 |
<div class="row"> |
17 |
<div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2"> |
17 |
<div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2"> |
18 |
|
18 |
|
19 |
[% IF ( CAN_user_editcatalogue_edit_catalogue ) %] |
19 |
[% IF ( CAN_user_editcatalogue_edit_catalogue ) %] |
20 |
<div id="toolbar" class="btn-toolbar"> |
20 |
<div id="toolbar" class="btn-toolbar"> |
21 |
[% IF Koha.Preference( 'EnableAdvancedCatalogingEditor' ) == 1 && CAN_user_editcatalogue_advanced_editor %] |
21 |
[% IF Koha.Preference( 'EnableAdvancedCatalogingEditor' ) == 1 && CAN_user_editcatalogue_advanced_editor %] |
22 |
<a id="useadvanced" href="/cgi-bin/koha/cataloguing/editor.pl" class="btn btn-default"><i class="fa fa-pencil"></i> Advanced editor</a> |
22 |
<a id="useadvanced" href="/cgi-bin/koha/cataloguing/editor.pl" class="btn btn-default"><i class="fa fa-pencil"></i> Advanced editor</a> |
23 |
[% END %] |
23 |
[% END %] |
24 |
<div class="btn-group"> |
24 |
<div class="btn-group"> |
25 |
<button class="btn btn-default dropdown-toggle" data-toggle="dropdown"><i class="fa fa-plus"></i> New record <span class="caret"></span></button> |
25 |
<button class="btn btn-default dropdown-toggle" data-toggle="dropdown"><i class="fa fa-plus"></i> New record <span class="caret"></span></button> |
26 |
<ul class="dropdown-menu"> |
26 |
<ul class="dropdown-menu"> |
27 |
<li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=">Default framework</a></li> |
27 |
<li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=">Default framework</a></li> |
28 |
[% FOREACH framework IN frameworks %] |
28 |
[% FOREACH framework IN frameworks %] |
29 |
<li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=[% framework.frameworkcode | uri %]">[% framework.frameworktext | html %]</a></li> |
29 |
<li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=[% framework.frameworkcode | uri %]">[% framework.frameworktext | html %]</a></li> |
30 |
[% END %] |
30 |
[% END %] |
31 |
</ul> |
31 |
</ul> |
32 |
</div> |
32 |
</div> |
33 |
[% IF servers.count > 0 %] |
33 |
[% IF servers.count > 0 %] |
34 |
<div class="btn-group"> |
34 |
<div class="btn-group"> |
35 |
<button class="btn btn-default" id="z3950search"><i class="fa fa-search"></i> New from Z39.50/SRU</button> |
35 |
<button class="btn btn-default" id="z3950search"><i class="fa fa-search"></i> New from Z39.50/SRU</button> |
36 |
<button class="btn btn-default dropdown-toggle" data-toggle="dropdown"> |
36 |
<button class="btn btn-default dropdown-toggle" data-toggle="dropdown"> |
37 |
<span class="caret"></span> |
37 |
<span class="caret"></span> |
38 |
</button> |
38 |
</button> |
39 |
<ul class="dropdown-menu"> |
39 |
<ul class="dropdown-menu"> |
40 |
<li id="" class="z3950searchFw"><a href="#">Default framework</a></li> |
40 |
<li id="" class="z3950searchFw"><a href="#">Default framework</a></li> |
41 |
[% FOREACH framework IN frameworks %] |
41 |
[% FOREACH framework IN frameworks %] |
42 |
<li id="[% framework.frameworkcode | html %]" class="z3950searchFw"><a href="#">[% framework.frameworktext | html %]</a></li> |
42 |
<li id="[% framework.frameworkcode | html %]" class="z3950searchFw"><a href="#">[% framework.frameworktext | html %]</a></li> |
|
|
43 |
[% END %] |
44 |
</ul> |
45 |
</div> |
46 |
[% END %] |
47 |
[% IF ( total ) %] |
48 |
<div class="btn-group"><button type="submit" class="btn btn-default merge-items"><i class="fa fa-compress"></i> Merge selected</button></div> |
49 |
[% END %] |
50 |
</div> |
43 |
[% END %] |
51 |
[% END %] |
44 |
</ul> |
|
|
45 |
</div> |
46 |
[% END %] |
47 |
[% IF ( total ) %] |
48 |
<div class="btn-group"><button type="submit" class="btn btn-default merge-items"><i class="fa fa-compress"></i> Merge selected</button></div> |
49 |
[% END %] |
50 |
</div> |
51 |
[% END %] |
52 |
|
52 |
|
53 |
[% IF ( noitemsfound ) %] |
53 |
[% IF ( noitemsfound ) %] |
54 |
No results found |
54 |
No results found |
55 |
[% END %] |
55 |
[% END %] |
56 |
|
56 |
|
57 |
[%# display the search results %] |
57 |
[%# display the search results %] |
58 |
|
58 |
|
59 |
[% IF ( total ) %] |
59 |
[% IF ( total ) %] |
60 |
<div> |
60 |
<div> |
61 |
[% total | html %] result(s) found in catalog, |
61 |
[% total | html %] result(s) found in catalog, |
62 |
<a href="#searchresult-breeding">[% breeding_count | html %] result(s) found in reservoir</a> |
62 |
<a href="#searchresult-breeding">[% breeding_count | html %] result(s) found in reservoir</a> |
63 |
</div> |
63 |
</div> |
64 |
<div class="pages">[% pagination_bar | $raw %]</div> |
64 |
<div class="pages">[% pagination_bar | $raw %]</div> |
65 |
<div class="searchresults"> |
65 |
<div class="searchresults"> |
66 |
<table> |
66 |
<table> |
67 |
<tr> |
67 |
<tr> |
68 |
<th> </th> |
68 |
<th> </th> |
69 |
<th>Title</th> |
69 |
<th>Title</th> |
70 |
<th>Location</th> |
70 |
<th>Location</th> |
71 |
<th> </th> |
71 |
<th> </th> |
72 |
</tr> |
72 |
</tr> |
73 |
[% FOREACH resultsloo IN resultsloop %] |
73 |
[% FOREACH resultsloo IN resultsloop %] |
74 |
<tr> |
74 |
<tr> |
75 |
<td><input type="checkbox" class="selection" id="bib[% resultsloo.biblionumber | html %]" name="biblionumber" value="[% resultsloo.biblionumber | html %]" /></td> |
75 |
<td><input type="checkbox" class="selection" id="bib[% resultsloo.biblionumber | html %]" name="biblionumber" value="[% resultsloo.biblionumber | html %]" /></td> |
76 |
<td> |
76 |
<td> |
77 |
<p> |
77 |
<p> |
78 |
<a href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% resultsloo.biblionumber | uri %]">[% resultsloo.title | html %]</a> |
78 |
<a href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% resultsloo.biblionumber | uri %]">[% resultsloo.title | html %]</a> |
79 |
[% FOREACH subtitl IN resultsloo.subtitle %][% subtitl.subfield | html %] [% END %]</p> |
79 |
[% FOREACH subtitl IN resultsloo.subtitle %][% subtitl.subfield | html %] [% END %] |
80 |
[% IF ( resultsloo.summary ) %] |
80 |
</p> |
81 |
<p>[% resultsloo.summary | html %]</p> |
81 |
[% IF ( resultsloo.summary ) %] |
|
|
82 |
<p>[% resultsloo.summary | html %]</p> |
83 |
[% ELSE %] |
84 |
<p> |
85 |
[% IF ( resultsloo.author ) %] |
86 |
[% resultsloo.author | html %] |
87 |
[% ELSE %] |
88 |
|
89 |
[% END %] |
90 |
[% IF ( resultsloo.isbn ) %] - [% resultsloo.isbn | html %] [% END %] |
91 |
[% IF ( resultsloo.publicationyear ) %] - [% resultsloo.publicationyear | html %][% END %] |
92 |
[% IF ( resultsloo.publishercode ) %]- [% resultsloo.publishercode | html %][% END %] |
93 |
[% IF ( resultsloo.copyrightdate ) %] - [% resultsloo.copyrightdate | html %][% END %] |
94 |
[% IF ( resultsloo.edition ) %]Edition: [% resultsloo.edition | html %][% END %] |
95 |
[% IF ( resultsloo.place ) %] ; [% resultsloo.place | html %][% END %] |
96 |
[% IF ( resultsloo.pages ) %] - [% resultsloo.pages | html %][% END %] |
97 |
[% IF ( resultsloo.item('size') ) %] ; [% resultsloo.item('size') | html %][% END %] |
98 |
[% IF ( resultsloo.timestamp ) %] <i>(modified on [% resultsloo.timestamp | html %])</i>[% END %] |
99 |
</p> |
100 |
[% END %] |
101 |
</td> |
102 |
<td> |
103 |
[% IF ( resultsloo.available_items_loop ) %] |
104 |
<span class="available"> |
105 |
[% FOREACH items_loo IN resultsloo.available_items_loop %] |
106 |
[% items_loo.count | html %] [% items_loo.branchname | html %] |
107 |
[% IF ( items_loo.location ) %]<span class="shelvingloc">[% items_loo.location | html %]</span>[% END %] |
108 |
[% IF ( items_loo.itemcallnumber ) %][% items_loo.itemcallnumber | html %][% END %] |
109 |
[% IF ( items_loo.classification ) %] |
110 |
<a href="/cgi-bin/koha/catalogue/search.pl?q=callnum:[% items_loo.classification |url %]"> |
111 |
[% items_loo.classification | html %] |
112 |
</a> |
113 |
[% END %] |
114 |
<br /> |
115 |
[% END %] |
116 |
</span> |
117 |
[% END %] |
118 |
<span class="unavailable"> |
119 |
[% IF ( resultsloo.onloancount ) %] Checked out ([% resultsloo.onloancount | html %]),<br /> [% END %] |
120 |
[% IF ( resultsloo.withdrawncount ) %] Withdrawn ([% resultsloo.withdrawncount | html %]),<br /> [% END %] |
121 |
[% IF ( resultsloo.itemlostcount ) %] Lost ([% resultsloo.itemlostcount | html %])<br />[% END %] |
122 |
[% IF ( resultsloo.orderedcount ) %] On order ([% resultsloo.orderedcount | html %])<br/>[% END %] |
123 |
[% IF ( resultsloo.notforloancount ) %] Not for loan ([% resultsloo.notforloancount | html %])[% END %] |
124 |
</span> |
125 |
</td> |
126 |
<td> |
127 |
<div class="dropup"> |
128 |
<a class="btn btn-default btn-xs dropdown-toggle" id="cataloguesearchactions[% resultsloo.biblionumber | html %]" role="button" data-toggle="dropdown" href="#"> |
129 |
Actions <b class="caret"></b> |
130 |
</a> |
131 |
<ul class="dropdown-menu pull-right" role="menu" aria-labelledby="cataloguesearchactions[% resultsloo.biblionumber | html %]"> |
132 |
<li><a href="/cgi-bin/koha/catalogue/showmarc.pl?id=[% resultsloo.biblionumber | uri %]" class="previewData"><i class="fa fa-eye"></i> MARC preview</a></li> |
133 |
<li><a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&id=[% resultsloo.biblionumber | uri %]" class="previewData"><i class="fa fa-eye"></i> Card preview</a></li> |
134 |
[% IF ( CAN_user_editcatalogue_edit_catalogue ) %] |
135 |
<li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=[% resultsloo.biblionumber | uri %]"><i class="fa fa-pencil"></i> Edit biblio</a></li> |
136 |
[% END %] |
137 |
[% IF ( CAN_user_editcatalogue_edit_items ) %] |
138 |
<li><a href="/cgi-bin/koha/cataloguing/additem.pl?biblionumber=[% resultsloo.biblionumber | uri %]"><i class="fa fa-plus"></i> Add/Edit items</a></li> |
139 |
[% END %] |
140 |
</ul> |
141 |
</div> |
142 |
</td> |
143 |
</tr> |
144 |
[% END %] |
145 |
</table> |
146 |
<div class="pages">[% pagination_bar | $raw %]</div> |
147 |
<hr /> |
148 |
</div> |
82 |
[% ELSE %] |
149 |
[% ELSE %] |
83 |
<p> |
150 |
[% IF ( query ) %] |
84 |
[% IF ( resultsloo.author ) %] |
151 |
[% IF ( error ) %]<div class="dialog alert">[% END %]<b>No results found</b> |
85 |
[% resultsloo.author | html %] |
152 |
[% IF ( error ) %] |
86 |
[% ELSE %] |
153 |
Error: <span class="error">[% error | html %]</span></div> |
87 |
|
|
|
88 |
[% END %] |
89 |
[% IF ( resultsloo.isbn ) %] - [% resultsloo.isbn | html %] [% END %] |
90 |
[% IF ( resultsloo.publicationyear ) %] - [% resultsloo.publicationyear | html %][% END %] |
91 |
[% IF ( resultsloo.publishercode ) %]- [% resultsloo.publishercode | html %][% END %] |
92 |
[% IF ( resultsloo.copyrightdate ) %] - [% resultsloo.copyrightdate | html %][% END %] |
93 |
[% IF ( resultsloo.edition ) %]Edition: [% resultsloo.edition | html %][% END %] |
94 |
[% IF ( resultsloo.place ) %] ; [% resultsloo.place | html %][% END %] |
95 |
[% IF ( resultsloo.pages ) %] - [% resultsloo.pages | html %][% END %] |
96 |
[% IF ( resultsloo.item('size') ) %] ; [% resultsloo.item('size') | html %][% END %] |
97 |
[% IF ( resultsloo.timestamp ) %] <i>(modified on [% resultsloo.timestamp | html %])</i>[% END %] |
98 |
</p> |
99 |
[% END %] |
100 |
</td> |
101 |
<td> |
102 |
[% IF ( resultsloo.available_items_loop ) %] |
103 |
<span class="available"> |
104 |
[% FOREACH items_loo IN resultsloo.available_items_loop %] |
105 |
[% items_loo.count | html %] [% items_loo.branchname | html %] |
106 |
[% IF ( items_loo.location ) %]<span class="shelvingloc">[% items_loo.location | html %]</span>[% END %] |
107 |
[% IF ( items_loo.itemcallnumber ) %][% items_loo.itemcallnumber | html %][% END %] |
108 |
[% IF ( items_loo.classification ) %] |
109 |
<a href="/cgi-bin/koha/catalogue/search.pl?q=callnum:[% items_loo.classification |url %]"> |
110 |
[% items_loo.classification | html %] |
111 |
</a> |
112 |
[% END %] |
154 |
[% END %] |
113 |
<br /> |
|
|
114 |
[% END %] |
115 |
</span> |
116 |
[% END %] |
155 |
[% END %] |
117 |
<span class="unavailable"> |
156 |
[% END %] |
118 |
[% IF ( resultsloo.onloancount ) %] Checked out ([% resultsloo.onloancount | html %]),<br /> [% END %] |
|
|
119 |
[% IF ( resultsloo.withdrawncount ) %] Withdrawn ([% resultsloo.withdrawncount | html %]),<br /> [% END %] |
120 |
[% IF ( resultsloo.itemlostcount ) %] Lost ([% resultsloo.itemlostcount | html %])<br />[% END %] |
121 |
[% IF ( resultsloo.orderedcount ) %] On order ([% resultsloo.orderedcount | html %])<br/>[% END %] |
122 |
[% IF ( resultsloo.notforloancount ) %] Not for loan ([% resultsloo.notforloancount | html %])[% END %] |
123 |
</span> |
124 |
</td> |
125 |
<td> |
126 |
<div class="dropup"> |
127 |
<a class="btn btn-default btn-xs dropdown-toggle" id="cataloguesearchactions[% resultsloo.biblionumber | html %]" role="button" data-toggle="dropdown" href="#"> |
128 |
Actions <b class="caret"></b> |
129 |
</a> |
130 |
<ul class="dropdown-menu pull-right" role="menu" aria-labelledby="cataloguesearchactions[% resultsloo.biblionumber | html %]"> |
131 |
<li><a href="/cgi-bin/koha/catalogue/showmarc.pl?id=[% resultsloo.biblionumber | uri %]" class="previewData"><i class="fa fa-eye"></i> MARC preview</a></li> |
132 |
<li><a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&id=[% resultsloo.biblionumber | uri %]" class="previewData"><i class="fa fa-eye"></i> Card preview</a></li> |
133 |
[% IF ( CAN_user_editcatalogue_edit_catalogue ) %]<li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=[% resultsloo.biblionumber | uri %]"><i class="fa fa-pencil"></i> Edit biblio</a></li>[% END %] |
134 |
[% IF ( CAN_user_editcatalogue_edit_items ) %]<li><a href="/cgi-bin/koha/cataloguing/additem.pl?biblionumber=[% resultsloo.biblionumber | uri %]"><i class="fa fa-plus"></i> Add/Edit items</a></li>[% END %] |
135 |
</ul> |
136 |
</div> |
137 |
</td> |
138 |
</tr> |
139 |
[% END %] |
140 |
</table> |
141 |
<div class="pages">[% pagination_bar | $raw %]</div> |
142 |
<hr /> |
143 |
</div> |
144 |
[% ELSE %] |
145 |
[% IF ( query ) %] |
146 |
[% IF ( error ) %]<div class="dialog alert">[% END %]<b>No results found</b> |
147 |
[% IF ( error ) %] |
148 |
Error: <span class="error">[% error | html %]</span></div> |
149 |
[% END %] |
150 |
[% END %] |
151 |
[% END %] |
152 |
|
153 |
[% IF ( query ) %] |
154 |
<div id="searchresult-breeding"> |
155 |
<h3>Biblios in reservoir</h3> |
156 |
[% IF ( breeding_loop ) %] |
157 |
<table> |
158 |
<tr> |
159 |
<th>Title</th> |
160 |
<th>ISBN</th> |
161 |
<th>Date</th> |
162 |
<th>Edition</th> |
163 |
<th>Coming from</th> |
164 |
<th> </th> |
165 |
</tr> |
166 |
[% FOREACH breeding_loo IN breeding_loop %] |
167 |
<tr> |
168 |
<td>[% breeding_loo.title | html %] |
169 |
[% breeding_loo.author | html %]</td> |
170 |
<td>[% breeding_loo.isbn | html %]</td> |
171 |
<td>[% breeding_loo.copyrightdate | html %]</td> |
172 |
<td>[% breeding_loo.edition | html %]</td> |
173 |
<td>[% breeding_loo.file | html %]</td> |
174 |
<td> |
175 |
<div class="dropup"> |
176 |
<a class="btn btn-default btn-xs dropdown-toggle" id="reservoirsearchactions[% breeding_loo.id | html %]" role="button" data-toggle="dropdown" href="#"> |
177 |
Actions <b class="caret"></b> |
178 |
</a> |
179 |
<ul class="dropdown-menu pull-right" role="menu" aria-labelledby="reservoirsearchactions[% breeding_loo.id | html %]"> |
180 |
<li><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.id | uri %]" class="previewData"><i class="fa fa-eye"></i> MARC preview</a></li> |
181 |
<li><a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&importid=[% breeding_loo.id | uri %]" class="previewData"><i class="fa fa-eye"></i> Card preview</a></li> |
182 |
[% IF ( CAN_user_editcatalogue_edit_catalogue ) %] |
183 |
<li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl?breedingid=[% breeding_loo.id | uri %]"><i class="fa fa-plus"></i> Add biblio</a></li> |
184 |
[% END %] |
185 |
</ul> |
186 |
</div> |
187 |
</td> |
188 |
</tr> |
189 |
[% END %] |
190 |
</table> |
191 |
[% ELSE %] |
192 |
<p>None</p> |
193 |
[% END %] |
194 |
</div> |
195 |
[% END %] |
196 |
|
157 |
|
197 |
<div id="dataPreview" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="dataPreviewLabel" aria-hidden="true"> |
158 |
[% IF ( query ) %] |
198 |
<div class="modal-dialog"> |
159 |
<div id="searchresult-breeding"> |
199 |
<div class="modal-content"> |
160 |
<h3>Biblios in reservoir</h3> |
200 |
<div class="modal-header"> |
161 |
[% IF ( breeding_loop ) %] |
201 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
162 |
<table> |
202 |
<h3 id="dataPreviewLabel">Preview</h3> |
163 |
<tr> |
203 |
</div> |
164 |
<th>Title</th> |
204 |
<div class="modal-body"> |
165 |
<th>ISBN</th> |
205 |
<div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div> |
166 |
<th>Date</th> |
206 |
</div> |
167 |
<th>Edition</th> |
207 |
<div class="modal-footer"> |
168 |
<th>Coming from</th> |
208 |
<button class="btn btn-default" data-dismiss="modal" aria-hidden="true">Close</button> |
169 |
<th> </th> |
209 |
</div> |
170 |
</tr> |
210 |
</div> |
171 |
[% FOREACH breeding_loo IN breeding_loop %] |
211 |
</div> |
172 |
<tr> |
212 |
</div> |
173 |
<td> |
|
|
174 |
[% breeding_loo.title | html %] |
175 |
[% breeding_loo.author | html %] |
176 |
</td> |
177 |
<td>[% breeding_loo.isbn | html %]</td> |
178 |
<td>[% breeding_loo.copyrightdate | html %]</td> |
179 |
<td>[% breeding_loo.edition | html %]</td> |
180 |
<td>[% breeding_loo.file | html %]</td> |
181 |
<td> |
182 |
<div class="dropup"> |
183 |
<a class="btn btn-default btn-xs dropdown-toggle" id="reservoirsearchactions[% breeding_loo.id | html %]" role="button" data-toggle="dropdown" href="#"> |
184 |
Actions <b class="caret"></b> |
185 |
</a> |
186 |
<ul class="dropdown-menu pull-right" role="menu" aria-labelledby="reservoirsearchactions[% breeding_loo.id | html %]"> |
187 |
<li><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.id | uri %]" class="previewData"><i class="fa fa-eye"></i> MARC preview</a></li> |
188 |
<li><a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&importid=[% breeding_loo.id | uri %]" class="previewData"><i class="fa fa-eye"></i> Card preview</a></li> |
189 |
[% IF ( CAN_user_editcatalogue_edit_catalogue ) %] |
190 |
<li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl?breedingid=[% breeding_loo.id | uri %]"><i class="fa fa-plus"></i> Add biblio</a></li> |
191 |
[% END %] |
192 |
</ul> |
193 |
</div> |
194 |
</td> |
195 |
</tr> |
196 |
[% END %] |
197 |
</table> |
198 |
[% ELSE %] |
199 |
<p>None</p> |
200 |
[% END %] |
201 |
</div> |
202 |
[% END %] |
213 |
|
203 |
|
214 |
</div> |
204 |
<div id="dataPreview" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="dataPreviewLabel" aria-hidden="true"> |
215 |
</div> |
205 |
<div class="modal-dialog"> |
|
|
206 |
<div class="modal-content"> |
207 |
<div class="modal-header"> |
208 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
209 |
<h3 id="dataPreviewLabel">Preview</h3> |
210 |
</div> |
211 |
<div class="modal-body"> |
212 |
<div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div> |
213 |
</div> |
214 |
<div class="modal-footer"> |
215 |
<button class="btn btn-default" data-dismiss="modal" aria-hidden="true">Close</button> |
216 |
</div> |
217 |
</div> |
218 |
</div> |
219 |
</div> |
220 |
</div> |
221 |
</div> |
216 |
|
222 |
|
217 |
[% MACRO jsinclude BLOCK %] |
223 |
[% MACRO jsinclude BLOCK %] |
218 |
<script type="text/javascript"> |
224 |
<script type="text/javascript"> |
Lines 253-259
Link Here
|
253 |
$("#dataPreview .modal-body").html("<div id=\"loading\"><img src=\"[% interface | html %]/[% theme | html %]/img/spinner-small.gif\" alt=\"\" /> "+_("Loading")+"</div>"); |
259 |
$("#dataPreview .modal-body").html("<div id=\"loading\"><img src=\"[% interface | html %]/[% theme | html %]/img/spinner-small.gif\" alt=\"\" /> "+_("Loading")+"</div>"); |
254 |
}); |
260 |
}); |
255 |
|
261 |
|
256 |
}); |
262 |
}); |
257 |
|
263 |
|
258 |
/* this function open a popup to search on z3950 server. */ |
264 |
/* this function open a popup to search on z3950 server. */ |
259 |
function PopupZ3950(fw) { |
265 |
function PopupZ3950(fw) { |
Lines 275-292
Link Here
|
275 |
* This function checks if the adequate number of records are checked for merging |
281 |
* This function checks if the adequate number of records are checked for merging |
276 |
*/ |
282 |
*/ |
277 |
function MergeItems() { |
283 |
function MergeItems() { |
278 |
var checkboxes = $("input:checkbox:checked"); |
284 |
var checkboxes = $("input:checkbox:checked"); |
279 |
if (checkboxes.length < 2) { |
285 |
if (checkboxes.length < 2) { |
280 |
alert(_("At least two records must be selected for merging.")); |
286 |
alert(_("At least two records must be selected for merging.")); |
281 |
} else { |
287 |
} else { |
282 |
var params = []; |
288 |
var params = []; |
283 |
$(checkboxes).each(function() { |
289 |
$(checkboxes).each(function() { |
284 |
params.push('biblionumber=' + $(this).val()); |
290 |
params.push('biblionumber=' + $(this).val()); |
285 |
}); |
291 |
}); |
286 |
var url = '/cgi-bin/koha/cataloguing/merge.pl?' + params.join('&'); |
292 |
var url = '/cgi-bin/koha/cataloguing/merge.pl?' + params.join('&'); |
287 |
location.href = url; |
293 |
location.href = url; |
288 |
} |
294 |
} |
289 |
return false; |
295 |
return false; |
290 |
} |
296 |
} |
291 |
|
297 |
|
292 |
</script> |
298 |
</script> |
293 |
- |
|
|