Fixed up the display of reserves.
[koha.git] / koha-tmpl / opac-tmpl / default / en / opac-detail.tmpl
1 <TMPL_INCLUDE NAME="opac-top.inc">
2
3 <TMPL_IF NAME="loggedinuser">
4     <p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a href=/cgi-bin/koha/opac-user.pl>Home</a>][<a href=/cgi-bin/koha/opac-logout.pl>Log Out</a>]</p>
5 <TMPL_ELSE>
6     <p align=left><a href=/cgi-bin/koha/opac-user.pl>Log In</a> to Koha</p>
7 </TMPL_IF>
8
9
10 <TMPL_LOOP NAME="BIBLIO_RESULTS">
11 <font SIZE=6><em><TMPL_VAR NAME="title"> (<TMPL_VAR NAME="author">)
12 <TMPL_VAR NAME="class"></em></font><p>
13 <table cellspacing="0" callpadding="5" border="1" align="left" width="220">
14 <!-----------------BIBLIO RECORD TABLE--------->
15 <tr valign="top">
16
17 <td bgcolor="#99cccc">
18 <b>BIBLIO RECORD</b>
19
20 <TMPL_VAR NAME="biblionumber">
21 </td>
22 </tr>
23 <tr valign="top">
24 <td>
25 <FONT SIZE=2  face="arial, helvetica">
26 <b>Subtitle:</b> <TMPL_VAR NAME="subtitle"><br>
27 <b>Author:</b> <TMPL_VAR NAME="author"><br>
28 <b>Subject:</b> <TMPL_VAR NAME="subject"><br>
29 <b>Copyright:</b> <TMPL_VAR NAME="copyrightdate"><br>
30 <b>Total Number of Items:</b> <TMPL_VAR NAME="count">
31 <p>
32 </font></td>
33 </tr>
34 </table>
35 </TMPL_LOOP>
36 <center>
37 <table border=0 cellspacing=0 cellpadding=2>
38 <tr bgcolor="#99cccc">
39 <td>Item Type</td>
40 <td>Class</td>
41 <td>Location</td>
42 <td>Date Due</td>
43 <td>Last Seen</td>
44 <td>Barcode</td>
45 </tr>
46 <TMPL_LOOP NAME="ITEM_RESULTS">
47 <tr>
48 <td><TMPL_VAR NAME="itemtype"></td>
49 <td><TMPL_VAR NAME="class"></td>
50 <td><TMPL_VAR NAME="branchname"></td>
51 <td><TMPL_VAR NAME="datedue"></td>
52 <td><TMPL_VAR NAME="datelastseen"></td>
53 <td><TMPL_VAR NAME="barcode"></td>
54 </tr>
55 </TMPL_LOOP>
56 <TMPL_LOOP NAME="WEB_RESULTS">
57 <tr>
58 <td><TMPL_VAR NAME="itemtype"></td>
59 <td>Website</td>
60 <td>Online</td>
61 <td>Available</td>
62 <td></td>
63 <td><TMPL_VAR NAME="url"></td>
64 </tr>
65 </TMPL_LOOP>
66 </table>
67 <p>
68 </center>
69 <br clear=all>
70 <p />
71 <TMPL_INCLUDE NAME="opac-bottom.inc">