minor fixes & improvements
authortipaul <tipaul>
Mon, 20 Sep 2004 13:21:41 +0000 (13:21 +0000)
committertipaul <tipaul>
Mon, 20 Sep 2004 13:21:41 +0000 (13:21 +0000)
koha-tmpl/opac-tmpl/css/en/includes/opac.css
koha-tmpl/opac-tmpl/css/en/opac-main.tmpl
koha-tmpl/opac-tmpl/css/en/opac-search.tmpl

index 562d35f..dd391ee 100644 (file)
@@ -100,6 +100,12 @@ h2 {
        font-size: 125%;
        margin: 0px 0px 10px 0px;
 }
+h3 {
+       color:#000000;
+       font-weight:bold;
+       font-size: 125%;
+       margin: 5px 0px 0px 0px;
+}
 
 p {
        padding-left:10pt;
index 0654bd5..efa9856 100644 (file)
@@ -5,6 +5,11 @@
 <head>
        <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>
 
 <body>
index 3510f50..f1a3938 100644 (file)
                <p>
                        <input type="hidden" name="op" value="do_search" />
                        <input type="hidden" name="nbstatements" value="<!-- TMPL_VAR NAME="nbstatements" -->" />
-                       <label class="label20">Keyword</label>
+                       <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()" />
+                       <input type="text" name="value" onchange="sql_update()" size="35" />
                </p>
                <p>
                        <label class="label20">Title</label>
                        <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()" />
+                       <input type="text" name="value" onchange="sql_update()" size="35" />
                </p>
                <p>
                        <label class="label20">Author</label> <input type="hidden" name="marclist" value="biblio.author" />
                        <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()" />
+                       <input type="text" name="value" onchange="sql_update()" size="35" />
                </p>
                <p>
                        <label class="label20">Subject</label>
@@ -38,7 +38,7 @@
                        <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()" />
+                       <input type="text" name="value" onchange="sql_update()" size="35" />
                </p>
                <p>
                        <label class="label20">Item Type</label>
                <p>&nbsp;</p>
                <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>
 
 <script type="text/javascript">