bug_6488: Take in account opachiddenitems when searching in opac
[koha.git] / koha-tmpl / opac-tmpl / prog / en / modules / opac-tags_subject.tt
1 [% INCLUDE 'doc-head-open.inc' %][% LibraryNameTitle or "Koha Online" %] Catalog ›  ISBD
2 [% INCLUDE 'doc-head-close.inc' %]
3 </head>
4 <body id="opac-tags-subject">
5 <div id="doc3" class="yui-t[% IF ( OpacNav ) %]1[% ELSE %]7[% END %]">
6   <div id="bd">
7 [% INCLUDE 'masthead.inc' %]
8
9         <div id="yui-main">
10           <div class="yui-b"><div class="yui-g">
11                 <div id="subjectcloud" class="container"> <h1>Subject cloud</h1>
12         [% IF ( OpacCloud ) %]
13                 [% IF ( LOOP ) %]
14         <p>This &quot;cloud&quot; shows the most used topics in our catalog.
15                 Click on any subject below to see the items in our collection.</p>
16         <fieldset>
17         <legend>Show</legend>
18         <form action="/cgi-bin/koha/opac-tags_subject.pl" method="post">
19             <p>up to <input type="text" name="number" value="[% number %]" size="4" maxlength="4" /> subjects <input type="submit" value="OK" /></p>
20         </form>
21         </fieldset>
22
23         [% FOREACH LOO IN LOOP %]
24             <a href="/cgi-bin/koha/opac-search.pl?idx=su&amp;q=&quot;[% LOO.entry |html %]&quot;" style="font-size:[% LOO.weight %]px;">[% LOO.entry %]</a>
25         [% END %]
26                 [% ELSE %]
27                         <p>Note: This feature only available to French catalogs where ISBD subjects have been populated, and an index built by separate script.</p>
28                 [% END %]
29         [% ELSE %]
30                 <p>The ISBD cloud is not enabled.</p>
31         [% END %]
32                 </div>
33           </div></div>
34         </div>
35         [% IF ( OpacNav ) %]
36         <div class="yui-b"><div id="leftmenus" class="container">
37         [% INCLUDE 'navigation.inc' %]
38         </div></div>
39         [% END %]
40 </div>
41 [% INCLUDE 'opac-bottom.inc' %]