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

Paul POULAIN tipaul at users.sourceforge.net
Thu Feb 17 13:48:33 CET 2005


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

Modified Files:
      Tag: rel_2_2
	marc.tmpl 
Log Message:
css'ing

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.6.4.1
diff -C2 -r1.6 -r1.6.4.1
*** marc.tmpl	9 Dec 2003 10:29:05 -0000	1.6
--- marc.tmpl	17 Feb 2005 12:48:31 -0000	1.6.4.1
***************
*** 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