Bug 3283: Fix for a minor XHTML error in opac-tags_subject.tmpl
[koha.git] / koha-tmpl / opac-tmpl / prog / en / modules / opac-tags_subject.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><!-- TMPL_VAR NAME="LibraryNameTitle" DEFAULT="Koha Online" --> Catalog &rsaquo;  ISBD
2 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
3 </head>
4 <body>
5 <div id="doc3" class="yui-t<!-- TMPL_IF NAME="OpacNav" -->1<!-- TMPL_ELSE -->7<!-- /TMPL_IF -->">
6   <div id="bd">
7 <!-- TMPL_INCLUDE name="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         <!-- TMPL_IF NAME="OpacCloud" -->
13                 <!-- TMPL_IF NAME="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="<!-- TMPL_VAR name="number" -->" size="4" maxlength="4" /> subjects <input type="submit" value="OK" /></p>
20         </form>
21         </fieldset>
22
23         <!-- TMPL_LOOP name="LOOP" -->
24             <a href="/cgi-bin/koha/opac-search.pl?idx=su&amp;q=&quot;<!-- TMPL_VAR name="entry" ESCAPE="HTML" -->&quot;" style="font-size:<!-- TMPL_VAR name="weight" -->px;"><!-- TMPL_VAR name="entry" --></a>
25         <!-- /TMPL_LOOP -->
26                 <!-- TMPL_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                 <!-- /TMPL_IF -->
29         <!-- TMPL_ELSE -->
30                 <p>The ISBD cloud is not enabled.</p>
31         <!-- /TMPL_IF -->
32                 </div>
33           </div></div>
34         </div>
35         <!-- TMPL_IF NAME="OpacNav" -->
36         <div class="yui-b"><div class="container">
37         <!--TMPL_INCLUDE NAME="navigation.inc" -->
38         </div></div>
39         <!-- /TMPL_IF -->
40 </div>
41 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->