[Koha-cvs] koha/koha-tmpl/opac-tmpl/prog/en opac-tags_subj... [rel_3_0]

paul poulain paul at koha-fr.org
Thu Jan 11 15:37:31 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	paul poulain <tipaul>	07/01/11 14:37:31

Modified files:
	koha-tmpl/opac-tmpl/prog/en: opac-tags_subject.tmpl 

Log message:
	some changes in subject cloud page display

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/prog/en/opac-tags_subject.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.1&r2=1.1.2.2

Patches:
Index: opac-tags_subject.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/prog/en/Attic/opac-tags_subject.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- opac-tags_subject.tmpl	20 Dec 2006 10:39:23 -0000	1.1.2.1
+++ opac-tags_subject.tmpl	11 Jan 2007 14:37:31 -0000	1.1.2.2
@@ -4,12 +4,16 @@
 <!--TMPL_INCLUDE NAME="masthead.inc" -->
 <!--TMPL_INCLUDE NAME="navigation.inc" -->
 
+    <h1>Subject cloud</h1>
+    <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>
     <div id="action">
+        <fieldset>
+        <legend>Show</legend>
         <form>
-            <p>Show me <input type="text" name="number" value="<!-- TMPL_VAR name="number" -->" size="4" maxlength="4"/> subjects <input type="submit" value="OK"></p>
+            <p>up to <input type="text" name="number" value="<!-- TMPL_VAR name="number" -->" size="4" maxlength="4"/> subjects <input type="submit" value="OK"></p>
         </form>
+        </fieldset>
     </div>
-    <h1>Subjects</h1>
         <!-- TMPL_LOOP name="LOOP" -->
             <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>
         <!-- /TMPL_LOOP -->





More information about the Koha-cvs mailing list