]> git.koha-community.org Git - koha.git/blob - koha-tmpl/opac-tmpl/default/de/opac-detail.tmpl
Passing through reviewson value, and fixing syntax error
[koha.git] / koha-tmpl / opac-tmpl / default / de / opac-detail.tmpl
1 <!-- opac-detail, translation by dnmeid, based on 1.7 -->
2 <TMPL_INCLUDE NAME="opac-top.inc">
3
4 <TMPL_INCLUDE NAME="opac-auth.inc">
5
6 <TMPL_UNLESS NAME="norequests">
7 <p align=right><a href=/cgi-bin/koha/opac-reserve.pl?bib=<TMPL_VAR NAME="biblionumber" ESCAPE=URL>>Vorbestellung</a></p>
8 </TMPL_UNLESS>
9
10
11
12 <TMPL_LOOP NAME="BIBLIO_RESULTS">
13 <font SIZE=6><em><TMPL_VAR NAME="title"> (<TMPL_VAR NAME="author">)
14 <TMPL_VAR NAME="class"></em></font><p>
15 <table cellspacing="0" cellpadding="5" border="1" align="left" width="220">
16 <!-----------------BIBLIO RECORD TABLE--------->
17 <tr valign="top">
18
19 <td bgcolor="#99cccc">
20 <b>BIBLIO RECORD</b>
21
22 <TMPL_VAR NAME="biblionumber">
23 </td>
24 </tr>
25 <tr valign="top">
26 <td>
27 <FONT SIZE=2  face="arial, helvetica">
28 <b>Untertitel:</b> <TMPL_VAR NAME="subtitle"><br>
29 <!-- <b>&Uuml;bergeordneter Titel:</b> <TMPL_VAR NAME="seriestitle"><br> -->
30 <b>Autor:</b> <TMPL_VAR NAME="author"><br>
31 <b>Schlagworte:</b> <TMPL_VAR NAME="subject"><br>
32 <b>Copyright:</b> <TMPL_VAR NAME="copyrightdate"><br>
33 <b>Exemplare insgesamt:</b> <TMPL_VAR NAME="count">
34 <p>
35 </font></td>
36 </tr>
37 </table>
38 </TMPL_LOOP>
39 <center>
40 <table border=0 cellspacing=0 cellpadding=2>
41 <tr bgcolor="#99cccc">
42 <td>Medientyp</td>
43 <td>Klassifikation</td>
44 <td>Standort</td>
45 <td>Entliehen bis</td>
46 <td>Zuletzt gesehen am</td>
47 <td>Strichcode</td>
48 </tr>
49 <TMPL_LOOP NAME="ITEM_RESULTS">
50 <tr>
51 <td><TMPL_VAR NAME="itemtype"></td>
52 <td><TMPL_VAR NAME="class"></td>
53 <td><TMPL_VAR NAME="branchname"></td>
54 <td><TMPL_VAR NAME="datedue"></td>
55 <td><TMPL_VAR NAME="datelastseen"></td>
56 <td><TMPL_VAR NAME="barcode"></td>
57 </tr>
58 </TMPL_LOOP>
59 <TMPL_LOOP NAME="WEB_RESULTS">
60 <tr>
61 <td><TMPL_VAR NAME="itemtype"></td>
62 <td>Internet-Seite</td>
63 <td>Online</td>
64 <td>Verf&uuml;gbar</td>
65 <td></td>
66 <td><TMPL_VAR NAME="url"></td>
67 </tr>
68 </TMPL_LOOP>
69 </table>
70 <p>
71 </center>
72 <br clear=all>
73 <p />
74 <TMPL_INCLUDE NAME="opac-bottom.inc">