Corrections to make markup more valid (quoting attributes, encoding ampersands, etc.)
[koha_fer] / koha-tmpl / intranet-tmpl / default / en / 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 <table border="0" cellspacing="0" cellpadding="2" align="center">
8 <!-- TMPL_IF NAME="opac" -->
9         <tr bgcolor="#99cccc" background="/images/background-opac.gif">
10 <!-- TMPL_ELSE -->
11         <tr background="/images/background-mem.gif">
12 <!-- /TMPL_IF -->
13                 <th>Subject</th>
14         </tr>
15 <!-- TMPL_LOOP NAME="SEARCH_RESULTS" -->
16         <tr>
17                 <td>
18                         <a href="/cgi-bin/koha/search.pl?type=<!-- TMPL_IF NAME="opac" -->opac<!-- TMPL_ELSE -->intra<!-- /TMPL_IF -->&amp;subjectitems=<!-- TMPL_VAR NAME=subject2 ESCAPE=HTML -->"><!-- TMPL_VAR NAME="subject" --></a>
19                 </td>
20         </tr>
21 <!-- /TMPL_LOOP -->
22 <!-- TMPL_IF NAME="opac" -->
23         <tr bgcolor="#99cccc" background="/images/background-opac.gif">
24 <!-- TMPL_ELSE -->
25         <tr background="/images/background-mem.gif">
26 <!-- /TMPL_IF -->
27                 <td colspan="4">
28                         <table border="0" cellpadding="0" cellspacing="0" width="100%">
29                         <tr>
30                                 <td align="left">
31                                         <a href="search.pl?<!-- TMPL_LOOP NAME="FORMINPUTS" --><!-- TMPL_VAR NAME="line" -->&amp;<!-- /TMPL_LOOP -->startfrom=<!-- TMPL_VAR NAME="prevstartfrom" -->">Previous Records</a>
32                                 </td>
33                                 <td align="right">
34                                         <a href="search.pl?<!-- TMPL_LOOP NAME="FORMINPUTS" --><!-- TMPL_VAR NAME="line" -->&amp;<!-- /TMPL_LOOP -->startfrom=<!-- TMPL_VAR NAME="nextstartfrom" -->">Next Records</a>
35                                 </td>
36                         </tr>
37                         </table>
38                 </td>
39         </tr>
40 </table>
41 <br>
42 Results <b><!-- TMPL_VAR NAME="startfrom" --></b> through <b><!-- TMPL_VAR NAME="endat" --> of <!-- TMPL_VAR NAME="numrecords" --></b> records.
43 <hr>
44
45 <!-- TMPL_IF NAME="opac" -->
46     <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->
47 <!-- TMPL_ELSE -->
48     <!-- TMPL_INCLUDE NAME="cat-bottom.inc" -->
49 <!-- /TMPL_IF -->