bug 2509: fix file permissions
[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_VAR name="size" --><!-- /TMPL_IF -->
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="volinfo" --><th>Publication Details</th><!-- /TMPL_IF -->
168                 <!-- TMPL_IF NAME="itemdata_copynumber" --><th>Copy No.</th><!-- /TMPL_IF -->
169             </tr>
170             <!-- TMPL_LOOP NAME="itemloop" -->
171                 <tr>
172                     <!-- 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 -->
173                     <td class="location"><!-- TMPL_UNLESS NAME="singlebranchmode" --><!-- TMPL_VAR NAME="branchname" --><!-- /TMPL_UNLESS --> <!-- TMPL_VAR NAME="location" --> </td>
174                     <!-- TMPL_IF NAME="itemdata_ccode" --><td><!-- TMPL_VAR name="ccode" --></td><!-- /TMPL_IF -->
175                     <td class="itemcallnumber"><!-- TMPL_IF NAME="itemcallnumber" --> <!-- TMPL_VAR NAME="itemcallnumber" --><!-- /TMPL_IF --></td>
176                     <td class="status">
177
178                 <!-- TMPL_IF name="datedue" -->
179                                                 <span class="datedue">Checked out
180                     <!-- TMPL_UNLESS  NAME="NOTSAMEBRANCH" -->
181                           to <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->"><!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --></a>
182                     <!-- /TMPL_UNLESS -->
183                                                 : due <!-- TMPL_VAR NAME="datedue" -->
184                                                 </span>
185                 <!-- TMPL_ELSIF Name="transfertwhen" -->
186                            In transit from <!-- TMPL_VAR NAME="transfertfrom" -->,
187                            to <!-- TMPL_VAR NAME="transfertto" -->, since <!-- TMPL_VAR NAME="transfertwhen" -->
188                                                         <!-- FIXME: the "since" clause is redundant w/ lastseen field -->
189                 <!-- /TMPL_IF -->
190
191                 <!-- TMPL_IF NAME="itemlost" -->
192                     <!-- TMPL_IF NAME="itemlostloop" -->
193                     <!-- TMPL_LOOP NAME="itemlostloop" -->
194                         <!-- TMPL_IF NAME="selected" -->
195                                         <span class="lost"><!-- TMPL_VAR NAME="lib" --></span>
196                         <!-- /TMPL_IF -->
197                     <!-- /TMPL_LOOP -->
198                     <!-- TMPL_ELSE -->
199                                         <span class="lost">Unavailable (lost or missing)</span>
200                     <!-- /TMPL_IF -->
201                 <!-- /TMPL_IF -->
202
203                 <!-- TMPL_IF NAME="wthdrawn" -->
204                                         <span class="wdn">Withdrawn</span>
205                 <!-- /TMPL_IF -->
206
207                 <!-- TMPL_IF NAME="damaged" -->
208                     <!-- TMPL_IF NAME="itemdamagedloop" -->
209                         <!-- TMPL_LOOP NAME="itemdamagedloop" -->
210                         <!-- TMPL_IF NAME="selected" -->
211                                         <span class="dmg"><!-- TMPL_VAR NAME="lib" --></span>
212                         <!-- /TMPL_IF -->
213                         <!-- /TMPL_LOOP -->
214                     <!-- TMPL_ELSE -->
215                                         <span class="dmg">Damaged</span>
216                     <!-- /TMPL_IF -->
217                 <!-- /TMPL_IF -->
218
219                 <!-- TMPL_IF Name="itemnotforloan" -->
220                     Not for loan 
221                     <!-- TMPL_IF Name="notforloanvalue" -->
222                         (<!-- TMPL_VAR NAME="notforloanvalue" -->)
223                     <!-- /TMPL_IF -->
224                 <!-- /TMPL_IF -->
225
226                             
227                 <!-- TMPL_IF NAME="reservedate"-->
228                     <!-- TMPL_IF NAME="waitingdate" -->
229                         Waiting
230                     <!-- TMPL_ELSE -->
231                         On hold
232                     <!-- /TMPL_IF -->
233                     <!-- 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 -->
234                     <!-- TMPL_IF NAME="waitingdate" -->
235                         at<!-- TMPL_ELSE -->expected at
236                     <!-- /TMPL_IF -->   <!-- TMPL_VAR NAME="ExpectedAtLibrary" -->
237                     since
238                     <!-- TMPL_IF NAME="waitingdate" --><!-- TMPL_VAR NAME="waitingdate" -->
239                     <!-- TMPL_ELSE -->
240                         <!-- TMPL_IF name="reservedate" --><!-- TMPL_VAR NAME="reservedate" --><!-- /TMPL_IF -->
241                     <!-- /TMPL_IF -->
242                 <!-- /TMPL_IF -->
243                 <!-- 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" -->
244                                         Available
245                 <!-- /TMPL_UNLESS --><!-- /TMPL_UNLESS --><!-- /TMPL_UNLESS --><!-- /TMPL_UNLESS --><!-- /TMPL_UNLESS --><!-- /TMPL_UNLESS --><!-- /TMPL_UNLESS -->
246                         
247                     </td>
248                     <td class="datelastseen"><!-- TMPL_VAR NAME="datelastseen" --></td>
249                     <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>
250                                 <!-- TMPL_IF NAME="volinfo" --> <td class="enumchron">
251                                         <!-- TMPL_IF NAME="itemdata_enumchron" -->
252                                                 <!-- TMPL_IF NAME="enumchron" -->
253                                                 <!-- TMPL_VAR NAME="enumchron" --><!-- TMPL_IF NAME="serialseq" --> -- <!-- /TMPL_IF -->
254                                                 <!-- /TMPL_IF -->
255                                         <!-- /TMPL_IF -->
256                                         <!-- TMPL_VAR NAME="serialseq" --><!-- TMPL_IF NAME="publisheddate" --> (<!-- TMPL_VAR NAME="publisheddate" -->)<!-- /TMPL_IF -->
257                                 </td><!-- /TMPL_IF -->
258                                 <!-- TMPL_IF NAME="itemdata_copynumber" -->
259                                         <td class="copynumber"><!-- TMPL_VAR NAME="copynumber" --></td>
260                                 <!-- /TMPL_IF -->
261                 <!-- TMPL_IF NAME="type" -->
262                     <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>
263                 <!-- /TMPL_IF -->
264
265                 </tr>
266             <!-- /TMPL_LOOP -->
267         </table>
268                 <!-- TMPL_IF NAME="debug_display" -->
269                 <br /><br />
270                 <table>
271                         <tr><td>itemdata_enumchron</td><td><!-- TMPL_VAR NAME="itemdata_enumchron" --></td></tr>
272                         <tr><td>itemdata_copynumber</td><td><!-- TMPL_VAR NAME="itemdata_copynumber" --></td></tr>
273                         <tr><td>serial</td><td><!-- TMPL_VAR NAME="serial" --></td></tr>
274                 </table>
275                 <!-- /TMPL_IF -->
276 <!-- TMPL_ELSE -->
277     <p>No physical items for this record</p>
278 <!-- /TMPL_IF -->
279     </div>
280     
281 <div id="description">
282 <div class="content_set">
283 <!-- TMPL_IF NAME="AmazonContent" -->
284 <!-- TMPL_LOOP NAME="AMAZON_EDITORIAL_REVIEWS" -->
285     <!-- TMPL_IF NAME="Content" -->
286     <h4>From <!-- TMPL_VAR NAME="Source" -->:</h4>
287     <p><!-- TMPL_VAR NAME="Content" --></p>
288     <!-- /TMPL_IF -->
289 <!-- /TMPL_LOOP -->
290 <!-- /TMPL_IF-->
291
292 <!-- TMPL_IF name="MARCNOTES" -->
293     <!-- TMPL_LOOP NAME="MARCNOTES" -->
294     <p><!-- TMPL_VAR NAME="marcnote" --></p>
295     <!-- /TMPL_LOOP -->
296     <!-- TMPL_ELSE -->
297     <!-- TMPL_IF name="notes" -->
298     <p><!-- TMPL_VAR NAME="notes" --></p>
299     <!-- /TMPL_IF -->
300 <!-- /TMPL_IF -->
301 </div>
302 </div>
303 <!-- TMPL_IF NAME="FRBRizeEditions" --><!-- TMPL_IF NAME="XISBNS" -->
304 <div id="editions"><h2>Editions</h2>
305 <table>
306 <!-- 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>
307 <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" -->
308   <!-- TMPL_IF name="publishercode" -->
309 <!-- 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 -->
310     <!-- /TMPL_IF -->
311                 <!-- TMPL_IF name="pages" --> <!-- /TMPL_IF --><!-- TMPL_VAR name="pages" --> <!-- TMPL_IF NAME="illus" --><!-- TMPL_VAR NAME="illus" --><!-- /TMPL_IF -->
312                 <!-- TMPL_IF name="size" -->, <!-- /TMPL_IF --><!-- TMPL_VAR name="size" -->
313 </td>
314
315     <!-- TMPL_LOOP NAME=items -->
316     <!-- <!-- TMPL_IF NAME="itype" --><img src="/opac-tmpl/prog/itemtypeimg/<!-- TMPL_VAR NAME="itype" -->.gif" title="<!-- TMPL_VAR NAME="itype" -->" /><!-- /TMPL_IF --> -->
317     <!-- barcode:<!-- TMPL_VAR NAME="barcode" --> -->
318     <!-- /TMPL_LOOP -->
319
320 <!-- /TMPL_LOOP -->
321 </table></div><!-- /TMPL_IF -->
322 <!-- /TMPL_IF -->
323
324 <!-- TMPL_IF NAME="AmazonContent" --><!-- TMPL_IF NAME="AmazonSimilarItems" -->
325 <div id="related">
326 <h4>Similar Items</h4>
327 <ul>
328 <!-- TMPL_LOOP NAME="AMAZON_SIMILAR_PRODUCTS" -->
329 <!-- TMPL_LOOP NAME="similar_biblionumbers" -->
330 <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>
331 <!-- /TMPL_LOOP -->
332 <!-- /TMPL_LOOP -->
333 </ul>
334 </div>
335 <!-- /TMPL_IF --><!-- /TMPL_IF -->
336
337 </div><!-- /bibliodetails -->
338
339 <div class="yui-g" id="export" style="margin-top: 1em;">
340 <form method="get" action="/cgi-bin/koha/catalogue/export.pl">
341 <table>  <tr>
342       <th>Save Record</th>   </tr>
343   <tr>     <td> Select Download Format:    <select name="format">
344         <option value="mods">MODS (XML)</option>
345         <option value="dc">Dublin Core (XML)</option>
346         <option value="marcxml">MARCXML</option>
347         <option value="marc8">MARC (non-Unicode/MARC-8)</option>
348         <option value="utf8">MARC (Unicode/UTF-8)</option>    </select>
349         <input type="submit" name="save" value="Download Record" /></td>
350   </tr>
351   <tr><td>
352     <input type="hidden" name="op" value="export" /><input type="hidden" name="bib" value="<!-- TMPL_VAR name="biblionumber" -->" />
353   </td></tr>
354 </table>
355 </form>
356 </div>
357
358
359
360 <!-- TMPL_IF name="subscriptionsnumber" -->
361 <div class="yui-g">
362 <div id="catalogue_detail_subscriptions">
363     <h2>This is a serial subscription</h2>
364     <p> (We have <!-- TMPL_VAR name="subscriptionsnumber" --> subscriptions associated with this title).</p> 
365     <!-- TMPL_LOOP Name="subscriptions" -->
366             <!-- TMPL_IF NAME="subscriptionnotes" --><p><!--TMPL_VAR NAME="subscriptionnotes"--> </p><!-- /TMPL_IF -->
367             <!--TMPL_IF NAME="latestserials"-->
368             <p> The three latest issues related to this subscription:</p>
369             <table>
370                 <tr>
371                     <th>Issue #</th>
372                     <th>Date</th>
373                     <th>Status</th>
374                     <th>Note</th>
375                 </tr>
376             <!--TMPL_LOOP Name="latestserials"-->
377                 <tr>
378                     <td><!--TMPL_VAR Name="serialseq"--></td>
379                     <td><!--TMPL_VAR Name="planneddate"--></td>
380                     <td><!--TMPL_IF Name="status1"-->Expected
381                         <!--TMPL_ELSE -->
382                             <!-- TMPL_IF Name="status2"-->Arrived
383                             <!--TMPL_ELSE -->
384                                 <!-- TMPL_IF Name="status3"-->Late
385                                 <!--TMPL_ELSE -->
386                                     <!-- TMPL_IF Name="status4"-->Missing
387                                     <!--TMPL_ELSE -->
388                                         <!-- TMPL_IF Name="status5"-->Not Issued
389                                         <!--/TMPL_IF-->
390                                     <!--/TMPL_IF-->
391                                 <!--/TMPL_IF-->
392                             <!--/TMPL_IF-->
393                         <!--/TMPL_IF--></td>
394                     <td><!--TMPL_VAR Name="notes"--></td>
395                 </tr>
396             <!--/TMPL_LOOP -->
397             </table>
398             <!-- /TMPL_IF -->
399     <!-- /TMPL_LOOP -->
400 </div>
401 </div>
402 <!-- /TMPL_IF -->
403
404 </div>
405 </div>
406 <div class="yui-b">
407 <!-- TMPL_INCLUDE NAME="biblio-view-menu.inc" -->
408 </div>
409 </div>
410 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->