44867eb56377a4dbe4cc117d5160315ea9df391c
[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                 $('#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">
18         <div class="yui-ge">
19     <div class="yui-u first">
20         <div class="container"> 
21         
22         
23     <div id="views"> <h1 style="display: inline;">ISBD</h1> <span class="views"><a id="Normalview" href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->">Normal View</a> <a id="MARCview" href="/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->">MARC View</a> <span id="ISBDview">ISBD View</span></span></div>
24     <!-- TMPL_VAR name="ISBD" -->
25         
26                 <div id="bibliodescriptions" class="toptabs">
27         <ul>   
28         <!-- TMPL_IF name="subscriptionsnumber" --><li>
29                     <a href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->#opac-isbd-subscriptions">Subscriptions</a>
30             </li><!-- /TMPL_IF -->
31         <!-- TMPL_IF NAME="reviewson" --><li><a href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->#comments">Comments</a></li><!-- /TMPL_IF -->
32                 <!-- 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 -->
33         </ul>
34
35                 <div id="opac-isbd-subscriptions">    <!-- TMPL_IF name="subscriptionsnumber" -->
36                 <h2>
37                     We have <!-- TMPL_VAR name="subscriptionsnumber" --> subscription(s) associated with this title.
38                 </h2>
39                 <!-- TMPL_LOOP Name="subscriptions" -->
40                     <h3>At library: <!-- TMPL_VAR name="branchcode" --> <!-- TMPL_VAR name="notes" --></h3>
41                     <p>Below is a list of the three latest issues :</p>
42                     <!-- TMPL_IF name="subscriptionnotes"-->
43                         <p><!--TMPL_VAR Name="subscriptionnotes"--> </p>
44                     <!-- /TMPL_IF -->
45                     <!--TMPL_IF Name="latestserials"-->
46                     <table>
47                     <tr><th>Issue number</th><th>Date</th><th>Status</th></tr>
48                     <!--TMPL_LOOP Name="latestserials"-->
49                         <tr>
50                             <td>            <!--TMPL_VAR Name="serialseq"-->
51                             </td>
52                             <td>            <!--TMPL_VAR Name="planneddate"-->
53                             </td>
54                             <td>            <!--TMPL_IF Name="status1"-->Pending
55                                 <!--TMPL_ELSE -->
56                                     <!-- TMPL_IF Name="status2"-->Arrived
57                                     <!--TMPL_ELSE -->
58                                         <!-- TMPL_IF Name="status3"-->Late
59                                         <!--TMPL_ELSE -->
60                                             <!-- TMPL_IF Name="status4"-->Missing
61                                             <!--TMPL_ELSE -->
62                                                 <!-- TMPL_IF Name="status5"-->Not Issued
63                                                 <!--/TMPL_IF-->
64                                             <!--/TMPL_IF-->
65                                         <!--/TMPL_IF-->
66                                     <!--/TMPL_IF-->
67                                 <!--/TMPL_IF-->
68                             </td>
69                         </tr>
70                     <!--/TMPL_LOOP -->
71                     </table>
72                     <!-- /TMPL_IF -->
73                 <!-- /TMPL_LOOP -->
74                 <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>
75             <!-- /TMPL_IF --></div>
76
77         <!-- TMPL_IF NAME="reviewson" -->
78         <div id="comments">
79         <!-- TMPL_IF NAME="reviews" -->
80                 <!--TMPL_LOOP NAME="reviews"-->
81                     <h5>
82                         Comment by
83                         <!--TMPL_VAR NAME="title"-->
84                         <!--TMPL_VAR NAME="firstname"-->
85                         <!--TMPL_VAR NAME="surname"-->
86                     </h5>
87                                 <small>
88                         <!--TMPL_VAR NAME="datereviewed"-->
89                     </small>
90                 <p>
91                   <!--TMPL_VAR NAME="review" ESCAPE="HTML"-->
92                 </p>
93                 <!--/TMPL_LOOP-->
94             <!-- TMPL_ELSE  -->
95                 <p>There are no comments for this item.</p>
96         <!-- /TMPL_IF -->
97
98             <!-- TMPL_IF NAME="loggedinusername" -->
99                <p> <a href="javascript:Dopop('/cgi-bin/koha/opac-review.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber"-->');">
100                     Post or edit your comments on this item.
101                 </a></p>
102             <!-- TMPL_ELSE -->
103                 <p><a href="/cgi-bin/koha/opac-user.pl">Log in to your account</a> to post a comment.</p>
104             <!-- /TMPL_IF -->
105                 </div>
106
107         <!-- /TMPL_IF -->
108
109         <!-- TMPL_IF NAME="AmazonContent" -->
110         <!-- Amazon Reviews -->
111         <div id="opac-isbd-amazonreviews">
112
113             <!-- TMPL_LOOP NAME="BIBLIO_RESULTS" -->
114             <!-- TMPL_IF NAME="isbn" -->
115                 <h4><a href="http://www.amazon.com/gp/customer-reviews/write-a-review.html/002-2970817-7876066?%5Fencoding=UTF8&asin=<!-- TMPL_VAR NAME="isbn" -->&amp;store=books">Add your own review</a></h4>
116             <!-- /TMPL_IF -->
117             <!-- /TMPL_LOOP --><br/>
118
119                 <!-- TMPL_IF NAME="rating" -->
120                     <h4>Rating (from Amazon.com):</h4>
121                 <div id="starMT"><div id="starFull" style="width:<!-- TMPL_VAR NAME="rating" -->px"></div></div>
122
123                 <!-- TMPL_LOOP NAME="AMAZONREVIEWS" -->
124                     <div class="content_set">
125                     <!-- TMPL_IF NAME="summary" -->
126                     <h4 class="underline">  <!-- TMPL_VAR NAME="summary" --></h4>
127                     <!-- /TMPL_IF -->
128                     <!-- TMPL_IF NAME="comment" -->
129                         <p><!-- TMPL_VAR NAME="comment" -->
130                     </p><!-- /TMPL_IF -->
131                     </div>
132             <!-- /TMPL_LOOP -->
133             <!-- TMPL_ELSE -->
134
135             <p> Sorry, there are no reviews available for this title. </p>
136
137             <!-- /TMPL_IF -->
138         </div> <!-- itemReviews -->
139         <!-- /TMPL_IF-->
140         </div>
141         </div>
142         </div>
143         <div class="yui-u">
144         <div class="container">
145 <ul id="action">
146
147 <!-- TMPL_UNLESS NAME="norequests" -->
148     <!-- TMPL_UNLESS name="bi_notforloan" -->
149         <!-- TMPL_IF NAME="opacuserlogin" --><!-- TMPL_IF NAME="RequestOnOpac" -->
150             <li><a class="reserve" href="/cgi-bin/koha/opac-reserve.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->">
151             Place Hold
152             </a></li>
153         <!-- /TMPL_IF --><!-- /TMPL_IF -->
154     <!-- /TMPL_UNLESS -->
155 <!-- /TMPL_UNLESS -->
156         <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;">
157             Print
158         </a></li>
159 <!-- TMPL_IF name="virtualshelves" -->
160    <!-- TMPL_IF NAME="opacuserlogin" --> <!-- TMPL_IF NAME="loggedinusername" -->
161         <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;">
162             Save to Your Lists
163         </a></li>
164     <!-- /TMPL_IF --><!-- /TMPL_IF -->
165 <!-- /TMPL_IF -->
166         <!-- TMPL_IF NAME="opacbookbag" --><li><a class="addtocart" href="#" onclick="addRecord('<!-- TMPL_VAR NAME="biblionumber" -->'); return false;">
167             Add to Your Cart
168         </a></li><!-- /TMPL_IF -->
169 </ul>
170                 <div id="export">
171                 <form method="get" action="/cgi-bin/koha/opac-export.pl">
172                 <label for="format">Save Record:</label>
173             <select name="format" id="format">
174                 <option value="">-- Choose Format --</option>
175         <option value="mods">MODS (XML)</option>
176         <option value="dc">Dublin Core (XML)</option>
177         <option value="marcxml">MARCXML</option>
178         <option value="marc8">MARC (non-Unicode/MARC-8)</option>
179         <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" -->" />
180 <input type="submit" name="save" value="Go" /></form></div>
181 </div>
182 </div>
183 </div>
184
185 </div>
186 </div>
187 <div class="yui-b">
188 <div class="container">
189 <!--TMPL_INCLUDE NAME="navigation.inc" -->
190 </div>
191 </div>
192 </div>
193 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->