Corrections to make valid
[koha.git] / koha-tmpl / intranet-tmpl / npl / en / catalogue / subject.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Catalog: Search Results for <!-- TMPL_VAR NAME="searchdesc" --><!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
2 <!-- TMPL_INCLUDE NAME="masthead.inc" -->
3 <!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
4
5 <div id="main">
6 <h3>You searched for <!-- TMPL_VAR NAME="searchdesc" --></h3>
7 <div class="results">Results <!-- TMPL_VAR NAME="startfrom" --> through <!-- TMPL_VAR NAME="endat" --> of <!-- TMPL_VAR NAME="numrecords" --> records.</div>
8 <table>
9 <tr><th>Subject Heading</th></tr>
10 <!-- TMPL_LOOP NAME=SEARCH_RESULTS -->
11   <tr>
12   <td><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></td>
13   </tr>
14 <!-- /TMPL_LOOP -->
15 </table>
16
17 <div class="pages">    <a class="pages" href="search.pl?<!-- TMPL_LOOP name=FORMinputS --><!-- TMPL_VAR NAME=line -->&amp;<!-- /TMPL_LOOP -->startfrom=<!-- TMPL_VAR NAME="prevstartfrom" -->">&lt;&lt; Previous Records</a>
18
19     <a class="pages" href="search.pl?<!-- TMPL_LOOP name="FORMINPUTS" --><!-- TMPL_VAR NAME="line" -->&amp;<!-- /TMPL_LOOP -->startfrom=<!-- TMPL_VAR NAME="nextstartfrom" -->">Next Records &gt;&gt;</a></div>
20
21 <div class="results">Results <!-- TMPL_VAR NAME="startfrom" --> through <!-- TMPL_VAR NAME="endat" --> of <!-- TMPL_VAR NAME="numrecords" --> records.</div></div>
22
23
24 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->