Cleanup of catalogue files, previously excluded from layout fixes. Some bugs may...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / 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 </head>
5 <body>
6
7 <!-- TMPL_INCLUDE NAME="header.inc" -->
8 <!-- TMPL_INCLUDE NAME="menu-catalogue.inc" -->
9
10 <div id="doc3" class="yui-t2">
11    
12    <div id="bd">
13         <div id="yui-main">
14         <div class="yui-b"><div class="yui-g">
15
16 <div id="catalogue_detail_biblio">
17
18 <h1>Subject search results</h1>
19
20 <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>
21
22 <table>
23 <tr>
24                 <th>Subject headings</th>
25         </tr>
26 <!-- TMPL_LOOP NAME="SEARCH_RESULTS" -->
27         <tr>
28                 <td<!-- TMPL_IF NAME="even" --> class="hilighted"<!-- /TMPL_IF -->>
29                         <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>
30                 </td>
31         </tr>
32 <!-- /TMPL_LOOP -->
33 </table>
34 <p><a  class="button" 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" href="search.pl?<!-- TMPL_LOOP NAME="FORMINPUTS" --><!-- TMPL_VAR NAME="line" -->&amp;<!-- /TMPL_LOOP -->startfrom=<!-- TMPL_VAR NAME="nextstartfrom" -->">Next Records</a></p>
35
36 </div>
37
38 </div>
39 </div>
40 </div>
41
42 <!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
43 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->