]> git.koha-community.org Git - koha.git/blob - koha-tmpl/intranet-tmpl/npl/en/catalogue/subject.tmpl
New NPL templates
[koha.git] / koha-tmpl / intranet-tmpl / npl / en / catalogue / subject.tmpl
1 <!-- TMPL_INCLUDE NAME="main-top.inc" -->
2 <!-- TMPL_INCLUDE NAME="masthead.inc" -->
3 <!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
4
5 <div id="main">
6
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>
10 <th>Subject</th></tr>
11 <!-- TMPL_LOOP NAME=SEARCH_RESULTS -->
12   <tr>
13   <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>
14   </tr>
15 <!-- /TMPL_LOOP -->
16 </table>
17
18 <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>
19
20     <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>
21
22 <div class="results">Results <!-- TMPL_VAR NAME="startfrom" --> through <!-- TMPL_VAR NAME="endat" --> of <!-- TMPL_VAR NAME="numrecords" --> records.</div></div>
23
24
25 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->