koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/import breeding.


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/import breeding.tmpl,1.4,1.5
Date: Tue, 09 Dec 2003 02:29:37 -0800

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/import
In directory 
sc8-pr-cvs1:/tmp/cvs-serv27815/koha-tmpl/intranet-tmpl/default/en/import

Modified Files:
        breeding.tmpl 
Log Message:
templates modified : ALL <TMPL_* XX> have been replaced by <!-- TMPL_* XX -->, 
because it's strict html compliant, and HTML::TreeBuilder deals better with 
this form.

Index: breeding.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/import/breeding.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** breeding.tmpl       24 Nov 2003 17:15:55 -0000      1.4
--- breeding.tmpl       9 Dec 2003 10:29:04 -0000       1.5
***************
*** 1,3 ****
! <TMPL_INCLUDE NAME="parameters-top.inc">
  <h1>MARC acquisition system</h1>
  
--- 1,3 ----
! <!-- TMPL_INCLUDE NAME="parameters-top.inc" -->
  <h1>MARC acquisition system</h1>
  
***************
*** 8,22 ****
  </table>
  
! <TMPL_IF name="uploadmarc">
  <p>Import results :</p>
  <ul>
!       <p><TMPL_VAR name="imported"> imported records</p>
!       <p><TMPL_VAR name="alreadyindb"> not imported because already in DB</p>
!       <p><TMPL_VAR name="alreadyinfarm"> not imported because already in 
farm</p>
!       <p><TMPL_VAR name="notmarcrecord"> not imported because they seems not 
to be MARC format (or ISBN/ISSN missing) !</p>
!       <p><TMPL_VAR name="total">  records parsed</p>
        <p><a href="/cgi-bin/koha/admin-home.pl">Back</a>
  </ul>
! <TMPL_ELSE>
  <ul>
        <li>Select a file to import into the breeding farm. It will be parsed, 
and for each ISBN found, a new baby will be created in the breeding farm.</li>
--- 8,22 ----
  </table>
  
! <!-- TMPL_IF name="uploadmarc" -->
  <p>Import results :</p>
  <ul>
!       <p><!-- TMPL_VAR name="imported" --> imported records</p>
!       <p><!-- TMPL_VAR name="alreadyindb" --> not imported because already in 
DB</p>
!       <p><!-- TMPL_VAR name="alreadyinfarm" --> not imported because already 
in farm</p>
!       <p><!-- TMPL_VAR name="notmarcrecord" --> not imported because they 
seems not to be MARC format (or ISBN/ISSN missing) !</p>
!       <p><!-- TMPL_VAR name="total" -->  records parsed</p>
        <p><a href="/cgi-bin/koha/admin-home.pl">Back</a>
  </ul>
! <!-- TMPL_ELSE -->
  <ul>
        <li>Select a file to import into the breeding farm. It will be parsed, 
and for each ISBN found, a new baby will be created in the breeding farm.</li>
***************
*** 25,29 ****
        <li>Of course, if the ISBN already exists in the active DB, the biblio 
will be ignored.</li>
  </ul>
! <form method="post" action="<TMPL_VAR name="SCRIPT_NAME">" 
enctype="multipart/form-data">
  <table cellpadding="3" border=0>
        <tr valign="top">
--- 25,29 ----
        <li>Of course, if the ISBN already exists in the active DB, the biblio 
will be ignored.</li>
  </ul>
! <form method="post" action="<!-- TMPL_VAR name="SCRIPT_NAME" -->" 
enctype="multipart/form-data">
  <table cellpadding="3" border=0>
        <tr valign="top">
***************
*** 57,60 ****
  </table>
  </form>
! </TMPL_IF>
! <TMPL_INCLUDE NAME="acquisitions-bottom.inc">
--- 57,60 ----
  </table>
  </form>
! <!-- /TMPL_IF -->
! <!-- TMPL_INCLUDE NAME="acquisitions-bottom.inc" -->




reply via email to

[Prev in Thread] Current Thread [Next in Thread]