[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/catalogue searchresults.tmpl,1.12,1.13

Paul POULAIN tipaul at users.sourceforge.net
Mon Oct 25 11:39:51 CEST 2004


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

Modified Files:
	searchresults.tmpl 
Log Message:
rewritting item status checking : now, each item is shown with it's callnumber and status (available, on loan,...)

Index: searchresults.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue/searchresults.tmpl,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** searchresults.tmpl	19 Jul 2004 19:51:03 -0000	1.12
--- searchresults.tmpl	25 Oct 2004 09:39:48 -0000	1.13
***************
*** 38,42 ****
  <!-- TMPL_IF NAME="numrecords" -->
  <table border="0" cellspacing="0" cellpadding="2" width="90%">
! <tr <!-- TMPL_IF NAME="opac" -->bgcolor="#99cccc" background="<!-- TMPL_VAR NAME="themelang" -->/images/background-opac.gif<!-- TMPL_ELSE --> background="<!-- TMPL_VAR NAME="themelang" -->/images/background-mem.gif"<!-- /TMPL_IF -->">
  	<th align="left">Title</th><th align="left">Author</th><th>&copy;</th><th>Item Count</th><th>Location</th>
  	<!-- TMPL_IF NAME="opac" -->
--- 38,46 ----
  <!-- TMPL_IF NAME="numrecords" -->
  <table border="0" cellspacing="0" cellpadding="2" width="90%">
! 	<!-- TMPL_IF NAME="opac" -->
! 		<tr bgcolor="#99cccc" background="<!-- TMPL_VAR NAME="themelang" -->/images/background-opac.gif">
! 	<!-- TMPL_ELSE --> 
! 		<tr bgcolor="#99cccc" background="<!-- TMPL_VAR NAME="themelang" -->/images/background-mem.gif">
! 	<!-- /TMPL_IF -->
  	<th align="left">Title</th><th align="left">Author</th><th>&copy;</th><th>Item Count</th><th>Location</th>
  	<!-- TMPL_IF NAME="opac" -->
***************
*** 48,53 ****
  <!-- TMPL_LOOP NAME="SEARCH_RESULTS" -->
  	<tr>
! 		<td><a href="/cgi-bin/koha/<!-- TMPL_VAR NAME="script" -->?type=<!-- TMPL_IF NAME="opac" -->opac<!-- TMPL_ELSE -->intra<!-- /TMPL_IF -->&amp;bib=<!-- TMPL_VAR NAME="biblionumber" ESCAPE=URL -->><!-- TMPL_VAR NAME="title" --></a></td>
! 		<td><a href="/cgi-bin/koha/search.pl?author=<!-- TMPL_VAR NAME="authorhtmlescaped" -->&amp;type=<!-- TMPL_IF NAME="opac" -->opac<!-- TMPL_ELSE -->intra<!-- /TMPL_IF -->"><!-- TMPL_VAR NAME="author" --></a></td>
  		<td align="center"> <!-- TMPL_VAR NAME="copyrightdate" --> </td>
  		<td align="center"> <!-- TMPL_VAR NAME="itemcount" --> </td>
--- 52,78 ----
  <!-- TMPL_LOOP NAME="SEARCH_RESULTS" -->
  	<tr>
! 		<!-- TMPL_IF NAME="opac" -->
! 			<td>
! 				<a href="/cgi-bin/koha/<!-- TMPL_VAR NAME="script" -->?type=opac&amp;bib=<!-- TMPL_VAR NAME="biblionumber" ESCAPE=URL -->">
! 					<!-- TMPL_VAR NAME="title" -->
! 				</a>
! 			</td>
! 			<td>
! 				<a href="/cgi-bin/koha/search.pl?author=<!-- TMPL_VAR NAME="authorhtmlescaped" -->&amp;type=opac">
! 					<!-- TMPL_VAR NAME="author" -->
! 				</a>
! 			</td>
! 		<!-- TMPL_ELSE -->
! 			<td>
! 				<a href="/cgi-bin/koha/<!-- TMPL_VAR NAME="script" -->?type=intra&amp;bib=<!-- TMPL_VAR NAME="biblionumber" ESCAPE=URL -->">
! 					<!-- TMPL_VAR NAME="title" -->
! 				</a>
! 			</td>
! 			<td>
! 				<a href="/cgi-bin/koha/search.pl?author=<!-- TMPL_VAR NAME="authorhtmlescaped" -->&amp;type=intra">
! 					<!-- TMPL_VAR NAME="author" -->
! 				</a>
! 			</td>
! 		<!-- /TMPL_IF -->
  		<td align="center"> <!-- TMPL_VAR NAME="copyrightdate" --> </td>
  		<td align="center"> <!-- TMPL_VAR NAME="itemcount" --> </td>





More information about the Koha-cvs mailing list