changing permissions on templates and scripts
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / catalogue / subject.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Subject Search Results</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4
5 <!-- TMPL_INCLUDE NAME="menus.inc" -->
6 <!-- TMPL_INCLUDE NAME="menu-catalogue.inc" -->
7
8 <div id="catalogue_detail_biblio">
9
10 <h1 class="catalogue">Subject search results</h1>
11
12 <div id="resultnumber"><p>Results <b><!-- TMPL_VAR NAME="startfrom" --></b> through <b><!-- TMPL_VAR NAME="endat" --> of <!-- TMPL_VAR NAME="numrecords" --></b> records.<br></p></div>
13
14 <table>
15 <tr>
16                 <th class="catalogue">Subject headings</th>
17         </tr>
18 <!-- TMPL_LOOP NAME="SEARCH_RESULTS" -->
19         <tr>
20                 <td<!-- TMPL_IF NAME="even" --> class="hilighted"<!-- /TMPL_IF -->>
21                         <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>
22                 </td>
23         </tr>
24 <!-- /TMPL_LOOP -->
25 </table>
26 <p><a  class="button catalogue" href="search.pl?<!-- TMPL_LOOP NAME="FORMINPUTS" --><!-- TMPL_VAR NAME="line" -->&amp;<!-- /TMPL_LOOP -->startfrom=<!-- TMPL_VAR NAME="prevstartfrom" -->">Previous Records</a> <a class="button catalogue" href="search.pl?<!-- TMPL_LOOP NAME="FORMINPUTS" --><!-- TMPL_VAR NAME="line" -->&amp;<!-- /TMPL_LOOP -->startfrom=<!-- TMPL_VAR NAME="nextstartfrom" -->">Next Records</a></p>
27
28 </div>
29 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->