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

Paul POULAIN tipaul at users.sourceforge.net
Thu Jun 17 10:23:49 CEST 2004


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

Modified Files:
	result.tmpl 
Log Message:
minor bugfix

Index: result.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/search.marc/result.tmpl,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** result.tmpl	3 May 2004 09:28:39 -0000	1.13
--- result.tmpl	17 Jun 2004 08:23:46 -0000	1.14
***************
*** 34,52 ****
  	<div id="resultlist">
  		<table>
- 			<!-- TMPL_IF NAME="opac" -->
  			<tr>
! 				<!-- TMPL_ELSE -->
! 			<tr>
! 				<!-- /TMPL_IF -->
! 			<th class="catalogue">Biblio #</th>
! 			<th class="catalogue">Author</th>
! 			<th class="catalogue">Title</th>
  			</tr>
  			<!-- TMPL_LOOP name="result" -->
! 				<tr>
! 					<td><a href="../MARCdetail.pl?bibid=<!-- TMPL_VAR name="bibid" -->"><!-- TMPL_VAR name="bibid" --></a></td>
! 					<td><!-- TMPL_VAR name="author" --></td>
! 					<td><!-- TMPL_VAR name="title" --></td>
! 				</tr>
  			<!-- /TMPL_LOOP -->
  		</table>
--- 34,72 ----
  	<div id="resultlist">
  		<table>
  			<tr>
! 			<th class="catalogue">Summary</th>
! 			<th class="catalogue">Item Count</th>
! 			<th class="catalogue">Location</th>
! 			<th class="catalogue">&nbsp;</th>
  			</tr>
  			<!-- TMPL_LOOP name="result" -->
! 			<tr>
! 				<td <!-- TMPL_IF name="even" -->class="hilighted"<!-- /TMPL_IF -->>
! 					<p>
! 						<p>							<b><a class="transparent" href="/cgi-bin/koha/MARCdetail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="title" --></a></b></p>
! 						<p><!-- TMPL_VAR NAME="author" -->
! 						<!-- TMPL_IF name="publishercode" -->- <!-- TMPL_VAR name="publishercode" --><!-- /TMPL_IF -->
! 						<!-- TMPL_IF name="place" --> ; <!-- TMPL_VAR name="place" --><!-- /TMPL_IF -->
! 						<!-- TMPL_IF name="pages" --> - <!-- TMPL_VAR name="pages" --><!-- /TMPL_IF -->
! 						<!-- TMPL_IF name="notes" --> : <!-- TMPL_VAR name="notes" --><!-- /TMPL_IF -->
! 						<!-- TMPL_IF name="size" --> ; <!-- TMPL_VAR name="size" --><!-- /TMPL_IF -->
! 					</p>
! 				</td>
! 				<td align="center" <!-- TMPL_IF name="even" --> class="hilighted"<!-- /TMPL_IF -->>
! 					<!-- TMPL_VAR name="totitem" -->
! 				</td>
! 				<td <!-- TMPL_IF name="even" -->class="hilighted"<!-- /TMPL_IF -->>
! 					<!-- TMPL_LOOP name="CN" -->
! 						<!-- TMPL_VAR name="holdingbranch" --> <!-- TMPL_IF name="itemcallnumber" -->(<!-- TMPL_VAR name="itemcallnumber" -->)<!-- /TMPL_IF -->
! 					<!-- /TMPL_LOOP -->
! 				</td>
! 				<td <!-- TMPL_IF name="even" -->class="hilighted"<!-- /TMPL_IF -->>
! 					<!-- TMPL_UNLESS NAME="norequests" -->
! 						<a class="transparent" href="/cgi-bin/koha/opac-reserve.pl?bib=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->">Request</a>
! 					<!-- TMPL_ELSE -->
! 						Not Reservable
! 					<!-- /TMPL_UNLESS -->
! 				</td>
! 			</tr>
  			<!-- /TMPL_LOOP -->
  		</table>





More information about the Koha-cvs mailing list