[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-searchresults.tmpl,1.11,1.12

Owen Leonard oleonard at users.sourceforge.net
Tue Jul 20 19:20:47 CEST 2004


Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12755/koha-tmpl/opac-tmpl/css/en

Modified Files:
	opac-searchresults.tmpl 
Log Message:
Adding checkboxes for adding items to biblio basket from searchresults screen

Index: opac-searchresults.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-searchresults.tmpl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** opac-searchresults.tmpl	8 Jul 2004 19:46:23 -0000	1.11
--- opac-searchresults.tmpl	20 Jul 2004 17:20:44 -0000	1.12
***************
*** 2,9 ****
  <div id="mainbloc">
  <!-- TMPL_IF NAME="searchdesc" -->
!     <p class="center">You searched on <b><!-- TMPL_VAR NAME="searchdesc" --></b></p>
  <!-- TMPL_ELSE -->
  	<!-- TMPL_IF name="searchnew" -->
! 		<p class="center"><!-- TMPL_VAR name=itemtype --> acquired in the last <i><!-- TMPL_VAR name="duration" --></i> days</p>
  	<!-- TMPL_ELSE -->
  		<p class="center">You did not specify any search criteria</p>
--- 2,9 ----
  <div id="mainbloc">
  <!-- TMPL_IF NAME="searchdesc" -->
!     <p class="center">You searched on <b><!-- TMPL_VAR NAME="searchdesc" --></b>. <!-- TMPL_VAR NAME="total" --> results found</p>
  <!-- TMPL_ELSE -->
  	<!-- TMPL_IF name="searchnew" -->
! 		<p class="center"><!-- TMPL_VAR name=itemtype --> acquired in the last <i><!-- TMPL_VAR name="duration" --></i> days. <!-- TMPL_VAR NAME="total" --> results found</p>
  	<!-- TMPL_ELSE -->
  		<p class="center">You did not specify any search criteria</p>
***************
*** 11,15 ****
  <!-- /TMPL_IF -->
  
! <p class="center"><!-- TMPL_VAR NAME="total" --> results found</p>
  	<div id="resultnumber">
  		<p class="center">
--- 11,15 ----
  <!-- /TMPL_IF -->
  
! <!-- <p class="center"><!-- TMPL_VAR NAME="total" --> results found</p> -->
  	<div id="resultnumber">
  		<p class="center">
***************
*** 28,34 ****
  		<p class="center">
  			<!-- TMPL_IF name=total -->
! 			&nbsp;<b>Results <!-- TMPL_VAR name="from" --> to <!-- TMPL_VAR name="to" --> of <!-- TMPL_VAR name="total" --></b><br /><br />
  			<!-- TMPL_ELSE -->
! 			&nbsp; No results found.<br />
  			<!-- /TMPL_IF -->
  		</p>
--- 28,34 ----
  		<p class="center">
  			<!-- TMPL_IF name=total -->
! 			&nbsp;<b>Results <!-- TMPL_VAR name="from" --> to <!-- TMPL_VAR name="to" --> of <!-- TMPL_VAR name="total" --></b>
  			<!-- TMPL_ELSE -->
! 			&nbsp; No results found.
  			<!-- /TMPL_IF -->
  		</p>
***************
*** 36,42 ****
  <!-- Search Results Table -->
  <!-- TMPL_IF NAME="total" -->
  	<table>
  		<tr>
! 			<th>Summary</th>
  			<th>Item Count</th>
  			<th>Location</th>
--- 36,44 ----
  <!-- Search Results Table -->
  <!-- TMPL_IF NAME="total" -->
+ <form action="opac-searchresults.pl" method="get" name="myform">
+ <input type="submit" class="button" value="Add Checked Items to Book Bag" onclick="addMultiple(); return false;"> <input type="reset" value="Clear All" class="button">
  	<table>
  		<tr>
! 			<th colspan="2">Summary</th>
  			<th>Item Count</th>
  			<th>Location</th>
***************
*** 46,49 ****
--- 48,52 ----
  		<!-- TMPL_LOOP NAME="results" -->
  			<tr>
+ 			<td<!-- TMPL_IF name="even" --> class="hilighted"<!-- /TMPL_IF -->><input type="checkbox" name="bibid" value="<!-- TMPL_VAR NAME="bibid" -->"></td>
  				<td <!-- TMPL_IF name="even" -->class="hilighted"<!-- /TMPL_IF -->>
  					<p>
***************
*** 92,96 ****
  		</tr>
  	</table>
! 
  	<p class="center">
  		Results <i><!-- TMPL_VAR NAME="from" --></i> through <i><!-- TMPL_VAR NAME="to" --></i> of <i><!-- TMPL_VAR NAME="total" --></i> records.
--- 95,99 ----
  		</tr>
  	</table>
! </form>
  	<p class="center">
  		Results <i><!-- TMPL_VAR NAME="from" --></i> through <i><!-- TMPL_VAR NAME="to" --></i> of <i><!-- TMPL_VAR NAME="total" --></i> records.





More information about the Koha-cvs mailing list