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