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