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-searchresults.tmpl,


From: Waylon Robertson
Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-searchresults.tmpl,1.25,1.26
Date: Sat, 25 Jun 2005 00:26:52 -0700

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

Modified Files:
        opac-searchresults.tmpl 
Log Message:
Fix so clicking on numbers carries over the itemtype and availaiblity search 
parameters

Index: opac-searchresults.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-searchresults.tmpl,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** opac-searchresults.tmpl     20 Jun 2005 14:25:00 -0000      1.25
--- opac-searchresults.tmpl     25 Jun 2005 07:26:49 -0000      1.26
***************
*** 17,29 ****
                <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 -->
                        <!-- TMPL_LOOP NAME="numbers" -->
                                <!-- TMPL_IF NAME="highlight" --><!-- TMPL_VAR 
NAME="number" --><!-- TMPL_ELSE -->
!                                       <a class="results" 
href="opac-search.pl?startfrom=<!-- TMPL_VAR NAME=startfrom -->&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"><!-- TMPL_VAR NAME="number" --></a>
                                <!-- /TMPL_IF -->
                        <!-- /TMPL_LOOP -->
                        <!-- TMPL_IF NAME=displaynext -->
!                               <a class="results" 
href="opac-search.pl?startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&amp;<!-- 
TMPL_LOOP NAME=searchdata --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR 
name="val" ESCAPE=URL -->&amp;<!-- /TMPL_LOOP -->&amp;resultsperpage=<!-- 
TMPL_VAR NAME="resultsperpage" -->&amp;orderby=<!-- TMPL_VAR NAME="orderby" 
-->&amp;type=intranet&amp;op=do_search">Next &gt;&gt;</a>
                                <!-- /TMPL_IF -->
                </p>
--- 17,32 ----
                <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
!                               <!-- TMPL_IF 
NAME="itemtypesstring">&itemtypesstring=<!-- TMPL_VAR 
NAME="itemtypesstring"><!-- /TMPL_IF --><!-- TMPL_IF NAME="avail" 
-->&avail=1<!-- /TMPL_IF -->">&lt;&lt;Previous</a>
                        <!-- /TMPL_IF -->
                        <!-- TMPL_LOOP NAME="numbers" -->
                                <!-- TMPL_IF NAME="highlight" --><!-- TMPL_VAR 
NAME="number" --><!-- TMPL_ELSE -->
!                                       <a class="results" 
href="opac-search.pl?startfrom=<!-- TMPL_VAR NAME=startfrom -->&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
!                                       <!-- TMPL_IF 
NAME="itemtypesstring">&itemtypesstring=<!-- TMPL_VAR 
NAME="itemtypesstring"><!-- /TMPL_IF --><!-- TMPL_IF NAME="avail" 
-->&avail=1<!-- /TMPL_IF -->"><!-- TMPL_VAR NAME="number" --></a>
                                <!-- /TMPL_IF -->
                        <!-- /TMPL_LOOP -->
                        <!-- TMPL_IF NAME=displaynext -->
!                               <a class="results" 
href="opac-search.pl?startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&amp;<!-- 
TMPL_LOOP NAME=searchdata --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR 
name="val" ESCAPE=URL -->&amp;<!-- /TMPL_LOOP -->&amp;resultsperpage=<!-- 
TMPL_VAR NAME="resultsperpage" -->&amp;orderby=<!-- TMPL_VAR NAME="orderby" 
-->&amp;type=intranet&amp;op=do_search
!                               <!-- TMPL_IF 
NAME="itemtypesstring">&itemtypesstring=<!-- TMPL_VAR 
NAME="itemtypesstring"><!-- /TMPL_IF --><!-- TMPL_IF NAME="avail" 
-->&avail=1<!-- /TMPL_IF -->">Next &gt;&gt;</a>
                                <!-- /TMPL_IF -->
                </p>
***************
*** 196,208 ****
                <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 -->
                        <!-- TMPL_LOOP NAME="numbers" -->
                                <!-- TMPL_IF NAME="highlight" --><!-- TMPL_VAR 
NAME="number" --><!-- TMPL_ELSE -->
!                                       <a class="results" 
href="opac-search.pl?startfrom=<!-- TMPL_VAR NAME=startfrom -->&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"><!-- TMPL_VAR NAME="number" --></a>
                                <!-- /TMPL_IF -->
                        <!-- /TMPL_LOOP -->
                        <!-- TMPL_IF NAME="displaynext" -->
!                               <a class="results" 
href="opac-search.pl?startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&amp;<!-- 
TMPL_LOOP NAME=searchdata --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR 
name="val" ESCAPE=URL -->&amp;<!-- /TMPL_LOOP -->&amp;resultsperpage=<!-- 
TMPL_VAR NAME="resultsperpage" -->&amp;orderby=<!-- TMPL_VAR NAME="orderby" 
-->&amp;type=intranet&amp;op=do_search">Next &gt;&gt;</a>
                                <!-- /TMPL_IF -->
                </p>
--- 199,214 ----
                <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
!                               <!-- TMPL_IF 
NAME="itemtypesstring">&itemtypesstring=<!-- TMPL_VAR 
NAME="itemtypesstring"><!-- /TMPL_IF --><!-- TMPL_IF NAME="avail" 
-->&avail=1<!-- /TMPL_IF -->">&lt;&lt;Previous</a>
                        <!-- /TMPL_IF -->
                        <!-- TMPL_LOOP NAME="numbers" -->
                                <!-- TMPL_IF NAME="highlight" --><!-- TMPL_VAR 
NAME="number" --><!-- TMPL_ELSE -->
!                                       <a class="results" 
href="opac-search.pl?startfrom=<!-- TMPL_VAR NAME=startfrom -->&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
!                                       <!-- TMPL_IF 
NAME="itemtypesstring">&itemtypesstring=<!-- TMPL_VAR 
NAME="itemtypesstring"><!-- /TMPL_IF --><!-- TMPL_IF NAME="avail" 
-->&avail=1<!-- /TMPL_IF -->"><!-- TMPL_VAR NAME="number" --></a>
                                <!-- /TMPL_IF -->
                        <!-- /TMPL_LOOP -->
                        <!-- TMPL_IF NAME="displaynext" -->
!                               <a class="results" 
href="opac-search.pl?startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&amp;<!-- 
TMPL_LOOP NAME=searchdata --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR 
name="val" ESCAPE=URL -->&amp;<!-- /TMPL_LOOP -->&amp;resultsperpage=<!-- 
TMPL_VAR NAME="resultsperpage" -->&amp;orderby=<!-- TMPL_VAR NAME="orderby" 
-->&amp;type=intranet&amp;op=do_search
!                               <!-- TMPL_IF 
NAME="itemtypesstring">&itemtypesstring=<!-- TMPL_VAR 
NAME="itemtypesstring"><!-- /TMPL_IF --><!-- TMPL_IF NAME="avail" 
-->&avail=1<!-- /TMPL_IF -->">Next &gt;&gt;</a>
                                <!-- /TMPL_IF -->
                </p>




reply via email to

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