1 [% USE AuthorisedValues %]
3 [% ShowCourseReserves = 0 %]
4 [% IF UseCourseReserves %]
5 [% FOREACH item IN itemloop %]
6 [% IF item.course_reserves %]
7 [% FOREACH r IN item.course_reserves %]
8 [% IF r.course.enabled == 'yes' %]
9 [% ShowCourseReserves = 1 %]
16 [% INCLUDE 'doc-head-open.inc' %]
17 [% INCLUDE 'greybox.inc' %]
18 <title>Koha › Catalog ›
19 [% IF ( unknownbiblionumber ) %]
22 Details for [% title |html %] [% FOREACH subtitl IN subtitle %] [% subtitl.subfield %][% END %]
25 [% INCLUDE 'doc-head-close.inc' %]<script type="text/JavaScript" language="JavaScript">
27 // http://www.oreillynet.com/pub/a/javascript/2003/10/21/amazonhacks.html
28 function verify_images() {
29 $("#bookcoverimg img").each(function(i){
30 if ((this.src.indexOf('images.amazon.com') >= 0) || (this.src.indexOf('g-images.amazon.com') >=0)) {
33 if ((w == 1) || (h == 1)) {
34 $("#bookcoverimg").remove();
35 $(".yui-gb").attr("class","yui-g");
36 } else if ((this.complete != null) && (!this.complete)) {
37 $("#bookcoverimg").remove();
38 $(".yui-gb").attr("class","yui-g");
42 $("#editions img").each(function(i){
43 if ((this.src.indexOf('images.amazon.com') >= 0) || (this.src.indexOf('g-images.amazon.com') >=0)) {
46 if ((w == 1) || (h == 1)) {
47 this.src = 'http://g-images.amazon.com/images/G/01/x-site/icons/no-img-sm.gif';
48 } else if ((this.complete != null) && (!this.complete)) {
49 this.src = 'http://g-images.amazon.com/images/G/01/x-site/icons/no-img-sm.gif';
55 $(document).ready(function() {
56 $('#bibliodetails').tabs();
57 $('#search-form').focus();
60 [% IF ( AmazonCoverImages ) %]$(window).load(function() {
65 <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
66 <script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.dataTables.min.js"></script>
67 <script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.dataTables.columnFilter.js"></script>
68 [% INCLUDE 'browser-strings.inc' %]
70 <script type="text/javascript" src="[% interface %]/lib/shims/json2.min.js"></script>
72 <script type="text/javascript" src="[% interface %]/js/browser.js"></script>
73 [% INCLUDE 'datatables-strings.inc' %]
74 <script type="text/javascript" src="[% themelang %]/js/datatables.js"></script>
75 <script type="text/javascript">
77 var browser = KOHA.browser('[% searchid %]', parseInt('[% biblionumber %]', 10));
80 function activate_filters(id) {
81 table = $("#" + id + " table");
82 if (table.length == 1) {
83 filters_row = table.find('thead tr.filters_row');
84 if (table.find('thead tr.columnFilter').length == 0) {
85 table.dataTable().columnFilter({
86 'sPlaceHolder': 'head:after'
88 filters_row.addClass('columnFilter');
93 $('#' + id + '_activate_filters')
94 .text(_("Deactivate filters"))
97 deactivate_filters(id);
102 function deactivate_filters(id) {
103 filters_row = $("#" + id + " table").find('thead tr.filters_row');
105 filters_row.find('input[type="text"]')
106 .val('') // Empty filter text boxes
107 .trigger('keyup') // Filter (display all rows)
108 .trigger('blur'); // Reset value to the column name
111 $('#' + id + '_activate_filters')
112 .text(_("Activate filters"))
115 activate_filters(id);
120 $(document).ready(function() {
121 var ids = ['holdings', 'otherholdings'];
124 table = $('#' + id + ' table');
126 // Duplicate the table header row for columnFilter
127 thead_row = table.find('thead tr');
128 clone = thead_row.clone().addClass('filters_row');
129 thead_row.before(clone);
132 table.dataTable($.extend(true, {}, dataTablesDefaults, {
138 // Show a link to activate filtering
141 .attr('id', id + '_activate_filters');
143 deactivate_filters(id);
150 <body id="catalog_detail" class="catalog">
152 [% INCLUDE 'header.inc' %]
153 [% INCLUDE 'cat-search.inc' %]
155 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a> ›
156 [% IF ( unknownbiblionumber ) %]
159 Details for <i>[% title |html %] [% FOREACH subtitl IN subtitle %] [% subtitl.subfield %][% END %]</i>
163 <div id="doc3" class="yui-t2">
165 [% IF ( unknownbiblionumber ) %]
166 <div class="dialog message">The record you requested does not exist ([% biblionumber %]).</div>
172 [% INCLUDE 'cat-toolbar.inc' %]
174 <!-- COinS / OpenURL -->
175 <span class="Z3988" title="[% ocoins %]"></span>
178 [% IF ( AmazonCoverImages ) %]
179 [% IF ( XSLTDetailsDisplay ) %]
181 <div id="catalogue_detail_biblio" class="yui-u first">
184 <div id="catalogue_detail_biblio" class="yui-u first">
187 [% IF ( XSLTDetailsDisplay ) %]
189 <div id="catalogue_detail_biblio">
192 <div id="catalogue_detail_biblio" class="yui-u first">
196 [% IF ( XSLTDetailsDisplay ) %]
199 [% IF ( GetShelves ) %]
200 <span class="results_summary"><span class="label">Lists that include this title: </span>
201 [% FOREACH GetShelve IN GetShelves %]
202 <a href="/cgi-bin/koha/virtualshelves/shelves.pl?viewshelf=[% GetShelve.shelfnumber %]">[% GetShelve.shelfname %]</a>
203 [% IF ( loop.last ) %][% ELSE %]|[% END %]
207 [% IF ( TagsEnabled && TagsShowOnDetail && TagLoop ) %]
208 <span class="results_summary"><span class="label">Tags:</span>
209 [% FOREACH TagLoo IN TagLoop %]
210 [% IF ( CAN_user_tools_moderate_tags ) %]
211 <a href="/cgi-bin/koha/tags/list.pl?tag=[% TagLoo.term |url %]">[% TagLoo.term |html %]</a>
213 [% TagLoo.term |html %]
215 <span class="weight">([% TagLoo.weight_total %])</span>[% IF ( loop.last ) %][% ELSE %], [% END %]
219 <span id="catalogue_detail_marc_preview" class="results_summary"><span class="label">MARC Preview:</span> <a href="/cgi-bin/koha/catalogue/showmarc.pl?id=[% biblionumber %]" title="MARC" rel="gb_page_center[600,500]">Show</a></span>
220 [% IF ( holdcount ) %]<span class="results_summary"><span class="label">Holds:</span> <span class="holdcount"><a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% biblionumber %]">[% holdcount %]</a></span></span>[% ELSE %][% END %]
222 [% IF ( AmazonCoverImages ) %]</div><div class="yui-u" id="bookcoverimg">
223 <a href="http://www.amazon[% AmazonTld %]/gp/reader/[% normalized_isbn %]/ref=sib_dp_pt/002-7879865-0184864#reader-link"><img border="0" src="http://images.amazon.com/images/P/[% normalized_isbn %].01.MZZZZZZZ.jpg" alt="" /></a>[% END %]
226 <h3>[% title |html %]</h3>
227 [% FOREACH subtitl IN subtitle %]
228 <h4>[% subtitl.subfield %]</h4>
230 [% UNLESS ( item_level_itypes ) %]<img src="[% imageurl %]" alt="[% description %]" title="[% description %]">[% END %]
231 [% IF ( unititle ) %]<p>[% unititle |html %]</p>[% END %]
232 [% IF ( author ) %]<p>By <a href="/cgi-bin/koha/catalogue/search.pl?q=au:[% author |url %]">[% author %]</a></p>[% END %]
234 [% IF ( MARCAUTHORS ) %]
235 <li><strong>Additional authors:</strong><ul>
236 [% FOREACH MARCAUTHOR IN MARCAUTHORS %]
237 <li>[% FOREACH MARCAUTHOR_SUBFIELDS_LOO IN MARCAUTHOR.MARCAUTHOR_SUBFIELDS_LOOP %][% MARCAUTHOR_SUBFIELDS_LOO.separator %]<a title="‡[% MARCAUTHOR_SUBFIELDS_LOO.code %] [% MARCAUTHOR_SUBFIELDS_LOO.value |url %]" href="/cgi-bin/koha/catalogue/search.pl?q=[% FOREACH link_loo IN MARCAUTHOR_SUBFIELDS_LOO.link_loop %][% link_loo.operator |url %][% link_loo.limit %]:[% link_loo.link |url %][% END %]">[% MARCAUTHOR_SUBFIELDS_LOO.value %]</a>[% END %]</li>
243 [% IF ( MARCSERIES ) %]
244 <li><strong>Series: </strong><ul>[% FOREACH MARCSERIE IN MARCSERIES %]
245 <li>[% FOREACH MARCSERIES_SUBFIELDS_LOO IN MARCSERIE.MARCSERIES_SUBFIELDS_LOOP %] [% IF ( MARCSERIES_SUBFIELDS_LOO.value ) %]<a href="/cgi-bin/koha/catalogue/search.pl?q=se:[% MARCSERIES_SUBFIELDS_LOO.value |url %]">[% MARCSERIES_SUBFIELDS_LOO.value %]</a>[% END %][% IF ( MARCSERIES_SUBFIELDS_LOO.volumenum ) %]. [% MARCSERIES_SUBFIELDS_LOO.volumenum %][% END %][% END %]</li>
250 [% IF ( publishercode ) %]
251 <li><strong>Published by:</strong>
252 <a href="/cgi-bin/koha/catalogue/search.pl?q=pb:[% publishercode |url %]">
253 [% publishercode |html %]
254 </a> [% IF ( place ) %]([% place %])[% END %] [% IF ( publicationyear ) %], [% publicationyear %][% END %] [% IF ( editionstatement ) %][% editionstatement %][% END %] [% IF ( editionresponsability ) %][% editionresponsability %][% END %]
257 <li><strong>Description:</strong>
258 [% IF ( pages ) %] [% END %][% pages %] [% IF ( illus ) %][% illus %][% END %]
259 [% IF ( size ) %][% size %][% END %]
261 [% IF ( MARCURLS ) %]<li>
263 <strong>Online resources:</strong>
264 <ul> [% FOREACH MARCurl IN MARCURLS %]
265 <li>[% IF ( MARCurl.part ) %][% MARCurl.part %]
267 <!-- here you might do a tmpl_if name="toc" and use greybox or equivalent for table of contents -->
268 <a href="[% MARCurl.MARCURL %]" title="[% MARCurl.MARCURL %]">[% MARCurl.linktext %]</a>
269 [% IF ( MARCurl.notes ) %]<ul>[% FOREACH note IN MARCurl.notes %]<li>[% note.note %]</li>[% END %]</ul>[% END %]</li>
275 <li><strong>OPAC view:</strong>
276 <a href="http://[% OpacUrl %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber %]" target="_blank">Open in new window</a>
279 <li id="catalogue_detail_marc_preview">
280 <strong>MARC Preview:</strong>
281 <a href="/cgi-bin/koha/catalogue/showmarc.pl?id=[% biblionumber %]" title="MARC" rel="gb_page_center[600,500]">Show</a>
286 [% IF ( AmazonCoverImages ) %]<div class="yui-u" id="bookcoverimg">
287 <a href="http://www.amazon[% AmazonTld %]/gp/reader/[% normalized_isbn %]/ref=sib_dp_pt/002-7879865-0184864#reader-link"><img border="0" src="http://images.amazon.com/images/P/[% normalized_isbn %].01.MZZZZZZZ.jpg" alt="" /></a></div>[% END %]
289 <div class="yui-u" style="margin-top: 1em;">
291 [% IF ( MARCISBNS ) %]
292 <li><strong>ISBN:</strong><ul>[% FOREACH MARCISBN IN MARCISBNS %]<li>[% MARCISBN.marcisbn %]</li>[% END %]</ul></li>
294 [% IF ( normalized_isbn ) %]
295 <li><strong>ISBN:</strong> [% normalized_isbn %]</li>
299 <li><strong>ISSN:</strong>[% issn %]</li>
301 [% IF ( collectiontitle ) %]
302 <li><strong>Collection: </strong>
303 [% collectiontitle %] [% IF ( collectionvolume ) %], [% collectionvolume %][% END %][% IF ( collectionissn ) %] (<strong>ISSN:</strong> [% collectionissn %])[% END %]
306 [% IF ( MARCSUBJCTS ) %]
307 <li><strong>Subjects:</strong>
309 [% FOREACH MARCSUBJCT IN MARCSUBJCTS %]
310 <li>[% FOREACH MARCSUBJECT_SUBFIELDS_LOO IN MARCSUBJCT.MARCSUBJECT_SUBFIELDS_LOOP %] [% MARCSUBJECT_SUBFIELDS_LOO.separator %] <a title="‡[% MARCSUBJECT_SUBFIELDS_LOO.code %] [% MARCSUBJECT_SUBFIELDS_LOO.value %]" href="/cgi-bin/koha/catalogue/search.pl?q=[% FOREACH link_loo IN MARCSUBJECT_SUBFIELDS_LOO.link_loop %][% link_loo.operator |url %][% link_loo.limit %]:[% link_loo.link |url %][% END %]">[% MARCSUBJECT_SUBFIELDS_LOO.value |html %]</a>[% END %]</li>
315 [% IF ( copyrightdate ) %]
316 <li><strong>Copyright:</strong> [% copyrightdate %]</li>
319 [% IF ( classification ) %]
320 <li><strong>Classification:</strong> [% subclass %][% classification %]</li>
323 <li><strong>Dewey:</strong> [% dewey %]</li>
326 <li><strong>url:</strong>
327 [% FOREACH url IN urlS %]
328 <a href="[% url.url %]">[% url.url %]</a>
332 <!--This grabs all of the lists a bib record appears in -->
333 [% IF ( GetShelves ) %]
334 <li><strong>Lists that include this title: </strong>
336 [% FOREACH GetShelve IN GetShelves %]
337 <li><a href="/cgi-bin/koha/virtualshelves/shelves.pl?viewshelf=[% GetShelve.shelfnumber %]">[% GetShelve.shelfname %]</a></li>
342 [% IF ( TagsEnabled && TagsShowOnDetail && TagLoop ) %]
343 <li><strong>Tags:</strong>
345 [% FOREACH TagLoo IN TagLoop %]
347 [% IF ( CAN_user_tools_moderate_tags ) %]
348 <a href="/cgi-bin/koha/tags/list.pl?tag=[% TagLoo.term |url %]">[% TagLoo.term |html %]</a>
350 [% TagLoo.term |html %]
352 <span class="weight">([% TagLoo.weight_total %])</span>[% IF ( loop.last ) %][% ELSE %], [% END %]</li>
356 [% IF ( holdcount ) %]<li><strong>Holds:</strong> <span class="holdcount"><a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% biblionumber %]">[% holdcount %]</a></span></li>[% ELSE %][% END %]
362 <div id="bibliodetails" class="toptabs">
365 [% IF (SeparateHoldings) %]
366 <li><a href="#holdings">[% LoginBranchname %] holdings</a></li>
367 <li><a href="#otherholdings">Other holdings</a></li>
369 <li><a href="#holdings">Holdings</a></li>
371 [% IF ( MARCNOTES || notes ) %]<li><a href="#description">Descriptions</a></li>[% END %]
372 [% IF ( subscriptionsnumber ) %]<li><a href="#subscriptions">Subscriptions</a></li>[% END %]
373 [% IF ( FRBRizeEditions ) %][% IF ( XISBNS ) %]<li><a href="#editions">Editions</a></li>[% END %][% END %]
374 [% IF ( LocalCoverImages ) %][% IF ( localimages || CAN_user_tools_upload_local_cover_images ) %]<li><a href="#images">Images</a></li>[% END %][% END %]
375 [% IF ( HTML5MediaEnabled ) %][% IF ( HTML5MediaSets ) %]<li><a href="#html5media">Play media</a></li>[% END %][% END %]
378 [% BLOCK items_table %]
382 [% IF ( item_level_itypes ) %]<th>Item type</th>[% END %]
383 <th>Current location</th>
384 <th>Home library</th>
385 [% IF ( itemdata_ccode ) %]<th>Collection</th>[% END %]
390 [% IF ( volinfo ) %]<th>Publication details</th>[% END %]
391 [% IF ( itemdata_uri ) %]<th>url</th>[% END %]
392 [% IF ( itemdata_copynumber ) %]<th>Copy no.</th>[% END %]
393 [% IF materials %]<th>Materials specified</th>[% END %]
394 [% IF ( itemdata_itemnotes ) %]<th>Public notes</th>[% END %]
395 [% IF ( SpineLabelShowPrintOnBibDetails ) %]<th>Spine label</th>[% END %]
396 [% IF ( hostrecords ) %]<th>Host records</th>[% END %]
397 [% IF ( analyze ) %]<th>Used in</th><th></th>[% END %]
398 [% IF ( ShowCourseReserves ) %]<th>Course Reserves</th>[% END %]
402 [% FOREACH item IN items %]
404 [% IF ( item_level_itypes ) %]
406 [% IF !noItemTypeImages && item.imageurl %]
407 <img src="[% item.imageurl %]" alt="[% item.description %]" title="[% item.description %]" />
409 [% item.description %]
412 <td class="location">[% UNLESS ( singlebranchmode ) %][% item.branchname %] [% END %]</td>
413 <td class="homebranch">[% item.homebranch %]<span class="shelvingloc">[% item.location %]</span> </td>
414 [% IF ( itemdata_ccode ) %]<td>[% item.ccode %]</td>[% END %]
415 <td class="itemcallnumber">[% IF ( item.itemcallnumber ) %] [% item.itemcallnumber %][% END %]</td>
418 [% IF ( item.datedue ) %]
419 <span class="datedue">Checked out
420 [% UNLESS ( item.NOTSAMEBRANCH ) %]
421 to <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% item.borrowernumber %]">
422 [% IF ( item.hidepatronname ) %]
423 [% item.cardnumber %]
425 [% item.firstname %] [% item.surname %]
429 : due [% item.datedue %]
431 [% ELSIF ( item.transfertwhen ) %]
432 <span class="intransit">In transit from [% item.transfertfrom %] to [% item.transfertto %] since [% item.transfertwhen %]</span>
435 [% IF ( item.itemlost ) %]
436 [% IF ( item.itemlostloop ) %]
437 [% FOREACH itemlostloo IN item.itemlostloop %]
438 [% IF ( itemlostloo.selected ) %]
439 <span class="lost">[% itemlostloo.lib %]</span>
443 <span class="lost">Unavailable (lost or missing)</span>
447 [% IF ( item.withdrawn ) %]
448 <span class="wdn">Withdrawn</span>
451 [% IF ( item.damaged ) %]
452 [% IF ( item.itemdamagedloop ) %]
453 [% FOREACH itemdamagedloo IN item.itemdamagedloop %]
454 [% IF ( itemdamagedloo.selected ) %]
455 <span class="dmg">[% itemdamagedloo.lib %]</span>
459 <span class="dmg">Damaged</span>
463 [% IF ( item.itemnotforloan ) %]
465 [% IF ( item.notforloanvalue ) %]
466 ([% item.notforloanvalue %])
470 [% IF ( item.reservedate ) %]
471 [% IF ( item.waitingdate ) %]
476 [% IF ( canreservefromotherbranches ) %]
477 for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% item.ReservedForBorrowernumber %]">
478 [% IF ( item.hidepatronname ) %]
479 [% item.Reservedcardnumber %]
481 [% item.ReservedForFirstname %] [% item.ReservedForSurname %]
485 [% IF ( item.waitingdate ) %]
486 at[% ELSE %]for delivery at
488 [% item.ExpectedAtLibrary %]
489 [% IF ( item.waitingdate ) %]
490 since [% item.waitingdate %]
492 [% IF ( item.reservedate ) %]
493 (placed [% item.reservedate %])
497 [% UNLESS ( item.itemnotforloan or item.onloan or item.itemlost or item.withdrawn or item.damaged or item.transfertwhen or item.reservedate ) %]
501 [% IF ( item.restricted ) %]
502 <span class="restricted">([% item.restricted %])</span>
506 <td class="datelastseen">[% item.datelastseen %]</td>
507 <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?type=[% item.type %]&itemnumber=[% item.itemnumber %]&biblionumber=[% item.biblionumber %]&bi=[% item.biblioitemnumber %]#item[% item.itemnumber %]">[% item.barcode %]</a></td>
509 <td class="enumchron">
510 [% IF ( itemdata_enumchron ) %]
511 [% IF ( item.enumchron ) %]
513 [% IF ( item.serialseq ) %] -- [% END %]
516 [% IF ( item.publisheddate ) %] ([% item.publisheddate %])[% END %]
520 [% IF ( itemdata_uri ) %]
521 <td class="uri"><a href="[% item.uri %]">[% item.uri %]</a></td>
523 [% IF ( itemdata_copynumber ) %]
524 <td class="copynumber">[% item.copynumber %]</td>
527 <td class="materials"> [% item.materials %] </td>
529 [% IF ( itemdata_itemnotes ) %]
530 <td><div class="itemnotes">[% item.itemnotes %]</div></td>
532 [% IF ( SpineLabelShowPrintOnBibDetails ) %]
533 <td><a href="/cgi-bin/koha/labels/spinelabel-print.pl?barcode=[% item.barcode %]" >Print label</a></td>
535 [% IF ( hostrecords ) %]
536 <td>[% IF ( item.hostbiblionumber) %]<a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% item.hostbiblionumber %]" >[% item.hosttitle %]</a>[% END %]</td>
540 [% IF ( item.countanalytics ) %]
541 <a href="/cgi-bin/koha/catalogue/search.pl?idx=hi&q=[% item.itemnumber %]">[% item.countanalytics %] analytics</a>
546 <td><a href="/cgi-bin/koha/cataloguing/addbiblio.pl?hostbiblionumber=[% item.biblionumber %]&hostitemnumber=[% item.itemnumber %]">Create analytics</a></td>
549 [% IF ShowCourseReserves %]
551 [% IF item.course_reserves %]
552 [% FOREACH r IN item.course_reserves %]
553 [% IF r.course.enabled == 'yes' %]
555 <a href="/cgi-bin/koha/course_reserves/course-details.pl?course_id=[% r.course.course_id %]">
556 [% r.course.course_name %]
557 <!--[% IF r.course.course_number %] [% r.course.course_number %] [% END %]-->
558 [% IF r.course.section %] [% r.course.section %] [% END %]
559 [% IF r.course.term %] [% AuthorisedValues.GetByCode( 'TERM', r.course.term ) %] [% END %]
571 [% END %][%# end of block items_table %]
575 [% IF ( showncount ) %]
576 [% PROCESS items_table items=itemloop %]
578 [% IF ( hiddencount ) %]
579 <p><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber %]&showallitems=1">Show all items ([% hiddencount %] hidden)</a>
581 [% IF ( debug_display ) %]
584 <tr><td>itemdata_enumchron</td><td>[% itemdata_enumchron %]</td></tr>
585 <tr><td>itemdata_copynumber</td><td>[% itemdata_copynumber %]</td></tr>
586 <tr><td>serial</td><td>[% serial %]</td></tr>
590 [% IF ( ALTERNATEHOLDINGS ) %]
591 [% FOREACH ALTERNATEHOLDING IN ALTERNATEHOLDINGS %]
592 <div id="alternateholdings"><span class="holdings_label">Holdings:</span> [% ALTERNATEHOLDING.holding %]</div>
595 <div id="noitems">No physical items for this record</div>
600 [% IF (SeparateHoldings) %]
601 <div id="otherholdings">
602 [% IF (otheritemloop.size) %]
603 [% PROCESS items_table items=otheritemloop %]
610 [% IF ( MARCNOTES || notes ) %]
612 <div id="description">
613 <div class="content_set">
615 [% IF ( MARCNOTES ) %]
616 [% FOREACH MARCNOTE IN MARCNOTES %]
617 <p>[% MARCNOTE.marcnote FILTER html_line_break %]</p>
629 [% IF ( subscriptionsnumber ) %]
630 <div id="subscriptions">
632 <div id="catalogue_detail_subscriptions">
633 <h2>This is a serial subscription</h2>
634 <p> (There are [% subscriptionsnumber %] subscriptions associated with this title).</p>
635 [% FOREACH subscription IN subscriptions %]
636 [% IF ( subscription.branchname ) %]<h3>At library: [% subscription.branchname %]</h3>[% ELSE %]
637 [% IF ( subscription.branchcode ) %]<h3>At library: [% subscription.branchcode %]</h3>[% END %][% END %]
638 [% IF ( subscription.closed ) %]<p>This subscription is closed.</p>[% END %]
639 [% IF ( subscription.callnumber ) %]<p>Callnumber: [% subscription.callnumber %] </p>[% END %]
640 [% IF ( subscription.subscriptionnotes ) %]<p>[% subscription.subscriptionnotes FILTER html_line_break %] </p>[% END %]
641 [% IF ( subscription.missinglist ) %]<p>Missing issues: [% subscription.missinglist %] </p>[% END %]
642 [% IF ( subscription.librariannote ) %]<p>([% subscription.librariannote %])</p>[% END %]
643 [% IF ( subscription.latestserials ) %]
644 <p> The [% subscription.staffdisplaycount %] latest issues related to this subscription:</p>
648 <th>Date arrived</th>
649 <th>Date published</th>
653 [% FOREACH latestserial IN subscription.latestserials %]
655 <td>[% latestserial.serialseq %]</td>
656 <td>[% latestserial.planneddate %]</td>
657 <td>[% latestserial.publisheddate%]</td>
659 [% IF ( latestserial.status1 ) %]Expected[% END %]
660 [% IF ( latestserial.status2 ) %]Arrived[% END %]
661 [% IF ( latestserial.status3 ) %]Late[% END %]
662 [% IF ( latestserial.status4 ) %]Missing[% END %]
663 [% IF ( latestserial.status5 ) %]Not issued[% END %]
664 [% IF ( latestserial.status6 ) %]Delete[% END %]
665 [% IF ( latestserial.status7 ) %]Claimed[% END %]
666 [% IF ( latestserial.status8 ) %]Stopped[% END %]
668 <td>[% latestserial.notes %]</td>
673 <a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% subscription.subscriptionid %]">Subscription details</a>
680 [% IF ( FRBRizeEditions ) %][% IF ( XISBNS ) %]
681 <div id="editions"><h4>Editions</h4>
683 [% FOREACH XISBN IN XISBNS %]<tr>[% IF ( AmazonCoverImages ) %]<td><a href="http://www.amazon.com/gp/reader/[% XISBN.normalized_isbn %]/ref=sib_dp_pt/002-7879865-0184864#reader-link"><img src="http://images.amazon.com/images/P/[% XISBN.normalized_isbn %].01._AA75_PU_PU-5_.jpg" /></a></td>[% END %]
684 [% UNLESS ( item_level_itypes ) %]<td>[% IF ( noItemTypeImages ) %][% XISBN.description %][% ELSE %]<img src="[% XISBN.imageurl %]" alt="[% XISBN.description %]" title="[% XISBN.description %]">[% END %]</td>[% END %]
685 <td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% XISBN.biblionumber %]">[% XISBN.title |html %]</a> by [% XISBN.author %] ©[% XISBN.copyrightdate %]
686 [% IF ( XISBN.publishercode ) %]
687 [% XISBN.publishercode %] [% IF ( XISBN.place ) %]([% XISBN.place %])[% END %] [% IF ( XISBN.publicationyear ) %], [% XISBN.publicationyear %][% END %] [% IF ( XISBN.editionstatement ) %][% XISBN.editionstatement %][% END %] [% IF ( XISBN.editionresponsability ) %][% XISBN.editionresponsability %][% END %]
689 [% IF ( XISBN.pages ) %] [% END %][% XISBN.pages %] [% IF ( XISBN.illus ) %][% XISBN.illus %][% END %]
690 [% IF ( XISBN.size ) %], [% END %][% XISBN.size %]
694 </table></div>[% END %]
697 [% IF ( LocalCoverImages ) %]
699 [% IF ( localimages.0 ) %]
700 <p>Click on an image to view it in the image viewer</p>
701 [% FOREACH image IN localimages %]
703 <a class="localimage" href="/cgi-bin/koha/catalogue/imageviewer.pl?biblionumber=[% biblionumber %]&imagenumber=[% image %]"><img alt="" src="/cgi-bin/koha/catalogue/image.pl?thumbnail=1&imagenumber=[% image %]" /></a>
707 [% IF ( CAN_user_tools_upload_local_cover_images ) %]
708 <p>No images have been uploaded for this bibliographic record yet. Please <a href='/cgi-bin/koha/tools/upload-cover-image.pl?biblionumber=[% biblionumber %]&filetype=image'>upload</a> one.</p>
714 [% IF ( HTML5MediaEnabled ) %]
715 <div id="html5media">
717 <[% HTML5MediaParent %] controls preload=none>
718 [% FOREACH HTML5MediaSet IN HTML5MediaSets %]
719 <[% HTML5MediaSet.child %] src="[% HTML5MediaSet.srcblock %]"[% HTML5MediaSet.typeblock %] />
721 [[% HTML5MediaParent %] tag not supported by your browser.]
722 </[% HTML5MediaParent %]>
728 </div><!-- /bibliodetails -->
730 <div class="yui-g" id="export" style="margin-top: 1em;">
731 <form method="get" action="/cgi-bin/koha/catalogue/export.pl">
733 <th>Save Record</th> </tr>
734 <tr><td> Select download format: <select name="format">
735 <option value="mods">MODS (XML)</option>
736 <option value="dc">Dublin Core (XML)</option>
737 <option value="marcxml">MARCXML</option>
738 <option value="marc8">MARC (non-Unicode/MARC-8)</option>
739 <option value="utf8">MARC (Unicode/UTF-8)</option> </select>
740 <input type="submit" name="save" value="Download Record" /></td>
743 <input type="hidden" name="op" value="export" /><input type="hidden" name="bib" value="[% biblionumber %]" />
754 [% INCLUDE 'biblio-view-menu.inc' %]
758 [% INCLUDE 'intranet-bottom.inc' %]