adding hotlink to author search on details.pl page.
[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          $(document).ready(function() {
6                 $('#bibliodetails').tabs();
7          });
8 //]]>
9 </script>
10 </head>
11
12 <body>
13
14 <!-- TMPL_INCLUDE NAME="header.inc" -->
15 <!-- TMPL_INCLUDE NAME="cat-search.inc" -->
16
17 <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>
18
19 <div id="doc3" class="yui-t2">
20    
21    <div id="bd">
22         <div id="yui-main">
23         <div class="yui-b">
24
25 <!-- TMPL_INCLUDE NAME="cat-toolbar.inc" -->
26     <div class="yui-gb">
27         <div id="catalogue_detail_biblio" class="yui-u first">
28                 
29     <h3><!-- TMPL_VAR NAME="title" --></h3>     
30         <p>
31             [
32             <!-- TMPL_IF name="description" -->
33                 <!-- TMPL_VAR name="description" -->
34             <!-- TMPL_ELSE -->
35                 <!-- TMPL_VAR NAME="itemtype" -->
36             <!-- /TMPL_IF -->
37             ]
38             <!-- TMPL_IF name="volume" -->, <!-- TMPL_VAR name="volume" --><!-- /TMPL_IF -->
39             <!-- TMPL_IF name="volumedesc" -->, <!-- TMPL_VAR name="volumedesc" --><!-- /TMPL_IF --> <!-- TMPL_IF NAME="number" --> <!-- TMPL_VAR NAME="number" --> <!-- /TMPL_IF -->
40             <!-- TMPL_IF name="unititle" -->, <!-- TMPL_VAR name="unititle" --><!-- /TMPL_IF -->
41             / <!-- 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 -->
42                 <ul>
43         <!-- TMPL_IF name="MARCAUTHORS" -->
44             <li><strong>Additional Authors:</strong><ul>
45                 <!-- TMPL_LOOP NAME="MARCAUTHORS" -->
46                 <li><a href="/cgi-bin/koha/catalogue/search.pl?q=Koha-Auth-Number:<!-- TMPL_VAR NAME="link" -->">
47                     <!-- TMPL_VAR NAME="value" -->
48                 </a></li>
49                 <!-- /TMPL_LOOP -->
50                 </ul>
51             </li>
52         <!-- /TMPL_IF -->
53                 <!-- TMPL_IF name="publishercode" -->
54     <li><strong>Published by:</strong>
55         <a href="/cgi-bin/koha/opac-search.pl?q=pb:<!-- TMPL_VAR NAME="publishercode"-->">
56             <!-- TMPL_VAR NAME="publishercode" --> 
57         </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 -->
58     </li>
59     <!-- /TMPL_IF -->
60         <li><strong>Description:</strong>
61                 <!-- TMPL_IF name="pages" --> <!-- /TMPL_IF --><!-- TMPL_VAR name="pages" --><!-- TMPL_IF NAME="illus" --><!-- TMPL_VAR NAME="illus" --><!-- /TMPL_IF -->
62                 <!-- TMPL_IF name="size" -->, <!-- /TMPL_IF --><!-- TMPL_VAR name="size" -->
63         </li>
64                 </ul>
65                 </div>
66                 
67 <div class="yui-u"><!-- TMPL_IF NAME="AmazonContent" -->
68                 <!-- TMPL_IF name="isbn" --><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="Book Cover Image" /></a>
69 <!-- TMPL_ELSE -->
70         <img src="http://g-images.amazon.com/images/G/01/x-site/icons/no-img-sm.gif" alt="" border="0"/>
71 <!-- /TMPL_IF --><!-- TMPL_ELSE -->&nbsp;<!-- /TMPL_IF --></div>
72                 
73                 <div class="yui-u" style="margin-top: 1em;">
74                 <ul>
75         <!-- TMPL_IF name="isbn" -->
76             <li><strong>ISBN:</strong> <!-- TMPL_VAR NAME="isbn" --></li>
77         <!-- /TMPL_IF -->
78         <!-- TMPL_IF name="issn" -->
79             <li><strong>ISSN:</strong><!-- TMPL_VAR NAME="issn" --></li>
80         <!-- /TMPL_IF -->
81         <!-- TMPL_IF name="collectiontitle" -->
82             <li><strong>Collection: </strong>
83                 <!-- 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 -->
84             </li>
85         <!-- /TMPL_IF -->
86         <!-- TMPL_IF name="MARCSUBJCTS" -->
87             <li><strong>Subjects:</strong> 
88             <ul>
89                 <!-- TMPL_LOOP NAME="MARCSUBJCTS" -->
90                                 <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>
91                 <!-- /TMPL_LOOP -->
92                                 </ul>
93             </li>
94         <!-- /TMPL_IF -->
95         <!-- TMPL_IF name="copyrightdate" -->
96             <li><strong>Copyright:</strong> <!-- TMPL_VAR NAME="copyrightdate" --></li>
97         <!-- /TMPL_IF -->
98      
99         <!-- TMPL_IF name="classification" -->
100             <li><strong>Classification:</strong> <!-- TMPL_VAR name="subclass" --><!-- TMPL_VAR name="classification" --></li>
101         <!-- /TMPL_IF -->
102         <!-- TMPL_IF name="dewey" -->
103             <li><strong>Dewey:</strong> <!-- TMPL_VAR name="dewey" --></li>
104         <!-- /TMPL_IF -->
105         <!-- TMPL_IF name="URLS" -->
106             <li><strong>URL:</strong> 
107                 <!-- TMPL_LOOP name="URLS" -->
108                     <a href="<!-- TMPL_VAR name="url" -->"><!-- TMPL_VAR NAME="url" --></a>
109                 <!-- /TMPL_LOOP -->
110             </li>
111         <!-- /TMPL_IF -->
112                 </ul>
113 </div>
114
115 </div>
116
117 <div id="bibliodetails" class="toptabs">
118
119 <ul>   
120 <li><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->#holdings">Holdings</a></li>
121 <li><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->#description">Description</a></li>
122 <!-- TMPL_IF NAME="FRBRizeEditions" --><li><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->#editions">Editions</a></li><!-- /TMPL_IF -->
123 <!-- 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 -->
124  </ul>
125
126 <div id="holdings">
127 <!-- TMPL_IF name="count" -->
128         <table>
129             <tr>
130                 <th>Item type</th>
131                 <th>Location</th>
132                 <th>Status</th>
133                 <th>Date Due</th>
134                 <th>Last seen</th>
135                 <th>Barcode</th>
136                 <th>Volume</th>
137             </tr>
138             <!-- TMPL_LOOP NAME="ITEM_RESULTS" -->
139                 <tr>
140                     <td><!-- TMPL_VAR NAME="description" --></td>
141                     <td><!-- TMPL_VAR NAME="branchname" --> <!-- TMPL_VAR name="location" --> <!-- TMPL_IF NAME="itemcallnumber" --> <!-- TMPL_VAR NAME="itemcallnumber" --><!-- /TMPL_IF --></td>
142                     <td><!-- TMPL_IF name="datedue" -->
143                             <!-- TMPL_IF  NAME="NOTSAMEBRANCH" -->
144                               On issue to a borrower from another branch
145                             <!-- TMPL_ELSE -->
146                               On issue to <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->"><!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --></a>
147                             <!-- /TMPL_IF -->
148                         <!-- TMPL_ELSE -->
149                             <!-- TMPL_IF name="bi_notforloan" -->
150                                 Not For loan (itemtype)
151                             <!-- TMPL_ELSE -->
152                                 <!-- TMPL_IF name="notforloan" -->
153                                     <!-- TMPL_VAR name="notforloan" -->
154                                 <!-- TMPL_ELSE -->
155                                     <!-- TMPL_IF name="itemlost"-->
156                                         Item lost
157                                     <!-- TMPL_ELSE -->
158                                     <!-- TMPL_IF NAME="wthdrawn" -->Item Cancelled
159                                     <!-- TMPL_ELSE -->
160                                        <!-- TMPL_IF NAME="count_reserves" -->
161                                          <!-- TMPL_VAR NAME="count_reserves" -->
162                                        <!-- TMPL_ELSE -->
163                                          Available
164                                        <!-- /TMPL_IF -->
165                                      <!-- /TMPL_IF -->
166                                     <!-- /TMPL_IF -->
167                                 <!-- /TMPL_IF -->
168                             <!-- /TMPL_IF -->
169                         <!-- /TMPL_IF -->
170                         </td>
171                     <td><!-- TMPL_VAR NAME="datedue" --></td>
172                     <td><!-- TMPL_VAR NAME="datelastseen" --></td>
173                     <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" -->"><!-- TMPL_VAR NAME="barcode" --></a></td>
174                     <td><!-- TMPL_VAR NAME="volumeddesc" --></td>
175                     <!-- TMPL_IF NAME="type" -->
176                         <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>
177                         </td>
178                     <!-- /TMPL_IF -->
179                 </tr>
180             <!-- /TMPL_LOOP -->
181         </table>
182 <!-- TMPL_ELSE -->
183     <p>No physical items for this record</p>
184 <!-- /TMPL_IF -->
185     </div>
186         
187 <div id="description">
188         <!-- TMPL_IF name="MARCNOTES" -->
189         <!-- TMPL_LOOP NAME="MARCNOTES" -->
190         <p><!-- TMPL_VAR NAME="marcnote" --></p>
191                 <!-- /TMPL_LOOP -->
192         <!-- TMPL_ELSE -->
193             <!-- TMPL_IF name="notes" -->
194                 <p><!-- TMPL_VAR NAME="notes" --></p>
195             <!-- /TMPL_IF -->
196         <!-- /TMPL_IF -->
197 </div>
198
199 <!-- TMPL_IF NAME="FRBRizeEditions" -->
200 <div id="editions"><h2>Editions</h2>
201 <ul>
202 <!-- TMPL_LOOP NAME="XISBNS" -->
203 <li><img src="/opac-tmpl/prog/itemtypeimg/<!-- TMPL_VAR NAME="itemtype" -->.gif" title="<!-- TMPL_VAR NAME="itemtype" -->" />
204 <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" --></li>
205 <img src="http://images.amazon.com/images/P/<!-- TMPL_VAR NAME="isbn" -->.01._AA75_PU_PU-5_.jpg" />
206         <!-- TMPL_LOOP NAME=items -->
207         <!-- TMPL_IF NAME="itype" --><img src="/opac-tmpl/prog/itemtypeimg/<!-- TMPL_VAR NAME="itype" -->.gif" title="<!-- TMPL_VAR NAME="itype" -->" /><!-- /TMPL_IF -->
208         barcode:<!-- TMPL_VAR NAME="barcode" -->
209         <!-- /TMPL_LOOP -->
210
211 <!-- /TMPL_LOOP -->
212 </ul></div>
213 <!-- /TMPL_IF -->
214
215 <!-- TMPL_IF NAME="AmazonSimilarItems" -->
216 <div id="related"><h2>Related Items</h2>
217 <ul>
218 <!-- TMPL_LOOP NAME="SIMILAR_PRODUCTS" -->
219 <!-- TMPL_LOOP NAME="product" -->
220 <li><img src="/opac-tmpl/prog/itemtypeimg/<!-- TMPL_VAR NAME="itemtype" -->.gif" title="<!-- TMPL_VAR NAME="itemtype" -->" />
221 <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR
222 NAME="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a> by <!-- TMPL_VAR NAME="author" --> &copy;<!-- TMPL_VAR NAME="copyrightdate" --></li>
223 <img src="http://images.amazon.com/images/P/<!-- TMPL_VAR NAME="isbn" -->.01._THUMBZZZ_PU_PU-5_.jpg" />
224
225    <!-- TMPL_LOOP NAME="items" -->
226    <!-- TMPL_IF NAME="itype" --><img
227 src="/opac-tmpl/prog/itemtypeimg/<!-- TMPL_VAR NAME="itype" -->.gif"
228 title="<!-- TMPL_VAR NAME="itype" -->" /><!-- /TMPL_IF -->
229    barcode:<!-- TMPL_VAR NAME="barcode" -->
230    <!-- /TMPL_LOOP -->
231 <!-- /TMPL_LOOP -->
232 <!-- /TMPL_LOOP -->
233 </ul></div><!-- /TMPL_IF -->
234
235 </div><!-- /bibliodetails -->
236
237 <div class="yui-g" id="export" style="margin-top: 1em;">
238 <form method="get" action="/cgi-bin/koha/catalogue/export.pl">
239 <table>  <tr>
240       <th>Save Record</th>   </tr>
241   <tr>     <td> Select Download Format:    <select name="format">
242                 <option value="mods">MODS (XML)</option>
243         <option value="dc">Dublin Core (XML)</option>
244                 <option value="marcxml">MARCXML</option>
245         <option value="marc8">MARC (non-Unicode/MARC-8)</option>
246         <option value="utf8">MARC (Unicode/UTF-8)</option>    </select>
247                 <input type="submit" name="save" value="Download Record" /></td>
248   </tr>
249   <tr><input type="hidden" name="op" value="export" /><input type="hidden" NAME="bib" VALUE="<!-- TMPL_VAR name="biblionumber" -->" />
250   </tr></table>
251 </form>
252 </div>
253
254
255
256 <!-- TMPL_IF name="subscriptionsnumber" -->
257 <div class="yui-g">
258 <div id="catalogue_detail_subscriptions">
259     <h2>This is a serial subscription</h2>
260     <p> (We have <!-- TMPL_VAR name="subscriptionsnumber" --> subscriptions associated with this title).</p> 
261     <!-- TMPL_LOOP Name="subscriptions" -->
262             <!-- TMPL_IF NAME="subscriptionnotes" --><p><!--TMPL_VAR NAME="subscriptionnotes"--> </p><!-- /TMPL_IF -->
263             <!--TMPL_IF NAME="latestserials"-->
264             <p> The three latest issues related to this subscription:</p>
265             <table>
266                 <tr>
267                     <th>Issue #</th>
268                     <th>Date</th>
269                     <th>Status</th>
270                     <th>Note</th>
271                                 </tr>
272             <!--TMPL_LOOP Name="latestserials"-->
273                 <tr>
274                     <td><!--TMPL_VAR Name="serialseq"--></td>
275                     <td><!--TMPL_VAR Name="planneddate"--></td>
276                     <td><!--TMPL_IF Name="status1"-->Awaited
277                         <!--TMPL_ELSE -->
278                             <!-- TMPL_IF Name="status2"-->Arrived
279                             <!--TMPL_ELSE -->
280                                 <!-- TMPL_IF Name="status3"-->Late
281                                 <!--TMPL_ELSE -->
282                                     <!-- TMPL_IF Name="status4"-->Missing
283                                     <!--TMPL_ELSE -->
284                                         <!-- TMPL_IF Name="status5"-->Not Issued
285                                         <!--/TMPL_IF-->
286                                     <!--/TMPL_IF-->
287                                 <!--/TMPL_IF-->
288                             <!--/TMPL_IF-->
289                         <!--/TMPL_IF--></td>
290                     <td><!--TMPL_VAR Name="notes"--></td>
291                 </tr>
292             <!--/TMPL_LOOP -->
293             </table>
294             <!-- /TMPL_IF -->
295     <!-- /TMPL_LOOP -->
296 </div>
297 </div>
298 <!-- /TMPL_IF -->
299
300 </div>
301 </div>
302 <div class="yui-b">
303 <!-- TMPL_INCLUDE NAME="biblio-view-menu.inc" -->
304 </div>
305 </div>
306 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->