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