[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/catalogue search
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/catalogue searchresults.tmpl,1.10,1.11 |
Date: |
Wed, 24 Mar 2004 06:48:14 -0800 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11250/koha-tmpl/intranet-tmpl/default/en/catalogue
Modified Files:
searchresults.tmpl
Log Message:
css'ing
Index: searchresults.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue/searchresults.tmpl,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** searchresults.tmpl 25 Feb 2004 19:54:57 -0000 1.10
--- searchresults.tmpl 24 Mar 2004 14:48:12 -0000 1.11
***************
*** 52,59 ****
<td align=center> <!-- TMPL_VAR NAME=copyrightdate --> </td>
<td align=center> <!-- TMPL_VAR NAME=itemcount --> </td>
! <td> <!-- TMPL_VAR NAME=location --> </td>
<!-- TMPL_IF NAME="opac" -->
<!-- TMPL_ELSE -->
! <td> <a href=/cgi-bin/koha/request.pl?bib=<!-- TMPL_VAR
NAME="biblionumber" -->>Request</a></td>
<!-- /TMPL_IF -->
</tr>
--- 52,73 ----
<td align=center> <!-- TMPL_VAR NAME=copyrightdate --> </td>
<td align=center> <!-- TMPL_VAR NAME=itemcount --> </td>
! <td>
! <!-- TMPL_IF NAME=use-location-flags-p -->
! <!-- TMPL_IF NAME=location-only --><!-- TMPL_VAR
NAME=location-only --><br><!-- /TMPL_IF -->
! <!-- TMPL_IF NAME=not-available-p -->Not Available<!-- TMPL_IF
NAME=not-available-plural-p --> (<!-- TMPL_VAR NAME=not-available-p -->)<!--
/TMPL_IF --><br><!-- /TMPL_IF -->
! <!-- TMPL_IF NAME=lost-p -->Item Lost<!-- TMPL_IF
NAME=lost-plural-p --> (<!-- TMPL_VAR NAME=not-available-p -->)<!-- /TMPL_IF
--><br><!-- /TMPL_IF -->
! <!-- TMPL_IF NAME=withdrawn-p -->Withdrawn<!-- TMPL_IF
NAME=withdrawn-plural-p --> (<!-- TMPL_VAR NAME=not-available-p -->)<!--
/TMPL_IF --><br><!-- /TMPL_IF -->
! <!-- TMPL_IF NAME=on-loan-p -->On Loan<!-- TMPL_IF
NAME=on-loan-plural-p --> (<!-- TMPL_VAR NAME=not-available-p -->)<!-- /TMPL_IF
--><br><!-- /TMPL_IF -->
! <!-- TMPL_ELSE -->
! <!-- TMPL_VAR NAME=location -->
! <!-- /TMPL_IF -->
! </td>
<!-- TMPL_IF NAME="opac" -->
<!-- TMPL_ELSE -->
! <!-- TMPL_UNLESS NAME="norequests" -->
! <td> <a href=/cgi-bin/koha/request.pl?bib=<!--
TMPL_VAR NAME="biblionumber" -->>Request</a></td>
! <!-- TMPL_ELSE -->
! <td>Not Reservable</td>
! <!-- /TMPL_UNLESS -->
<!-- /TMPL_IF -->
</tr>
***************
*** 66,70 ****
<td align=left>
<!-- TMPL_IF NAME=displayprev -->
! <a href="search.pl?startfrom=<!-- TMPL_VAR
NAME="prevstartfrom" -->&<!-- TMPL_LOOP NAME=FORMINPUTS --><!-- TMPL_VAR
NAME=term -->=<!-- TMPL_VAR name="value" ESCAPE=URL -->&<!-- /TMPL_LOOP
-->type=<!-- TMPL_IF NAME="opac" -->opac<!-- TMPL_ELSE -->intra<!-- /TMPL_IF
-->">Previous Records</a>
<!-- TMPL_ELSE -->
--- 80,84 ----
<td align=left>
<!-- TMPL_IF NAME=displayprev -->
! <a href=search.pl?startfrom=<!-- TMPL_VAR
NAME="prevstartfrom" -->&<!-- TMPL_LOOP NAME=FORMINPUTS --><!-- TMPL_VAR
NAME=term -->=<!-- TMPL_VAR name="value" ESCAPE=URL -->&<!-- /TMPL_LOOP
-->type=<!-- TMPL_IF NAME="opac" -->opac<!-- TMPL_ELSE -->intra<!-- /TMPL_IF
-->>Previous Records</a>
<!-- TMPL_ELSE -->
***************
*** 73,77 ****
<td align=right>
<!-- TMPL_IF NAME=displaynext -->
! <a href="search.pl?startfrom=<!-- TMPL_VAR
NAME="nextstartfrom" -->&<!-- TMPL_LOOP NAME=FORMINPUTS --><!-- TMPL_VAR
NAME=term -->=<!-- TMPL_VAR name="value" ESCAPE=URL -->&<!-- /TMPL_LOOP
-->type=<!-- TMPL_IF NAME="opac" -->opac<!-- TMPL_ELSE -->intra<!-- /TMPL_IF
-->">Next Records</a>
<!-- TMPL_ELSE -->
--- 87,91 ----
<td align=right>
<!-- TMPL_IF NAME=displaynext -->
! <a href=search.pl?startfrom=<!-- TMPL_VAR
NAME="nextstartfrom" -->&<!-- TMPL_LOOP NAME=FORMINPUTS --><!-- TMPL_VAR
NAME=term -->=<!-- TMPL_VAR name="value" ESCAPE=URL -->&<!-- /TMPL_LOOP
-->type=<!-- TMPL_IF NAME="opac" -->opac<!-- TMPL_ELSE -->intra<!-- /TMPL_IF
-->>Next Records</a>
<!-- TMPL_ELSE -->
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/catalogue searchresults.tmpl,1.10,1.11,
Paul POULAIN <=
- Prev by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes about-top.inc,1.10,1.11 acquisitions-top.inc,1.16,1.17 cat-top.inc,1.22,1.23 circulation-top.inc,1.22,1.23 common-style.css,1.10,1.11 members-top.inc,1.18,1.19 parameters-top.inc,1.21,1.22 reports-top.inc,1.15,1.16
- Next by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui acqui-home.tmpl,1.8,1.9 order.tmpl,1.12,1.13
- Previous by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes about-top.inc,1.10,1.11 acquisitions-top.inc,1.16,1.17 cat-top.inc,1.22,1.23 circulation-top.inc,1.22,1.23 common-style.css,1.10,1.11 members-top.inc,1.18,1.19 parameters-top.inc,1.21,1.22 reports-top.inc,1.15,1.16
- Next by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui acqui-home.tmpl,1.8,1.9 order.tmpl,1.12,1.13
- Index(es):