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/npl/en/import breeding.tmpl


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/import breeding.tmpl,1.2,1.3
Date: Mon, 08 Nov 2004 09:13:42 -0800

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

Modified Files:
        breeding.tmpl 
Log Message:
Initial review in upgrading templates to 2.2

Index: breeding.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/import/breeding.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** breeding.tmpl       13 Apr 2004 16:55:04 -0000      1.2
--- breeding.tmpl       8 Nov 2004 17:13:40 -0000       1.3
***************
*** 1,9 ****
! <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Cataloging: MARC 
Import<!-- TMPL_INCLUDE NAME="doc-head-close-addbiblio.inc" -->
  <!-- TMPL_INCLUDE NAME="masthead.inc" -->
! <!-- TMPL_INCLUDE NAME="intranet-nav-brief.inc" -->
  
  <div id="main">
  <h1>MARC acquisition system</h1>
! <h4>Import into the breeding farm</h4>
  
  <!-- TMPL_IF name="uploadmarc" -->
--- 1,10 ----
! <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Cataloging: MARC 
Import<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
  <!-- TMPL_INCLUDE NAME="masthead.inc" -->
! <!-- TMPL_INCLUDE NAME="acqui-topmenu.inc" -->
! <!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
  
  <div id="main">
  <h1>MARC acquisition system</h1>
! <h4>Import into the reservoir</h4>
  
  <!-- TMPL_IF name="uploadmarc" -->
***************
*** 11,17 ****
  <ul>
        <li><!-- TMPL_VAR name="imported" --> imported records</li>
!       <li><!-- TMPL_VAR name="alreadyindb" --> not imported because already 
in DB</li>
!       <li><!-- TMPL_VAR name="alreadyinfarm" --> not imported because already 
in farm</li>
!       <li><!-- TMPL_VAR name="notmarcrecord" --> not imported because they 
seems not to be MARC format (or ISBN/ISSN missing) !</li>
        <li><!-- TMPL_VAR name="total" -->  records parsed</li>
        <li><a href="/cgi-bin/koha/admin-home.pl">Back</a></li>
--- 12,18 ----
  <ul>
        <li><!-- TMPL_VAR name="imported" --> imported records</li>
!       <li><!-- TMPL_VAR name="alreadyindb" --> not imported because already 
in catalog</li>
!       <li><!-- TMPL_VAR name="alreadyinfarm" --> not imported because already 
in the reservoir</li>
!       <li><!-- TMPL_VAR name="notmarcrecord" --> not imported because they 
seem not to be in MARC format (or ISBN/ISSN missing) !</li>
        <li><!-- TMPL_VAR name="total" -->  records parsed</li>
        <li><a href="/cgi-bin/koha/admin-home.pl">Back</a></li>
***************
*** 25,31 ****
  </ul>
  <form method="post" action="<!-- TMPL_VAR name="SCRIPT_NAME" -->" 
enctype="multipart/form-data">
! <div class="form"><table>
        <tr>
!               <th><label for="uploadmarc">Select the file to 
import:</label></th>
                <td>
                        <input type="file" id="uploadmarc" name="uploadmarc" 
/><br />
--- 26,32 ----
  </ul>
  <form method="post" action="<!-- TMPL_VAR name="SCRIPT_NAME" -->" 
enctype="multipart/form-data">
! <div class="data"><table>
        <tr>
!               <th><label for="uploadmarc">Select the file to import: 
</label></th>
                <td>
                        <input type="file" id="uploadmarc" name="uploadmarc" 
/><br />
***************
*** 33,37 ****
        </tr>
        <tr>
!               <th><label for="filename">Name of this import:</label></th>
                <td>
                        <input type="text" id="filename" name="filename" />
--- 34,38 ----
        </tr>
        <tr>
!               <th><label for="filename">Name of this import: </label></th>
                <td>
                        <input type="text" id="filename" name="filename" />
***************
*** 39,50 ****
        </tr>
        <tr>
!               <th><label for="syntax">Character encoding (USMARC or 
UNIMARC)</label></th>
                <td>
!                       <select name="syntax" id="syntax"><option 
value="USMARC">USMARC</option><option value="UNIMARC">UNIMARC</option></select>
                </td>
        </tr>
        <tr>
!               <th>If ISBN already in breeding farm: </th>
!               <td><input type="radio" name="overwrite_biblio" value="0" 
checked="checked" />Ignore this one, keep the existing one<br/>
                        <input type="radio" name="overwrite_biblio" value="1" 
/>Overwrite the existing one with this</td>
        </tr>
--- 40,52 ----
        </tr>
        <tr>
!               <th><label for="syntax">Character encoding: </label></th>
                <td>
!                       <select name="syntax" id="syntax"><option 
value="MARC21">MARC21</option><option value="UNIMARC">UNIMARC</option></select>
                </td>
        </tr>
        <tr>
!               <th rowspan="2">If ISBN already in breeding farm: </th>
!               <td><input type="radio" name="overwrite_biblio" value="0" 
checked="checked" />Ignore this one, keep the existing one</td></tr>
! <tr><td>
                        <input type="radio" name="overwrite_biblio" value="1" 
/>Overwrite the existing one with this</td>
        </tr>




reply via email to

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