Clean up before final commits
[koha.git] / koha-tmpl / intranet-tmpl / default / pl / catalogue / detail-opac.tmpl
1 <!-- TMPL_INCLUDE NAME="opac-top.inc" -->
2
3
4 <!-- TMPL_LOOP NAME="BIBLIO_RESULTS" -->
5 <font SIZE=6><em><!-- TMPL_VAR NAME="title" --> (<!-- TMPL_VAR NAME="author" -->) <!-- TMPL_VAR NAME="class" --></em></font><p>
6 <!-- FIXME - "callpadding" should be "cellpadding", right? -->
7 <table cellspacing="0" callpadding="5" border="1" align="left" width="220">
8 <!-----------------BIBLIO RECORD TABLE--------->
9 <tr valign="top">
10
11 <td bgcolor="#99cccc">
12 <b>REKORD BIBLIO</b> <!-- TMPL_VAR NAME="biblionumber" -->
13 </td>
14 </tr>
15 <tr valign="top">
16 <td>
17 <br>
18 <FONT SIZE=2  face="arial, helvetica">
19 <b>Podtytuł:</b> <!-- TMPL_VAR NAME="subtitle" --><br>
20 <b>Autor:</b> <!-- TMPL_VAR NAME="author" --><br>
21 <b>Dodatkowy Autor:</b> <!-- TMPL_VAR NAME="additional" --><br>
22 <b>Tytuł Serii:</b> <!-- TMPL_VAR NAME="seriestitle" --><br>
23 <b>Temat:</b> <!-- TMPL_VAR NAME="subject" --><br>
24 <b>Copyright:</b> <!-- TMPL_VAR NAME="copyrightdate" --><br>
25 <b>Uwagi:</b> <!-- TMPL_VAR NAME="notes" --><br>
26 <b>Tytuł Ujednolicony:</b> <!-- TMPL_VAR NAME="unititle" --><br>
27 <b>Seria:</b> <!-- TMPL_VAR NAME="serial" --><br>
28 <b>Egzemplarzy w sumie:</b> <!-- TMPL_VAR NAME="count" -->
29 <p>
30 </font></td>
31 </tr>
32 </table>
33 <!-- /TMPL_LOOP -->
34 <center>
35 <table border=0 cellspacing=0 cellpadding=2>
36 <tr bgcolor="#99cccc">
37 <td>Typ pozycji</td>
38 <td>Typ pozycji</td>
39 <td>Lokalizacja</td>
40 <td>Do zwrotu</td>
41 <td>Ostatnio rejestrowana</td>
42 </tr>
43 <!-- TMPL_LOOP NAME="ITEM_RESULTS" -->
44 <tr>
45 <td><!-- TMPL_VAR NAME="itemtype" --></td>
46 <td><!-- TMPL_VAR NAME="class" --></td>
47 <td><!-- TMPL_VAR NAME="branchname" --></td>
48 <td><!-- TMPL_VAR NAME="datedue" --></td>
49 <td><!-- TMPL_VAR NAME="datelastseen" --></td>
50 </tr>
51 <!-- /TMPL_LOOP -->
52 <!-- TMPL_LOOP NAME="WEB_RESULTS" -->
53 <tr>
54 <td><!-- TMPL_VAR NAME="itemtype" --></td>
55 <td>Witryna</td>
56 <td>Online</td>
57 <td>Dostępna</td>
58 <td></td>
59 <td><a href="/cgi-bin/koha/moredetail.pl?item=<TMPL_VAR
60 NAME="itemnumber">&bib=<!-- TMPL_VAR NAME="biblionumber" -->&bi=<TMPL_VAR
61 NAME="biblioitemnumber">">http://<!-- TMPL_VAR NAME="url" --></a></td>
62 </tr>
63 <!-- /TMPL_LOOP -->
64 </table>
65 <p>
66 </center>
67 <br clear=all>
68 <p />
69 <p />
70
71 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->