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/pl/acqui.simple isb


From: Benedict P. Barszcz
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/pl/acqui.simple isbnsearch.tmpl,1.4,1.4.2.1 marcimport.tmpl,1.3,1.3.2.1
Date: Sun, 29 Feb 2004 11:41:13 -0800

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/pl/acqui.simple
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8374/acqui.simple

Modified Files:
      Tag: rel_2_0
        isbnsearch.tmpl marcimport.tmpl 
Log Message:


Index: isbnsearch.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/pl/acqui.simple/isbnsearch.tmpl,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -C2 -r1.4 -r1.4.2.1
*** isbnsearch.tmpl     5 Oct 2003 18:51:46 -0000       1.4
--- isbnsearch.tmpl     29 Feb 2004 19:41:11 -0000      1.4.2.1
***************
*** 1,29 ****
!   <TMPL_INCLUDE NAME="acquisitions-top.inc">
! <font size="6"><em>Rezultaty wyszukiwania opisu</em></font><br />
  <CENTER>
! Szuka³e¶ <b><TMPL_IF name="isbn">ISBN <TMPL_VAR 
name="isbn"></TMPL_IF><TMPL_IF name="title">tytu³ <TMPL_VAR 
name="title"></TMPL_IF></b><br />
! <TMPL_IF name="total">
! <TMPL_VAR NAME=total> znaleziono<br />
! Trafienia <TMPL_VAR name="showoffset"> z <TMPL_VAR name="total"> wy¶wietlono
! </TMPL_IF>
  <p />
  <!-- Row of numbers corresponding to search result pages -->
! <TMPL_IF NAME=displayprev>
!       <a href=isbnsearch.pl?offset=<TMPL_VAR NAME="prevstartfrom">&<TMPL_VAR 
NAME=term>=<TMPL_VAR name="value" ESCAPE=URL>><img src=<TMPL_VAR 
name="themelang">/images/numbers/prev.gif border=0></a>
! <TMPL_ELSE>
!       <img src=<TMPL_VAR name="themelang">/images/numbers/placeholder.gif 
border=0>
! </TMPL_IF>
! <TMPL_LOOP NAME=numbers>
!       <TMPL_IF NAME=highlight>
!       <img src=<TMPL_VAR name="themelang">/images/numbers/<TMPL_VAR 
NAME=number>-highlight.gif>
!       <TMPL_ELSE>
!       <a href=isbnsearch.pl?offset=<TMPL_VAR NAME=startfrom>&<TMPL_VAR 
NAME=term>=<TMPL_VAR name="value" ESCAPE=URL>><img src=<TMPL_VAR 
name="themelang">/images/numbers/<TMPL_VAR NAME=number>.gif border=0></a>
!       </TMPL_IF>
! </TMPL_LOOP>
! <TMPL_IF NAME=displaynext>
!       <a href=isbnsearch.pl?offset=<TMPL_VAR NAME="nextstartfrom">&<TMPL_VAR 
NAME=term>=<TMPL_VAR name="value" ESCAPE=URL>><img src=<TMPL_VAR 
name="themelang">/images/numbers/next.gif border=0></a>
! <TMPL_ELSE>
!       <img src=<TMPL_VAR name="themelang">/images/numbers/placeholder.gif 
border=0>
! </TMPL_IF>
  
  <table width="80%" cellpadding="3">
--- 1,29 ----
!   <!-- TMPL_INCLUDE NAME="acquisitions-top.inc" -->
! <font size="6"><em>Wyniki Szukania Opisów</em></font><br />
  <CENTER>
! Szukano <b><!-- TMPL_IF name="isbn" -->ISBN <!-- TMPL_VAR name="isbn" --><!-- 
/TMPL_IF --><!-- TMPL_IF name="title" -->tytuł <!-- TMPL_VAR name="title" 
--><!-- /TMPL_IF --></b><br />
! <!-- TMPL_IF name="total" -->
! <!-- TMPL_VAR name="count" --> znalezionych rekordów<br />
! Wyświetlono od<i><!-- TMPL_VAR name="showoffset" --></i> do <i><!-- TMPL_VAR 
name="total" --></i> rekordu
! <!-- /TMPL_IF -->
  <p />
  <!-- Row of numbers corresponding to search result pages -->
