merging from 1,2 branch. Seems OK
[koha.git] / koha-tmpl / intranet-tmpl / default / en / catalogue / detail.tmpl
1 <TMPL_INCLUDE NAME="cat-top.inc">
2
3 <!--
4 <TMPL_IF NAME="loggedinuser">
5     <p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a href=/cgi-bin/koha/logout.pl>Log Out</a>]</p>
6 <TMPL_ELSE>
7     <p align=left><a href=/cgi-bin/koha/userpage.pl>Log In</a> to Koha</p>
8 </TMPL_IF>
9 -->
10
11 <TMPL_LOOP NAME="BIBLIO_RESULTS">
12
13
14
15 <TMPL_IF NAME="norequests">
16 <TMPL_ELSE>
17 <a href=request.pl?bib=<TMPL_VAR NAME="biblionumber">><img height=42  WIDTH=120 BORDER="0"
18 src="/images/requests.gif" align="right" border="0"></a>
19 </TMPL_IF>
20
21 <font SIZE=6><em><TMPL_VAR NAME="title"> (<TMPL_VAR NAME="author">)
22 <TMPL_VAR NAME="class"></em></font><p>
23 <table cellspacing="0" callpadding="5" border="1" align="left" width="220">
24 <!-----------------BIBLIO RECORD TABLE--------->
25 <tr valign="top">
26
27 <td bgcolor="#cccc99" background="/images/background-mem.gif">
28 <b>BIBLIO RECORD</b>
29
30
31
32
33 <TMPL_VAR NAME="biblionumber">
34 </td>
35 </tr>
36 <tr valign="top">
37 <td>
38 <form action="/cgi-bin/koha/modbib.pl" method="post">
39 <input type="hidden" name="bibnum" value="<TMPL_VAR NAME="biblionumber">">
40 <input type="image" name="submit" value="modify" height="42" width="93"
41 border="0" src="/images/modify-mem.gif">
42 <input type="image" name="delete" value="delete" height="42" width="93"
43 border="0" src="/images/delete-mem.gif">
44 </form>
45 <br>
46 <FONT SIZE=2  face="arial, helvetica">
47 <b>Subtitle:</b> <TMPL_VAR NAME="subtitle"><br>
48 <b>Author:</b> <a href=/cgi-bin/koha/search.pl?author=<TMPL_VAR
49 NAME="author" ESCAPE=URL>><TMPL_VAR NAME="author"></a><br>
50 <b>Additional Author:</b> <TMPL_VAR NAME="additional"><br>
51 <b>Series Title:</b> <TMPL_VAR NAME="series"><br>
52 <b>Subject:</b> <TMPL_VAR NAME="subject"><br>
53 <b>Copyright:</b> <TMPL_VAR NAME="copyrightdate"><br>
54 <b>Notes:</b> <TMPL_VAR NAME="notes"><br>
55 <b>Unititle:</b> <TMPL_VAR NAME="unititle"><br>
56 <b>Serial:</b> <TMPL_VAR NAME="serial"><br>
57 <b>Total Number of Items:</b> <TMPL_VAR NAME="count">
58 <p>
59 </font></td>
60 </tr>
61 </table>
62 </TMPL_LOOP>
63 <center>
64 <table border=0 cellspacing=0 cellpadding=2>
65 <tr bgcolor="#cccc99" background="/images/background-mem.gif">
66 <td>Item Type</td>
67 <td>Class</td>
68 <td>Location</td>
69 <td>Date Due</td>
70 <td>Last Seen</td>
71 <td>Barcode</td>
72 <td>Volume</td>
73 </tr>
74 <TMPL_LOOP NAME="ITEM_RESULTS">
75 <tr>
76 <td><TMPL_VAR NAME="itemtype"></td>
77 <td><a href=/cgi-bin/koha/search.pl?dewey=<TMPL_VAR NAME="dewey" ESCAPE=URL>><TMPL_VAR NAME="class"></a></td>
78 <td><TMPL_VAR NAME="branchname"></td>
79 <td><TMPL_VAR NAME="datedue"></td>
80 <td><TMPL_VAR NAME="datelastseen"></td>
81 <td><a href="/cgi-bin/koha/moredetail.pl?type=<TMPL_VAR NAME="type">&item=<TMPL_VAR NAME="itemnumber>&bib=<TMPL_VAR NAME="biblionumber">&bi=<TMPL_VAR NAME="biblioitemnumber">"><TMPL_VAR NAME="barcode"></a></td>
82 <td><TMPL_VAR NAME="volumeddesc"></td>
83 <TMPL_IF NAME="type">
84 <td><a href=/cgi-bin/koha/maint/catmaintain.pl?type=fixitemtype&bi=<TMPL_VAR
85 NAME="biblioitemnumber">&item=<TMPL_VAR NAME="itemtype">>Fix Itemtype</a></td>
86 </TMPL_IF>
87 </tr>
88 </TMPL_LOOP>
89 <TMPL_LOOP NAME="WEB_RESULTS">
90 <tr>
91 <td><TMPL_VAR NAME="itemtype"></td>
92 <td>Website</td>
93 <td>Online</td>
94 <td>Available</td>
95 <td></td>
96 <td><a href="/cgi-bin/koha/moredetail.pl?item=<TMPL_VAR
97 NAME="itemnumber>&bib=<TMPL_VAR NAME="biblionumber">&bi=<TMPL_VAR
98 NAME="biblioitemnumber">">http://<TMPL_VAR NAME="url"></a></td>
99 </tr>
100 </TMPL_LOOP>
101 </table>
102 <p>
103 <table border="0" cellspacing="0" cellpadding="5" width=70%>
104 <tr valign="top">
105 <td bgcolor="99cc33" background="/images/background-mem.gif"
106 colspan="2"><p><b>HELP</b><br>
107 <b>Update Biblio for all Items:</b> Click on the <b>Modify</b>
108       button [left] to amend the biblio.  Any changes you make will update
109 the record for <b>all</b> the items listed above. <p>
110 <b>Updating the Biblio for only ONE or SOME Items:</b>
111 If some of the items listed above need a different biblio, or are on the
112 wrong biblio, you must use the
113 <a
114 href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">acquisitions</a>
115 process to fix this. You will need to "re-order" the items, and delete them
116 from this biblio.
117 <p /></tr>
118 </table>
119 </center>
120 <br clear=all>
121 <p />
122
123 <!--
124 <table border="1" cellspacing="0" cellpadding="5" width="90%">
125 <tr valign="top">
126 <td bgcolor="$main"
127 background="/images/background-mem.gif"><b>Abstract</b></td>
128 </tr>
129 <tr valign="top">
130 <TMPL_LOOP NAME="BIBLIO_RESULTS">
131 <td><TMPL_VAR NAME="abstract"></td>
132 </TMPL_LOOP>
133 </tr>
134 </table>
135 <p />
136 <table border="1" cellspacing="0" cellpadding="5" width="90%">
137 <tr valign="top">
138 <td bgcolor="$main" background="/images/background-mem.gif"><b>Links to
139 Associated Websites<b></td>
140 </tr>
141 <TMPL_LOOP NAME="SITE_RESULTS">
142 <tr>
143 <td><b>Title:</b> <TMPL_VAR name="title"><br>
144 <b>Description:</b> <TMPL_VAR name="description"><br>
145 <b>URL:</b><a href="http://<TMPL_VAR name="url">">http://<TMPL_VAR
146 name="url"></a><br>
147 </td>
148 </tr>
149 </TMPL_LOOP>
150 </table>
151
152 -->
153
154 <TMPL_INCLUDE NAME="cat-bottom.inc">