Show copy/volume info on STAFF detail page.
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / catalogue / detail.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Catalogue &rsaquo; Details for <!-- TMPL_VAR NAME="title" --></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="AmazonContent" -->$(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">Catalogue</a>  &rsaquo; Details for <i><!-- TMPL_VAR NAME="title" --></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="AmazonContent" --><div class="yui-gb"><!-- TMPL_ELSE --><div class="yui-g"><!-- /TMPL_IF -->
57     <div id="catalogue_detail_biblio" class="yui-u first">
58         
59     <h3><!-- TMPL_VAR NAME="title" --> <!-- TMPL_VAR NAME="subtitle" --></h3> 
60             <!-- TMPL_UNLESS NAME="item-level_itypes" --><img src="<!-- TMPL_VAR NAME="imageurl" -->" alt="<!-- TMPL_VAR NAME="description" -->" title="<!-- TMPL_VAR NAME="description" -->"><!-- /TMPL_UNLESS -->
61             <!-- TMPL_IF name="volume" --> <!-- TMPL_VAR name="volume" --><!-- /TMPL_IF -->
62             <!-- TMPL_IF name="volumedesc" -->, <!-- TMPL_VAR name="volumedesc" --><!-- /TMPL_IF --> <!-- TMPL_IF NAME="number" --> <!-- TMPL_VAR NAME="number" --> <!-- /TMPL_IF -->
63             <!-- TMPL_IF name="unititle" -->, <!-- TMPL_VAR name="unititle" -->/<!-- /TMPL_IF -->
64             <!-- TMPL_IF NAME="author" -->By <a href="/cgi-bin/koha/catalogue/search.pl?q=au:<!-- TMPL_VAR NAME="author" -->"><!-- TMPL_VAR NAME="author" --></a><!-- /TMPL_IF -->
65         <ul>
66         <!-- TMPL_IF name="MARCAUTHORS" -->
67             <li><strong>Additional Authors:</strong><ul>
68             <!-- TMPL_LOOP NAME="MARCAUTHORS" -->
69                 <li><!-- TMPL_LOOP NAME="MARCAUTHOR_SUBFIELDS_LOOP" --><!-- TMPL_VAR NAME="separator" --><a title="‡<!-- 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 --><!-- TMPL_VAR name='limit' -->:<!-- TMPL_VAR NAME=link --><!-- /TMPL_LOOP -->"><!-- TMPL_VAR NAME="value" --></a><!-- /TMPL_LOOP --></li>
70                 <!-- /TMPL_LOOP -->
71
72         </ul>
73             </li>
74         <!-- /TMPL_IF -->
75         <!-- TMPL_IF name="publishercode" -->
76     <li><strong>Published by:</strong>
77         <a href="/cgi-bin/koha/catalogue/search.pl?q=pb:<!-- TMPL_VAR NAME="publishercode"-->">
78             <!-- TMPL_VAR NAME="publishercode" --> 
79         </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 -->
80     </li>
81     <!-- /TMPL_IF -->
82         <li><strong>Description:</strong>
83                 <!-- TMPL_IF name="pages" --> <!-- /TMPL_IF --><!-- TMPL_VAR name="pages" --> <!-- TMPL_IF NAME="illus" --><!-- TMPL_VAR NAME="illus" --><!-- /TMPL_IF -->
84                 <!-- TMPL_IF name="size" -->, <!-- /TMPL_IF --><!-- TMPL_VAR name="size" -->
85         </li>
86 <!-- TMPL_IF name="MARCURLS" --><li>
87     
88         <strong>Online Resources:</strong>
89     <ul>    <!-- TMPL_LOOP name="MARCURLS" -->
90                 <li><!-- TMPL_IF NAME="part" --><!-- TMPL_VAR NAME="part" -->
91                         <br /><!-- /TMPL_IF --> 
92                 <!-- here you might do a tmpl_if name="toc" and use greybox or equivalent for table of contents -->
93                 <a href="<!-- TMPL_VAR NAME="MARCURL" -->" title="<!-- TMPL_VAR NAME="MARCURL" -->"><!-- TMPL_VAR NAME="linktext" --></a>
94                         <!-- TMPL_IF NAME="notes" --><ul><!-- TMPL_LOOP NAME="notes" --><li><!-- TMPL_VAR NAME="note" --></li><!-- /TMPL_LOOP --></ul><!-- /TMPL_IF --></li>
95             <!-- /TMPL_LOOP --></ul>
96 </li>
97     <!-- /TMPL_IF -->
98         </ul>
99         </div>
100         
101 <!-- TMPL_IF NAME="AmazonContent" --><div class="yui-u" id="bookcoverimg">
102         <a href="http://www.amazon.com/gp/reader/<!-- TMPL_VAR NAME="isbn" -->/ref=sib_dp_pt/002-7879865-0184864#reader-link"><img border="0" src="http://images.amazon.com/images/P/<!-- TMPL_VAR NAME="isbn" -->.01._PIdp-schmooS,TopRight,7,-26_SCMZZZZZZZ_.jpg" alt="" /></a></div><!-- /TMPL_IF -->
103         
104         <div class="yui-u" style="margin-top: 1em;">
105         <ul>
106         <!-- TMPL_IF name="isbn" -->
107             <li><strong>ISBN:</strong> <!-- TMPL_VAR NAME="isbn" --></li>
108         <!-- /TMPL_IF -->
109         <!-- TMPL_IF name="issn" -->
110             <li><strong>ISSN:</strong><!-- TMPL_VAR NAME="issn" --></li>
111         <!-- /TMPL_IF -->
112         <!-- TMPL_IF name="collectiontitle" -->
113             <li><strong>Collection: </strong>
114                 <!-- 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 -->
115             </li>
116         <!-- /TMPL_IF -->
117         <!-- TMPL_IF name="MARCSUBJCTS" -->
118             <li><strong>Subjects:</strong> 
119             <ul>
120                 <!-- TMPL_LOOP NAME="MARCSUBJCTS" -->
121                 <li><!-- TMPL_LOOP NAME="MARCSUBJECT_SUBFIELDS_LOOP" --> <!-- TMPL_VAR NAME="separator" --> <a title="‡<!-- 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" --><!-- TMPL_VAR name="limit" -->:<!-- TMPL_VAR NAME="link" --><!-- /TMPL_LOOP -->"><!-- TMPL_VAR NAME="value" --></a><!-- /TMPL_LOOP --></li>
122                 <!-- /TMPL_LOOP -->
123                 </ul>
124             </li>
125         <!-- /TMPL_IF -->
126         <!-- TMPL_IF name="copyrightdate" -->
127             <li><strong>Copyright:</strong> <!-- TMPL_VAR NAME="copyrightdate" --></li>
128         <!-- /TMPL_IF -->
129      
130         <!-- TMPL_IF name="classification" -->
131             <li><strong>Classification:</strong> <!-- TMPL_VAR name="subclass" --><!-- TMPL_VAR name="classification" --></li>
132         <!-- /TMPL_IF -->
133         <!-- TMPL_IF name="dewey" -->
134             <li><strong>Dewey:</strong> <!-- TMPL_VAR name="dewey" --></li>
135         <!-- /TMPL_IF -->
136         <!-- TMPL_IF name="URLS" -->
137             <li><strong>URL:</strong> 
138                 <!-- TMPL_LOOP name="URLS" -->
139                     <a href="<!-- TMPL_VAR name="url" -->"><!-- TMPL_VAR NAME="url" --></a>
140                 <!-- /TMPL_LOOP -->
141             </li>
142         <!-- /TMPL_IF -->
143         </ul>
144 </div>
145 </div>
146
147 <div id="bibliodetails" class="toptabs">
148
149 <ul>   
150 <li><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->#holdings">Holdings</a></li>
151 <li><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->#description">Descriptions</a></li>
152 <!-- 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 -->
153 <!-- 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 -->
154  </ul>
155
156 <div id="holdings">
157 <!-- TMPL_IF name="count" -->
158         <table>
159             <tr>
160                 <!-- TMPL_IF NAME="item-level_itypes" --><th>Item type</th><!-- /TMPL_IF -->
161                 <th>Location</th>
162                 <!-- TMPL_IF NAME="itemdata_ccode" --><th>Collection</th><!-- /TMPL_IF -->
163                 <th>Call Number</th>
164                 <th>Status</th>
165                 <th>Last seen</th>
166                 <th>Barcode</th>
167                 <!-- TMPL_IF NAME="itemdata_enumchron" --><th>Publication Details</th>
168                                 <!-- TMPL_ELSIF NAME="serial" --><th>Volume</th>
169                                 <!-- /TMPL_IF -->
170                 <!-- TMPL_IF NAME="itemdata_copynumber" --><th>Copy No.</th><!-- /TMPL_IF -->
171             </tr>
172             <!-- TMPL_LOOP NAME="itemloop" -->
173                 <tr>
174                     <!-- TMPL_IF NAME="item-level_itypes" --><td class="itype"><!-- 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><!-- /TMPL_IF -->
175                     <td class="location"><!-- TMPL_UNLESS NAME="singlebranchmode" --><!-- TMPL_VAR NAME="branchname" --><!-- /TMPL_UNLESS --> <!-- TMPL_VAR NAME="location" --> </td>
176                     <!-- TMPL_IF NAME="itemdata_ccode" --><td><!-- TMPL_VAR name="ccode" --></td><!-- /TMPL_IF -->
177                     <td class="itemcallnumber"><!-- TMPL_IF NAME="itemcallnumber" --> <!-- TMPL_VAR NAME="itemcallnumber" --><!-- /TMPL_IF --></td>
178                     <td class="status">
179
180                 <!-- TMPL_IF name="datedue" -->
181                                                 <span class="datedue">Checked out
182                     <!-- TMPL_UNLESS  NAME="NOTSAMEBRANCH" -->
183                           to <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->"><!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --></a>
184                     <!-- /TMPL_UNLESS -->
185                                                 : due <!-- TMPL_VAR NAME="datedue" -->
186                                                 </span>
187                 <!-- TMPL_ELSIF Name="transfertwhen" -->
188                            In transit from <!-- TMPL_VAR NAME="transfertfrom" -->,
189                            to <!-- TMPL_VAR NAME="transfertto" -->, since <!-- TMPL_VAR NAME="transfertwhen" -->
190                                                         <!-- FIXME: the "since" clause is redundant w/ lastseen field -->
191                 <!-- /TMPL_IF -->
192
193                 <!-- TMPL_IF NAME="itemlost" -->
194                     <!-- TMPL_IF NAME="itemlostloop" -->
195                     <!-- TMPL_LOOP NAME="itemlostloop" -->
196                         <!-- TMPL_IF NAME="selected" -->
197                                         <span class="lost"><!-- TMPL_VAR NAME="lib" --></span>
198                         <!-- /TMPL_IF -->
199                     <!-- /TMPL_LOOP -->
200                     <!-- TMPL_ELSE -->
201                                         <span class="lost">Unavailable (lost or missing)</span>
202                     <!-- /TMPL_IF -->
203                 <!-- /TMPL_IF -->
204
205                 <!-- TMPL_IF NAME="wthdrawn" -->
206                                         <span class="wdn">Withdrawn</span>
207                 <!-- /TMPL_IF -->
208
209                 <!-- TMPL_IF NAME="damaged" -->
210                     <!-- TMPL_IF NAME="itemdamagedloop" -->
211                         <!-- TMPL_LOOP NAME="itemdamagedloop" -->
212                         <!-- TMPL_IF NAME="selected" -->
213                                         <span class="dmg"><!-- TMPL_VAR NAME="lib" --></span>
214                         <!-- /TMPL_IF -->
215                         <!-- /TMPL_LOOP -->
216                     <!-- TMPL_ELSE -->
217                                         <span class="dmg">Damaged</span>
218                     <!-- /TMPL_IF -->
219                 <!-- /TMPL_IF -->
220
221                 <!-- TMPL_IF Name="itemnotforloan" -->
222                     Not for loan 
223                     <!-- TMPL_IF Name="notforloanvalue" -->
224                         (<!-- TMPL_VAR NAME="notforloanvalue" -->)
225                     <!-- /TMPL_IF -->
226                 <!-- /TMPL_IF -->
227
228                             
229                 <!-- TMPL_IF NAME="reservedate"-->
230                     <!-- TMPL_IF NAME="waitingdate" -->
231                         Waiting
232                     <!-- TMPL_ELSE -->
233                         On hold
234                     <!-- /TMPL_IF -->
235                     <!-- TMPL_IF NAME="canreservefromotherbranches" -->for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=<!-- TMPL_VAR NAME="ReservedForBorrowernumber" -->"><!-- TMPL_VAR NAME="ReservedForFirstname" --> <!-- TMPL_VAR NAME="ReservedForSurname" --></a><!-- /TMPL_IF -->
236                     <!-- TMPL_IF NAME="waitingdate" -->
237                         at<!-- TMPL_ELSE -->expected at
238                     <!-- /TMPL_IF -->   <!-- TMPL_VAR NAME="ExpectedAtLibrary" -->
239                     since
240                     <!-- TMPL_IF NAME="waitingdate" --><!-- TMPL_VAR NAME="waitingdate" -->
241                     <!-- TMPL_ELSE -->
242                         <!-- TMPL_IF name="reservedate" --><!-- TMPL_VAR NAME="reservedate" --><!-- /TMPL_IF -->
243                     <!-- /TMPL_IF -->
244                 <!-- /TMPL_IF -->
245                 <!-- 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" -->
246                                         Available
247                 <!-- /TMPL_UNLESS --><!-- /TMPL_UNLESS --><!-- /TMPL_UNLESS --><!-- /TMPL_UNLESS --><!-- /TMPL_UNLESS --><!-- /TMPL_UNLESS --><!-- /TMPL_UNLESS -->
248                         
249                     </td>
250                     <td class="datelastseen"><!-- TMPL_VAR NAME="datelastseen" --></td>
251                     <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?type=<!-- TMPL_VAR NAME="type" -->&amp;item=<!-- 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>
252                                 <!-- TMPL_IF NAME="itemdata_enumchron" -->
253                                         <td class="enumchron"><!-- TMPL_VAR NAME="enumchron" --></td>
254                 <!-- TMPL_ELSIF NAME="serial" -->
255                                         <td class="serialseq"><!-- TMPL_VAR NAME="serialseq" --><!-- TMPL_IF NAME="publisheddate" --> (<!-- TMPL_VAR NAME="publisheddate" -->)<!-- /TMPL_IF --></td>
256                                 <!-- /TMPL_IF -->
257                                 <!-- TMPL_IF NAME="itemdata_copynumber" -->
258                                         <td class="copynumber"><!-- TMPL_VAR NAME="copynumber" --></td>
259                                 <!-- /TMPL_IF -->
260                 <!-- TMPL_IF NAME="type" -->
261                     <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>
262                 <!-- /TMPL_IF -->
263
264                 </tr>
265             <!-- /TMPL_LOOP -->
266         </table>
267                 <!-- TMPL_IF NAME="debug_display" -->
268                 <br /><br />
269                 <table>
270                         <tr><td>itemdata_enumchron</td><td><!-- TMPL_VAR NAME="itemdata_enumchron" --></td></tr>
271                         <tr><td>itemdata_copynumber</td><td><!-- TMPL_VAR NAME="itemdata_copynumber" --></td></tr>
272                         <tr><td>serial</td><td><!-- TMPL_VAR NAME="serial" --></td></tr>
273                 </table>
274                 <!-- /TMPL_IF -->
275 <!-- TMPL_ELSE -->
276     <p>No physical items for this record</p>
277 <!-- /TMPL_IF -->
278     </div>
279     
280 <div id="description">
281 <div class="content_set">
282 <!-- TMPL_IF NAME="AmazonContent" -->
283 <!-- TMPL_LOOP NAME="AMAZON_EDITORIAL_REVIEWS" -->
284     <!-- TMPL_IF NAME="Content" -->
285     <h4>From <!-- TMPL_VAR NAME="Source" -->:</h4>
286     <p><!-- TMPL_VAR NAME="Content" --></p>
287     <!-- /TMPL_IF -->
288 <!-- /TMPL_LOOP -->
289 <!-- /TMPL_IF-->
290
291 <!-- TMPL_IF name="MARCNOTES" -->
292     <!-- TMPL_LOOP NAME="MARCNOTES" -->
293     <p><!-- TMPL_VAR NAME="marcnote" --></p>
294     <!-- /TMPL_LOOP -->
295     <!-- TMPL_ELSE -->
296     <!-- TMPL_IF name="notes" -->
297     <p><!-- TMPL_VAR NAME="notes" --></p>
298     <!-- /TMPL_IF -->
299 <!-- /TMPL_IF -->
300 </div>
301 </div>
302 <!-- TMPL_IF NAME="FRBRizeEditions" --><!-- TMPL_IF NAME="XISBNS" -->
303 <div id="editions"><h2>Editions</h2>
304 <table>
305 <!-- TMPL_LOOP NAME="XISBNS" --><tr><!-- TMPL_IF NAME="AmazonContent" --><td><a href="http://www.amazon.com/gp/reader/<!-- TMPL_VAR NAME="isbn" -->/ref=sib_dp_pt/002-7879865-0184864#reader-link"><img src="http://images.amazon.com/images/P/<!-- TMPL_VAR NAME="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>
306 <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a> by <!-- TMPL_VAR NAME="author" --> &copy;<!-- TMPL_VAR NAME="copyrightdate" -->
307   <!-- TMPL_IF name="publishercode" -->
308 <!-- 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 -->
309     <!-- /TMPL_IF -->
310                 <!-- TMPL_IF name="pages" --> <!-- /TMPL_IF --><!-- TMPL_VAR name="pages" --> <!-- TMPL_IF NAME="illus" --><!-- TMPL_VAR NAME="illus" --><!-- /TMPL_IF -->
311                 <!-- TMPL_IF name="size" -->, <!-- /TMPL_IF --><!-- TMPL_VAR name="size" -->
312 </td>
313
314     <!-- TMPL_LOOP NAME=items -->
315     <!-- <!-- TMPL_IF NAME="itype" --><img src="/opac-tmpl/prog/itemtypeimg/<!-- TMPL_VAR NAME="itype" -->.gif" title="<!-- TMPL_VAR NAME="itype" -->" /><!-- /TMPL_IF --> -->
316     <!-- barcode:<!-- TMPL_VAR NAME="barcode" --> -->
317     <!-- /TMPL_LOOP -->
318
319 <!-- /TMPL_LOOP -->
320 </table></div><!-- /TMPL_IF -->
321 <!-- /TMPL_IF -->
322
323 <!-- TMPL_IF NAME="AmazonContent" --><!-- TMPL_IF NAME="AmazonSimilarItems" -->
324 <div id="related">
325 <h4>Similar Items</h4>
326 <ul>
327 <!-- TMPL_LOOP NAME="AMAZON_SIMILAR_PRODUCTS" -->
328 <!-- TMPL_LOOP NAME="similar_biblionumbers" -->
329 <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>
330 <!-- /TMPL_LOOP -->
331 <!-- /TMPL_LOOP -->
332 </ul>
333 </div>
334 <!-- /TMPL_IF --><!-- /TMPL_IF -->
335
336 </div><!-- /bibliodetails -->
337
338 <div class="yui-g" id="export" style="margin-top: 1em;">
339 <form method="get" action="/cgi-bin/koha/catalogue/export.pl">
340 <table>  <tr>
341       <th>Save Record</th>   </tr>
342   <tr>     <td> Select Download Format:    <select name="format">
343         <option value="mods">MODS (XML)</option>
344         <option value="dc">Dublin Core (XML)</option>
345         <option value="marcxml">MARCXML</option>
346         <option value="marc8">MARC (non-Unicode/MARC-8)</option>
347         <option value="utf8">MARC (Unicode/UTF-8)</option>    </select>
348         <input type="submit" name="save" value="Download Record" /></td>
349   </tr>
350   <tr><td>
351     <input type="hidden" name="op" value="export" /><input type="hidden" name="bib" value="<!-- TMPL_VAR name="biblionumber" -->" />
352   </td></tr>
353 </table>
354 </form>
355 </div>
356
357
358
359 <!-- TMPL_IF name="subscriptionsnumber" -->
360 <div class="yui-g">
361 <div id="catalogue_detail_subscriptions">
362     <h2>This is a serial subscription</h2>
363     <p> (We have <!-- TMPL_VAR name="subscriptionsnumber" --> subscriptions associated with this title).</p> 
364     <!-- TMPL_LOOP Name="subscriptions" -->
365             <!-- TMPL_IF NAME="subscriptionnotes" --><p><!--TMPL_VAR NAME="subscriptionnotes"--> </p><!-- /TMPL_IF -->
366             <!--TMPL_IF NAME="latestserials"-->
367             <p> The three latest issues related to this subscription:</p>
368             <table>
369                 <tr>
370                     <th>Issue #</th>
371                     <th>Date</th>
372                     <th>Status</th>
373                     <th>Note</th>
374                 </tr>
375             <!--TMPL_LOOP Name="latestserials"-->
376                 <tr>
377                     <td><!--TMPL_VAR Name="serialseq"--></td>
378                     <td><!--TMPL_VAR Name="planneddate"--></td>
379                     <td><!--TMPL_IF Name="status1"-->Expected
380                         <!--TMPL_ELSE -->
381                             <!-- TMPL_IF Name="status2"-->Arrived
382                             <!--TMPL_ELSE -->
383                                 <!-- TMPL_IF Name="status3"-->Late
384                                 <!--TMPL_ELSE -->
385                                     <!-- TMPL_IF Name="status4"-->Missing
386                                     <!--TMPL_ELSE -->
387                                         <!-- TMPL_IF Name="status5"-->Not Issued
388                                         <!--/TMPL_IF-->
389                                     <!--/TMPL_IF-->
390                                 <!--/TMPL_IF-->
391                             <!--/TMPL_IF-->
392                         <!--/TMPL_IF--></td>
393                     <td><!--TMPL_VAR Name="notes"--></td>
394                 </tr>
395             <!--/TMPL_LOOP -->
396             </table>
397             <!-- /TMPL_IF -->
398     <!-- /TMPL_LOOP -->
399 </div>
400 </div>
401 <!-- /TMPL_IF -->
402
403 </div>
404 </div>
405 <div class="yui-b">
406 <!-- TMPL_INCLUDE NAME="biblio-view-menu.inc" -->
407 </div>
408 </div>
409 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->