! <!-- TMPL_IF NAME=displayprev -->
!       <a href=isbnsearch.pl?offset=<!-- TMPL_VAR NAME="prevstartfrom" 
-->&<!-- TMPL_VAR NAME=term -->=<!-- TMPL_VAR name="value" ESCAPE=URL -->><img 
src=<!-- TMPL_VAR name="themelang" -->/images/numbers/prev.gif border=0></a>
! <!-- TMPL_ELSE -->
!       <img src=<!-- TMPL_VAR name="themelang" 
-->/images/numbers/placeholder.gif border=0>
! <!-- /TMPL_IF -->
! <!-- TMPL_LOOP NAME=numbers -->
!       <!-- TMPL_IF NAME=highlight -->
!       <img src=<!-- TMPL_VAR name="themelang" -->/images/numbers/<!-- 
TMPL_VAR NAME=number -->-highlight.gif>
!       <!-- TMPL_ELSE -->
!       <a href=isbnsearch.pl?offset=<!-- TMPL_VAR NAME=startfrom -->&<!-- 
TMPL_VAR NAME=term -->=<!-- TMPL_VAR name="value" ESCAPE=URL -->><img src=<!-- 
TMPL_VAR name="themelang" -->/images/numbers/<!-- TMPL_VAR NAME=number -->.gif 
border=0></a>
!       <!-- /TMPL_IF -->
! <!-- /TMPL_LOOP -->
! <!-- TMPL_IF NAME=displaynext -->
!       <a href=isbnsearch.pl?offset=<!-- TMPL_VAR NAME="nextstartfrom" 
-->&<!-- TMPL_VAR NAME=term -->=<!-- TMPL_VAR name="value" ESCAPE=URL -->><img 
src=<!-- TMPL_VAR name="themelang" -->/images/numbers/next.gif border=0></a>
! <!-- TMPL_ELSE -->
!       <img src=<!-- TMPL_VAR name="themelang" 
-->/images/numbers/placeholder.gif border=0>
! <!-- /TMPL_IF -->
  
  <table width="80%" cellpadding="3">
***************
*** 34,91 ****
  <table border="0" cellspacing="0" cellpadding="5" width="80%">
        <tr valign=top bgcolor=#ffcc00>
!               <td><b>Tytu³</b></td>
                <td><b>Autor</b></td>
                <td><b>&copy;</b></td>
                <td>&nbsp;</td>
        </tr>
!       <TMPL_IF name="loop">
!       <TMPL_LOOP name="loop">
!       <tr valign="top" bgcolor="<TMPL_VAR name="toggle">">
!       <td><TMPL_VAR name="title"></a>
!       <td><TMPL_VAR name="author"></td>
!       <td><TMPL_VAR name="copyrightdate"></td>
!                       <TMPL_IF NAME="NOTMARC">
!                         <td><a href="additem-nomarc.pl?biblionumber=<TMPL_VAR 
name="biblionumber">">Dodaj pozycjê</a></td>
!                       <TMPL_ELSE>
!                         <td><a href="addbiblio.pl?oldbiblionumber=<TMPL_VAR 
name="biblionumber">">Edytuj...</a></td>
!                       </TMPL_IF>
                </tr>
!       </TMPL_LOOP>
!       <TMPL_ELSE>
!       <tr><td colspan=4>Nic nie znaleziono</td></tr>
!       </TMPL_IF>
  </table>
  <br />
  <table width="80%" cellpadding="3">
        <tr valign="center">
!       <td><font size="4">Opisy w hurtowni opisów</font></td>
        </tr>
  </table>
  <table border="0" cellspacing="0" cellpadding="5" width="80%">
        <tr valign=top bgcolor=#ffcc00>
!               <td><b>Tytu³</b></td>
                <td><b>Autor</b></td>
                <td><b>ISBN</b></td>
