[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-searchresults.tmpl,1.17,1.18 opac-search.tmpl,1.8,1.9

Paul POULAIN tipaul at users.sourceforge.net
Mon Oct 25 15:28:47 CEST 2004


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

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

Index: opac-searchresults.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-searchresults.tmpl,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** opac-searchresults.tmpl	30 Sep 2004 12:58:21 -0000	1.17
--- opac-searchresults.tmpl	25 Oct 2004 13:28:44 -0000	1.18
***************
*** 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>
--- 28,36 ----
  		<p class="center">
  			<!-- TMPL_IF name=total -->
! 				<p class="center">
! 					Results <b><i><!-- TMPL_VAR NAME="from" --></i> through <i><!-- TMPL_VAR NAME="to" --></i> of <i><!-- TMPL_VAR NAME="total" --></i></b>
! 				</p>
  			<!-- TMPL_ELSE -->
! 				&nbsp; No results found.
  			<!-- /TMPL_IF -->
  		</p>
***************
*** 67,71 ****
  				<td <!-- TMPL_IF name="even" -->class="hilighted"<!-- /TMPL_IF -->>
  					<!-- TMPL_LOOP name="CN" -->
! 						<!-- TMPL_VAR name="holdingbranch" --> <!-- TMPL_VAR name="location" --> <!-- TMPL_IF name="itemcallnumber" -->(<!-- TMPL_VAR name="itemcallnumber" -->)<!-- /TMPL_IF -->
  					<!-- /TMPL_LOOP -->
  				</td>
--- 69,81 ----
  				<td <!-- TMPL_IF name="even" -->class="hilighted"<!-- /TMPL_IF -->>
  					<!-- TMPL_LOOP name="CN" -->
! 						<p><!-- TMPL_VAR name="holdingbranch" --> <!-- TMPL_VAR name="location" --> 
! 						<!-- TMPL_IF name="date_due" -->
! 							<i>(On Loan until <!-- TMPL_VAR name="date_due" -->)</i>
! 						<!-- TMPL_ELSE -->
! 							<!-- TMPL_IF name="itemcallnumber" -->
! 								(<!-- TMPL_VAR name="itemcallnumber" -->)
! 							<!-- /TMPL_IF -->
! 						<!-- /TMPL_IF -->
! 						</p>
  					<!-- /TMPL_LOOP -->
  				</td>
***************
*** 99,108 ****
  </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.
  	</p>
  
  	<div id="resultnumber">
- <p class="center"><!-- TMPL_VAR NAME="total" --> results found</p>
- 	<div id="resultnumber">
  		<p class="center">
  			<!-- TMPL_IF NAME="displayprev" -->
--- 109,116 ----
  </form>
  	<p class="center">
! 		Results <b><i><!-- TMPL_VAR NAME="from" --></i> through <i><!-- TMPL_VAR NAME="to" --></i> of <i><!-- TMPL_VAR NAME="total" --></i></b>
  	</p>
  
  	<div id="resultnumber">
  		<p class="center">
  			<!-- TMPL_IF NAME="displayprev" -->
***************
*** 125,129 ****
  
  <p class="center">
! 	Try another <a href="/cgi-bin/koha/opac-search.pl">search</a>
  </p>
  </div>
--- 133,137 ----
  
  <p class="center">
! 	Try another <a href="/cgi-bin/koha/opac-search.pl" class="button">Advanced search</a>
  </p>
  </div>

Index: opac-search.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-search.tmpl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** opac-search.tmpl	20 Sep 2004 13:21:41 -0000	1.8
--- opac-search.tmpl	25 Oct 2004 13:28:44 -0000	1.9
***************
*** 118,122 ****
  		<h2>Hints</h2>
  		<h3>Title</h3>
! 		<p>You can enter a complete or a part of a title. The search will also be done in subtitles & other title-related fields</p>
  		<h3>Author</h3>
  		<p>You can enter a name or a surname. The search will also be done is additional authors & other author-related fields (translator, illustrator...)</p>
--- 118,122 ----
  		<h2>Hints</h2>
  		<h3>Title</h3>
! 		<p>You can enter a complete or a part of a title The search will also be done in subtitles and other title-related fields</p>
  		<h3>Author</h3>
  		<p>You can enter a name or a surname. The search will also be done is additional authors & other author-related fields (translator, illustrator...)</p>





More information about the Koha-cvs mailing list