If LibraryName was not specified, the opac layout was broken. Adding a default (...
[koha.git] / koha-tmpl / opac-tmpl / prog / en / modules / opac-tags_subject.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><!-- TMPL_IF NAME="LibraryNameTitle" --><!-- TMPL_VAR NAME="LibraryNameTitle" --><!-- TMPL_ELSE -->Koha Online<!-- /TMPL_IF --> Catalog &rsaquo;  ISBD
2 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
3 </head>
4 <body>
5 <!-- TMPL_INCLUDE name="masthead.inc" -->
6
7 <div id="doc3" class="yui-t1">
8    <div id="bd">
9         <div id="yui-main">
10         <div class="yui-b"><div class="yui-g">
11
12     <h1>Subject cloud</h1>
13     <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>
14     <div id="action">
15         <fieldset>
16         <legend>Show</legend>
17         <form>
18             <p>up to <input type="text" name="number" value="<!-- TMPL_VAR name="number" -->" size="4" maxlength="4"/> subjects <input type="submit" value="OK"></p>
19         </form>
20         </fieldset>
21     </div>
22         <!-- TMPL_LOOP name="LOOP" -->
23             <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>
24         <!-- /TMPL_LOOP -->
25
26 </div>
27 </div>
28 </div>
29 <div class="yui-b">
30 <!--TMPL_INCLUDE NAME="navigation.inc" -->
31 <!-- TMPL_INCLUDE name="usermenu.inc" -->
32 </div>
33 </div>
34 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->