Merge git://git.koha.org/pub/scm/koha
[koha.git] / koha-tmpl / opac-tmpl / prog / en / modules / opac-detail.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><!-- TMPL_IF NAME="LibraryNameTitle" --><!-- TMPL_VAR NAME="LibraryNameTitle" --><!-- TMPL_ELSE -->Koha Online<!-- /TMPL_IF --> Catalog &rsaquo; Details for: <!-- TMPL_VAR NAME="title" --> <!-- TMPL_VAR NAME="subtitle" -->
2 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
3 <script type="text/JavaScript" language="JavaScript">
4 //<![CDATA[
5          $(document).ready(function() {
6                         var $tabs = $('#bibliodescriptions').tabs({
7                         onClick: function(tab) {
8                        if ( $(tab).is('.external') ) {
9                            location.href = tab.href;
10                            return false;
11                        }
12                    }
13                 });
14          }); 
15 //]]>
16 </script>
17 </head>
18 <body>
19 <!--TMPL_INCLUDE NAME="masthead.inc" -->
20
21 <div id="doc3" class="yui-t1">
22    <div id="bd">
23         <div id="yui-main">
24         <div class="yui-b"><div class="yui-ge">
25     <div class="yui-u first">
26         
27         <div id="catalogue_detail_biblio">
28     <!-- TMPL_IF NAME="AmazonContent" -->
29        <div id="bookcover"> <!-- TMPL_IF NAME="isbn" -->
30         <a href="http://www.amazon.com/gp/reader/<!-- TMPL_VAR NAME="isbn" -->/ref=sib_dp_pt/002-7879865-0184864#reader-link">
31             <img border="0" src="http://images.amazon.com/images/P/<!-- TMPL_VAR NAME="isbn" -->.01._PIdp-schmooS,TopRight,7,-26_SCMZZZZZZZ_.jpg" alt="Book Cover Image" />
32         </a><!-- TMPL_ELSE -->
33         <img border="0" src="http://g-images.amazon.com/images/G/01/x-site/icons/no-img-sm.gif" alt="Book Cover Image" />
34         <!-- /TMPL_IF --></div>
35 <!-- /TMPL_IF -->
36     <h1><!-- TMPL_VAR NAME="title" --> <!-- TMPL_IF NAME="subtitle" --> <span class="subtitle"><!-- TMPL_VAR NAME="subtitle" --></span><!-- /TMPL_IF --></h1>
37     <!-- TMPL_IF NAME="author" --><h2 class="author">By <a href="/cgi-bin/koha/opac-search.pl?q=au:<!-- TMPL_VAR NAME="author" -->"><!-- TMPL_VAR NAME="author" --></a></h2><!-- /TMPL_IF -->
38     <p>
39         [
40         <!-- TMPL_IF name="description" -->
41             <!-- TMPL_VAR name="description" -->
42         <!-- TMPL_ELSE -->
43             <!-- TMPL_VAR NAME="itemtype" -->
44         <!-- /TMPL_IF -->
45         ] :
46         <!-- TMPL_IF name="volume" --> <!-- TMPL_VAR name="volume" --><!-- /TMPL_IF -->
47         <!-- TMPL_IF name="volumedesc" -->, <!-- TMPL_VAR name="volumedesc" --><!-- /TMPL_IF --> <!-- TMPL_IF NAME="number" --> <!-- TMPL_VAR NAME="number" --> <!-- /TMPL_IF -->
48         <!-- TMPL_IF name="unititle" -->, <!-- TMPL_VAR name="unititle" --><!-- /TMPL_IF -->
49         / <!-- TMPL_VAR NAME="author" --> <!-- TMPL_VAR NAME="class" -->
50     </p>
51
52     <!-- TMPL_IF name="MARCAUTHORS" -->
53     <p><span class="label">Authors:</span>
54                                 <!-- TMPL_LOOP NAME="MARCAUTHORS" -->
55                 <!-- TMPL_LOOP NAME="MARCAUTHOR_SUBFIELDS_LOOP" --><!-- TMPL_VAR NAME="separator" --><a title="‡<!-- TMPL_VAR NAME=code --> <!-- TMPL_VAR NAME=value -->" href="/cgi-bin/koha/opac-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 -->
56                 <!-- /TMPL_LOOP -->
57
58     </p>
59     <!-- /TMPL_IF -->
60     <!-- TMPL_IF name="editionstatement" -->
61     <p><span class="label">Edition statement:</span><!-- TMPL_VAR name="editionstatement" --><!-- TMPL_IF name="editionresponsibility" -->/<!-- TMPL_VAR name="editionresponsibility" --><!-- /TMPL_IF--></p>
62     <!-- /TMPL_IF -->
63     <!-- TMPL_IF name="publishercode" -->
64     <p><span class="label">Published by :</span>
65         <a href="/cgi-bin/koha/opac-search.pl?q=pb:<!-- TMPL_VAR NAME="publishercode"-->">
66             <!-- TMPL_VAR NAME="publishercode" --> 
67         </a> <!-- TMPL_IF name="place" -->(<!-- TMPL_VAR NAME="place"-->)<!--/TMPL_IF--> <!-- TMPL_IF NAME="publicationyear" -->, <!-- TMPL_VAR NAME="publicationyear" --><!-- /TMPL_IF -->
68     </p>
69     <!-- /TMPL_IF -->
70         
71         <!-- TMPL_IF NAME="pages" --><p><span class="label">Physical details:</span> <!-- TMPL_VAR NAME="pages" --> <!-- TMPL_VAR NAME="illus" --> <!-- TMPL_VAR NAME="size" --></p><!-- /TMPL_IF -->
72
73     <!-- TMPL_IF name="isbn" -->
74     <p><span class="label">ISBN: </span><!-- TMPL_VAR NAME="isbn" --></p>
75     <!-- /TMPL_IF -->
76     <!-- TMPL_IF name="issn" -->
77     <p><span class="label">ISSN:</span><!-- TMPL_VAR NAME="issn" --></p>
78     <!-- /TMPL_IF -->
79     <!-- TMPL_IF name="collectiontitle" -->
80     <p><span class="label">Collection: </span>
81         <!-- TMPL_VAR NAME="collectiontitle" -->
82         <!-- TMPL_IF name="collectionissn" -->, ISSN <!-- TMPL_VAR name="collectionissn" -->    <!-- /TMPL_IF -->
83         <!-- TMPL_IF name="collectionvolume" -->; <!-- TMPL_VAR name="collectionvolume" --> <!-- /TMPL_IF -->
84         
85     </p>
86     <!-- /TMPL_IF -->
87     <!-- TMPL_IF name="unititles" -->
88     <p><span class="label">Uniform titles:</span>
89         <!-- TMPL_LOOP name="unititles" -->
90         <!-- TMPL_VAR NAME="unititle" --> ;
91         <!-- /TMPL_LOOP -->
92         
93     </p>
94     <!-- /TMPL_IF -->
95
96 <!-- TMPL_IF NAME="MARCSUBJCTS" -->
97             <p><span class="label">Subject(s):</span> 
98                 <!-- TMPL_LOOP NAME="MARCSUBJCTS" -->
99                     <!-- TMPL_LOOP NAME="MARCSUBJECT_SUBFIELDS_LOOP" -->
100                         <!-- TMPL_VAR NAME="separator" --><a title="$<!-- TMPL_VAR NAME="code" --> <!-- TMPL_VAR NAME="value" -->" href="/cgi-bin/koha/opac-search.pl?q=<!-- TMPL_LOOP NAME="link_loop" --><!-- TMPL_VAR NAME="operator" --><!-- TMPL_VAR name="limit" -->:<!-- TMPL_VAR NAME="link" --> <!-- /TMPL_LOOP -->">
101                             <!-- TMPL_VAR NAME="value" -->
102                         </a>
103                     <!-- /TMPL_LOOP --> |
104                 <!-- /TMPL_LOOP --></p>
105 <!-- TMPL_ELSE -->
106     <!-- TMPL_IF name="subjects" --><p><strong>Subject(s):</strong> <!-- TMPL_LOOP name="subjects" --><a href="/cgi-bin/koha/opac-search.pl?q=su:<!-- TMPL_VAR NAME="subject" escape="HTML"-->"><!-- TMPL_VAR NAME="subject" --></a> | <!-- /TMPL_LOOP --></p><!-- /TMPL_IF --></p>
107 <!-- /TMPL_IF -->
108
109     <!-- TMPL_IF name="copyrightdate" -->
110     <p><span class="label">Year : </span><!-- TMPL_VAR NAME="copyrightdate" --></p>
111     <!-- /TMPL_IF -->
112    
113     <!-- TMPL_IF name="classification" -->
114     <p><span class="label">classification:</span><!-- TMPL_VAR name="subclass" --><!-- TMPL_VAR name="classification" --></p>
115     <!-- /TMPL_IF -->
116     <!-- TMPL_IF name="dewey" -->
117     <p><span class="label">Dewey:</span><!-- TMPL_VAR name="dewey" --></p>
118     <!-- /TMPL_IF -->
119     <p><span class="label">Item type : </span>
120         <!-- TMPL_IF name="description" -->
121         <!-- TMPL_VAR name="description" -->
122         <!-- TMPL_ELSE -->
123         <!-- TMPL_VAR NAME="itemtype" -->
124         <!-- /TMPL_IF -->
125     </p>
126     <!-- TMPL_IF name="MARCURLS" -->
127         <!-- TMPL_IF NAME="count" -->
128         <p><span class="label">Online Resources:</span>
129     <ul>    <!-- TMPL_LOOP name="MARCURLS" -->
130                 <li><!-- TMPL_IF NAME="part" --><!-- TMPL_VAR NAME="part" -->
131                         <br /><!-- /TMPL_IF --> 
132                 <!-- here you might do a tmpl_if name="toc" and use greybox or equivalent for table of contents -->
133                 <a href="<!-- TMPL_VAR NAME="MARCURL" -->"><!-- TMPL_VAR NAME="linktext" --></a>
134                         <!-- TMPL_IF NAME="notes" --><ul><!-- TMPL_LOOP NAME="notes" --><li><!-- TMPL_VAR NAME="note" --></li><!-- /TMPL_LOOP --></ul><!-- /TMPL_IF --></li>
135             <!-- /TMPL_LOOP --></ul>
136     </p>
137     <!-- /TMPL_IF -->
138     <!-- /TMPL_IF -->
139 </div>
140 </div>
141
142 <div class="yui-u">
143
144 <ul id="action">
145
146 <!-- TMPL_UNLESS NAME="norequests" -->
147     <!-- TMPL_UNLESS name="bi_notforloan" -->
148         <!-- TMPL_IF NAME="RequestOnOpac" -->
149             <li><a href="/cgi-bin/koha/opac-reserve.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->">
150             Place Reserve
151             </a></li>
152         <!-- /TMPL_IF -->
153     <!-- /TMPL_UNLESS -->
154 <!-- /TMPL_UNLESS -->
155        
156
157         <li><a href="/cgi-bin/koha/opac-detailprint.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" onclick="Dopop('opac-detailprint.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->'); return false;">
158             Print
159         </a></li>
160 <!-- TMPL_IF name="virtualshelves" -->
161     <!-- TMPL_IF NAME="loggedinusername" -->
162         <li><a href="/cgi-bin/koha/opac-addbybiblionumber.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" onclick="Dopop('opac-addbybiblionumber.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->'); return false;">
163             Add to My Book List
164         </a></li>
165     <!-- /TMPL_IF -->
166 <!-- /TMPL_IF -->
167         <li><a href="#" onclick="addRecord('<!-- TMPL_VAR NAME="biblionumber" -->'); return false;">
168             Add to My Book Bag
169         </a></li>
170 </ul>
171 </div>
172 </div>
173
174 <div class="yui-g">
175
176 <div id="bibliodescriptions" class="toptabs">
177
178 <ul>   
179 <li> <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->#holdings">Holdings
180     ( <!-- TMPL_VAR NAME="count" --> )</a>
181    </li>
182  <li> <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->#descriptions">Descriptions</a></li>
183 <!-- TMPL_IF name="subscriptionsnumber" --><li>
184             <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->#subscriptions">Subscriptions</a>
185     </li><!-- /TMPL_IF -->
186 <!-- TMPL_IF NAME="reviewson" --><li><a href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->#comments">Comments</a></li><!-- /TMPL_IF -->
187
188         <!-- TMPL_IF NAME="OPACFRBRizeEditions" --><li><a href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->#editions">Editions</a></li><!-- /TMPL_IF -->
189         
190         <!-- TMPL_IF NAME="AmazonContent" --><li><a href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->#amazonreviews">Amazon Reviews</a></li><!-- /TMPL_IF -->
191
192         <!-- TMPL_IF NAME="ISBD" --><li><a href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->">ISBD View</a></li><!-- /TMPL_IF -->
193
194         <li> <a class="external" href="/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->">
195             MARC View
196         </a></li>
197 </ul>
198
199 <div id="holdings" class="tabs-container">
200 <!-- TMPL_IF name="count" -->
201     <table>
202         <tr>
203             <th>Item type</th>
204             <th>Collection</th>
205             <th>Location</th>
206             <th>Status</th>
207             <th>Date Due</th>
208                         <th>Last Seen</th>
209             <th>Volume</th>
210         </tr>
211         <!-- TMPL_LOOP NAME="ITEM_RESULTS" -->
212         <tr>
213             <td><!-- TMPL_VAR NAME="description" --></td>
214             <td><!-- TMPL_VAR NAME="ccode" --></td>
215             <td><!-- TMPL_VAR NAME="branchname" --> <!-- TMPL_VAR name="location" --> <!-- TMPL_IF NAME="itemcallnumber" --> <!-- TMPL_VAR NAME="itemcallnumber" --><!-- /TMPL_IF --></td>
216             <td><!-- TMPL_IF name="bi_notforloan" -->
217                     Not for loan
218                 <!-- TMPL_ELSE -->
219                     <!-- TMPL_IF name="datedue" -->
220                     On issue
221                     <!-- TMPL_ELSE -->
222                         <!-- TMPL_IF name="notforloan" -->
223                             <!-- TMPL_VAR name="notforloan" -->
224                         <!-- TMPL_ELSE -->
225                             <!-- TMPL_IF name="itemlost"-->
226                                 Item lost
227                             <!-- TMPL_ELSE -->
228                                 <!-- TMPL_IF NAME="wthdrawn" -->
229                                     Item Cancelled
230                                 <!-- TMPL_ELSE -->
231                                     Available
232                                 <!-- /TMPL_IF -->
233                             <!-- /TMPL_IF -->
234                         <!-- /TMPL_IF -->
235                     <!-- /TMPL_IF -->
236                 <!-- /TMPL_IF --></td>
237             <td><!-- TMPL_VAR NAME="datedue" --></td>
238                         <td><!-- TMPL_VAR NAME="datelastseen" --></td>
239             <td><!-- TMPL_VAR NAME="volumeddesc" --></td>
240             <!-- TMPL_IF NAME="type" -->
241             <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>
242             <!-- /TMPL_IF -->
243         </tr>
244         <!-- /TMPL_LOOP -->
245     </table>
246 <!-- TMPL_ELSE -->
247 <p>No physical items for this record</p>
248 <!-- /TMPL_IF -->
249 </div>
250
251 <div id="descriptions" class="tabs-container">
252 <!-- TMPL_IF NAME="AmazonContent" --><!-- TMPL_IF NAME="item_description" --><strong>Description (from Amazon.com):</strong><ul><li><!-- TMPL_VAR NAME="item_description" --></li></ul><!-- /TMPL_IF --><!-- /TMPL_IF -->
253  <!-- TMPL_IF name="MARCNOTES" -->
254         <!-- TMPL_LOOP NAME="MARCNOTES" -->
255         <p><!-- TMPL_VAR NAME="marcnote" --></p>
256         <!-- /TMPL_LOOP -->
257     <!-- TMPL_ELSE -->
258     <!-- TMPL_IF name="notes" -->
259     <p><!-- TMPL_VAR NAME="notes" --></p>
260     <!-- /TMPL_IF -->
261     <!-- /TMPL_IF -->
262 </div>
263
264 <!-- TMPL_IF name="subscriptionsnumber" -->
265 <div id="subscriptions" class="tabs-container">
266     <h2>This is a serial subscription</h2>
267     <p> (There are <!-- TMPL_VAR name="subscriptionsnumber" --> subscriptions associated with this title).</p>
268     <!-- TMPL_LOOP Name="subscriptions" -->
269     <!-- TMPL_IF NAME="subscriptionnotes" --><p><!--TMPL_VAR NAME="subscriptionnotes"--> </p><!-- /TMPL_IF -->
270     <!--TMPL_IF NAME="latestserials"-->
271     <p> The three latest issues for this subscription:</p>
272     <table>
273         <tr>
274             <th>Issue #</th>
275             <th>Date</th>
276             <th>Status</th>
277             <th>Note</th>
278             <!--TMPL_LOOP Name="latestserials"-->
279             <tr>
280                 <td>    <!--TMPL_VAR Name="serialseq"-->
281                 </td>
282                 <td>    <!--TMPL_VAR Name="planneddate"-->
283                 </td>
284                 <td>    <!--TMPL_IF Name="status1"-->Waited
285                     <!--TMPL_ELSE -->
286                     <!-- TMPL_IF Name="status2"-->Arrived
287                     <!--TMPL_ELSE -->
288                     <!-- TMPL_IF Name="status3"-->Late
289                     <!--TMPL_ELSE -->
290                     <!-- TMPL_IF Name="status4"-->Missing
291                     <!--TMPL_ELSE -->
292                     <!-- TMPL_IF Name="status5"-->Not Issued
293                     <!--/TMPL_IF-->
294                     <!--/TMPL_IF-->
295                     <!--/TMPL_IF-->
296                     <!--/TMPL_IF-->
297                     <!--/TMPL_IF-->
298                 </td>
299                 <td>    <!--TMPL_VAR Name="notes"-->
300                 </td>
301             </tr>
302             <!--/TMPL_LOOP -->
303         </table>
304         <!-- /TMPL_IF -->
305         <!-- /TMPL_LOOP -->
306     </div>
307     <!-- /TMPL_IF -->
308
309
310 <!-- TMPL_IF NAME="reviewson" -->
311 <div id="comments" class="tabs-container">
312 <!-- TMPL_IF NAME="reviews" -->
313         <!--TMPL_LOOP NAME="reviews"-->
314             <h5>
315                 Review by
316                 <!--TMPL_VAR NAME="title"-->
317                 <!--TMPL_VAR NAME="firstname"-->
318                 <!--TMPL_VAR NAME="surname"-->
319             </h5>
320                         <small>
321                 <!--TMPL_VAR NAME="datereviewed"-->
322             </small>
323         <p>
324           <!--TMPL_VAR NAME="review"-->
325         </p>
326         <!--/TMPL_LOOP-->
327     <!-- TMPL_ELSE  -->
328         <p>There are no comments for this item.</p>
329 <!-- /TMPL_IF -->
330
331     <!-- TMPL_IF NAME="loggedinusername" -->
332        <p> <a href="javascript:Dopop('/cgi-bin/koha/opac-review.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber"-->');">
333             Post or edit your comments on this item.
334         </a></p>
335     <!-- TMPL_ELSE -->
336         <p><a href="/cgi-bin/koha/opac-user.pl">Log in to your account</a> to post a comment.</p>
337     <!-- /TMPL_IF -->
338         </div>
339 <!-- /TMPL_IF -->
340
341 <!-- TMPL_IF NAME="OPACFRBRizeEditions" --><div id="editions" class="tabs-container">
342
343 <h2>Other Editions of this Work</h2>
344 <!-- TMPL_IF NAME="XISBNS" -->
345 <ul>
346 <!-- TMPL_LOOP NAME="XISBNS" -->
347 <li><!-- <img src="/opac-tmpl/prog/itemtypeimg/<!-- TMPL_VAR NAME="itemtype" -->.gif" alt="<!-- TMPL_VAR NAME="itemtype" -->" title="<!-- TMPL_VAR NAME="itemtype" -->" /> -->
348 <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a><!-- TMPL_IF NAME="author" --> by <!-- TMPL_VAR NAME="author" --><!-- /TMPL_IF --><!-- TMPL_IF NAME="copyrightdate" --> &copy;<!-- TMPL_VAR NAME="copyrightdate" --><!-- /TMPL_IF --></li>
349 <!-- <img src="http://images.amazon.com/images/P/<!-- TMPL_VAR NAME="isbn" -->.01._THUMBZZZ_PU_PU-5_.jpg" /> -->
350
351         <!-- <!-- TMPL_LOOP NAME=items -->
352         <!-- TMPL_IF NAME="itype" --><img src="/opac-tmpl/prog/itemtypeimg/<!-- TMPL_VAR NAME="itype" -->.gif" title="<!-- TMPL_VAR NAME="itype" -->" alt="<!-- TMPL_VAR NAME="itype" -->" /><!-- /TMPL_IF -->
353         barcode:<!-- TMPL_VAR NAME="barcode" -->
354         <!-- /TMPL_LOOP --> -->
355 <!-- /TMPL_LOOP -->
356 </ul>
357 <!-- TMPL_ELSE -->
358 <p>No other editions found.</p>
359 <!-- /TMPL_IF -->
360 </div><!-- /TMPL_IF -->
361
362
363 <!-- TMPL_IF NAME="AmazonContent" -->
364 <!-- Amazon Reviews -->
365 <div id="amazonreviews" class="tabs-container">
366         <h2>Amazon Reader Reviews:</h2>
367         
368     <!-- TMPL_LOOP NAME="BIBLIO_RESULTS" -->
369     <!-- TMPL_IF NAME="isbn" -->
370         <h4><a href="http://www.amazon.com/gp/customer-reviews/write-a-review.html/002-2970817-7876066?%5Fencoding=UTF8&amp;asin=<!-- TMPL_VAR NAME="isbn" -->&amp;store=books">Add your own review</a></h4>
371     <!-- /TMPL_IF -->
372     <!-- /TMPL_LOOP --><br/>
373
374         <!-- TMPL_IF NAME="rating" -->
375             <h4>Rating (from Amazon.com):</h4>
376         <div id="starMT"><div id="starFull" style="width:<!-- TMPL_VAR NAME="rating" -->px"></div></div>
377
378         <!-- TMPL_LOOP NAME="AMAZONREVIEWS" -->
379             <div class="content_set">
380             
381                         <!-- TMPL_IF NAME="summary" -->
382             <h4 class="underline">  <!-- TMPL_VAR NAME="summary" --></h4>
383             <!-- /TMPL_IF -->
384             
385                         <!-- TMPL_IF NAME="comment" -->
386                 <p><!-- TMPL_VAR NAME="comment" --></p>
387                         <!-- /TMPL_IF -->
388             </div>
389     <!-- /TMPL_LOOP -->
390     <!-- TMPL_ELSE -->
391
392     <div class="content_set">
393     <p class="error"> Sorry, there are no reviews available for this title. </p>
394     </div>
395
396     <!-- /TMPL_IF -->
397 </div> <!-- itemReviews -->
398 <!-- /TMPL_IF-->
399 </div>
400 <div>
401         
402 <!-- TMPL_LOOP NAME="SIMILAR_PRODUCTS" -->
403 <!-- TMPL_LOOP NAME="product" -->
404 <li><img src="/opac-tmpl/prog/itemtypeimg/<!-- TMPL_VAR
405 NAME="itemtype" -->.gif" title="<!-- TMPL_VAR NAME="itemtype" -->" />
406 <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR
407 NAME="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a> by <!--
408 TMPL_VAR NAME="author" --> &copy;<!-- TMPL_VAR NAME="copyrightdate"
409 --></li>
410 <img src="http://images.amazon.com/images/P/<!-- TMPL_VAR NAME="isbn"
411 -->.01._THUMBZZZ_PU_PU-5_.jpg" />
412
413     <!-- TMPL_LOOP NAME=items -->
414     <!-- TMPL_IF NAME="itype" --><img
415 src="/opac-tmpl/prog/itemtypeimg/<!-- TMPL_VAR NAME="itype" -->.gif"
416 title="<!-- TMPL_VAR NAME="itype" -->" /><!-- /TMPL_IF -->
417     barcode:<!-- TMPL_VAR NAME="barcode" -->
418     <!-- /TMPL_LOOP -->
419 <!-- /TMPL_LOOP -->
420 <!-- /TMPL_LOOP -->
421
422 </div>
423 </div>
424 </div>
425 </div>
426         <div class="yui-b">
427 <!--TMPL_INCLUDE NAME="navigation.inc" --></div>
428         
429         </div>
430
431 <script language="javascript" type="text/javascript">function Dopop(link) { newin=window.open(link,'popup','width=500,height=400,toolbar=false,scrollbars=yes'); }</script>
432
433 </div>
434 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->