!               <td><b>pochodz±cy z</b></td>
                <td><b>&nbsp;</b></td>
                <td>&nbsp;</td>
        </tr>
!       <TMPL_IF name="breeding_loop">
!       <TMPL_LOOP name="breeding_loop">
!               <tr valign="top" bgcolor="<TMPL_VAR name="toggle">">
!                       <td><TMPL_VAR name="title"></a>
!                       <td><TMPL_VAR name="author"></td>
!                       <td><TMPL_VAR name="isbn"></td>
!                       <td><TMPL_VAR name="file"></td>
!                       <TMPL_IF NAME="NOTMARC">
                        
!                       <TMPL_ELSE>
!                       <td><a href="addbiblio.pl?breedingid=<TMPL_VAR 
name="id">">Dodaj opis</a></td>
!                       </TMPL_IF>
                </tr>
!       </TMPL_LOOP>
!       <TMPL_ELSE>
!       <tr><td colspan=6>Nic nie znaleziono</td></tr>
!       </TMPL_IF>
        <tr>
                <td>&nbsp;</td>
--- 34,91 ----
  <table border="0" cellspacing="0" cellpadding="5" width="80%">
        <tr valign=top bgcolor=#ffcc00>
!               <td><b>Tytuł</b></td>
                <td><b>Autor</b></td>
                <td><b>&copy;</b></td>
                <td>&nbsp;</td>
        </tr>
!       <!-- TMPL_IF name="loop" -->
!       <!-- TMPL_LOOP name="loop" -->
!               <tr valign="top" bgcolor="<!-- TMPL_VAR name="toggle" -->">
!                       <td><!-- TMPL_VAR name="title" --></a>
!                       <td><!-- TMPL_VAR name="author" --></td>
!                       <td><!-- TMPL_VAR name="copyrightdate" --></td>
!                       <!-- TMPL_IF NAME="NOTMARC" -->
!                         <td><a href="additem-nomarc.pl?biblionumber=<!-- 
TMPL_VAR name="biblionumber" -->">Dodaj pozycje</a></td>
!                       <!-- TMPL_ELSE -->
!                         <td><a href="addbiblio.pl?oldbiblionumber=<!-- 
TMPL_VAR name="biblionumber" -->">Edit...</a></td>
!                       <!-- /TMPL_IF -->
                </tr>
!       <!-- /TMPL_LOOP -->
!       <!-- TMPL_ELSE -->
!       <tr><td colspan=4>Nothing found</td></tr>
!       <!-- /TMPL_IF -->
  </table>
  <br />
  <table width="80%" cellpadding="3">
        <tr valign="center">
!       <td><font size="4">Opisy w rezerwuarze</font></td>
        </tr>
  </table>
  <table border="0" cellspacing="0" cellpadding="5" width="80%">
        <tr valign=top bgcolor=#ffcc00>
!               <td><b>Tytuł</b></td>
                <td><b>Autor</b></td>
                <td><b>ISBN</b></td>
!               <td><b>coming from</b></td>
                <td><b>&nbsp;</b></td>
                <td>&nbsp;</td>
        </tr>
!       <!-- TMPL_IF name="breeding_loop" -->
!       <!-- TMPL_LOOP name="breeding_loop" -->
!               <tr valign="top" bgcolor="<!-- TMPL_VAR name="toggle" -->">
!                       <td><!-- TMPL_VAR name="title" --></a>
!                       <td><!-- TMPL_VAR name="author" --></td>
!                       <td><!-- TMPL_VAR name="isbn" --></td>
!                       <td><!-- TMPL_VAR name="file" --></td>
!                       <!-- TMPL_IF NAME="NOTMARC" -->
                        
!                       <!-- TMPL_ELSE -->
!                       <td><a href="addbiblio.pl?breedingid=<!-- TMPL_VAR 
name="id" -->">Dodaj opis</a></td>
!                       <!-- /TMPL_IF -->
                </tr>
!       <!-- /TMPL_LOOP -->
!       <!-- TMPL_ELSE -->
!       <tr><td colspan=6>Nothing found</td></tr>
!       <!-- /TMPL_IF -->
        <tr>
                <td>&nbsp;</td>
