Merge remote branch 'kc/new/enh/bug_1997' 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 </div>
201 </div>
202 <div id="bibliodetails" class="toptabs">
203
204 <ul>   
205 <li><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->#holdings">Holdings</a></li>
206 <li><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->#description">Descriptions</a></li>
207 <!-- TMPL_IF name="subscriptionsnumber" --><li><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->#subscriptions">Subscriptions</a></li><!-- /TMPL_IF -->
208 <!-- 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 -->
209 <!-- 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 -->
210  </ul>
211
212 <div id="holdings">
213 <!-- TMPL_IF name="count" -->
214         <table>
215             <tr>
216                 <!-- TMPL_IF NAME="item-level_itypes" --><th>Item type</th><!-- /TMPL_IF -->
217                 <th>Location</th>
218                 <!-- TMPL_IF NAME="itemdata_ccode" --><th>Collection</th><!-- /TMPL_IF -->
219                 <th>Call Number</th>
220                 <th>Status</th>
221                 <th>Last seen</th>
222                 <th>Barcode</th>
223                 <!-- TMPL_IF NAME="volinfo" --><th>Publication Details</th><!-- /TMPL_IF -->
224                 <!-- TMPL_IF NAME="itemdata_uri" --><th>URL</th><!-- /TMPL_IF -->
225                 <!-- TMPL_IF NAME="itemdata_copynumber" --><th>Copy No.</th><!-- /TMPL_IF -->
226                 <!-- TMPL_IF NAME="itemdata_itemnotes" --><th>Public notes</th><!-- /TMPL_IF -->
227                 <!-- TMPL_IF NAME="SpineLabelShowPrintOnBibDetails" --><th>Spine Label</th><!-- /TMPL_IF -->
228             </tr>
229             <!-- TMPL_LOOP NAME="itemloop" -->
230                 <tr>
231                     <!-- TMPL_IF NAME="item-level_itypes" -->
232                       <td class="itype">
233                         <!-- TMPL_IF NAME="noItemTypeImages" -->
234                           <!-- TMPL_VAR NAME="description" -->
235                         <!-- TMPL_ELSE -->
236                           <!-- TMPL_IF NAME="imageurl" -->
237                             <img src="<!-- TMPL_VAR NAME="imageurl" -->" alt="<!-- TMPL_VAR NAME="description" -->" title="<!-- TMPL_VAR NAME="description" -->" />
238                           <!-- TMPL_ELSE -->
239                             <!-- TMPL_VAR NAME="description" -->
240                           <!-- /TMPL_IF -->
241                         <!-- /TMPL_IF --></td>
242                     <!-- /TMPL_IF -->
243                     <td class="location"><!-- TMPL_UNLESS NAME="singlebranchmode" --><!-- TMPL_VAR NAME="branchname" --><!-- /TMPL_UNLESS --> <!-- TMPL_VAR NAME="location" --> </td>
244                     <!-- TMPL_IF NAME="itemdata_ccode" --><td><!-- TMPL_VAR name="ccode" --></td><!-- /TMPL_IF -->
245                     <td class="itemcallnumber"><!-- TMPL_IF NAME="itemcallnumber" --> <!-- TMPL_VAR NAME="itemcallnumber" --><!-- /TMPL_IF --></td>
246                     <td class="status">
247
248                 <!-- TMPL_IF name="datedue" -->
249                                                 <span class="datedue">Checked out
250                     <!-- TMPL_UNLESS  NAME="NOTSAMEBRANCH" -->
251                           to <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->">
252                           <!-- TMPL_IF NAME='hidepatronname' -->
253                               <!-- TMPL_VAR NAME="cardnumber" -->
254                           <!-- TMPL_ELSE -->
255                               <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" -->
256                           <!-- /TMPL_IF -->
257                           </a>
258                     <!-- /TMPL_UNLESS -->
259                                                 : due <!-- TMPL_VAR NAME="datedue" -->
260                                                 </span>
261                 <!-- TMPL_ELSIF Name="transfertwhen" -->
262                            In transit from <!-- TMPL_VAR NAME="transfertfrom" -->,
263                            to <!-- TMPL_VAR NAME="transfertto" -->, since <!-- TMPL_VAR NAME="transfertwhen" -->
264                                                         <!-- FIXME: the "since" clause is redundant w/ lastseen field -->
265                 <!-- /TMPL_IF -->
266
267                 <!-- TMPL_IF NAME="itemlost" -->
268                     <!-- TMPL_IF NAME="itemlostloop" -->
269                     <!-- TMPL_LOOP NAME="itemlostloop" -->
270                         <!-- TMPL_IF NAME="selected" -->
271                                         <span class="lost"><!-- TMPL_VAR NAME="lib" --></span>
272                         <!-- /TMPL_IF -->
273                     <!-- /TMPL_LOOP -->
274                     <!-- TMPL_ELSE -->
275                                         <span class="lost">Unavailable (lost or missing)</span>
276                     <!-- /TMPL_IF -->
277                 <!-- /TMPL_IF -->
278
279                 <!-- TMPL_IF NAME="wthdrawn" -->
280                                         <span class="wdn">Withdrawn</span>
281                 <!-- /TMPL_IF -->
282
283                 <!-- TMPL_IF NAME="damaged" -->
284                     <!-- TMPL_IF NAME="itemdamagedloop" -->
285                         <!-- TMPL_LOOP NAME="itemdamagedloop" -->
286                         <!-- TMPL_IF NAME="selected" -->
287                                         <span class="dmg"><!-- TMPL_VAR NAME="lib" --></span>
288                         <!-- /TMPL_IF -->
289                         <!-- /TMPL_LOOP -->
290                     <!-- TMPL_ELSE -->
291                                         <span class="dmg">Damaged</span>
292                     <!-- /TMPL_IF -->
293                 <!-- /TMPL_IF -->
294
295                 <!-- TMPL_IF Name="itemnotforloan" -->
296                     Not for loan 
297                     <!-- TMPL_IF Name="notforloanvalue" -->
298                         (<!-- TMPL_VAR NAME="notforloanvalue" -->)
299                     <!-- /TMPL_IF -->
300                 <!-- /TMPL_IF -->
301
302                             
303                 <!-- TMPL_IF NAME="reservedate"-->
304                     <!-- TMPL_IF NAME="waitingdate" -->
305                         Waiting
306                     <!-- TMPL_ELSE -->
307                         On hold
308                     <!-- /TMPL_IF -->
309                     <!-- TMPL_IF NAME="canreservefromotherbranches" -->for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=<!-- TMPL_VAR NAME="ReservedForBorrowernumber" -->">
310                         <!-- TMPL_IF NAME="hidepatronname" -->
311                             <!-- TMPL_VAR NAME="Reservedcardnumber" -->
312                         <!-- TMPL_ELSE -->
313                             <!-- TMPL_VAR NAME="ReservedForFirstname" --> <!-- TMPL_VAR NAME="ReservedForSurname" -->
314                         <!-- /TMPL_IF -->
315                     </a><!-- /TMPL_IF -->
316                     <!-- TMPL_IF NAME="waitingdate" -->
317                         at<!-- TMPL_ELSE -->expected at
318                     <!-- /TMPL_IF -->   <!-- TMPL_VAR NAME="ExpectedAtLibrary" -->
319                     since
320                     <!-- TMPL_IF NAME="waitingdate" --><!-- TMPL_VAR NAME="waitingdate" -->
321                     <!-- TMPL_ELSE -->
322                         <!-- TMPL_IF name="reservedate" --><!-- TMPL_VAR NAME="reservedate" --><!-- /TMPL_IF -->
323                     <!-- /TMPL_IF -->
324                 <!-- /TMPL_IF -->
325                 <!-- 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" -->
326                                         Available
327                 <!-- /TMPL_UNLESS --><!-- /TMPL_UNLESS --><!-- /TMPL_UNLESS --><!-- /TMPL_UNLESS --><!-- /TMPL_UNLESS --><!-- /TMPL_UNLESS --><!-- /TMPL_UNLESS -->
328
329                 <!-- TMPL_IF NAME="restricted" --><span class="restricted">(<!-- TMPL_VAR NAME="restricted" -->)</span><!-- /TMPL_IF -->
330                         
331                     </td>
332                     <td class="datelastseen"><!-- TMPL_VAR NAME="datelastseen" --></td>
333                     <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>
334                                 <!-- TMPL_IF NAME="volinfo" --> <td class="enumchron">
335                                         <!-- TMPL_IF NAME="itemdata_enumchron" -->
336                                                 <!-- TMPL_IF NAME="enumchron" -->
337                                                 <!-- TMPL_VAR NAME="enumchron" --><!-- TMPL_IF NAME="serialseq" --> -- <!-- /TMPL_IF -->
338                                                 <!-- /TMPL_IF -->
339                                         <!-- /TMPL_IF -->
340                                         <!-- TMPL_VAR NAME="serialseq" --><!-- TMPL_IF NAME="publisheddate" --> (<!-- TMPL_VAR NAME="publisheddate" -->)<!-- /TMPL_IF -->
341                                 </td><!-- /TMPL_IF -->
342                                 <!-- TMPL_IF NAME="itemdata_uri" -->
343                                         <td class="uri"><a href="<!-- TMPL_VAR NAME="uri" -->"><!-- TMPL_VAR NAME="uri" --></a></td>
344                                 <!-- /TMPL_IF -->
345                                 <!-- TMPL_IF NAME="itemdata_copynumber" -->
346                                         <td class="copynumber"><!-- TMPL_VAR NAME="copynumber" --></td>
347                                 <!-- /TMPL_IF -->
348                 <!-- TMPL_IF NAME="itemdata_itemnotes" --><td><div class="itemnotes"><!-- TMPL_VAR NAME="itemnotes" --></div></td><!-- /TMPL_IF -->
349                 <!-- TMPL_IF NAME="type" -->
350                     <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>
351                 <!-- /TMPL_IF -->
352                 <!-- TMPL_IF NAME="SpineLabelShowPrintOnBibDetails" -->
353                         <td><a href="/cgi-bin/koha/labels/spinelabel-print.pl?barcode=<!-- TMPL_VAR NAME="barcode" -->" >Print Label</a></td>
354                 <!-- /TMPL_IF -->
355
356                 </tr>
357             <!-- /TMPL_LOOP -->
358         </table>
359                 <!-- TMPL_IF NAME="debug_display" -->
360                 <br /><br />
361                 <table>
362                         <tr><td>itemdata_enumchron</td><td><!-- TMPL_VAR NAME="itemdata_enumchron" --></td></tr>
363                         <tr><td>itemdata_copynumber</td><td><!-- TMPL_VAR NAME="itemdata_copynumber" --></td></tr>
364                         <tr><td>serial</td><td><!-- TMPL_VAR NAME="serial" --></td></tr>
365                 </table>
366                 <!-- /TMPL_IF -->
367 <!-- TMPL_ELSE -->
368     <p>No physical items for this record</p>
369 <!-- /TMPL_IF -->
370     </div>
371     
372 <div id="description">
373 <div class="content_set">
374 <!-- TMPL_IF NAME="AmazonEnabled" -->
375 <!-- TMPL_LOOP NAME="AMAZON_EDITORIAL_REVIEWS" -->
376     <!-- TMPL_IF NAME="Content" -->
377     <h4>From <!-- TMPL_VAR NAME="Source" -->:</h4>
378     <p><!-- TMPL_VAR NAME="Content" --></p>
379     <!-- /TMPL_IF -->
380 <!-- /TMPL_LOOP -->
381 <!-- /TMPL_IF-->
382
383 <!-- TMPL_IF name="MARCNOTES" -->
384     <!-- TMPL_LOOP NAME="MARCNOTES" -->
385     <p><!-- TMPL_VAR NAME="marcnote" --></p>
386     <!-- /TMPL_LOOP -->
387     <!-- TMPL_ELSE -->
388     <!-- TMPL_IF name="notes" -->
389     <p><!-- TMPL_VAR NAME="notes" --></p>
390     <!-- /TMPL_IF -->
391 <!-- /TMPL_IF -->
392 </div>
393 </div>
394
395 <!-- TMPL_IF name="subscriptionsnumber" -->
396 <div id="subscriptions">
397 <div class="yui-g">
398 <div id="catalogue_detail_subscriptions">
399     <h2>This is a serial subscription</h2>
400     <p> (There are <!-- TMPL_VAR name="subscriptionsnumber" --> subscriptions associated with this title).</p> 
401     <!-- TMPL_LOOP Name="subscriptions" -->
402             <!-- TMPL_IF name="branchname" --><h3>At library: <!-- TMPL_VAR NAME="branchname" --></h3><!-- TMPL_ELSE -->
403             <!-- TMPL_IF name="branchcode" --><h3>At branch: <!-- TMPL_VAR NAME="branchcode" --></h3><!-- /TMPL_IF --><!-- /TMPL_IF -->
404             <!-- TMPL_IF NAME="subscriptionnotes" --><p><!--TMPL_VAR NAME="subscriptionnotes"--> </p><!-- /TMPL_IF -->
405             <!--TMPL_IF NAME="latestserials"-->
406             <p> The <!-- TMPL_VAR NAME="staffdisplaycount" --> latest issues related to this subscription:</p>
407             <table>
408                 <tr>
409                     <th>Issue #</th>
410                     <th>Date</th>
411                     <th>Status</th>
412                     <th>Note</th>
413                 </tr>
414             <!--TMPL_LOOP Name="latestserials"-->
415                 <tr>
416                     <td><!--TMPL_VAR Name="serialseq"--></td>
417                     <td><!--TMPL_VAR Name="planneddate"--></td>
418                     <td><!--TMPL_IF Name="status1"-->Expected
419                         <!--TMPL_ELSE -->
420                             <!-- TMPL_IF Name="status2"-->Arrived
421                             <!--TMPL_ELSE -->
422                                 <!-- TMPL_IF Name="status3"-->Late
423                                 <!--TMPL_ELSE -->
424                                     <!-- TMPL_IF Name="status4"-->Missing
425                                     <!--TMPL_ELSE -->
426                                         <!-- TMPL_IF Name="status5"-->Not Issued
427                                         <!--/TMPL_IF-->
428                                     <!--/TMPL_IF-->
429                                 <!--/TMPL_IF-->
430                             <!--/TMPL_IF-->
431                         <!--/TMPL_IF--></td>
432                     <td><!--TMPL_VAR Name="notes"--></td>
433                 </tr>
434             <!--/TMPL_LOOP -->
435             </table>
436             <!-- /TMPL_IF -->
437                         <a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=<!-- TMPL_VAR NAME="subscriptionid" -->">Subscription Details</a>
438     <!-- /TMPL_LOOP -->
439 </div>
440 </div>
441 </div>
442 <!-- /TMPL_IF -->
443
444 <!-- TMPL_IF NAME="FRBRizeEditions" --><!-- TMPL_IF NAME="XISBNS" -->
445 <div id="editions"><h2>Editions</h2>
446 <table>
447 <!-- 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>
448 <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" -->
449   <!-- TMPL_IF name="publishercode" -->
450 <!-- 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 -->
451     <!-- /TMPL_IF -->
452                 <!-- TMPL_IF name="pages" --> <!-- /TMPL_IF --><!-- TMPL_VAR name="pages" --> <!-- TMPL_IF NAME="illus" --><!-- TMPL_VAR NAME="illus" --><!-- /TMPL_IF -->
453                 <!-- TMPL_IF name="size" -->, <!-- /TMPL_IF --><!-- TMPL_VAR name="size" -->
454 </td>
455
456 <!-- /TMPL_LOOP -->
457 </table></div><!-- /TMPL_IF -->
458 <!-- /TMPL_IF -->
459
460 <!-- TMPL_IF NAME="AmazonEnabled" --><!-- TMPL_IF NAME="AmazonSimilarItems" -->
461 <div id="related">
462 <h4>Similar Items</h4>
463 <ul>
464 <!-- TMPL_LOOP NAME="AMAZON_SIMILAR_PRODUCTS" -->
465 <!-- TMPL_LOOP NAME="similar_biblionumbers" -->
466 <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>
467 <!-- /TMPL_LOOP -->
468 <!-- /TMPL_LOOP -->
469 </ul>
470 </div>
471 <!-- /TMPL_IF --><!-- /TMPL_IF -->
472
473 </div><!-- /bibliodetails -->
474
475 <div class="yui-g" id="export" style="margin-top: 1em;">
476 <form method="get" action="/cgi-bin/koha/catalogue/export.pl">
477 <table>  <tr>
478       <th>Save Record</th>   </tr>
479   <tr>     <td> Select Download Format:    <select name="format">
480         <option value="mods">MODS (XML)</option>
481         <option value="dc">Dublin Core (XML)</option>
482         <option value="marcxml">MARCXML</option>
483         <option value="marc8">MARC (non-Unicode/MARC-8)</option>
484         <option value="utf8">MARC (Unicode/UTF-8)</option>    </select>
485         <input type="submit" name="save" value="Download Record" /></td>
486   </tr>
487   <tr><td>
488     <input type="hidden" name="op" value="export" /><input type="hidden" name="bib" value="<!-- TMPL_VAR name="biblionumber" -->" />
489   </td></tr>
490 </table>
491 </form>
492 </div>
493
494
495
496 </div>
497 </div>
498 <div class="yui-b">
499 <!-- TMPL_INCLUDE NAME="biblio-view-menu.inc" -->
500 </div>
501 </div>
502 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->