[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/catalogue catalogue-home.tmpl,1.4,1.5 detail.tmpl,1.4,1.5

Paul POULAIN tipaul at users.sourceforge.net
Thu Sep 18 15:29:01 CEST 2003


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/catalogue
In directory sc8-pr-cvs1:/tmp/cvs-serv22649/koha-tmpl/intranet-tmpl/default/fr/catalogue

Modified Files:
	catalogue-home.tmpl detail.tmpl 
Log Message:
some improvements & showing biblioitems.url (cliquable) in biblio

Index: catalogue-home.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/catalogue/catalogue-home.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** catalogue-home.tmpl	4 Sep 2003 16:01:02 -0000	1.4
--- catalogue-home.tmpl	18 Sep 2003 13:28:58 -0000	1.5
***************
*** 5,13 ****
  </TMPL_IF>
  
- <TMPL_IF NAME="loggedinuser">
- 	<p align=left>Connect&eacute; : <TMPL_VAR NAME="loggedinuser"> [<a href=/cgi-bin/koha/logout.pl>D&eacute;connexion</a>]</p>
- <TMPL_ELSE>
-     <p align=left><a href=/cgi-bin/koha/userpage.pl>Se connecter</a> &agrave; Koha</p>
- </TMPL_IF>
  <!-- ----------------------- MAIN BODY OF PAGE ------------------------ -->
  <FORM ACTION="/cgi-bin/koha/search.pl" method=post>
--- 5,8 ----
***************
*** 19,23 ****
  <TABLE align="left" width="40%" cellspacing=0 cellpadding=5 border=0 >
  	<TR VALIGN=TOP>
! 		<TD>Nbre d'exemplaires</TD>
  		<TD><INPUT TYPE="text"  SIZE="25"   NAME="itemnumber"></td>
  		<td> <b> &nbsp; &nbsp; OU</b></TD>
--- 14,18 ----
  <TABLE align="left" width="40%" cellspacing=0 cellpadding=5 border=0 >
  	<TR VALIGN=TOP>
! 		<TD>Code barre exemplaires</TD>
  		<TD><INPUT TYPE="text"  SIZE="25"   NAME="itemnumber"></td>
  		<td> <b> &nbsp; &nbsp; OU</b></TD>
***************
*** 30,34 ****
  		<TD  bgcolor="#ad11ad" background="/images/background-mem.gif" colspan=2>
  			<span style="color:#FFFFFF;">
! 				<b>Rechercher :</b>Utiliser un plus grand nombre de champs pour votre recherche (par ex. Mots-cl&eacute;s + auteur + cote) ralentira la recherche.<p>
  			</span>
  		</td>
--- 25,29 ----
  		<TD  bgcolor="#ad11ad" background="/images/background-mem.gif" colspan=2>
  			<span style="color:#FFFFFF;">
! 				<b>Note :</b>Utiliser un plus grand nombre de champs pour votre recherche (par ex. Mots-cl&eacute;s + auteur + cote) ralentira la recherche.<p>
  			</span>
  		</td>

Index: detail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/catalogue/detail.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** detail.tmpl	18 Sep 2003 07:38:22 -0000	1.4
--- detail.tmpl	18 Sep 2003 13:28:59 -0000	1.5
***************
*** 51,54 ****
--- 51,55 ----
  <TMPL_IF name="unititle"><b>Titre unique:</b></TMPL_IF> <TMPL_VAR NAME="unititle"><br>
  <TMPL_IF name="serial"><b>P&eacute;riodique:</b><TMPL_VAR NAME="serial"></TMPL_IF><br>
+ <TMPL_IF name="url"><b>URL :</b> <a hre="<TMPL_VAR name="url"><TMPL_VAR NAME="url"></a></TMPL_IF><br>
  <b>Nbre total d'exemplaires:</b> <TMPL_VAR NAME="count">
  <p>





More information about the Koha-cvs mailing list