synch'ing virtual shelves management in opac with the librarian one, that has more...
[koha.git] / koha-tmpl / opac-tmpl / css / en / opac-detail.tmpl
1 <!-- TMPL_INCLUDE NAME="opac-top.inc" -->
2 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/marc-editor.css">
3
4 <div id="bibliomenu">
5         <a href="opac-detail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->" class="button catalogue">
6                 Simple
7         </a>
8         <a href="opac-MARCdetail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->" class="button">
9                 Complete
10         </a>
11         <a href="opac-ISBDdetail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->" class="button catalogue">
12                 ISBD
13         </a>
14         <a href="javascript:Dopop('opac-addbookbybiblionumber.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->')" class="button catalogue">
15                 Add to shelf
16         </a>
17         <a href="javascript:Dopop('opac-detailprint.pl?bib=<!-- TMPL_VAR name="biblionumber" -->')" class="button catalogue">
18                 Print
19         </a>
20         <!-- TMPL_UNLESS NAME="norequests" -->
21                 <a class="button" href="/cgi-bin/koha/opac-reserve.pl?bib=<!-- TMPL_VAR NAME="biblionumber" ESCAPE=URL -->">
22                         Request
23                 </a>
24         <!-- /TMPL_UNLESS -->
25         <!-- TMPL_IF name="subscriptionid" -->
26         <a href="opac-serial-issues.pl?subscriptionid=<!-- TMPL_VAR NAME="subscriptionid" -->" class="button catalogue" title="Serial issues">
27                 Issues
28         </a>
29         <!-- /TMPL_IF -->
30         <a class="button" href="javascript:addRecord('<!-- TMPL_VAR NAME="biblionumber" ESCAPE=URL -->')">Add to basket</a>
31 </div>
32
33 <div id="mainbloc">
34         <!-- TMPL_LOOP NAME="BIBLIO_RESULTS" -->
35         <h1><!-- TMPL_VAR NAME="title" --> <!-- TMPL_VAR NAME="class" --></h1>
36
37         <p>
38         <div id="bibliobloc">
39         <table cellspacing="0">
40                 <!-- BIBLIO RECORD TABLE -->
41                 <tr>
42                         <th>
43                                 <!-- TMPL_VAR NAME="title" -->  (record <!-- TMPL_VAR NAME="biblionumber" -->)
44                         </th>
45                 </tr>
46                 <tr>
47                         <td>
48                                 <!-- TMPL_IF name="subtitle" --><b>Subtitle:</b><!-- /TMPL_IF --> <!-- TMPL_VAR NAME="subtitle" -->
49                                 <!-- TMPL_IF name="author" --><b>Author:</b> <!-- TMPL_VAR NAME="author" --><!-- /TMPL_IF --><br />
50                                 <!-- TMPL_IF name="additional" --><b>Additional Author:</b><!-- TMPL_VAR NAME="additional" --><br /><!-- /TMPL_IF -->
51                                 <!-- TMPL_IF name="publishercode" --><b>Published by :</b><!-- /TMPL_IF --> <!-- TMPL_VAR NAME="publishercode" -->
52                                 <!-- TMPL_IF name="publicationyear" --><b>in </b><!-- /TMPL_IF --><!-- TMPL_VAR NAME="publicationyear" -->
53                                 <!-- TMPL_IF name="pages" -->, <!-- /TMPL_IF --><!-- TMPL_VAR name="pages" -->
54                                 <!-- TMPL_IF name="size" -->, <!-- /TMPL_IF --><!-- TMPL_VAR name="size" --><br />
55                                 <!-- TMPL_IF name="isbn" --><b>ISBN:</b><!-- /TMPL_IF --> <!-- TMPL_VAR NAME="isbn" --><br />
56                                 <!-- TMPL_IF name="seriestitle" --><b>Collection:</b><!-- /TMPL_IF --> <!-- TMPL_VAR NAME="seriestitle" --><br />
57                                 <!-- TMPL_IF name="subjects" --><b>Subject(s):</b><!-- /TMPL_IF --> 
58                                         <!-- TMPL_LOOP name="subjects" -->
59                                                 <a href="/cgi-bin/koha/opac-search.pl?op=do_search&marclist=bibliosubject.subject&and_or=and&operator=contains&value=<!-- TMPL_VAR NAME="subject" escape="HTML"-->"><!-- TMPL_VAR NAME="subject" --></a>, <!-- /TMPL_LOOP -->
60                                         <br />
61                                 <!-- TMPL_IF name="copyrightdate" --><b>Year :</b><!-- /TMPL_IF --> <!-- TMPL_VAR NAME="copyrightdate" --><br />
62                                 <!-- TMPL_IF name="notes" --><b>Notes:</b><!-- /TMPL_IF --> <!-- TMPL_VAR NAME="notes" --><br />
63                                 <!-- TMPL_IF name="unititle" --><b>Unititle:</b><!-- /TMPL_IF --> <!-- TMPL_VAR NAME="unititle" --><br />
64                                 <!-- TMPL_IF name="dewey" --><b>Dewey:</b><!-- /TMPL_IF --><!-- TMPL_VAR name="dewey" --><br />
65                                 <!-- TMPL_IF name="url" --><b>URL:</b> <a href="<!-- TMPL_VAR name="url" -->"><!-- TMPL_VAR NAME="url" --></a><!-- /TMPL_IF --><br />
66                                 <b>Item type : </b><!-- TMPL_VAR NAME="itemtype" --><br/>
67                                 <b>Total Number of Items:</b> <!-- TMPL_VAR NAME="count" -->
68                         </td>
69                 </tr>
70         </table>
71         <table>
72         <!-- TMPL_IF name="MARCNOTES" -->
73                 <tr>
74                         <th><i>Detailed notes:</i></th>
75                         <td>
76                                 <ul>
77                                         <!-- TMPL_LOOP NAME="MARCNOTES" -->
78                                                 <i>- <!-- TMPL_VAR NAME="marcnote" --></i><br>
79                                         <!-- /TMPL_LOOP -->
80                                 </ul>
81                         </td>
82                 </tr>
83         <!-- /TMPL_IF -->
84         <!-- TMPL_IF name="MARCSUBJCTS" -->
85                 <tr>
86                         <th>Related links:</th>
87                         <td>
88                                 <ul>
89                                         <!-- TMPL_LOOP NAME="MARCSUBJCTS" -->
90                                                 - <a href="/cgi-bin/koha/opac-searchresults.pl?subjectitems=<!-- TMPL_VAR NAME="marcsubjct" ESCAPE="URL"-->">
91                                                         <!-- TMPL_VAR NAME="marcsubjct" -->
92                                                 </a><br>
93                                         <!-- /TMPL_LOOP -->
94                                 </ul>
95                         </td>
96                 </tr>
97         <!-- /TMPL_IF -->
98         </table>
99         </div>
100         <!-- /TMPL_LOOP -->
101
102         <div id="itembloc">
103         <table cellspacing="0">
104                 <tr>
105                         <th colspan="6">Item</th>
106                 </tr>
107                 <tr>
108                         <th>location</th>
109                         <th>date Due</th>
110                         <th>last Seen</th>
111                         <th>barcode</th>
112                 </tr>
113                 <!-- TMPL_LOOP NAME="ITEM_RESULTS" -->
114                         <tr>
115                                 <td><!-- TMPL_VAR NAME="branchname" --> <!-- TMPL_VAR NAME="location" --> <!-- TMPL_IF name="itemcallnumber" -->(<!-- TMPL_VAR NAME="itemcallnumber" -->)<!-- /TMPL_IF --></td>
116                                 <td><!-- TMPL_VAR NAME="datedue" --></td>
117                                 <td><!-- TMPL_VAR NAME="datelastseen" --></td>
118                                 <td><!-- TMPL_VAR NAME="barcode" --></td>
119                         </tr>
120                 <!-- /TMPL_LOOP -->
121                 <!-- TMPL_LOOP NAME="WEB_RESULTS" -->
122                         <tr>
123                                 <td><!-- TMPL_VAR NAME="itemtype" --></td>
124                                 <td>Website</td>
125                                 <td>Online</td>
126                                 <td>Available</td>
127                                 <td>&nbsp;</td>
128                                 <td><!-- TMPL_VAR NAME="url" --></td>
129                         </tr>
130                 <!-- /TMPL_LOOP -->
131         </table>
132         <!-- TMPL_IF name="subscriptionid" -->
133                 <p>
134                         This is a serial subscription. You can see which 
135                                 <a href="opac-serial-issues.pl?subscriptionid=<!-- TMPL_VAR NAME="subscriptionid" -->" class="button catalogue" title="Serial issues">
136                                         Issues
137                                 </a> we have and don't have
138                 </p>
139         <!-- /TMPL_IF -->
140         </div>
141 </div>
142 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->