[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/search.marc result.tmpl,1.23,1.24

Paul POULAIN tipaul at users.sourceforge.net
Fri Aug 12 15:55:18 CEST 2005


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/search.marc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6516/koha-tmpl/intranet-tmpl/default/en/search.marc

Modified Files:
	result.tmpl 
Log Message:
normalizing API, using biblionumber everywhere

Index: result.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/search.marc/result.tmpl,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** result.tmpl	4 May 2005 09:00:58 -0000	1.23
--- result.tmpl	12 Aug 2005 13:55:14 -0000	1.24
***************
*** 23,29 ****
  				<td<!-- TMPL_IF NAME="even" --> class="hilighted"<!-- /TMPL_IF -->>
  							<!-- TMPL_IF name="MARC_ON" -->
! 								<a class="transparent resultlist" href="/cgi-bin/koha/MARCdetail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="title" --></a>
  							<!-- TMPL_ELSE -->
! 								<a class="transparent resultlist" href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="title" --></a>				<!-- /TMPL_IF -->
  						<p><!-- TMPL_VAR NAME="author" -->
  						<!-- TMPL_IF NAME="publishercode" -->- <!-- TMPL_VAR NAME="publishercode" --><!-- /TMPL_IF -->
--- 23,29 ----
  				<td<!-- TMPL_IF NAME="even" --> class="hilighted"<!-- /TMPL_IF -->>
  							<!-- TMPL_IF name="MARC_ON" -->
! 								<a class="transparent resultlist" href="/cgi-bin/koha/MARCdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="title" --></a>
  							<!-- TMPL_ELSE -->
! 								<a class="transparent resultlist" href="/cgi-bin/koha/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="title" --></a>				<!-- /TMPL_IF -->
  						<p><!-- TMPL_VAR NAME="author" -->
  						<!-- TMPL_IF NAME="publishercode" -->- <!-- TMPL_VAR NAME="publishercode" --><!-- /TMPL_IF -->
***************
*** 60,64 ****
  				<td <!-- TMPL_IF NAME="even" -->class="hilighted"<!-- /TMPL_IF -->>
  					<!-- TMPL_UNLESS name="norequests" -->
! 						<p><a class="button catalogue" href="/cgi-bin/koha/request.pl?bib=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->">Request</a></p>
  					<!-- TMPL_ELSE -->
  						<p>Not Reservable</p>
--- 60,64 ----
  				<td <!-- TMPL_IF NAME="even" -->class="hilighted"<!-- /TMPL_IF -->>
  					<!-- TMPL_UNLESS name="norequests" -->
! 						<p><a class="button catalogue" href="/cgi-bin/koha/request.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->">Request</a></p>
  					<!-- TMPL_ELSE -->
  						<p>Not Reservable</p>





More information about the Koha-cvs mailing list