css & html fixes
[koha.git] / koha-tmpl / opac-tmpl / unido / en / opac-detail-multi.tmpl
1 <!DOCTYPE HTML PUBLIC "-//W3C//Dtd HTML 4.0 Transitional//EN"
2 "http://www.w3.org/TR/REC-html40/loose.dtd">
3 <!--
4 design and HTML by rachel@katipo.co.nz, 
5 templating by finlay@katipo.co.nz
6 SEARCH RESULTS - ITEM DETAIL PAGE
7 This is the part of the "vanilla" theme put together by Katipo
8 Communications for general distribution with Koha. 
9 If you see strange tags and comments you don't understand they may be out of
10 Kea our content management system. If you'd like to use Kea to change your
11 template & website text please contact Katipo.
12 Cheers
13 R
14 12/1/03
15 -->
16 <html>
17 <head>
18 <title>Details</title>
19 <link rel="stylesheet" href="<TMPL_VAR
20 NAME='themelang'>/includes/vanilla-main.css" type="text/css" />
21 <script type="text/javascript" language="javascript">
22 <TMPL_INCLUDE name="script.js">
23 </script>
24 </head>
25 <body marginheight="0" marginwidth="0">
26
27 <!--START TOP TABLE-->
28 <TMPL_INCLUDE name="vanilla-search-menu.inc">
29 <!--START MAIN TABLE AND LEFT NAVIGATION-->
30 <TMPL_INCLUDE name="vanilla-left-nav.inc">
31 <!--SEARCH FORM-->
32 <TMPL_INCLUDE name="vanilla-cat-search.inc">
33 <!--END LEFT NAV, START CRUMBS-->
34 <TMPL_INCLUDE name="vanilla-crumb-start.inc">   
35 <a href="/">Home</a> &gt;<a
36 href='/cgi-bin/koha/opac-search.pl'>Searching</a> &gt;<a
37 href='/cgi-bin/koha/opac-detail.pl?bib=<TMPL_VAR
38 NAME="biblionumber">'>Details</a>
39 <!--END CRUMBS-->
40 <TMPL_INCLUDE name="vanilla-crumb-end.inc">
41 <!--CONTENT--><p>
42
43 <TMPL_LOOP NAME="BIBLIO_RESULTS">
44 <table border="0" cellspacing="0" cellpadding="3">
45 <tr valign="top"><td valign="top" class="head1bold" colspan="2"><TMPL_VAR
46 NAME="title"><br />
47 <TMPL_IF NAME="author"> (<TMPL_VAR NAME="author">)</TMPL_IF></td>
48     <td>
49 <TMPL_UNLESS NAME="norequests">
50     <form action="/cgi-bin/koha/opac-reserve.pl" method="post">
51     <input type="submit" name="submit" value="Place Reserve" align="right" class="submit">
52     <input type="hidden" name="bib" value=<TMPL_VAR NAME="biblionumber">>
53     </form>
54 </TMPL_UNLESS>
55     </td></tr>
56 </table>
57 </TMPL_LOOP>
58 <p style="font-size:110%;font-style:italic">There are multiple copies of
59 this title with different catalogue information. Click on an item to see its full record.</p>
60
61 <table border="0" cellspacing="0" cellpadding="3">
62 <TMPL_LOOP NAME="ITEM_RESULTS">
63
64 <tr valign="top"><td> &nbsp; </td>
65     <td><div class="padded">
66
67      <a href="/cgi-bin/koha/opac-detail.pl?bib=<TMPL_VAR
68 NAME="biblionumber">&bibitem=<TMPL_VAR NAME="biblioitemnumber">"><TMPL_IF NAME="volumeddesc">
69   Volume: <TMPL_VAR NAME="volumeddesc">
70 <TMPL_ELSE>
71   <TMPL_IF NAME="isbn">
72     <TMPL_VAR NAME="isbn">
73   <TMPL_ELSE>
74     <TMPL_IF NAME="issn">
75       <TMPL_VAR NAME="issn">
76     </TMPL_IF>
77   </TMPL_IF>
78 </TMPL_IF>
79 </a>     
80     </div></td>
81     <td><div class="padded">
82                    
83     <a href="/cgi-bin/koha/opac-detail.pl?bib=<TMPL_VAR
84 NAME="biblionumber">&bibitem=<TMPL_VAR NAME="biblioitemnumber">"><TMPL_VAR NAME="description"></a>
85
86     </div></td></tr>
87 </TMPL_LOOP>
88 <table>
89       
90
91       
92       
93       
94 <!--BOTTOM NAVIGATION - ALL-->
95 <TMPL_INCLUDE name="vanilla-botnav-all.inc">
96 <!--BOTTOM NAVIGATION - SECTION-->
97       
98 <!--END MAIN TABLE-->
99 <TMPL_INCLUDE name="vanilla-end-main.inc">
100 </body>
101 </html>