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: Owen Leonard
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/import breeding.tmpl,1.5,1.6
Date: Mon, 19 Jul 2004 13:07:15 -0700

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

Modified Files:
        breeding.tmpl 
Log Message:
Corrections to make markup more valid (quoting attributes, encoding ampersands, 
etc.)

Index: breeding.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/import/breeding.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** breeding.tmpl       9 Dec 2003 10:29:04 -0000       1.5
--- breeding.tmpl       19 Jul 2004 20:07:13 -0000      1.6
***************
*** 8,19 ****
  </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>
--- 8,19 ----
  </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>
***************
*** 25,34 ****
        <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">
                <td>Select the file to import:</td>
                <td>
!                       <input type="file" name="uploadmarc"/><br/>
                </td>
        </tr>
--- 25,34 ----
        <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">
                <td>Select the file to import:</td>
                <td>
!                       <input type="file" name="uploadmarc" /><br/>
                </td>
        </tr>
***************
*** 36,40 ****
                <td>Name of this import:</td>
                <td>
!                       <input type="text" name="filename"/><br/>
                </td>
        </tr>
--- 36,40 ----
                <td>Name of this import:</td>
                <td>
!                       <input type="text" name="filename" /><br/>
                </td>
        </tr>




reply via email to

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