rewritting item status checking : now, each item is shown with it's callnumber and...
authortipaul <tipaul>
Mon, 25 Oct 2004 13:28:44 +0000 (13:28 +0000)
committertipaul <tipaul>
Mon, 25 Oct 2004 13:28:44 +0000 (13:28 +0000)
koha-tmpl/opac-tmpl/css/en/opac-search.tmpl
koha-tmpl/opac-tmpl/css/en/opac-searchresults.tmpl

index f1a3938..782ba7f 100644 (file)
        <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>
+               <p>You can enter a complete or a part of a title The search will also be done in subtitles and 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>
index db0269a..4bbb3f2 100644 (file)
                </p>
                <p class="center">
                        <!-- TMPL_IF name=total -->
-                       &nbsp;<b>Results <!-- TMPL_VAR name="from" --> to <!-- TMPL_VAR name="to" --> of <!-- TMPL_VAR name="total" --></b>
+                               <p class="center">
+                                       Results <b><i><!-- TMPL_VAR NAME="from" --></i> through <i><!-- TMPL_VAR NAME="to" --></i> of <i><!-- TMPL_VAR NAME="total" --></i></b>
+                               </p>
                        <!-- TMPL_ELSE -->
-                       &nbsp; No results found.
+                               &nbsp; No results found.
                        <!-- /TMPL_IF -->
                </p>
        </div>
                                </td>
                                <td <!-- TMPL_IF name="even" -->class="hilighted"<!-- /TMPL_IF -->>
                                        <!-- TMPL_LOOP name="CN" -->
-                                               <!-- TMPL_VAR name="holdingbranch" --> <!-- TMPL_VAR name="location" --> <!-- TMPL_IF name="itemcallnumber" -->(<!-- TMPL_VAR name="itemcallnumber" -->)<!-- /TMPL_IF -->
+                                               <p><!-- TMPL_VAR name="holdingbranch" --> <!-- TMPL_VAR name="location" --> 
+                                               <!-- TMPL_IF name="date_due" -->
+                                                       <i>(On Loan until <!-- TMPL_VAR name="date_due" -->)</i>
+                                               <!-- TMPL_ELSE -->
+                                                       <!-- TMPL_IF name="itemcallnumber" -->
+                                                               (<!-- TMPL_VAR name="itemcallnumber" -->)
+                                                       <!-- /TMPL_IF -->
+                                               <!-- /TMPL_IF -->
+                                               </p>
                                        <!-- /TMPL_LOOP -->
                                </td>
                                <td <!-- TMPL_IF name="even" -->class="hilighted"<!-- /TMPL_IF -->>
        </table>
 </form>
        <p class="center">
-               Results <i><!-- TMPL_VAR NAME="from" --></i> through <i><!-- TMPL_VAR NAME="to" --></i> of <i><!-- TMPL_VAR NAME="total" --></i> records.
+               Results <b><i><!-- TMPL_VAR NAME="from" --></i> through <i><!-- TMPL_VAR NAME="to" --></i> of <i><!-- TMPL_VAR NAME="total" --></i></b>
        </p>
 
        <div id="resultnumber">
-<p class="center"><!-- TMPL_VAR NAME="total" --> results found</p>
-       <div id="resultnumber">
                <p class="center">
                        <!-- TMPL_IF NAME="displayprev" -->
                                <a class="results" href="opac-search.pl?startfrom=<!-- TMPL_VAR NAME="startfromprev" -->&amp;<!-- TMPL_LOOP NAME=searchdata --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR name="val" ESCAPE="URL" -->&amp;<!-- /TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;orderby=<!-- TMPL_VAR NAME="orderby" -->&amp;type=intranet&amp;op=do_search">&lt;&lt;Previous</a>
 <!-- /TMPL_IF -->
 
 <p class="center">
-       Try another <a href="/cgi-bin/koha/opac-search.pl">search</a>
+       Try another <a href="/cgi-bin/koha/opac-search.pl" class="button">Advanced search</a>
 </p>
 </div>
 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->