koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-main.tmpl,1.11,1.12


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-main.tmpl,1.11,1.12 opac-search.tmpl,1.7,1.8
Date: Mon, 20 Sep 2004 06:21:43 -0700

Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv311/koha-tmpl/opac-tmpl/css/en

Modified Files:
        opac-main.tmpl opac-search.tmpl 
Log Message:
minor fixes & improvements

Index: opac-main.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-main.tmpl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** opac-main.tmpl      16 Sep 2004 09:21:06 -0000      1.11
--- opac-main.tmpl      20 Sep 2004 13:21:41 -0000      1.12
***************
*** 6,9 ****
--- 6,14 ----
        <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR 
name="themelang" -->/includes/opac.css" />
        <title><!--TMPL_VAR name="LibraryName"--></title>
+       <style type="text/css">
+       input {
+               background-color: #ACE6E6;
+       }
+       </style>
  </head>
  

Index: opac-search.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-search.tmpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** opac-search.tmpl    16 Sep 2004 09:21:06 -0000      1.7
--- opac-search.tmpl    20 Sep 2004 13:21:41 -0000      1.8
***************
*** 11,20 ****
                        <input type="hidden" name="op" value="do_search" />
                        <input type="hidden" name="nbstatements" value="<!-- 
TMPL_VAR NAME="nbstatements" -->" />
!                       <label class="label20">Keyword</label>
                        <input type="hidden" name="marclist" value="" />
                        <input type="hidden" name="and_or" value="and" />
                        <input type="hidden" name="excluding" value="" />
                        <input type="hidden" name="operator" value="contains" />
!                       <input type="text" name="value" onchange="sql_update()" 
/>
                </p>
                <p>
--- 11,20 ----
                        <input type="hidden" name="op" value="do_search" />
                        <input type="hidden" name="nbstatements" value="<!-- 
TMPL_VAR NAME="nbstatements" -->" />
!                       <label class="label20">Any word</label>
                        <input type="hidden" name="marclist" value="" />
                        <input type="hidden" name="and_or" value="and" />
                        <input type="hidden" name="excluding" value="" />
                        <input type="hidden" name="operator" value="contains" />
!                       <input type="text" name="value" onchange="sql_update()" 
size="35" />
                </p>
                <p>
***************
*** 24,28 ****
                        <input type="hidden" name="excluding" value="" />
                        <input type="hidden" name="operator" value="contains" />
!                       <input type="text" name="value" onchange="sql_update()" 
/>
                </p>
                <p>
--- 24,28 ----
                        <input type="hidden" name="excluding" value="" />
                        <input type="hidden" name="operator" value="contains" />
!                       <input type="text" name="value" onchange="sql_update()" 
size="35" />
                </p>
                <p>
***************
*** 31,35 ****
                        <input type="hidden" name="excluding" value="" />
                        <input type="hidden" name="operator" value="contains" />
!                       <input type="text" name="value" onchange="sql_update()" 
/>
                </p>
                <p>
--- 31,35 ----
                        <input type="hidden" name="excluding" value="" />
                        <input type="hidden" name="operator" value="contains" />
!                       <input type="text" name="value" onchange="sql_update()" 
size="35" />
                </p>
                <p>
***************
*** 39,43 ****
                        <input type="hidden" name="excluding" value="" />
                        <input type="hidden" name="operator" value="contains" 
/>  
!                       <input type="text" name="value" onchange="sql_update()" 
/>
                </p>
                <p>
--- 39,43 ----
                        <input type="hidden" name="excluding" value="" />
                        <input type="hidden" name="operator" value="contains" 
/>  
!                       <input type="text" name="value" onchange="sql_update()" 
size="35" />
                </p>
                <p>
***************
*** 115,118 ****
--- 115,131 ----
                <p>&nbsp;</p>
        </div>
+       <div id="bloc60">
+               <h2>Hints</h2>
+               <h3>Title</h3>
+               <p>You can enter a complete or a part of a title. The search 
will also be done in subtitles & other title-related fields</p>
+               <h3>Author</h3>
+               <p>You can enter a name or a surname. The search will also be 
done is additional authors & other author-related fields (translator, 
illustrator...)</p>
+               <p>Remember that a title can concern a "physical" author 
(Victor Hugo) or a company, group, collective author (CNRS, Library of 
Congress)</p>
+               <h3>Branches</h3>
+               <p>Select a branch if you want to limit your search to items in 
a specific branch. By default the search is done on every branches of the 
library</p>
+               <h3>Partial search</h3>
+               <p>A search is done on every words you enter. Empty words are 
ignored. If you enter, for example "the two towers" in the title, the result 
list will contain all the books containing two AND tower in the title. The 
"the" will be discarded.</p>
+               <p>If you want to enter a partial word, add a * or a % at the 
end of the word. For example "two tower*" will retrieve "the two towers", "two 
white towers", "a tower and two cities"</p>
+       </div>
  </form>
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]