Fixing a couple of syntax errors
[koha.git] / koha-tmpl / intranet-tmpl / default / pl / catalogue / subject.tmpl
1 <!-- TMPL_IF NAME="opac" -->
2         <!-- TMPL_INCLUDE NAME="opac-top.inc" -->
3 <!-- TMPL_ELSE -->
4         <!-- TMPL_INCLUDE NAME="cat-top.inc" -->
5 <!-- /TMPL_IF -->
6
7 <center>
8
9 <table border=0 cellspacing=0 cellpadding=2>
10 <!-- TMPL_IF NAME="opac" -->
11         <tr bgcolor="#99cccc" background="/images/background-opac.gif">
12 <!-- TMPL_ELSE -->
13         <tr background="/images/background-mem.gif">
14 <!-- /TMPL_IF -->
15                 <th>Temat</th>
16         </tr>
17 <!-- TMPL_LOOP NAME=SEARCH_RESULTS -->
18         <tr>
19                 <td>
20                         <a href="/cgi-bin/koha/search.pl?type=<!-- TMPL_IF NAME=opac -->opac<!-- TMPL_ELSE -->intra<!-- /TMPL_IF -->&subjectitems=<!-- TMPL_VAR NAME=subject2 ESCAPE=HTML -->"><!-- TMPL_VAR NAME=subject --></a>
21                 </td>
22         </tr>
23 <!-- /TMPL_LOOP -->
24 <!-- TMPL_IF NAME="opac" -->
25         <tr bgcolor="#99cccc" background="/images/background-opac.gif">
26 <!-- TMPL_ELSE -->
27         <tr background="/images/background-mem.gif">
28 <!-- /TMPL_IF -->
29                 <td colspan=4>
30                         <table border=0 cellpadding=0 cellspacing=0 width=100%>
31                         <tr>
32                                 <td align=left>
33                                         <a href="search.pl?<!-- TMPL_LOOP name=FORMINPUTS --><!-- TMPL_VAR NAME=line -->&<!-- /TMPL_LOOP -->startfrom=<!-- TMPL_VAR NAME="prevstartfrom" -->">Poprzednie rekordy</a>
34                                 </td>
35                                 <td align=right>
36                                         <a href="search.pl?<!-- TMPL_LOOP name=FORMINPUTS --><!-- TMPL_VAR NAME=line -->&<!-- /TMPL_LOOP -->startfrom=<!-- TMPL_VAR NAME="nextstartfrom" -->">Następne Rekordy</a>
37                                 </td>
38                         </tr>
39                         </table>
40                 </td>
41         </tr>
42 </table>
43 <br>
44 Wyświetlono  od<b><!-- TMPL_VAR NAME="startfrom" --></b> do <b><!-- TMPL_VAR NAME="endat" --> z <!-- TMPL_VAR NAME="numrecords" --></b> rekordów.
45 <hr>
46
47 <!-- TMPL_IF NAME="opac" -->
48     <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->
49 <!-- TMPL_ELSE -->
50     <!-- TMPL_INCLUDE NAME="cat-bottom.inc" -->
51 <!-- /TMPL_IF -->