bugfix : reintroduce author_nospan to have a cliquable author link everytime
[koha.git] / koha-tmpl / opac-tmpl / prog / en / modules / opac-ISBDdetail.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; ISBD View
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-g">
25
26 <div id="toolbar">
27
28 <ul><!-- TMPL_UNLESS NAME="norequests" -->
29         <!-- TMPL_IF NAME="RequestOnOpac" -->
30                 <li><a href="/cgi-bin/koha/opac-reserve.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->">
31                 Place Reserve
32                 </a></li>
33         <!-- /TMPL_IF -->
34 <!-- /TMPL_UNLESS -->
35         <li><a href="/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->">
36             MARC View
37         </a></li>
38         <li><a href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->">
39             Normal
40         </a></li>
41         <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;">
42             Print
43         </a></li>
44 <!-- TMPL_IF name="virtualshelves" -->
45     <!-- TMPL_IF NAME="loggedinusername" -->
46        <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;">
47             Add to My Book List
48         </a></li>
49     <!-- /TMPL_IF -->
50 <!-- /TMPL_IF -->
51         <li><a href="#" onclick="addRecord('<!-- TMPL_VAR NAME="biblionumber" -->'); return false;">
52             Add to My Book Bag
53         </a></li></ul>
54 </div>
55     
56     <h1>ISBD</h1>
57     <!-- TMPL_VAR name="ISBD" -->
58     
59         <div id="bibliodescriptions" class="toptabs">
60 <ul>   
61 <!-- TMPL_IF name="subscriptionsnumber" --><li>
62             <a href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->#opac-isbd-subscriptions">Subscriptions</a>
63     </li><!-- /TMPL_IF -->
64 <!-- TMPL_IF NAME="reviewson" --><li><a href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->#opac-isbd-comments">Comments</a></li><!-- /TMPL_IF -->
65         <!-- TMPL_IF NAME="AmazonContent" --><li><a href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->#opac-isbd-amazonreviews">Amazon Reviews</a></li><!-- /TMPL_IF -->
66
67       <li><a class="external"  href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->">Normal View</a></li>
68
69         <li> <a class="external" href="/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->">
70             MARC View
71         </a></li>
72 </ul>
73
74         <div id="opac-isbd-subscriptions">    <!-- TMPL_IF name="subscriptionsnumber" -->
75         <h2>
76             We have <!-- TMPL_VAR name="subscriptionsnumber" --> subscription(s) associated with this title.
77         </h2>
78         <p>Below is a list of the three latest issues :</p>
79         <!-- TMPL_LOOP Name="subscriptions" -->
80                 <!-- TMPL_IF name="subscriptionnotes"-->
81                     <h2><!--TMPL_VAR Name="subscriptionnotes"--> </h2>
82                 <!-- /TMPL_IF -->
83                 <!--TMPL_IF Name="latestserials"-->
84                 <table>
85                 <tr><th>Issue number</th><th>Date</th><th>Status</th></tr>
86                 <!--TMPL_LOOP Name="latestserials"-->
87                     <tr>
88                         <td>            <!--TMPL_VAR Name="serialseq"-->
89                         </td>
90                         <td>            <!--TMPL_VAR Name="planneddate"-->
91                         </td>
92                         <td>            <!--TMPL_IF Name="status1"-->Pending
93                             <!--TMPL_ELSE -->
94                                 <!-- TMPL_IF Name="status2"-->Arrived
95                                 <!--TMPL_ELSE -->
96                                     <!-- TMPL_IF Name="status3"-->Late
97                                     <!--TMPL_ELSE -->
98                                         <!-- TMPL_IF Name="status4"-->Missing
99                                         <!--TMPL_ELSE -->
100                                             <!-- TMPL_IF Name="status5"-->Not Issued
101                                             <!--/TMPL_IF-->
102                                         <!--/TMPL_IF-->
103                                     <!--/TMPL_IF-->
104                                 <!--/TMPL_IF-->
105                             <!--/TMPL_IF-->
106                         </td>
107                     </tr>
108                 <!--/TMPL_LOOP -->
109                 </table>
110                 <!-- /TMPL_IF -->
111         <!-- /TMPL_LOOP -->
112         <p><a href="/cgi-bin/koha/opac-serial-issues.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" title="Serial issues">Click here</a> for more information on subscription(s) history</p>
113     <!-- /TMPL_IF --></div>
114         
115 <!-- TMPL_IF NAME="reviewson" -->
116     <div id="opac-isbd-comments"><!-- TMPL_IF NAME="reviews" -->
117     <h2>Reviews by members:</h2>
118         <!--TMPL_LOOP NAME="reviews"-->
119         <p>
120             <b>
121                 Review by
122                 <!--TMPL_VAR NAME="title"-->
123                 <!--TMPL_VAR NAME="surname"-->
124                 <!--TMPL_VAR NAME="firstname"-->
125             </b>
126             <br />
127             <small>
128                 <!--TMPL_VAR NAME="datereviewed"-->
129             </small>
130         </p>
131         <p>
132           <!--TMPL_VAR NAME="review"-->
133         </p>
134         <br />
135         <!--/TMPL_LOOP-->
136     <!-- TMPL_ELSE  -->
137         <b>No reviews has been writed on this biblio.</b>
138     <!-- /TMPL_IF -->
139     <!-- TMPL_IF NAME="loggedinusername" -->
140         <a href="javascript:Dopop('/cgi-bin/koha/opac-review.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber"-->');">
141             Write or modify your reviews on this biblio.
142         </a>
143     <!-- TMPL_ELSE -->
144         <br /><a href="/cgi-bin/koha/opac-user.pl">Log in to your account</a> to write a review here.
145     <!-- /TMPL_IF --></div>
146 <!-- /TMPL_IF -->
147
148 <!-- TMPL_IF NAME="AmazonContent" -->
149 <!-- Amazon Reviews -->
150 <div id="opac-isbd-amazonreviews">
151         <h2>Amazon Reader Reviews:</h2>
152         <h4>
153     <!-- TMPL_LOOP NAME="BIBLIO_RESULTS" -->
154     <!-- TMPL_IF NAME="isbn" -->
155         <a href="http://www.amazon.com/gp/customer-reviews/write-a-review.html/002-2970817-7876066?%5Fencoding=UTF8&asin=<!-- TMPL_VAR NAME="isbn" -->&store=books">Add your own review</a></h4>
156     <!-- /TMPL_IF -->
157     <!-- /TMPL_LOOP --><br/>
158
159         <!-- TMPL_IF NAME="rating" -->
160             <h4>Rating (from Amazon.com):</h4>
161         <div id="starMT"><div id="starFull" style="width:<!-- TMPL_VAR NAME="rating" -->px"></div></div>
162
163         <!-- TMPL_LOOP NAME="AMAZONREVIEWS" -->
164             <div class="content_set">
165             <!-- TMPL_IF NAME="summary" -->
166             <h4 class="underline">  <!-- TMPL_VAR NAME="summary" --></h4>
167             <!-- /TMPL_IF -->
168             <!-- TMPL_IF NAME="comment" -->
169                 <p><!-- TMPL_VAR NAME="comment" -->
170             </p><!-- /TMPL_IF -->
171             </div>
172     <!-- /TMPL_LOOP -->
173     <!-- TMPL_ELSE -->
174
175     <div class="content_set">
176     <p class="error"> Sorry, there are no reviews available for this title. </p>
177     </div>
178
179     <!-- /TMPL_IF -->
180 </div> <!-- itemReviews -->
181 <!-- /TMPL_IF-->
182 </div>
183
184 </div>
185 </div>
186 </div>
187 <div class="yui-b">
188 <!--TMPL_INCLUDE NAME="navigation.inc" -->
189 <!-- TMPL_INCLUDE name="usermenu.inc" -->
190 </div>
191 </div>
192 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->