[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/export marc.tmpl,1.3,1.3.2.1

Paul POULAIN tipaul at users.sourceforge.net
Thu Feb 17 14:07:08 CET 2005


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/export
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4819/export

Modified Files:
      Tag: rel_2_2
	marc.tmpl 
Log Message:
french translation


Index: marc.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/export/marc.tmpl,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -r1.3 -r1.3.2.1
*** marc.tmpl	24 Nov 2004 16:15:48 -0000	1.3
--- marc.tmpl	17 Feb 2005 13:06:35 -0000	1.3.2.1
***************
*** 1,14 ****
  <!-- TMPL_INCLUDE NAME="parameters-top.inc" -->
  
! <center>
! <h1>Exportation de notice MARC</h1><br /><br /><br />
! Exporter au format MARC les notices suivantes :
! <form method="post">
! <p>de la notice : <input type="text" name="start_bib"> à  la notice : <input type="text" name="end_bib"></p>
! <input type="hidden" name="op" value="export">
! <input type="submit" value="Exportation">
! </form>
! 
! <p>(laisser des blancs pour exporter toutes les notices)</p>
! <p>Remarque : les exemplaires NE SONT PAS exportés par cet outil</p>
  <!-- TMPL_INCLUDE NAME="parameters-bottom.inc" -->
--- 1,16 ----
  <!-- TMPL_INCLUDE NAME="parameters-top.inc" -->
  
! <div id="mainbloc">
! <h1>Exportation de notice MARC</h1>
! 	<div id="bloc25">
! 		<h2 class="parameters">Sélectionnez les notices à exporter :</h2>
! 		<form method="post">
! 			<p>de la notice : <input type="text" name="start_bib"> à  la notice : <input type="text" name="end_bib"></p>
! 			<input type="hidden" name="op" value="export">
! 			<p>(laisser des blancs pour exporter toutes les notices)</p>
! 			<p>Remarque : les exemplaires NE SONT PAS exportés par cet outil</p>
! 			<input type="submit" value="Exportation" class="button">
! 		</form>
! 	</div>
! </div>
  <!-- TMPL_INCLUDE NAME="parameters-bottom.inc" -->





More information about the Koha-cvs mailing list