rel_3_0 moved to HEAD (introducing new files)
[koha.git] / koha-tmpl / opac-tmpl / prog / en / opac-tags_subject.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><!-- TMPL_VAR NAME="LibraryNameTitle" --> Catalog -- ISBD
2 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
3
4 <!--TMPL_INCLUDE NAME="masthead.inc" -->
5 <!--TMPL_INCLUDE NAME="navigation.inc" -->
6
7     <h1>Subject cloud</h1>
8     <p>This "cloud" show you the most used topics in our catalogue. Click on one of them to see the documents related to it</p>
9     <div id="action">
10         <fieldset>
11         <legend>Show</legend>
12         <form>
13             <p>up to <input type="text" name="number" value="<!-- TMPL_VAR name="number" -->" size="4" maxlength="4"/> subjects <input type="submit" value="OK"></p>
14         </form>
15         </fieldset>
16     </div>
17         <!-- TMPL_LOOP name="LOOP" -->
18             <a href="/cgi-bin/koha/opac-search.pl?q=su:<!-- TMPL_VAR name="entry" ESCAPE="HTML" -->" style="font-size:<!-- TMPL_VAR name="weight" -->px;"><!-- TMPL_VAR name="entry" --></a>
19         <!-- /TMPL_LOOP -->
20 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->