Merge remote branch 'kc/new/bug_5446' into kcmaster
[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
77         <!-- TMPL_IF NAME="GetShelves" -->
78             <span class="results_summary"><span class="label">Lists that include this title: </span>
79             <!-- TMPL_LOOP NAME="GetShelves" -->
80                 <a href="/cgi-bin/koha/virtualshelves/shelves.pl?viewshelf=<!-- TMPL_VAR NAME="shelfnumber" -->"><!-- TMPL_VAR NAME="shelfname" --></a>
81                 <!-- TMPL_IF NAME="__LAST__" --><!-- TMPL_ELSE -->|<!-- /TMPL_IF -->
82             <!-- /TMPL_LOOP -->
83             </span>
84         <!-- /TMPL_IF -->
85
86         <!-- TMPL_IF NAME="AmazonEnabled" --><!-- TMPL_IF NAME="AmazonCoverImages" --></div><div class="yui-u" id="bookcoverimg">
87         <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 -->
88     <!-- TMPL_ELSE -->
89
90     <h3><!-- TMPL_VAR NAME="title" escape="html"--></h3>
91     <!-- TMPL_LOOP NAME="subtitle" -->
92         <h4><!-- TMPL_VAR NAME="subfield" --></h4>
93     <!-- /TMPL_LOOP -->
94             <!-- TMPL_UNLESS NAME="item-level_itypes" --><img src="<!-- TMPL_VAR NAME="imageurl" -->" alt="<!-- TMPL_VAR NAME="description" -->" title="<!-- TMPL_VAR NAME="description" -->"><!-- /TMPL_UNLESS -->
95             <!-- TMPL_IF name="unititle" --><p><!-- TMPL_VAR name="unititle" escape="html" --></p><!-- /TMPL_IF -->
96             <!-- 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 -->
97         <ul>
98         <!-- TMPL_IF name="MARCAUTHORS" -->
99             <li><strong>Additional Authors:</strong><ul>
100             <!-- TMPL_LOOP NAME="MARCAUTHORS" -->
101                 <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>
102                 <!-- /TMPL_LOOP -->
103
104         </ul>
105             </li>
106         <!-- /TMPL_IF -->
107 <!-- TMPL_IF NAME="MARCSERIES" -->
108                 <li><strong>Series: </strong><ul><!-- TMPL_LOOP NAME="MARCSERIES" -->
109                 <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> 
110                 <!-- /TMPL_LOOP -->
111                 </ul>
112                 </li>
113 <!-- /TMPL_IF -->
114         <!-- TMPL_IF name="publishercode" -->
115     <li><strong>Published by:</strong>
116         <a href="/cgi-bin/koha/catalogue/search.pl?q=pb:<!-- TMPL_VAR NAME="publishercode" ESCAPE="url" -->">
117             <!-- TMPL_VAR NAME="publishercode" ESCAPE="html" -->
118         </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 -->
119     </li>
120     <!-- /TMPL_IF -->
121         <li><strong>Description:</strong>
122                 <!-- TMPL_IF name="pages" --> <!-- /TMPL_IF --><!-- TMPL_VAR name="pages" --> <!-- TMPL_IF NAME="illus" --><!-- TMPL_VAR NAME="illus" --><!-- /TMPL_IF -->
123                 <!-- TMPL_IF name="size" --><!-- TMPL_VAR name="size" --><!-- /TMPL_IF -->
124         </li>
125 <!-- TMPL_IF name="MARCURLS" --><li>
126     
127         <strong>Online Resources:</strong>
128     <ul>    <!-- TMPL_LOOP name="MARCURLS" -->
129                 <li><!-- TMPL_IF NAME="part" --><!-- TMPL_VAR NAME="part" -->
130                         <br /><!-- /TMPL_IF --> 
131                 <!-- here you might do a tmpl_if name="toc" and use greybox or equivalent for table of contents -->
132                 <a href="<!-- TMPL_VAR NAME="MARCURL" -->" title="<!-- TMPL_VAR NAME="MARCURL" -->"><!-- TMPL_VAR NAME="linktext" --></a>
133                         <!-- TMPL_IF NAME="notes" --><ul><!-- TMPL_LOOP NAME="notes" --><li><!-- TMPL_VAR NAME="note" --></li><!-- /TMPL_LOOP --></ul><!-- /TMPL_IF --></li>
134             <!-- /TMPL_LOOP --></ul>
135 </li>
136     <!-- /TMPL_IF -->
137     
138     <!-- TMPL_IF name="OpacUrl" -->
139         <li><strong>OPAC View:</strong>
140         <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>
141                 </li>
142         <!-- /TMPL_IF -->
143         </ul>
144         </div>
145        
146 <!-- TMPL_IF NAME="AmazonEnabled" --><!-- TMPL_IF NAME="AmazonCoverImages" --><div class="yui-u" id="bookcoverimg">
147 <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 -->
148         
149         <div class="yui-u" style="margin-top: 1em;">
150         <ul>
151         <!-- TMPL_IF name="normalized_isbn" -->
152             <li><strong>ISBN:</strong> <!-- TMPL_VAR NAME="normalized_isbn" --></li>
153         <!-- /TMPL_IF -->
154         <!-- TMPL_IF name="issn" -->
155             <li><strong>ISSN:</strong><!-- TMPL_VAR NAME="issn" --></li>
156         <!-- /TMPL_IF -->
157         <!-- TMPL_IF name="collectiontitle" -->
158             <li><strong>Collection: </strong>
159                 <!-- 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 -->
160             </li>
161         <!-- /TMPL_IF -->
162         <!-- TMPL_IF name="MARCSUBJCTS" -->
163             <li><strong>Subjects:</strong> 
164             <ul>
165                 <!-- TMPL_LOOP NAME="MARCSUBJCTS" -->
166                 <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>
167                 <!-- /TMPL_LOOP -->
168                 </ul>
169             </li>
170         <!-- /TMPL_IF -->
171         <!-- TMPL_IF name="copyrightdate" -->
172             <li><strong>Copyright:</strong> <!-- TMPL_VAR NAME="copyrightdate" --></li>
173         <!-- /TMPL_IF -->
174      
175         <!-- TMPL_IF name="classification" -->
176             <li><strong>Classification:</strong> <!-- TMPL_VAR name="subclass" --><!-- TMPL_VAR name="classification" --></li>
177         <!-- /TMPL_IF -->
178         <!-- TMPL_IF name="dewey" -->
179             <li><strong>Dewey:</strong> <!-- TMPL_VAR name="dewey" --></li>
180         <!-- /TMPL_IF -->
181         <!-- TMPL_IF name="URLS" -->
182             <li><strong>URL:</strong> 
183                 <!-- TMPL_LOOP name="URLS" -->
184                     <a href="<!-- TMPL_VAR name="url" -->"><!-- TMPL_VAR NAME="url" --></a>
185                 <!-- /TMPL_LOOP -->
186             </li>
187         <!-- /TMPL_IF -->
188         <!--This grabs all of the lists a bib record appears in -->
189         <!-- TMPL_IF NAME="GetShelves" -->
190                 <li><strong>Lists that include this title: </strong>
191                 <ul>
192                 <!-- TMPL_LOOP NAME="GetShelves" -->
193                         <li><a href="/cgi-bin/koha/virtualshelves/shelves.pl?viewshelf=<!-- TMPL_VAR NAME="shelfnumber" -->"><!-- TMPL_VAR NAME="shelfname" --></a></li>
194                 <!-- /TMPL_LOOP -->
195                 </ul>
196                 </li>
197         <!-- /TMPL_IF -->
198             <!-- TMPL_IF NAME="holdcount" --><li><strong>Holds:</strong> <span class="holdcount"><a href="/cgi-bin/koha/reserve/request.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="holdcount" --></a></span></li><!-- TMPL_ELSE --><!-- /TMPL_IF -->
199         </ul>
200                 <!-- /TMPL_IF -->
201 </div>
202 </div>
203 <div id="bibliodetails" class="toptabs">
204
205 <ul>   
206 <li><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->#holdings">Holdings</a></li>
207 <li><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->#description">Descriptions</a></li>
208 <!-- TMPL_IF name="subscriptionsnumber" --><li><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->#subscriptions">Subscriptions</a></li><!-- /TMPL_IF -->
209 <!-- 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 -->
210 <!-- 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 -->
211  </ul>
212
213 <div id="holdings">
214 <!-- TMPL_IF name="count" -->
215         <table>
216             <tr>
217                 <!-- TMPL_IF NAME="item-level_itypes" --><th>Item type</th><!-- /TMPL_IF -->
218                 <th>Location</th>
219                 <!-- TMPL_IF NAME="itemdata_ccode" --><th>Collection</th><!-- /TMPL_IF -->
220                 <th>Call Number</th>
221                 <th>Status</th>
222                 <th>Last seen</th>
223                 <th>Barcode</th>
224                 <!-- TMPL_IF NAME="volinfo" --><th>Publication Details</th><!-- /TMPL_IF -->
225                 <!-- TMPL_IF NAME="itemdata_uri" --><th>URL</th><!-- /TMPL_IF -->
226                 <!-- TMPL_IF NAME="itemdata_copynumber" --><th>Copy No.</th><!-- /TMPL_IF -->
227                 <!-- TMPL_IF NAME="itemdata_itemnotes" --><th>Public notes</th><!-- /TMPL_IF -->
228                 <!-- TMPL_IF NAME="SpineLabelShowPrintOnBibDetails" --><th>Spine Label</th><!-- /TMPL_IF -->
229             </tr>
230             <!-- TMPL_LOOP NAME="itemloop" -->
231                 <tr>
232                     <!-- TMPL_IF NAME="item-level_itypes" -->
233                       <td class="itype">
234                         <!-- TMPL_IF NAME="noItemTypeImages" -->
235                           <!-- TMPL_VAR NAME="description" -->
236                         <!-- TMPL_ELSE -->
237                           <!-- TMPL_IF NAME="imageurl" -->
238                             <img src="<!-- TMPL_VAR NAME="imageurl" -->" alt="<!-- TMPL_VAR NAME="description" -->" title="<!-- TMPL_VAR NAME="description" -->" />
239                           <!-- TMPL_ELSE -->
240                             <!-- TMPL_VAR NAME="description" -->
241                           <!-- /TMPL_IF -->
242                         <!-- /TMPL_IF --></td>
243                     <!-- /TMPL_IF -->
244                     <td class="location"><!-- TMPL_UNLESS NAME="singlebranchmode" --><!-- TMPL_VAR NAME="branchname" --> <!-- /TMPL_UNLESS --><span class="shelvingloc"><!-- TMPL_VAR NAME="location" --></span> </td>
245                     <!-- TMPL_IF NAME="itemdata_ccode" --><td><!-- TMPL_VAR name="ccode" --></td><!-- /TMPL_IF -->
246                     <td class="itemcallnumber"><!-- TMPL_IF NAME="itemcallnumber" --> <!-- TMPL_VAR NAME="itemcallnumber" --><!-- /TMPL_IF --></td>
247                     <td class="status">
248
249                 <!-- TMPL_IF name="datedue" -->
250                                                 <span class="datedue">Checked out
251                     <!-- TMPL_UNLESS  NAME="NOTSAMEBRANCH" -->
252                           to <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->">
253                           <!-- TMPL_IF NAME='hidepatronname' -->
254                               <!-- TMPL_VAR NAME="cardnumber" -->
255                           <!-- TMPL_ELSE -->
256                               <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" -->
257                           <!-- /TMPL_IF -->
258                           </a>
259                     <!-- /TMPL_UNLESS -->
260                                                 : due <!-- TMPL_VAR NAME="datedue" -->
261                                                 </span>
262                 <!-- TMPL_ELSIF Name="transfertwhen" -->
263                            In transit from <!-- TMPL_VAR NAME="transfertfrom" -->,
264                            to <!-- TMPL_VAR NAME="transfertto" -->, since <!-- TMPL_VAR NAME="transfertwhen" -->
265                                                         <!-- FIXME: the "since" clause is redundant w/ lastseen field -->
266                 <!-- /TMPL_IF -->
267
268                 <!-- TMPL_IF NAME="itemlost" -->
269                     <!-- TMPL_IF NAME="itemlostloop" -->
270                     <!-- TMPL_LOOP NAME="itemlostloop" -->
271                         <!-- TMPL_IF NAME="selected" -->
272                                         <span class="lost"><!-- TMPL_VAR NAME="lib" --></span>
273                         <!-- /TMPL_IF -->
274                     <!-- /TMPL_LOOP -->
275                     <!-- TMPL_ELSE -->
276                                         <span class="lost">Unavailable (lost or missing)</span>
277                     <!-- /TMPL_IF -->
278                 <!-- /TMPL_IF -->
279
280                 <!-- TMPL_IF NAME="wthdrawn" -->
281                                         <span class="wdn">Withdrawn</span>
282                 <!-- /TMPL_IF -->
283
284                 <!-- TMPL_IF NAME="damaged" -->
285                     <!-- TMPL_IF NAME="itemdamagedloop" -->
286                         <!-- TMPL_LOOP NAME="itemdamagedloop" -->
287                         <!-- TMPL_IF NAME="selected" -->
288                                         <span class="dmg"><!-- TMPL_VAR NAME="lib" --></span>
289                         <!-- /TMPL_IF -->
290                         <!-- /TMPL_LOOP -->
291                     <!-- TMPL_ELSE -->
292                                         <span class="dmg">Damaged</span>
293                     <!-- /TMPL_IF -->
294                 <!-- /TMPL_IF -->
295
296                 <!-- TMPL_IF Name="itemnotforloan" -->
297                     Not for loan 
298                     <!-- TMPL_IF Name="notforloanvalue" -->
299                         (<!-- TMPL_VAR NAME="notforloanvalue" -->)
300                     <!-- /TMPL_IF -->
301                 <!-- /TMPL_IF -->
302
303                             
304                 <!-- TMPL_IF NAME="reservedate"-->
305                     <!-- TMPL_IF NAME="waitingdate" -->
306                         Waiting
307                     <!-- TMPL_ELSE -->
308                         On hold
309                     <!-- /TMPL_IF -->
310                     <!-- TMPL_IF NAME="canreservefromotherbranches" -->for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=<!-- TMPL_VAR NAME="ReservedForBorrowernumber" -->">
311                         <!-- TMPL_IF NAME="hidepatronname" -->
312                             <!-- TMPL_VAR NAME="Reservedcardnumber" -->
313                         <!-- TMPL_ELSE -->
314                             <!-- TMPL_VAR NAME="ReservedForFirstname" --> <!-- TMPL_VAR NAME="ReservedForSurname" -->
315                         <!-- /TMPL_IF -->
316                     </a><!-- /TMPL_IF -->
317                     <!-- TMPL_IF NAME="waitingdate" -->
318                         at<!-- TMPL_ELSE -->expected at
319                     <!-- /TMPL_IF -->   <!-- TMPL_VAR NAME="ExpectedAtLibrary" -->
320                     since
321                     <!-- TMPL_IF NAME="waitingdate" --><!-- TMPL_VAR NAME="waitingdate" -->
322                     <!-- TMPL_ELSE -->
323                         <!-- TMPL_IF name="reservedate" --><!-- TMPL_VAR NAME="reservedate" --><!-- /TMPL_IF -->
324                     <!-- /TMPL_IF -->
325                 <!-- /TMPL_IF -->
326                 <!-- 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" -->
327                                         Available
328                 <!-- /TMPL_UNLESS --><!-- /TMPL_UNLESS --><!-- /TMPL_UNLESS --><!-- /TMPL_UNLESS --><!-- /TMPL_UNLESS --><!-- /TMPL_UNLESS --><!-- /TMPL_UNLESS -->
329
330                 <!-- TMPL_IF NAME="restricted" --><span class="restricted">(<!-- TMPL_VAR NAME="restricted" -->)</span><!-- /TMPL_IF -->
331                         
332                     </td>
333                     <td class="datelastseen"><!-- TMPL_VAR NAME="datelastseen" --></td>
334                     <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>
335                                 <!-- TMPL_IF NAME="volinfo" --> <td class="enumchron">
336                                         <!-- TMPL_IF NAME="itemdata_enumchron" -->
337                                                 <!-- TMPL_IF NAME="enumchron" -->
338                                                 <!-- TMPL_VAR NAME="enumchron" --><!-- TMPL_IF NAME="serialseq" --> -- <!-- /TMPL_IF -->
339                                                 <!-- /TMPL_IF -->
340                                         <!-- /TMPL_IF -->
341                                         <!-- TMPL_VAR NAME="serialseq" --><!-- TMPL_IF NAME="publisheddate" --> (<!-- TMPL_VAR NAME="publisheddate" -->)<!-- /TMPL_IF -->
342                                 </td><!-- /TMPL_IF -->
343                                 <!-- TMPL_IF NAME="itemdata_uri" -->
344                                         <td class="uri"><a href="<!-- TMPL_VAR NAME="uri" -->"><!-- TMPL_VAR NAME="uri" --></a></td>
345                                 <!-- /TMPL_IF -->
346                                 <!-- TMPL_IF NAME="itemdata_copynumber" -->
347                                         <td class="copynumber"><!-- TMPL_VAR NAME="copynumber" --></td>
348                                 <!-- /TMPL_IF -->
349                 <!-- TMPL_IF NAME="itemdata_itemnotes" --><td><div class="itemnotes"><!-- TMPL_VAR NAME="itemnotes" --></div></td><!-- /TMPL_IF -->
350                 <!-- TMPL_IF NAME="type" -->
351                     <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>
352                 <!-- /TMPL_IF -->
353                 <!-- TMPL_IF NAME="SpineLabelShowPrintOnBibDetails" -->
354                         <td><a href="/cgi-bin/koha/labels/spinelabel-print.pl?barcode=<!-- TMPL_VAR NAME="barcode" -->" >Print Label</a></td>
355                 <!-- /TMPL_IF -->
356
357                 </tr>
358             <!-- /TMPL_LOOP -->
359         </table>
360                 <!-- TMPL_IF NAME="debug_display" -->
361                 <br /><br />
362                 <table>
363                         <tr><td>itemdata_enumchron</td><td><!-- TMPL_VAR NAME="itemdata_enumchron" --></td></tr>
364                         <tr><td>itemdata_copynumber</td><td><!-- TMPL_VAR NAME="itemdata_copynumber" --></td></tr>
365                         <tr><td>serial</td><td><!-- TMPL_VAR NAME="serial" --></td></tr>
366                 </table>
367                 <!-- /TMPL_IF -->
368 <!-- TMPL_ELSE -->
369     <p>No physical items for this record</p>
370 <!-- /TMPL_IF -->
371     </div>
372     
373 <div id="description">
374 <div class="content_set">
375 <!-- TMPL_IF NAME="AmazonEnabled" -->
376 <!-- TMPL_LOOP NAME="AMAZON_EDITORIAL_REVIEWS" -->
377     <!-- TMPL_IF NAME="Content" -->
378     <h4>From <!-- TMPL_VAR NAME="Source" -->:</h4>
379     <p><!-- TMPL_VAR NAME="Content" --></p>
380     <!-- /TMPL_IF -->
381 <!-- /TMPL_LOOP -->
382 <!-- /TMPL_IF-->
383
384 <!-- TMPL_IF name="MARCNOTES" -->
385     <!-- TMPL_LOOP NAME="MARCNOTES" -->
386     <p><!-- TMPL_VAR NAME="marcnote" --></p>
387     <!-- /TMPL_LOOP -->
388     <!-- TMPL_ELSE -->
389     <!-- TMPL_IF name="notes" -->
390     <p><!-- TMPL_VAR NAME="notes" --></p>
391     <!-- /TMPL_IF -->
392 <!-- /TMPL_IF -->
393 </div>
394 </div>
395
396 <!-- TMPL_IF name="subscriptionsnumber" -->
397 <div id="subscriptions">
398 <div class="yui-g">
399 <div id="catalogue_detail_subscriptions">
400     <h2>This is a serial subscription</h2>
401     <p> (There are <!-- TMPL_VAR name="subscriptionsnumber" --> subscriptions associated with this title).</p> 
402     <!-- TMPL_LOOP Name="subscriptions" -->
403             <!-- TMPL_IF name="branchname" --><h3>At library: <!-- TMPL_VAR NAME="branchname" --></h3><!-- TMPL_ELSE -->
404             <!-- TMPL_IF name="branchcode" --><h3>At branch: <!-- TMPL_VAR NAME="branchcode" --></h3><!-- /TMPL_IF --><!-- /TMPL_IF -->
405             <!-- TMPL_IF NAME="subscriptionnotes" --><p><!--TMPL_VAR NAME="subscriptionnotes"--> </p><!-- /TMPL_IF -->
406             <!--TMPL_IF NAME="latestserials"-->
407             <p> The <!-- TMPL_VAR NAME="staffdisplaycount" --> latest issues related to this subscription:</p>
408             <table>
409                 <tr>
410                     <th>Issue #</th>
411                     <th>Date</th>
412                     <th>Status</th>
413                     <th>Note</th>
414                 </tr>
415             <!--TMPL_LOOP Name="latestserials"-->
416                 <tr>
417                     <td><!--TMPL_VAR Name="serialseq"--></td>
418                     <td><!--TMPL_VAR Name="planneddate"--></td>
419                     <td><!--TMPL_IF Name="status1"-->Expected
420                         <!--TMPL_ELSE -->
421                             <!-- TMPL_IF Name="status2"-->Arrived
422                             <!--TMPL_ELSE -->
423                                 <!-- TMPL_IF Name="status3"-->Late
424                                 <!--TMPL_ELSE -->
425                                     <!-- TMPL_IF Name="status4"-->Missing
426                                     <!--TMPL_ELSE -->
427                                         <!-- TMPL_IF Name="status5"-->Not Issued
428                                         <!--/TMPL_IF-->
429                                     <!--/TMPL_IF-->
430                                 <!--/TMPL_IF-->
431                             <!--/TMPL_IF-->
432                         <!--/TMPL_IF--></td>
433                     <td><!--TMPL_VAR Name="notes"--></td>
434                 </tr>
435             <!--/TMPL_LOOP -->
436             </table>
437             <!-- /TMPL_IF -->
438                         <a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=<!-- TMPL_VAR NAME="subscriptionid" -->">Subscription Details</a>
439     <!-- /TMPL_LOOP -->
440 </div>
441 </div>
442 </div>
443 <!-- /TMPL_IF -->
444
445 <!-- TMPL_IF NAME="FRBRizeEditions" --><!-- TMPL_IF NAME="XISBNS" -->
446 <div id="editions"><h2>Editions</h2>
447 <table>
448 <!-- 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>
449 <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" -->
450   <!-- TMPL_IF name="publishercode" -->
451 <!-- 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 -->
452     <!-- /TMPL_IF -->
453                 <!-- TMPL_IF name="pages" --> <!-- /TMPL_IF --><!-- TMPL_VAR name="pages" --> <!-- TMPL_IF NAME="illus" --><!-- TMPL_VAR NAME="illus" --><!-- /TMPL_IF -->
454                 <!-- TMPL_IF name="size" -->, <!-- /TMPL_IF --><!-- TMPL_VAR name="size" -->
455 </td>
456
457 <!-- /TMPL_LOOP -->
458 </table></div><!-- /TMPL_IF -->
459 <!-- /TMPL_IF -->
460
461 <!-- TMPL_IF NAME="AmazonEnabled" --><!-- TMPL_IF NAME="AmazonSimilarItems" -->
462 <div id="related">
463 <h4>Similar Items</h4>
464 <ul>
465 <!-- TMPL_LOOP NAME="AMAZON_SIMILAR_PRODUCTS" -->
466 <!-- TMPL_LOOP NAME="similar_biblionumbers" -->
467 <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>
468 <!-- /TMPL_LOOP -->
469 <!-- /TMPL_LOOP -->
470 </ul>
471 </div>
472 <!-- /TMPL_IF --><!-- /TMPL_IF -->
473
474 </div><!-- /bibliodetails -->
475
476 <div class="yui-g" id="export" style="margin-top: 1em;">
477 <form method="get" action="/cgi-bin/koha/catalogue/export.pl">
478 <table>  <tr>
479       <th>Save Record</th>   </tr>
480   <tr>     <td> Select Download Format:    <select name="format">
481         <option value="mods">MODS (XML)</option>
482         <option value="dc">Dublin Core (XML)</option>
483         <option value="marcxml">MARCXML</option>
484         <option value="marc8">MARC (non-Unicode/MARC-8)</option>
485         <option value="utf8">MARC (Unicode/UTF-8)</option>    </select>
486         <input type="submit" name="save" value="Download Record" /></td>
487   </tr>
488   <tr><td>
489     <input type="hidden" name="op" value="export" /><input type="hidden" name="bib" value="<!-- TMPL_VAR name="biblionumber" -->" />
490   </td></tr>
491 </table>
492 </form>
493 </div>
494
495
496
497 </div>
498 </div>
499 <div class="yui-b">
500 <!-- TMPL_INCLUDE NAME="biblio-view-menu.inc" -->
501 </div>
502 </div>
503 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->