[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/export marc.tmpl,1.6,1.7

Paul POULAIN tipaul at users.sourceforge.net
Tue Mar 1 14:41:59 CET 2005


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/export
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20915/koha-tmpl/intranet-tmpl/default/en/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/en/export/marc.tmpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** marc.tmpl	9 Dec 2003 10:29:05 -0000	1.6
--- marc.tmpl	1 Mar 2005 13:40:53 -0000	1.7
***************
*** 1,15 ****
  <!-- TMPL_INCLUDE NAME="parameters-top.inc" -->
  
! <center>
! <h1>MARC biblio export</h1><br /><br /><br />
! Export in MARC format the following biblios :
! <form method="post">
! <p>from biblio number : <input type="text" name="start_bib">
! to biblio number : <input type="text" name="end_bib"></p>
! <input type="hidden" name="op" value="export">
! <input type="submit" value="Export">
! </form>
! 
! <p>(leave blank to export every biblio)</p>
! <p>Note : the items are NOT exported by this tool</p>
  <!-- TMPL_INCLUDE NAME="parameters-bottom.inc" -->
--- 1,17 ----
  <!-- TMPL_INCLUDE NAME="parameters-top.inc" -->
  
! <div id="mainbloc">
! <h1>MARC biblio export</h1>
! 	<div id="bloc25">
! 		<h2 class="parameters">Select biblios to export</h2>
! 		<form method="post">
! 			<p>from biblio number : <input type="text" name="start_bib">
! 			to biblio number : <input type="text" name="end_bib"></p>
! 			<input type="hidden" name="op" value="export">
! 			<p>(leave blank to export every biblio)</p>
! 			<p>Note : the items are NOT exported by this tool</p>
! 			<input type="submit" value="Export" class="button">
! 		</form>
! 	</div>
! </div>
  <!-- TMPL_INCLUDE NAME="parameters-bottom.inc" -->





More information about the Koha-cvs mailing list