Partial fix for Bug 4924, Public/Internal notes missing in staff normal view
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / catalogue / detail.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Catalog &rsaquo; Details for <!-- TMPL_VAR NAME="title" escape="html" --> <!-- TMPL_LOOP NAME="subtitle" --> <!-- TMPL_VAR NAME="subfield" --><!-- /TMPL_LOOP --></title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" --><script type="text/JavaScript" language="JavaScript">
4 //<![CDATA[
5 // http://www.oreillynet.com/pub/a/javascript/2003/10/21/amazonhacks.html
6 function verify_images() {
7     $("#bookcoverimg img").each(function(i){
8            if ((this.src.indexOf('images.amazon.com') >= 0) || (this.src.indexOf('g-images.amazon.com') >=0)) {
9             w = this.width;
10             h = this.height;
11             if ((w == 1) || (h == 1)) {
12                 $("#bookcoverimg").remove();
13                 $(".yui-gb").attr("class","yui-g");
14             } else if ((this.complete != null) && (!this.complete)) {
15                 $("#bookcoverimg").remove();
16                 $(".yui-gb").attr("class","yui-g");
17             }
18         }
19         });
20         $("#editions img").each(function(i){
21            if ((this.src.indexOf('images.amazon.com') >= 0) || (this.src.indexOf('g-images.amazon.com') >=0)) {
22             w = this.width;
23             h = this.height;
24             if ((w == 1) || (h == 1)) {
25                                 this.src = 'http://g-images.amazon.com/images/G/01/x-site/icons/no-img-sm.gif';
26             } else if ((this.complete != null) && (!this.complete)) {
27                                 this.src = 'http://g-images.amazon.com/images/G/01/x-site/icons/no-img-sm.gif';
28             }
29         }
30         });
31 }
32      $(document).ready(function() {
33         $('#bibliodetails > ul').tabs();
34      });
35      <!-- TMPL_IF NAME="AmazonEnabled" -->$(window).load(function() {
36         verify_images();
37      });<!-- /TMPL_IF -->
38 //]]>
39 </script>
40 </head>
41
42 <body>
43
44 <!-- TMPL_INCLUDE NAME="header.inc" -->
45 <!-- TMPL_INCLUDE NAME="cat-search.inc" -->
46
47 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>  &rsaquo; Details for <i><!-- TMPL_VAR NAME="title" escape="html" -->  <!-- TMPL_LOOP NAME="subtitle" --> <!-- TMPL_VAR NAME="subfield" --><!-- /TMPL_LOOP --></i></div>
48
49 <div id="doc3" class="yui-t2">
50    
51    <div id="bd">
52     <div id="yui-main">
53     <div class="yui-b">
54
55 <!-- TMPL_INCLUDE NAME="cat-toolbar.inc" -->
56     <!-- TMPL_IF NAME="AmazonEnabled" -->
57         <!-- TMPL_IF NAME="XSLTDetailsDisplay" -->
58             <div class="yui-gc">
59             <div id="catalogue_detail_biblio" class="yui-u first">
60         <!-- TMPL_ELSE -->
61             <div class="yui-gb">
62             <div id="catalogue_detail_biblio" class="yui-u first">
63         <!-- /TMPL_IF -->
64     <!-- TMPL_ELSE -->
65         <!-- TMPL_IF NAME="XSLTDetailsDisplay" -->
66             <div class="yui-g">
67             <div id="catalogue_detail_biblio">
68         <!-- TMPL_ELSE -->
69             <div class="yui-g">
70             <div id="catalogue_detail_biblio" class="yui-u first">
71         <!-- /TMPL_IF -->
72     <!-- /TMPL_IF -->
73
74         <!-- TMPL_IF NAME="XSLTDetailsDisplay" -->
75         <!-- TMPL_VAR NAME="XSLTBloc" -->
76         <!-- TMPL_IF NAME="AmazonEnabled" --><!-- TMPL_IF NAME="AmazonCoverImages" --></div><div class="yui-u" id="bookcoverimg">
77         <a href="http://www.amazon<!-- TMPL_VAR NAME="AmazonTld" -->/gp/reader/<!-- TMPL_VAR NAME="normalized_isbn" -->/ref=sib_dp_pt/002-7879865-0184864#reader-link"><img border="0" src="http://images.amazon.com/images/P/<!-- TMPL_VAR NAME="normalized_isbn" -->.01.MZZZZZZZ.jpg" alt="" /></a><!-- /TMPL_IF --><!-- /TMPL_IF -->
78     <!-- TMPL_ELSE -->
79
80     <h3><!-- TMPL_VAR NAME="title" escape="html"--></h3>
81     <!-- TMPL_LOOP NAME="subtitle" -->
82         <h4><!-- TMPL_VAR NAME="subfield" --></h4>
83     <!-- /TMPL_LOOP -->
84             <!-- TMPL_UNLESS NAME="item-level_itypes" --><img src="<!-- TMPL_VAR NAME="imageurl" -->" alt="<!-- TMPL_VAR NAME="description" -->" title="<!-- TMPL_VAR NAME="description" -->"><!-- /TMPL_UNLESS -->
85             <!-- TMPL_IF name="unititle" --><p><!-- TMPL_VAR name="unititle" escape="html" --></p><!-- /TMPL_IF -->
86             <!-- TMPL_IF NAME="author" --><p>By <a href="/cgi-bin/koha/catalogue/search.pl?q=au:<!-- TMPL_VAR NAME="author" ESCAPE="url" -->"><!-- TMPL_VAR NAME="author" --></a></p><!-- /TMPL_IF -->
87         <ul>
88         <!-- TMPL_IF name="MARCAUTHORS" -->
89             <li><strong>Additional Authors:</strong><ul>
90             <!-- TMPL_LOOP NAME="MARCAUTHORS" -->
91                 <li><!-- TMPL_LOOP NAME="MARCAUTHOR_SUBFIELDS_LOOP" --><!-- TMPL_VAR NAME="separator" --><a title="&#8225;<!-- TMPL_VAR NAME="code" --> <!-- TMPL_VAR NAME="value" escape="url" -->" href="/cgi-bin/koha/catalogue/search.pl?q=<!-- TMPL_LOOP NAME="link_loop" --><!-- TMPL_VAR NAME="operator" escape="url" --><!-- TMPL_VAR name="limit" -->:<!-- TMPL_VAR NAME="link" ESCAPE="url" --><!-- /TMPL_LOOP -->"><!-- TMPL_VAR NAME="value" --></a><!-- /TMPL_LOOP --></li>
92                 <!-- /TMPL_LOOP -->
93
94         </ul>
95             </li>
96         <!-- /TMPL_IF -->
97 <!-- TMPL_IF NAME="MARCSERIES" -->
98                 <li><strong>Series: </strong><ul><!-- TMPL_LOOP NAME="MARCSERIES" -->
99                 <li><!-- TMPL_LOOP NAME="MARCSERIES_SUBFIELDS_LOOP" --> <!-- TMPL_IF NAME="value" --><a href="/cgi-bin/koha/catalogue/search.pl?q=se:<!-- TMPL_VAR NAME="value" ESCAPE="url"-->"><!-- TMPL_VAR NAME="value" --></a><!-- /TMPL_IF --><!-- TMPL_IF NAME="volumenum" -->. <!-- TMPL_VAR NAME="volumenum" --><!-- /TMPL_IF --><!-- /TMPL_LOOP --></li> 
100                 <!-- /TMPL_LOOP -->
101                 </ul>
102                 </li>
103 <!-- /TMPL_IF -->
104         <!-- TMPL_IF name="publishercode" -->
105     <li><strong>Published by:</strong>
106         <a href="/cgi-bin/koha/catalogue/search.pl?q=pb:<!-- TMPL_VAR NAME="publishercode" ESCAPE="url" -->">
107             <!-- TMPL_VAR NAME="publishercode" ESCAPE="html" -->
108         </a> <!-- TMPL_IF name="place" -->(<!-- TMPL_VAR NAME="place"-->)<!--/TMPL_IF--> <!-- TMPL_IF NAME="publicationyear" -->, <!-- TMPL_VAR NAME="publicationyear" --><!-- /TMPL_IF --> <!-- TMPL_IF NAME="editionstatement" --><!-- TMPL_VAR NAME="editionstatement" --><!-- /TMPL_IF --> <!-- TMPL_IF NAME="editionresponsability" --><!-- TMPL_VAR NAME="editionresponsability" --><!-- /TMPL_IF -->
109     </li>
110     <!-- /TMPL_IF -->
111         <li><strong>Description:</strong>
112                 <!-- TMPL_IF name="pages" --> <!-- /TMPL_IF --><!-- TMPL_VAR name="pages" --> <!-- TMPL_IF NAME="illus" --><!-- TMPL_VAR NAME="illus" --><!-- /TMPL_IF -->
113                 <!-- TMPL_IF name="size" --><!-- TMPL_VAR name="size" --><!-- /TMPL_IF -->
114         </li>
115 <!-- TMPL_IF name="MARCURLS" --><li>
116     
117         <strong>Online Resources:</strong>
118     <ul>    <!-- TMPL_LOOP name="MARCURLS" -->
119                 <li><!-- TMPL_IF NAME="part" --><!-- TMPL_VAR NAME="part" -->
120                         <br /><!-- /TMPL_IF --> 
121                 <!-- here you might do a tmpl_if name="toc" and use greybox or equivalent for table of contents -->
122                 <a href="<!-- TMPL_VAR NAME="MARCURL" -->" title="<!-- TMPL_VAR NAME="MARCURL" -->"><!-- TMPL_VAR NAME="linktext" --></a>
123                         <!-- TMPL_IF NAME="notes" --><ul><!-- TMPL_LOOP NAME="notes" --><li><!-- TMPL_VAR NAME="note" --></li><!-- /TMPL_LOOP --></ul><!-- /TMPL_IF --></li>
124             <!-- /TMPL_LOOP --></ul>
125 </li>
126     <!-- /TMPL_IF -->
127     
128     <!-- TMPL_IF name="OpacUrl" -->
129         <li><strong>OPAC View:</strong>
130         <a href="http://<!-- TMPL_VAR name="OpacUrl" -->/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" target="_blank">Open in new window</a>
131                 </li>
132         <!-- /TMPL_IF -->
133         </ul>
134         </div>
135        
136 <!-- TMPL_IF NAME="AmazonEnabled" --><!-- TMPL_IF NAME="AmazonCoverImages" --><div class="yui-u" id="bookcoverimg">
137 <a href="http://www.amazon<!-- TMPL_VAR NAME="AmazonTld" -->/gp/reader/<!-- TMPL_VAR NAME="normalized_isbn" -->/ref=sib_dp_pt/002-7879865-0184864#reader-link"><img border="0" src="http://images.amazon.com/images/P/<!-- TMPL_VAR NAME="normalized_isbn" -->.01.MZZZZZZZ.jpg" alt="" /></a></div><!-- /TMPL_IF --><!-- /TMPL_IF -->
138         
139         <div class="yui-u" style="margin-top: 1em;">
140         <ul>
141         <!-- TMPL_IF name="normalized_isbn" -->
142             <li><strong>ISBN:</strong> <!-- TMPL_VAR NAME="normalized_isbn" --></li>
143         <!-- /TMPL_IF -->
144         <!-- TMPL_IF name="issn" -->
145             <li><strong>ISSN:</strong><!-- TMPL_VAR NAME="issn" --></li>
146         <!-- /TMPL_IF -->
147         <!-- TMPL_IF name="collectiontitle" -->
148             <li><strong>Collection: </strong>
149                 <!-- TMPL_VAR NAME="collectiontitle" --> <!-- TMPL_IF name="collectionvolume" -->, <!-- TMPL_VAR NAME="collectionvolume" --><!-- /TMPL_IF --><!-- TMPL_IF name="collectionissn" --> (<strong>ISSN:</strong> <!-- TMPL_VAR NAME="collectionissn" -->)<!-- /TMPL_IF -->
150             </li>
151         <!-- /TMPL_IF -->
152         <!-- TMPL_IF name="MARCSUBJCTS" -->
153             <li><strong>Subjects:</strong> 
154             <ul>
155                 <!-- TMPL_LOOP NAME="MARCSUBJCTS" -->
156                 <li><!-- TMPL_LOOP NAME="MARCSUBJECT_SUBFIELDS_LOOP" --> <!-- TMPL_VAR NAME="separator" --> <a title="&#8225;<!-- TMPL_VAR NAME="code" --> <!-- TMPL_VAR NAME="value" -->" href="/cgi-bin/koha/catalogue/search.pl?q=<!-- TMPL_LOOP NAME="link_loop" --><!-- TMPL_VAR NAME="operator" escape="url" --><!-- TMPL_VAR name="limit" -->:<!-- TMPL_VAR NAME="link" escape="url" --><!-- /TMPL_LOOP -->"><!-- TMPL_VAR NAME="value" ESCAPE="html" --></a><!-- /TMPL_LOOP --></li>
157                 <!-- /TMPL_LOOP -->
158                 </ul>
159             </li>
160         <!-- /TMPL_IF -->
161         <!-- TMPL_IF name="copyrightdate" -->
162             <li><strong>Copyright:</strong> <!-- TMPL_VAR NAME="copyrightdate" --></li>
163         <!-- /TMPL_IF -->
164      
165         <!-- TMPL_IF name="classification" -->
166             <li><strong>Classification:</strong> <!-- TMPL_VAR name="subclass" --><!-- TMPL_VAR name="classification" --></li>
167         <!-- /TMPL_IF -->
168         <!-- TMPL_IF name="dewey" -->
169             <li><strong>Dewey:</strong> <!-- TMPL_VAR name="dewey" --></li>
170         <!-- /TMPL_IF -->
171         <!-- TMPL_IF name="URLS" -->
172             <li><strong>URL:</strong> 
173                 <!-- TMPL_LOOP name="URLS" -->
174                     <a href="<!-- TMPL_VAR name="url" -->"><!-- TMPL_VAR NAME="url" --></a>
175                 <!-- /TMPL_LOOP -->
176             </li>
177         <!-- /TMPL_IF -->
178         <!--This grabs all of the lists a bib record appears in -->
179         <!-- TMPL_IF NAME="GetShelves" -->
180                 <li><strong>Lists that include this title: </strong>
181                 <ul>
182                 <!-- TMPL_LOOP NAME="GetShelves" -->
183                         <li><a href="/cgi-bin/koha/virtualshelves/shelves.pl?viewshelf=<!-- TMPL_VAR NAME="shelfnumber" -->"><!-- TMPL_VAR NAME="shelfname" --></a></li>
184                 <!-- /TMPL_LOOP -->
185                 </ul>
186                 </li>
187         <!-- /TMPL_IF -->
188         </ul>
189         <!-- /TMPL_IF -->
190 </div>
191 </div>
192
193 <div id="bibliodetails" class="toptabs">
194
195 <ul>   
196 <li><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->#holdings">Holdings</a></li>
197 <li><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->#description">Descriptions</a></li>
198 <!-- TMPL_IF name="subscriptionsnumber" --><li><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->#subscriptions">Subscriptions</a></li><!-- /TMPL_IF -->
199 <!-- TMPL_IF NAME="FRBRizeEditions" --><!-- TMPL_IF NAME="XISBNS" --><li><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->#editions">Editions</a></li><!-- /TMPL_IF --><!-- /TMPL_IF -->
200 <!-- TMPL_IF NAME="AmazonSimilarItems" --><li><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->#related">Related Titles</a></li><!-- /TMPL_IF -->
201  </ul>
202
203 <div id="holdings">
204 <!-- TMPL_IF name="count" -->
205         <table>
206             <tr>
207                 <!-- TMPL_IF NAME="item-level_itypes" --><th>Item type</th><!-- /TMPL_IF -->
208                 <th>Location</th>
209                 <!-- TMPL_IF NAME="itemdata_ccode" --><th>Collection</th><!-- /TMPL_IF -->
210                 <th>Call Number</th>
211                 <th>Status</th>
212                 <th>Last seen</th>
213                 <th>Barcode</th>
214                 <!-- TMPL_IF NAME="volinfo" --><th>Publication Details</th><!-- /TMPL_IF -->
215                 <!-- TMPL_IF NAME="itemdata_uri" --><th>URL</th><!-- /TMPL_IF -->
216                 <!-- TMPL_IF NAME="itemdata_copynumber" --><th>Copy No.</th><!-- /TMPL_IF -->
217                 <!-- TMPL_IF NAME="itemdata_itemnotes" --><th>Public notes</th><!-- /TMPL_IF -->
218                 <!-- TMPL_IF NAME="SpineLabelShowPrintOnBibDetails" --><th>Spine Label</th><!-- /TMPL_IF -->
219             </tr>
220             <!-- TMPL_LOOP NAME="itemloop" -->
221                 <tr>
222                     <!-- TMPL_IF NAME="item-level_itypes" -->
223                       <td class="itype">
224                         <!-- TMPL_IF NAME="noItemTypeImages" -->
225                           <!-- TMPL_VAR NAME="description" -->
226                         <!-- TMPL_ELSE -->
227                           <!-- TMPL_IF NAME="imageurl" -->
228                             <img src="<!-- TMPL_VAR NAME="imageurl" -->" alt="<!-- TMPL_VAR NAME="description" -->" title="<!-- TMPL_VAR NAME="description" -->" />
229                           <!-- TMPL_ELSE -->
230                             <!-- TMPL_VAR NAME="description" -->
231                           <!-- /TMPL_IF -->
232                         <!-- /TMPL_IF --></td>
233                     <!-- /TMPL_IF -->
234                     <td class="location"><!-- TMPL_UNLESS NAME="singlebranchmode" --><!-- TMPL_VAR NAME="branchname" --><!-- /TMPL_UNLESS --> <!-- TMPL_VAR NAME="location" --> </td>
235                     <!-- TMPL_IF NAME="itemdata_ccode" --><td><!-- TMPL_VAR name="ccode" --></td><!-- /TMPL_IF -->
236                     <td class="itemcallnumber"><!-- TMPL_IF NAME="itemcallnumber" --> <!-- TMPL_VAR NAME="itemcallnumber" --><!-- /TMPL_IF --></td>
237                     <td class="status">
238
239                 <!-- TMPL_IF name="datedue" -->
240                                                 <span class="datedue">Checked out
241                     <!-- TMPL_UNLESS  NAME="NOTSAMEBRANCH" -->
242                           to <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->">
243                           <!-- TMPL_IF NAME='hidepatronname' -->
244                               <!-- TMPL_VAR NAME="cardnumber" -->
245                           <!-- TMPL_ELSE -->
246                               <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" -->
247                           <!-- /TMPL_IF -->
248                           </a>
249                     <!-- /TMPL_UNLESS -->
250                                                 : due <!-- TMPL_VAR NAME="datedue" -->
251                                                 </span>
252                 <!-- TMPL_ELSIF Name="transfertwhen" -->
253                            In transit from <!-- TMPL_VAR NAME="transfertfrom" -->,
254                            to <!-- TMPL_VAR NAME="transfertto" -->, since <!-- TMPL_VAR NAME="transfertwhen" -->
255                                                         <!-- FIXME: the "since" clause is redundant w/ lastseen field -->
256                 <!-- /TMPL_IF -->
257
258                 <!-- TMPL_IF NAME="itemlost" -->
259                     <!-- TMPL_IF NAME="itemlostloop" -->
260                     <!-- TMPL_LOOP NAME="itemlostloop" -->
261                         <!-- TMPL_IF NAME="selected" -->
262                                         <span class="lost"><!-- TMPL_VAR NAME="lib" --></span>
263                         <!-- /TMPL_IF -->
264                     <!-- /TMPL_LOOP -->
265                     <!-- TMPL_ELSE -->
266                                         <span class="lost">Unavailable (lost or missing)</span>
267                     <!-- /TMPL_IF -->
268                 <!-- /TMPL_IF -->
269
270                 <!-- TMPL_IF NAME="wthdrawn" -->
271                                         <span class="wdn">Withdrawn</span>
272                 <!-- /TMPL_IF -->
273
274                 <!-- TMPL_IF NAME="damaged" -->
275                     <!-- TMPL_IF NAME="itemdamagedloop" -->
276                         <!-- TMPL_LOOP NAME="itemdamagedloop" -->
277                         <!-- TMPL_IF NAME="selected" -->
278                                         <span class="dmg"><!-- TMPL_VAR NAME="lib" --></span>
279                         <!-- /TMPL_IF -->
280                         <!-- /TMPL_LOOP -->
281                     <!-- TMPL_ELSE -->
282                                         <span class="dmg">Damaged</span>
283                     <!-- /TMPL_IF -->
284                 <!-- /TMPL_IF -->
285
286                 <!-- TMPL_IF Name="itemnotforloan" -->
287                     Not for loan 
288                     <!-- TMPL_IF Name="notforloanvalue" -->
289                         (<!-- TMPL_VAR NAME="notforloanvalue" -->)
290                     <!-- /TMPL_IF -->
291                 <!-- /TMPL_IF -->
292
293                             
294                 <!-- TMPL_IF NAME="reservedate"-->
295                     <!-- TMPL_IF NAME="waitingdate" -->
296                         Waiting
297                     <!-- TMPL_ELSE -->
298                         On hold
299                     <!-- /TMPL_IF -->
300                     <!-- TMPL_IF NAME="canreservefromotherbranches" -->for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=<!-- TMPL_VAR NAME="ReservedForBorrowernumber" -->">
301                         <!-- TMPL_IF NAME="hidepatronname" -->
302                             <!-- TMPL_VAR NAME="Reservedcardnumber" -->
303                         <!-- TMPL_ELSE -->
304                             <!-- TMPL_VAR NAME="ReservedForFirstname" --> <!-- TMPL_VAR NAME="ReservedForSurname" -->
305                         <!-- /TMPL_IF -->
306                     </a><!-- /TMPL_IF -->
307                     <!-- TMPL_IF NAME="waitingdate" -->
308                         at<!-- TMPL_ELSE -->expected at
309                     <!-- /TMPL_IF -->   <!-- TMPL_VAR NAME="ExpectedAtLibrary" -->
310                     since
311                     <!-- TMPL_IF NAME="waitingdate" --><!-- TMPL_VAR NAME="waitingdate" -->
312                     <!-- TMPL_ELSE -->
313                         <!-- TMPL_IF name="reservedate" --><!-- TMPL_VAR NAME="reservedate" --><!-- /TMPL_IF -->
314                     <!-- /TMPL_IF -->
315                 <!-- /TMPL_IF -->
316                 <!-- TMPL_UNLESS name="itemnotforloan" --><!-- TMPL_UNLESS NAME="onloan" --><!-- TMPL_UNLESS NAME="itemlost" --><!-- TMPL_UNLESS NAME="wthdrawn" --><!-- TMPL_UNLESS NAME="damaged" --><!-- TMPL_UNLESS NAME="transfertwhen" --><!-- TMPL_UNLESS NAME="reservedate" -->
317                                         Available
318                 <!-- /TMPL_UNLESS --><!-- /TMPL_UNLESS --><!-- /TMPL_UNLESS --><!-- /TMPL_UNLESS --><!-- /TMPL_UNLESS --><!-- /TMPL_UNLESS --><!-- /TMPL_UNLESS -->
319                         
320                     </td>
321                     <td class="datelastseen"><!-- TMPL_VAR NAME="datelastseen" --></td>
322                     <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?type=<!-- TMPL_VAR NAME="type" -->&amp;itemnumber=<!-- TMPL_VAR NAME="itemnumber" -->&amp;biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->&amp;bi=<!-- TMPL_VAR NAME="biblioitemnumber" -->#item<!-- TMPL_VAR NAME="itemnumber">"><!-- TMPL_VAR NAME="barcode" --></a></td>
323                                 <!-- TMPL_IF NAME="volinfo" --> <td class="enumchron">
324                                         <!-- TMPL_IF NAME="itemdata_enumchron" -->
325                                                 <!-- TMPL_IF NAME="enumchron" -->
326                                                 <!-- TMPL_VAR NAME="enumchron" --><!-- TMPL_IF NAME="serialseq" --> -- <!-- /TMPL_IF -->
327                                                 <!-- /TMPL_IF -->
328                                         <!-- /TMPL_IF -->
329                                         <!-- TMPL_VAR NAME="serialseq" --><!-- TMPL_IF NAME="publisheddate" --> (<!-- TMPL_VAR NAME="publisheddate" -->)<!-- /TMPL_IF -->
330                                 </td><!-- /TMPL_IF -->
331                                 <!-- TMPL_IF NAME="itemdata_uri" -->
332                                         <td class="uri"><a href="<!-- TMPL_VAR NAME="uri" -->"><!-- TMPL_VAR NAME="uri" --></a></td>
333                                 <!-- /TMPL_IF -->
334                                 <!-- TMPL_IF NAME="itemdata_copynumber" -->
335                                         <td class="copynumber"><!-- TMPL_VAR NAME="copynumber" --></td>
336                                 <!-- /TMPL_IF -->
337                 <!-- TMPL_IF NAME="itemdata_itemnotes" --><td><div class="itemnotes"><!-- TMPL_VAR NAME="itemnotes" --></div></td><!-- /TMPL_IF -->
338                 <!-- TMPL_IF NAME="type" -->
339                     <td><a href="/cgi-bin/koha/maint/catmaintain.pl?type=fixitemtype&amp;bi=<!-- TMPL_VAR NAME="biblioitemnumber" -->&amp;item=<!-- TMPL_VAR NAME="itemtype" -->">Fix Itemtype</a></td>
340                 <!-- /TMPL_IF -->
341                 <!-- TMPL_IF NAME="SpineLabelShowPrintOnBibDetails" -->
342                         <td><a href="/cgi-bin/koha/labels/spinelabel-print.pl?barcode=<!-- TMPL_VAR NAME="barcode" -->" >Print Label</a></td>
343                 <!-- /TMPL_IF -->
344
345                 </tr>
346             <!-- /TMPL_LOOP -->
347         </table>
348                 <!-- TMPL_IF NAME="debug_display" -->
349                 <br /><br />
350                 <table>
351                         <tr><td>itemdata_enumchron</td><td><!-- TMPL_VAR NAME="itemdata_enumchron" --></td></tr>
352                         <tr><td>itemdata_copynumber</td><td><!-- TMPL_VAR NAME="itemdata_copynumber" --></td></tr>
353                         <tr><td>serial</td><td><!-- TMPL_VAR NAME="serial" --></td></tr>
354                 </table>
355                 <!-- /TMPL_IF -->
356 <!-- TMPL_ELSE -->
357     <p>No physical items for this record</p>
358 <!-- /TMPL_IF -->
359     </div>
360     
361 <div id="description">
362 <div class="content_set">
363 <!-- TMPL_IF NAME="AmazonEnabled" -->
364 <!-- TMPL_LOOP NAME="AMAZON_EDITORIAL_REVIEWS" -->
365     <!-- TMPL_IF NAME="Content" -->
366     <h4>From <!-- TMPL_VAR NAME="Source" -->:</h4>
367     <p><!-- TMPL_VAR NAME="Content" --></p>
368     <!-- /TMPL_IF -->
369 <!-- /TMPL_LOOP -->
370 <!-- /TMPL_IF-->
371
372 <!-- TMPL_IF name="MARCNOTES" -->
373     <!-- TMPL_LOOP NAME="MARCNOTES" -->
374     <p><!-- TMPL_VAR NAME="marcnote" --></p>
375     <!-- /TMPL_LOOP -->
376     <!-- TMPL_ELSE -->
377     <!-- TMPL_IF name="notes" -->
378     <p><!-- TMPL_VAR NAME="notes" --></p>
379     <!-- /TMPL_IF -->
380 <!-- /TMPL_IF -->
381 </div>
382 </div>
383
384 <!-- TMPL_IF name="subscriptionsnumber" -->
385 <div id="subscriptions">
386 <div class="yui-g">
387 <div id="catalogue_detail_subscriptions">
388     <h2>This is a serial subscription</h2>
389     <p> (There are <!-- TMPL_VAR name="subscriptionsnumber" --> subscriptions associated with this title).</p> 
390     <!-- TMPL_LOOP Name="subscriptions" -->
391             <!-- TMPL_IF name="branchname" --><h3>At library: <!-- TMPL_VAR NAME="branchname" --></h3><!-- TMPL_ELSE -->
392             <!-- TMPL_IF name="branchcode" --><h3>At branch: <!-- TMPL_VAR NAME="branchcode" --></h3><!-- /TMPL_IF --><!-- /TMPL_IF -->
393             <!-- TMPL_IF NAME="subscriptionnotes" --><p><!--TMPL_VAR NAME="subscriptionnotes"--> </p><!-- /TMPL_IF -->
394             <!--TMPL_IF NAME="latestserials"-->
395             <p> The <!-- TMPL_VAR NAME="staffdisplaycount" --> latest issues related to this subscription:</p>
396             <table>
397                 <tr>
398                     <th>Issue #</th>
399                     <th>Date</th>
400                     <th>Status</th>
401                     <th>Note</th>
402                 </tr>
403             <!--TMPL_LOOP Name="latestserials"-->
404                 <tr>
405                     <td><!--TMPL_VAR Name="serialseq"--></td>
406                     <td><!--TMPL_VAR Name="planneddate"--></td>
407                     <td><!--TMPL_IF Name="status1"-->Expected
408                         <!--TMPL_ELSE -->
409                             <!-- TMPL_IF Name="status2"-->Arrived
410                             <!--TMPL_ELSE -->
411                                 <!-- TMPL_IF Name="status3"-->Late
412                                 <!--TMPL_ELSE -->
413                                     <!-- TMPL_IF Name="status4"-->Missing
414                                     <!--TMPL_ELSE -->
415                                         <!-- TMPL_IF Name="status5"-->Not Issued
416                                         <!--/TMPL_IF-->
417                                     <!--/TMPL_IF-->
418                                 <!--/TMPL_IF-->
419                             <!--/TMPL_IF-->
420                         <!--/TMPL_IF--></td>
421                     <td><!--TMPL_VAR Name="notes"--></td>
422                 </tr>
423             <!--/TMPL_LOOP -->
424             </table>
425             <!-- /TMPL_IF -->
426                         <a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=<!-- TMPL_VAR NAME="subscriptionid" -->">Subscription Details</a>
427     <!-- /TMPL_LOOP -->
428 </div>
429 </div>
430 </div>
431 <!-- /TMPL_IF -->
432
433 <!-- TMPL_IF NAME="FRBRizeEditions" --><!-- TMPL_IF NAME="XISBNS" -->
434 <div id="editions"><h2>Editions</h2>
435 <table>
436 <!-- TMPL_LOOP NAME="XISBNS" --><tr><!-- TMPL_IF NAME="AmazonEnabled" --><td><a href="http://www.amazon.com/gp/reader/<!-- TMPL_VAR NAME="normalized_isbn" -->/ref=sib_dp_pt/002-7879865-0184864#reader-link"><img src="http://images.amazon.com/images/P/<!-- TMPL_VAR NAME="normalized_isbn" -->.01._AA75_PU_PU-5_.jpg" /></a></td><!-- /TMPL_IF --><td><!-- TMPL_IF NAME="noItemTypeImages" --><!-- TMPL_VAR NAME="description" --><!-- TMPL_ELSE --><img src="<!-- TMPL_VAR NAME="imageurl" -->" alt="<!-- TMPL_VAR NAME="description" -->" title="<!-- TMPL_VAR NAME="description" -->"><!-- /TMPL_IF --></td><td>
437 <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="title" escape="html" --></a> by <!-- TMPL_VAR NAME="author" --> &copy;<!-- TMPL_VAR NAME="copyrightdate" -->
438   <!-- TMPL_IF name="publishercode" -->
439 <!-- TMPL_VAR NAME="publishercode" --> <!-- TMPL_IF name="place" -->(<!-- TMPL_VAR NAME="place"-->)<!--/TMPL_IF--> <!-- TMPL_IF NAME="publicationyear" -->, <!-- TMPL_VAR NAME="publicationyear" --><!-- /TMPL_IF --> <!-- TMPL_IF NAME="editionstatement" --><!-- TMPL_VAR NAME="editionstatement" --><!-- /TMPL_IF --> <!-- TMPL_IF NAME="editionresponsability" --><!-- TMPL_VAR NAME="editionresponsability" --><!-- /TMPL_IF -->
440     <!-- /TMPL_IF -->
441                 <!-- TMPL_IF name="pages" --> <!-- /TMPL_IF --><!-- TMPL_VAR name="pages" --> <!-- TMPL_IF NAME="illus" --><!-- TMPL_VAR NAME="illus" --><!-- /TMPL_IF -->
442                 <!-- TMPL_IF name="size" -->, <!-- /TMPL_IF --><!-- TMPL_VAR name="size" -->
443 </td>
444
445 <!-- /TMPL_LOOP -->
446 </table></div><!-- /TMPL_IF -->
447 <!-- /TMPL_IF -->
448
449 <!-- TMPL_IF NAME="AmazonEnabled" --><!-- TMPL_IF NAME="AmazonSimilarItems" -->
450 <div id="related">
451 <h4>Similar Items</h4>
452 <ul>
453 <!-- TMPL_LOOP NAME="AMAZON_SIMILAR_PRODUCTS" -->
454 <!-- TMPL_LOOP NAME="similar_biblionumbers" -->
455 <li><img alt="img" src="http://images.amazon.com/images/P/<!-- TMPL_VAR NAME="ASIN"-->.01._SS50_.jpg" /> <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="title" ESCAPE="HTML" --></a> </li>
456 <!-- /TMPL_LOOP -->
457 <!-- /TMPL_LOOP -->
458 </ul>
459 </div>
460 <!-- /TMPL_IF --><!-- /TMPL_IF -->
461
462 </div><!-- /bibliodetails -->
463
464 <div class="yui-g" id="export" style="margin-top: 1em;">
465 <form method="get" action="/cgi-bin/koha/catalogue/export.pl">
466 <table>  <tr>
467       <th>Save Record</th>   </tr>
468   <tr>     <td> Select Download Format:    <select name="format">
469         <option value="mods">MODS (XML)</option>
470         <option value="dc">Dublin Core (XML)</option>
471         <option value="marcxml">MARCXML</option>
472         <option value="marc8">MARC (non-Unicode/MARC-8)</option>
473         <option value="utf8">MARC (Unicode/UTF-8)</option>    </select>
474         <input type="submit" name="save" value="Download Record" /></td>
475   </tr>
476   <tr><td>
477     <input type="hidden" name="op" value="export" /><input type="hidden" name="bib" value="<!-- TMPL_VAR name="biblionumber" -->" />
478   </td></tr>
479 </table>
480 </form>
481 </div>
482
483
484
485 </div>
486 </div>
487 <div class="yui-b">
488 <!-- TMPL_INCLUDE NAME="biblio-view-menu.inc" -->
489 </div>
490 </div>
491 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->