[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/catalogue catalogue-home.tmpl,1.8,1.8.2.1 detail.tmpl,1.9.2.1,1.9.2.2 searchresults.tmpl,1.7,1.7.2.1

Paul POULAIN tipaul at users.sourceforge.net
Mon Jan 26 11:46:38 CET 2004


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

Modified Files:
      Tag: rel_2_0
	catalogue-home.tmpl detail.tmpl searchresults.tmpl 
Log Message:
TEMPLATE fixes.
Many fixes :
* replacing "X  Y" by "X Y" (2 spaces between 2 words by 1 only)
* updating some strings to ease translation.

ONLY FOR TRANSLATION PURPOSES.

Index: catalogue-home.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue/catalogue-home.tmpl,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -C2 -r1.8 -r1.8.2.1
*** catalogue-home.tmpl	9 Dec 2003 10:29:05 -0000	1.8
--- catalogue-home.tmpl	26 Jan 2004 10:46:35 -0000	1.8.2.1
***************
*** 27,31 ****
  			<span style="color:#FFFFFF;">
  				<b>HELP</b><br>
! 				<b>Searching:</b>Using more fields for your search (eg Keyword + author + class) will slow it down.<p>
  			</span>
  		</td>
--- 27,31 ----
  			<span style="color:#FFFFFF;">
  				<b>HELP</b><br>
! 				<b>Search :</b>Using more fields for your search will slow it down.<p>
  			</span>
  		</td>
***************
*** 64,68 ****
  		<td>
  			<select name="class" size="1">
! 			<option value="">Any
  			<!-- TMPL_VAR name="classlist" -->
  			</select>
--- 64,68 ----
  		<td>
  			<select name="class" size="1">
! 			<option value=""> Any
  			<!-- TMPL_VAR name="classlist" -->
  			</select>
***************
*** 91,98 ****
  					<td>
  						<input type="hidden" name="type" value="intra">
! 						<INPUT TYPE="image"  alt="Start Search" src="<!-- TMPL_VAR name="interface" -->/<!-- TMPL_VAR name="theme" -->/images/2rightarrow.png" BORDER=0 >
  					</td>
  					<td>
! 						<INPUT TYPE="reset"  VALUE= "Clear">
  					</td>
  					<td>
--- 91,98 ----
  					<td>
  						<input type="hidden" name="type" value="intra">
! 						<input type="submit" class="button" value="Start search">
  					</td>
  					<td>
! 						<INPUT TYPE="reset"  VALUE= "Clear" class="button">
  					</td>
  					<td>

Index: detail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue/detail.tmpl,v
retrieving revision 1.9.2.1
retrieving revision 1.9.2.2
diff -C2 -r1.9.2.1 -r1.9.2.2
*** detail.tmpl	20 Jan 2004 10:22:38 -0000	1.9.2.1
--- detail.tmpl	26 Jan 2004 10:46:35 -0000	1.9.2.2
***************
*** 25,45 ****
  			<br/><a href="MARCdetail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->" class="button">MARC</a><br/><br/>
  			<FONT SIZE=2  face="arial, helvetica">
! 			<!-- TMPL_IF name="subtitle" --><b>Subtitle:</b><!-- /TMPL_IF --> <!-- TMPL_VAR NAME="subtitle" -->
! 			<!-- TMPL_IF name="author" --><b>Author:</b> <a href=/cgi-bin/koha/search.pl?author=<!-- TMPL_VAR NAME="author" ESCAPE=URL -->><!-- TMPL_VAR NAME="author" --></a><!-- /TMPL_IF --><br>
! 			<!-- TMPL_IF name="additional" --><b>Additional Author:</b><!-- TMPL_VAR NAME="additional" --><br><!-- /TMPL_IF -->
! 			<!-- TMPL_IF name="publishercode" --><b>Published by :</b><!-- /TMPL_IF --> <!-- TMPL_VAR NAME="publishercode" -->
! 			<!-- TMPL_IF name="publicationyear" --><b>in </b><!-- /TMPL_IF --><!-- TMPL_VAR NAME="publicationyear" -->
  			<!-- TMPL_IF name="pages" -->, <!-- /TMPL_IF --><!-- TMPL_VAR name="pages" -->
! 			<!-- TMPL_IF name="size" -->, <!-- /TMPL_IF --><!-- TMPL_VAR name="size" --><br/>
! 			<!-- TMPL_IF name="collection" --><b>Collection:</b><!-- /TMPL_IF --> <!-- TMPL_VAR NAME="seriestitle" --><br/>
! 			<!-- TMPL_IF name="subject" --><b>Subject:</b><!-- /TMPL_IF --> <!-- TMPL_VAR NAME="subject" --><br/>
! 			<!-- TMPL_IF name="copyrightdate" --><b>Year :</b><!-- /TMPL_IF --> <!-- TMPL_VAR NAME="copyrightdate" --><br/>
! 			<!-- TMPL_IF name="notes" --><b>Notes:</b><!-- /TMPL_IF --> <!-- TMPL_VAR NAME="notes" --><br/>
! 			<!-- TMPL_IF name="unititle" --><b>Unititle:</b><!-- /TMPL_IF --> <!-- TMPL_VAR NAME="unititle" --><br/>
! 			<!-- TMPL_IF name="serial" --><b>Serial:</b><!-- TMPL_VAR NAME="serial" --><!-- /TMPL_IF --><br/>
! 			<!-- TMPL_IF name="dewey" --><b>Dewey:</b><!-- /TMPL_IF --><!-- TMPL_VAR name="dewey" --><br/>
! 			<!-- TMPL_IF name="url" --><b>URL:</b> <a hre="<!-- TMPL_VAR name="url" --><!-- TMPL_VAR NAME="url" --></a><!-- /TMPL_IF --><br>
! 			<b>total number of Items:</b> <!-- TMPL_VAR NAME="count" -->
! 			<p>
  			</font>
  		</td>
--- 25,47 ----
  			<br/><a href="MARCdetail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->" class="button">MARC</a><br/><br/>
  			<FONT SIZE=2  face="arial, helvetica">
! 			<!-- TMPL_IF name="isbn" --><b>ISBN:</b><a href="/cgi-bin/koha/opac-searchresults.pl?isbn=<!-- TMPL_VAR NAME="isbn" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="ISBN" --></a><!-- /TMPL_IF --><br>
! 			<!-- TMPL_IF name="subtitle" --><b>Subtitle:</b><!-- TMPL_VAR NAME="subtitle" --><!-- /TMPL_IF --><br>
! 			<!-- TMPL_IF name="author" --><b>Author:</b> <a href="/cgi-bin/koha/opac-searchresults.pl?author=<!-- TMPL_VAR NAME="author" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="author" --></a><!-- /TMPL_IF --><br>
! 			<!-- TMPL_IF name="additional" --><b>Additional Author:</b><!-- TMPL_VAR NAME="additional" --><!-- /TMPL_IF --><br>
! 			<!-- TMPL_IF name="publishercode" --><b>Published by :</b><!-- TMPL_VAR NAME="publishercode" --><!-- /TMPL_IF -->
! 			<!-- TMPL_IF name="publicationyear" --><b>in </b><!-- TMPL_VAR NAME="publicationyear" --><!-- /TMPL_IF -->
  			<!-- TMPL_IF name="pages" -->, <!-- /TMPL_IF --><!-- TMPL_VAR name="pages" -->
! 			<!-- TMPL_IF name="size" -->, <!-- /TMPL_IF --><!-- TMPL_VAR name="size" --><br>
! 			<!-- TMPL_IF name="collection" --><b>Collection:</b> <!-- TMPL_VAR NAME="seriestitle" --><!-- /TMPL_IF --><br>
! 			<!-- TMPL_IF name="subject" --><b>Subject:</b> <!-- TMPL_VAR NAME="subject" --><!-- /TMPL_IF --><br>
! 			<!-- TMPL_IF name="copyrightdate" --><b>Year :</b> <!-- TMPL_VAR NAME="copyrightdate" --><!-- /TMPL_IF --><br>
! 			<!-- TMPL_IF name="notes" --><b>Notes:</b> <!-- TMPL_VAR NAME="notes" --><!-- /TMPL_IF --><br>
! 			<!-- TMPL_IF name="unititle" --><b>Unititle:</b> <!-- TMPL_VAR NAME="unititle" --><!-- /TMPL_IF --> <br>
! 			<!-- TMPL_IF name="serial" --><b>Serial:</b><!-- TMPL_VAR NAME="serial" --><!-- /TMPL_IF --><br>
! 			<!-- TMPL_IF name="dewey" --><b>Dewey:</b> <a href="/cgi-bin/koha/opac-searchresults.pl?type=opac&dewey=<!-- TMPL_VAR NAME="dewey" ESCAPE="URL" -->"><!-- TMPL_VAR name="dewey" --></a><!-- /TMPL_IF --><br>
! 			<!-- TMPL_IF name="classification" --><b>Classification:</b> <!-- TMPL_VAR name="classification" --><!-- /TMPL_IF --><br>
! 			<!-- TMPL_IF name="lccn" --><b>LCCN:</b> <!-- TMPL_VAR name="lccn" --><!-- /TMPL_IF --><br>
! 			<!-- TMPL_IF name="url" --><b>URL:</b> <a href="<!-- TMPL_VAR name="url" -->"><!-- TMPL_VAR NAME="url" --></a><!-- /TMPL_IF --><br>
! 			<b>Total Number of Items:</b> <!-- TMPL_VAR NAME="count" -->
  			</font>
  		</td>
***************
*** 58,67 ****
  <table border=0 cellspacing=0 cellpadding=2>
  	<tr bgcolor="#cccc99" background="/images/background-mem.gif">
! 		<td>Item Type</td>
! 		<td>Class</td>
! 		<td>Location</td>
! 		<td>Date Due</td>
! 		<td>Last Seen</td>
! 		<td>Barcode</td>
  		<td>Volume</td>
  	</tr>
--- 60,68 ----
  <table border=0 cellspacing=0 cellpadding=2>
  	<tr bgcolor="#cccc99" background="/images/background-mem.gif">
! 		<th>Item Type</th>
! 		<th>Location</th>
! 		<th>Date Due</th>
! 		<th>Last Seen</th>
! 		<th>Barcode</th>
  		<td>Volume</td>
  	</tr>
***************
*** 69,74 ****
  		<tr>
  			<td><!-- TMPL_VAR NAME="description" --></td>
! 			<td><a href=/cgi-bin/koha/search.pl?dewey=<!-- TMPL_VAR NAME="dewey" ESCAPE=URL -->><!-- TMPL_VAR NAME="class" --></a></td>
! 			<td><!-- TMPL_VAR NAME="branchname" --></td>
  			<td><!-- TMPL_VAR NAME="datedue" --></td>
  			<td><!-- TMPL_VAR NAME="datelastseen" --></td>
--- 70,74 ----
  		<tr>
  			<td><!-- TMPL_VAR NAME="description" --></td>
! 			<td><!-- TMPL_VAR NAME="branchname" --> <!-- TMPL_IF name="bulk" --> <!-- TMPL_VAR NAME="bulk" --><!-- /TMPL_IF --></td>
  			<td><!-- TMPL_VAR NAME="datedue" --></td>
  			<td><!-- TMPL_VAR NAME="datelastseen" --></td>
***************
*** 96,115 ****
  </table>
  <p>
- <table border="0" cellspacing="0" cellpadding="5" width=70%>
- 	<tr valign="top">
- 		<td bgcolor="99cc33" background="/images/background-mem.gif" colspan="2">
- 			<p><b>HELP</b><br>
- 			<b>Update Biblio for all Items:</b> Click on the <b>Modify</b>
- 			button [left] to amend the biblio.  Any changes you make will update
- 			the record for <b>all</b> the items listed above. <p>
- 			<b>Updating the Biblio for only ONE or SOME Items:</b>
- 			If some of the items listed above need a different biblio, or are on the
- 			wrong biblio, you must use the
- 			<a href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">acquisitions</a>
- 			process to fix this. You will need to "re-order" the items, and delete them
- 			from this biblio.<p />
- 		</td>
- 	</tr>
- </table>
  </center>
  <br clear=all>
--- 96,99 ----

Index: searchresults.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue/searchresults.tmpl,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -C2 -r1.7 -r1.7.2.1
*** searchresults.tmpl	9 Dec 2003 10:29:06 -0000	1.7
--- searchresults.tmpl	26 Jan 2004 10:46:35 -0000	1.7.2.1
***************
*** 85,89 ****
  
  <br>
! Results <!-- TMPL_VAR NAME="startfrom" --> through <!-- TMPL_VAR NAME="endat" --> of <!-- TMPL_VAR NAME="numrecords" --> records.
  <hr>
  
--- 85,89 ----
  
  <br>
! Results <b><!-- TMPL_VAR NAME="startfrom" --></b> through <b><!-- TMPL_VAR NAME="endat" --></b> of <b><!-- TMPL_VAR NAME="numrecords" --></b> records.
  <hr>
  





More information about the Koha-cvs mailing list