Beginning redesign of the OPAC. At this stage it's a move to make it more like the...
[koha-ffzg.git] / koha-tmpl / opac-tmpl / prog / en / modules / 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 </head>
4 <body>
5 <!--TMPL_INCLUDE NAME="masthead.inc" -->
6 <!--TMPL_INCLUDE NAME="navigation.inc" -->
7
8     <h1>Subject cloud</h1>
9     <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>
10     <div id="action">
11         <fieldset>
12         <legend>Show</legend>
13         <form>
14             <p>up to <input type="text" name="number" value="<!-- TMPL_VAR name="number" -->" size="4" maxlength="4"/> subjects <input type="submit" value="OK"></p>
15         </form>
16         </fieldset>
17     </div>
18         <!-- TMPL_LOOP name="LOOP" -->
19             <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>
20         <!-- /TMPL_LOOP -->
21 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->