***************
*** 93,104 ****
                <td>&nbsp;</td>
                <td>&nbsp;</td>
!               <TMPL_IF NAME="NOTMARC">
!               <td><a href="addbiblio-nomarc.pl?isbn=<TMPL_VAR 
name="isbn">">Dodaj nowy opis</a></td>
!               <TMPL_ELSE>
!               <td><a href="addbiblio.pl?isbn=<TMPL_VAR name="isbn">">Dodaj 
nowy opis</a></td>
!               </TMPL_IF>
        </tr>
  </table>
  
  <br />
! <TMPL_INCLUDE NAME="acquisitions-bottom.inc">
--- 93,104 ----
                <td>&nbsp;</td>
                <td>&nbsp;</td>
!               <!-- TMPL_IF NAME="NOTMARC" -->
!               <td><a href="addbiblio-nomarc.pl?isbn=<!-- TMPL_VAR name="isbn" 
-->">Dodaj Nowy Opis</a></td>
!               <!-- TMPL_ELSE -->
!               <td><a href="addbiblio.pl?isbn=<!-- TMPL_VAR name="isbn" 
-->">Dodaj Nowy Opis</a></td>
!               <!-- /TMPL_IF -->
        </tr>
  </table>
  
  <br />
! <!-- TMPL_INCLUDE NAME="acquisitions-bottom.inc" -->

Index: marcimport.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/pl/acqui.simple/marcimport.tmpl,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -r1.3 -r1.3.2.1
*** marcimport.tmpl     5 Oct 2003 18:57:16 -0000       1.3
--- marcimport.tmpl     29 Feb 2004 19:41:11 -0000      1.3.2.1
***************
*** 1,32 ****
! <TMPL_INCLUDE NAME="acquisitions-top.inc">
! <h1>System akwizycji MARC</h1>
  
  <table bgcolor="#ffcc00" width="80%" cellpadding="3">
        <tr valign="center">
!       <td><font size="4">Importuj do hurtowni opisów</font></td>
        </tr>
  </table>
  
! <TMPL_IF name="uploadmarc">
! <p>Import wyniki :</p>
  <ul>
!       <p><TMPL_VAR name="imported"> rekordy importowano</p>
!       <p><TMPL_VAR name="alreadyindb"> nie importowano poniewa¿ ju¿ s± w 
bazie</p>
!       <p><TMPL_VAR name="alreadyinfarm"> nie importowano poniewa¿ ju¿ s± w 
hurtowni</p>
!       <p><TMPL_VAR name="notmarcrecord"> nie importowano poniewa¿ nie 
wygl±daj± na bêd±ce w formacie MARC (lub brakuje ISBN/ISSN) !</p>
!       <p><TMPL_VAR name="total">  rekordów przeczytanych</p>
!       <p><a href="addbooks.pl">Powrót do akwizycji</a>
  </ul>
! <TMPL_ELSE>
  <ul>
!       <li>Wybierz plik, by importowaæ go do hurtowni opisów. Bêdzie 
przeczytany i dla ka¿dego znalezionego numeru ISBN utworzone zostanie nowe 
"ciel±tko" w farmie.</li>
!       <li>Je¶li ISBN ju¿ w farmie istnieje mo¿na zdecydowaæ czy nowe powinno 
byæ zignorowane czy te¿ stare nadpisane nowym.</li>
!       <li>Mo¿na nadaæ nazwê dla tego importu. Mo¿e siê przydaæ przy tworzeniu 
opisu bibliograficznego wskazuj±c pochodzenie sugerowanych danych MARC !</li>
!       <li>Oczywi¶cie opis bêdzie ignorowany je¶li numer ISBN istnieje ju¿ w 
aktywnej bazie Koha.</li>
  </ul>
! <form method="post" action="<TMPL_VAR name="SCRIPT_NAME">" 
enctype="multipart/form-data">
  <table cellpadding="3" border=0>
        <tr valign="top">
