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

Paul POULAIN tipaul at users.sourceforge.net
Tue Mar 1 14:42:01 CET 2005


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

Modified Files:
	marc.tmpl 
Log Message:
merging 2.2 branch with head. Sorry for not making it before, many many commits done here

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.4
diff -C2 -r1.3 -r1.4
*** marc.tmpl	24 Nov 2004 16:15:48 -0000	1.3
--- marc.tmpl	1 Mar 2005 13:40:58 -0000	1.4
***************
*** 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