Merge branch 'bug_9850' into 3.14-master
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / catalogue / subject.tt
1 [% INCLUDE 'doc-head-open.inc' %]
2 <title>Koha &rsaquo; Catalog &rsaquo; Subject search results</title>
3 [% INCLUDE 'doc-head-close.inc' %]
4 </head>
5 <body id="catalog_subject" class="catalog">
6
7 [% INCLUDE 'header.inc' %]
8 [% INCLUDE 'cat-search.inc' %]
9
10 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>  &rsaquo; Subject search results</div>
11
12 <div id="doc3" class="yui-t2">
13    
14    <div id="bd">
15         <div id="yui-main">
16         <div class="yui-b">
17
18 <div id="catalogue_detail_biblio">
19
20 <h1>Subject search results</h1>
21
22 <div id="resultnumber"><p>Results <b>[% startfrom %]</b> through <b>[% endat %] of [% numrecords %]</b> records.<br /></p></div>
23
24 <table>
25 <tr>
26                 <th>Subject headings</th>
27         </tr>
28 [% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %]
29         [% IF ( SEARCH_RESULT.even ) %]<tr class="highlight">[% ELSE %]<tr>[% END %]
30                 <td>
31                         <a href="/cgi-bin/koha/search.pl?type=[% IF ( SEARCH_RESULT.opac ) %]opac[% ELSE %]intra[% END %]&amp;subjectitems=[% SEARCH_RESULT.subject2 |html %]">[% SEARCH_RESULT.subject %]</a>
32                 </td>
33         </tr>
34 [% END %]
35 </table>
36 <p><a  class="button" href="search.pl?[% FOREACH FORMINPUT IN FORMINPUTS %][% FORMINPUT.line |url %]&amp;[% END %]startfrom=[% prevstartfrom %]">Previous records</a> <a class="button" href="search.pl?[% FOREACH FORMINPUT IN FORMINPUTS %][% FORMINPUT.line %]&amp;[% END %]startfrom=[% nextstartfrom %]">Next records</a></p>
37
38 </div>
39
40 </div>
41 </div>
42 <div class="yui-b">
43 [% INCLUDE 'cat-menu.inc' %]
44 </div>
45 </div>
46 [% INCLUDE 'intranet-bottom.inc' %]