!               <td>Wybierz plik do importu :</td>
                <td>
                        <input type="file" name="uploadmarc"/><br/>
--- 1,32 ----
! <!-- TMPL_INCLUDE NAME="acquisitions-top.inc" -->
! <h1>MARC acquisition system</h1>
  
  <table bgcolor="#ffcc00" width="80%" cellpadding="3">
        <tr valign="center">
!       <td><font size="4">Importuj do rezerwuaru opisów</font></td>
        </tr>
  </table>
  
! <!-- TMPL_IF name="uploadmarc" -->
! <p>Import results :</p>
  <ul>
!       <p><!-- TMPL_VAR name="imported" --> zaimportowanych rekordów</p>
!       <p><!-- TMPL_VAR name="alreadyindb" --> nie został zaimportowany, 
gdyż już jest w bazie</p>
!       <p><!-- TMPL_VAR name="alreadyinfarm" --> nie został zaimportowany, 
gdyż już jest w buforze</p>
!       <p><!-- TMPL_VAR name="notmarcrecord" --> nie zaimportowano, gdyż 
brakuje cech formatu MARC (albo brak ISBN/ISSN) !</p>
!       <p>przeanalizowano <!-- TMPL_VAR name="total" --> rekordów</p>
!       <p><a href="addbooks.pl">Spowrotem do akwizycji</a>
  </ul>
! <!-- TMPL_ELSE -->
  <ul>
!       <li>Wybierz plik, by importować go do rezerwuaru opisów. Będzie 
poddany analizie, i dla każdego napotkanego ISBN powstanie w rezerwuarze nowy 
opis.</li>
!       <li>Jeśli ISBN istnieje już w rezerwuarze, możesz zdecydować czy 
zignorować nowy czy też nadpisać stary.</li>
!       <li>You can enter a name for this import. It may be useful, when 
creating a biblio, to remember where the suggested MARC data comes from!</li>
!       <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/>
***************
*** 34,38 ****
        </tr>
        <tr valign="top">
!               <td>Nazwa tego importu :</td>
                <td>
                        <input type="text" name="filename"/><br/>
--- 34,38 ----
        </tr>
        <tr valign="top">
!               <td>Name of this import:</td>
                <td>
                        <input type="text" name="filename"/><br/>
***************
*** 40,60 ****
        </tr>
        <tr valign="top">
!               <td>Character encoding (USMARC or UNIMARC)</td>
                <td>
!                       <select name="syntax"/><option 
value="USMARC">USMARC</option><option 
value="UNIMARC">UNIMARC</option></select><br/>
                </td>
        </tr>
        <tr valign="top">
!               <td>Je¶li ISBN ju¿ jest w hurtowni: </td>
!               <td><input type="radio" name="overwrite_biblio" value="0" 
checked>Ignoruj to, zatrzymaj istniej±ce<br/>
!                       <input type="radio" name="overwrite_biblio" 
value="1">Nadpisz istniej±ce obecnym</td>
        </tr>
        <tr valign="top">
                <td>&nbsp; </td>
!               <td><input type="submit" value="import"></td>
        </tr>
  
  </table>
  </form>
! </TMPL_IF>
! <TMPL_INCLUDE NAME="acquisitions-bottom.inc">
--- 40,60 ----
        </tr>
        <tr valign="top">
!               <td>Character encoding (MARC21 or UNIMARC)</td>
                <td>
!                       <select name="syntax"/><option 
value="MARC21">MARC21</option><option 
value="UNIMARC">UNIMARC</option></select><br/>
                </td>
        </tr>
        <tr valign="top">
!               <td>Jeśli ISBN jest już w rezerwuarze:  </td>
!               <td><input type="radio" name="overwrite_biblio" value="0" 
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>
        <tr valign="top">
                <td>&nbsp; </td>
!               <td><input type="submit" value="Import"></td>
        </tr>
  
  </table>
  </form>
! <!-- /TMPL_IF -->
! <!-- TMPL_INCLUDE NAME="acquisitions-bottom.inc" -->




reply via email to

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