[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple isb
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple isbnsearch.tmpl,1.6,1.7 |
Date: |
Wed, 19 Mar 2003 13:01:37 -0800 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple
In directory
sc8-pr-cvs1:/tmp/cvs-serv12799/koha-tmpl/intranet-tmpl/default/en/acqui.simple
Modified Files:
isbnsearch.tmpl
Log Message:
fixing bug when a search gets more than 10 biblios : now, user can reach biblio
10, 20, 30...
Index: isbnsearch.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple/isbnsearch.tmpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** isbnsearch.tmpl 27 Feb 2003 16:55:51 -0000 1.6
--- isbnsearch.tmpl 19 Mar 2003 21:01:01 -0000 1.7
***************
*** 5,11 ****
--- 5,30 ----
You searched on <b><TMPL_IF name="isbn">ISBN <TMPL_VAR
name="isbn"></TMPL_IF><TMPL_IF name="title">title <TMPL_VAR
name="title"></TMPL_IF></b><br />
<TMPL_IF name="total">
+ <TMPL_VAR NAME=total> results found<br />
Results <TMPL_VAR name="showoffset"> to <TMPL_VAR name="total"> displayed
</TMPL_IF>
<p />
+ <!-- Row of numbers corresponding to search result pages -->
+ <TMPL_IF NAME=displayprev>
+ <a href=isbnsearch.pl?offset=<TMPL_VAR NAME="prevstartfrom">&<TMPL_VAR
NAME=term>=<TMPL_VAR name="value" ESCAPE=URL>><img src=<TMPL_VAR
name="themelang">/images/numbers/prev.gif border=0></a>
+ <TMPL_ELSE>
+ <img src=<TMPL_VAR name="themelang">/images/numbers/placeholder.gif
border=0>
+ </TMPL_IF>
+ <TMPL_LOOP NAME=numbers>
+ <TMPL_IF NAME=highlight>
+ <img src=<TMPL_VAR name="themelang">/images/numbers/<TMPL_VAR
NAME=number>-highlight.gif>
+ <TMPL_ELSE>
+ <a href=isbnsearch.pl?offset=<TMPL_VAR NAME=startfrom>&<TMPL_VAR
NAME=term>=<TMPL_VAR name="value" ESCAPE=URL>><img src=<TMPL_VAR
name="themelang">/images/numbers/<TMPL_VAR NAME=number>.gif border=0></a>
+ </TMPL_IF>
+ </TMPL_LOOP>
+ <TMPL_IF NAME=displaynext>
+ <a href=isbnsearch.pl?offset=<TMPL_VAR NAME="nextstartfrom">&<TMPL_VAR
NAME=term>=<TMPL_VAR name="value" ESCAPE=URL>><img src=<TMPL_VAR
name="themelang">/images/numbers/next.gif border=0></a>
+ <TMPL_ELSE>
+ <img src=<TMPL_VAR name="themelang">/images/numbers/placeholder.gif
border=0>
+ </TMPL_IF>
<table width="80%" cellpadding="3">
***************
*** 72,86 ****
<br />
- <TMPL_LOOP name="loop_links">
- <a href="isbnsearch.pl?isbn=<TMPL_VAR name="isbn">&offset=<TMPL_VAR
name="newoffset">&num=<TMPL_VAR name="num">"><TMPL_VAR name="shownumber"></a>
- </TMPL_LOOP>
- <p />
- Results per page:
- <a href="isbnsearch.pl?isbn=<TMPL_VAR name="isbn">&offset=<TMPL_VAR
name="offset">&num=5">5</a>
- <a href="isbnsearch.pl?isbn=<TMPL_VAR name="isbn">&offset=<TMPL_VAR
name="offset">&num=10">10</a>
- <a href="isbnsearch.pl?isbn=<TMPL_VAR name="isbn">&offset=<TMPL_VAR
name="offset">&num=20">20</a>
- <a href="isbnsearch.pl?isbn=<TMPL_VAR name="isbn">&offset=<TMPL_VAR
name="offset">&num=50">50</a>
- </CENTER>
- <br clear="all" />
- <p> </p>
<TMPL_INCLUDE NAME="acquisitions-bottom.inc">
--- 91,93 ----
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple isbnsearch.tmpl,1.6,1.7,
Paul POULAIN <=
- Prev by Date:
[Koha-cvs] CVS: koha/acqui.simple isbnsearch.pl,1.10,1.11
- Next by Date:
[Koha-cvs] CVS: koha/acqui acqui-home.pl,1.1,1.2 acquire.pl,1.12,1.13 receive.pl,1.9,1.10
- Previous by thread:
[Koha-cvs] CVS: koha/acqui.simple isbnsearch.pl,1.10,1.11
- Next by thread:
[Koha-cvs] CVS: koha/acqui acqui-home.pl,1.1,1.2 acquire.pl,1.12,1.13 receive.pl,1.9,1.10
- Index(es):