Added check for mandatory tags, and distinguish between mandatory subfields
[koha.git] / koha-tmpl / intranet-tmpl / default / pl / catalogue / detail.tmpl
1 <TMPL_INCLUDE NAME="cat-top.inc">
2
3 <!--
4 <TMPL_IF NAME="loggedinuser">
5     <p align=left>Zalogowano jako: <TMPL_VAR NAME="loggedinuser"> [<a href=/cgi-bin/koha/logout.pl>Wyloguj</a>]</p>
6 <TMPL_ELSE>
7     <p align=left><a href=/cgi-bin/koha/userpage.pl>Zaloguj siê</a> do 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 <!-- FIXME - "callpadding" should be "cellpadding", right? -->
24 <table cellspacing="0" callpadding="5" border="1" align="left" width="220">
25 <!-----------------BIBLIO RECORD TABLE--------->
26 <tr valign="top">
27
28 <td bgcolor="#cccc99" background="/images/background-mem.gif">
29 <b>REKORD BIBLIO</b>
30
31
32
33
34 <TMPL_VAR NAME="biblionumber">
35 </td>
36 </tr>
37 <tr valign="top">
38 <td>
39 <form action="/cgi-bin/koha/modbib.pl" method="post">
40 <input type="hidden" name="bibnum" value="<TMPL_VAR NAME="biblionumber">">
41 <input type="image" name="submit" value="modify" height="42" width="93"
42 border="0" src="/images/modify-mem.gif">
43 <input type="image" name="delete" value="delete" height="42" width="93"
44 border="0" src="/images/delete-mem.gif">
45 </form>
46 <br>
47 <!--
48 <FONT SIZE=2  face="arial, helvetica">
49 -->
50 <b>Podtytu³:</b> <TMPL_VAR NAME="subtitle"><br>
51 <b>Autor:</b> <a href=/cgi-bin/koha/search.pl?author=<TMPL_VAR
52 NAME="author" ESCAPE=URL>><TMPL_VAR NAME="author"></a><br>
53 <b>Dodatkowy Autor:</b> <TMPL_VAR NAME="additional"><br>
54 <b>Tytu³ serii:</b> <TMPL_VAR NAME="seriestitle"><br>
55 <b>Has³o przedmiotowe:</b> <TMPL_VAR NAME="subject"><br>
56 <b>Copyright:</b> <TMPL_VAR NAME="copyrightdate"><br>
57 <b>Uwagi:</b> <TMPL_VAR NAME="notes"><br>
58 <b>Ujednolicony:</b> <TMPL_VAR NAME="unititle"><br>
59 <b>Seria:</b> <TMPL_VAR NAME="serial"><br>
60 <b>W sumie pozycji:</b> <TMPL_VAR NAME="count">
61 <p>
62 <!--
63 </font>
64 -->
65 </td>
66 </tr>
67 </table>
68 </TMPL_LOOP>
69 <!-- FIXME - The help box overflows on the right. I think this is
70      because it is specified as "width=70%", which the browser
71      interprets as 70% of the width of the browser window. However,
72      leaving out the "width=70%" makes the help box abut the "biblio
73      record" box. I think the fix is to put all three boxes in a
74      table, for layout, and make the help box as wide as it wants to
75      be. -->
76
77 <center>
78 <table border=0 cellspacing=0 cellpadding=2>
79 <tr bgcolor="#cccc99" background="/images/background-mem.gif">
80 <td>Typ pozycji</td>
81 <td>Class</td>
82 <td>Lokalizacja</td>
83 <td>Termin zwrotu</td>
84 <td>Wypo¿yczono</td>
85 <td>Kod kreskowy</td>
86 <td>Tom</td>
87 </tr>
88 <TMPL_LOOP NAME="ITEM_RESULTS">
89 <tr>
90 <td><TMPL_VAR NAME="itemtype"></td>
91 <td><a href=/cgi-bin/koha/search.pl?dewey=<TMPL_VAR NAME="dewey" ESCAPE=URL>><TMPL_VAR NAME="class"></a></td>
92 <td><TMPL_VAR NAME="branchname"></td>
93 <td><TMPL_VAR NAME="datedue"></td>
94 <td><TMPL_VAR NAME="datelastseen"></td>
95 <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>
96 <td><TMPL_VAR NAME="volumeddesc"></td>
97 <TMPL_IF NAME="type">
98 <td><a href=/cgi-bin/koha/maint/catmaintain.pl?type=fixitemtype&bi=<TMPL_VAR
99 NAME="biblioitemnumber">&item=<TMPL_VAR NAME="itemtype">>Sta³y typ pozycji</a></td>
100 </TMPL_IF>
101 </tr>
102 </TMPL_LOOP>
103 <TMPL_LOOP NAME="WEB_RESULTS">
104 <tr>
105 <td><TMPL_VAR NAME="itemtype"></td>
106 <td>Website</td>
107 <td>Online</td>
108 <td>Dostêpna</td>
109 <td></td>
110 <td><a href="/cgi-bin/koha/moredetail.pl?item=<TMPL_VAR
111 NAME="itemnumber>&bib=<TMPL_VAR NAME="biblionumber">&bi=<TMPL_VAR
112 NAME="biblioitemnumber">">http://<TMPL_VAR NAME="url"></a></td>
113 </tr>
114 </TMPL_LOOP>
115 </table>
116 <p>
117 <table border="0" cellspacing="0" cellpadding="5" width=70%>
118 <tr valign="top">
119 <td bgcolor="99cc33" background="/images/background-mem.gif"
120 colspan="2"><p><b>HELP</b><br>
121 <b>Update Biblio for all Items:</b> Click on the <b>Modify</b>
122       button [left] to amend the biblio.  Any changes you make will update
123 the record for <b>all</b> the items listed above. <p>
124 <b>Updating the Biblio for only ONE or SOME Items:</b>
125 If some of the items listed above need a different biblio, or are on the
126 wrong biblio, you must use the
127 <a
128 href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">acquisitions</a>
129 process to fix this. You will need to "re-order" the items, and delete them
130 from this biblio.
131 <p /></tr>
132 </table>
133 </center>
134 <br clear=all>
135 <p />
136
137 <!--
138 <table border="1" cellspacing="0" cellpadding="5" width="90%">
139 <tr valign="top">
140 <td bgcolor="$main"
141 background="/images/background-mem.gif"><b>Abstrakt</b></td>
142 </tr>
143 <tr valign="top">
144 <TMPL_LOOP NAME="BIBLIO_RESULTS">
145 <td><TMPL_VAR NAME="abstract"></td>
146 </TMPL_LOOP>
147 </tr>
148 </table>
149 <p />
150 <table border="1" cellspacing="0" cellpadding="5" width="90%">
151 <tr valign="top">
152 <td bgcolor="$main" background="/images/background-mem.gif"><b>L±cza do witryn powi±zanych
153 <b></td>
154 </tr>
155 <TMPL_LOOP NAME="SITE_RESULTS">
156 <tr>
157 <td><b>Tytu³:</b> <TMPL_VAR name="title"><br>
158 <b>Opis:</b> <TMPL_VAR name="description"><br>
159 <b>URL:</b><a href="http://<TMPL_VAR name="url">">http://<TMPL_VAR
160 name="url"></a><br>
161 </td>
162 </tr>
163 </TMPL_LOOP>
164 </table>
165
166 -->
167
168 <TMPL_INCLUDE NAME="cat-bottom.inc">