Added some FIXME comments.
[koha.git] / koha-tmpl / intranet-tmpl / default / en / catalogue / detail-opac.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/logout.pl>Log Out</a>]</p>
5 <TMPL_ELSE>
6     <p align=left><a href=/cgi-bin/koha/userpage.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 <!-- FIXME - "callpadding" should be "cellpadding", right? -->
14 <table cellspacing="0" callpadding="5" border="1" align="left" width="220">
15 <!-----------------BIBLIO RECORD TABLE--------->
16 <tr valign="top">
17
18 <td bgcolor="#99cccc">
19 <b>BIBLIO RECORD</b>
20
21 <TMPL_VAR NAME="biblionumber">
22 </td>
23 </tr>
24 <tr valign="top">
25 <td>
26 <br>
27 <FONT SIZE=2  face="arial, helvetica">
28 <b>Subtitle:</b> <TMPL_VAR NAME="subtitle"><br>
29 <b>Author:</b> <TMPL_VAR NAME="author"><br>
30 <b>Additional Author:</b> <TMPL_VAR NAME="additional"><br>
31 <b>Series Title:</b> <TMPL_VAR NAME="series"><br>
32 <b>Subject:</b> <TMPL_VAR NAME="subject"><br>
33 <b>Copyright:</b> <TMPL_VAR NAME="copyrightdate"><br>
34 <b>Notes:</b> <TMPL_VAR NAME="notes"><br>
35 <b>Unititle:</b> <TMPL_VAR NAME="unititle"><br>
36 <b>Serial:</b> <TMPL_VAR NAME="serial"><br>
37 <b>Total Number of Items:</b> <TMPL_VAR NAME="count">
38 <p>
39 </font></td>
40 </tr>
41 </table>
42 </TMPL_LOOP>
43 <center>
44 <table border=0 cellspacing=0 cellpadding=2>
45 <tr bgcolor="#99cccc">
46 <td>Item Type</td>
47 <td>Class</td>
48 <td>Location</td>
49 <td>Date Due</td>
50 <td>Last Seen</td>
51 </tr>
52 <TMPL_LOOP NAME="ITEM_RESULTS">
53 <tr>
54 <td><TMPL_VAR NAME="itemtype"></td>
55 <td><TMPL_VAR NAME="class"></td>
56 <td><TMPL_VAR NAME="branchname"></td>
57 <td><TMPL_VAR NAME="datedue"></td>
58 <td><TMPL_VAR NAME="datelastseen"></td>
59 </tr>
60 </TMPL_LOOP>
61 <TMPL_LOOP NAME="WEB_RESULTS">
62 <tr>
63 <td><TMPL_VAR NAME="itemtype"></td>
64 <td>Website</td>
65 <td>Online</td>
66 <td>Available</td>
67 <td></td>
68 <td><a href="/cgi-bin/koha/moredetail.pl?item=<TMPL_VAR
69 NAME="itemnumber>&bib=<TMPL_VAR NAME="biblionumber">&bi=<TMPL_VAR
70 NAME="biblioitemnumber">">http://<TMPL_VAR NAME="url"></a></td>
71 </tr>
72 </TMPL_LOOP>
73 </table>
74 <p>
75 </center>
76 <br clear=all>
77 <p />
78 <p />
79
80 <TMPL_INCLUDE NAME="opac-bottom.inc">