[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple add
From: |
Friedrich zur Hellen |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple addbiblio.tmpl,1.3,1.4 additem.tmpl,1.4,1.5 isbnsearch.tmpl,1.3,1.4 |
Date: |
Sat, 25 Jun 2005 05:58:56 -0700 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30254/koha-tmpl/intranet-tmpl/default/de/acqui.simple
Modified Files:
addbiblio.tmpl additem.tmpl isbnsearch.tmpl
Log Message:
adjustments for 2.2.3
Index: addbiblio.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple/addbiblio.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** addbiblio.tmpl 5 Jun 2005 14:45:17 -0000 1.3
--- addbiblio.tmpl 25 Jun 2005 12:58:53 -0000 1.4
***************
*** 2,6 ****
<div class="tabbed">
<form method="post" name="f">
! <h1 class="catalogue">Biblionummer : <!-- TMPL_VAR
NAME="oldbiblionumber" --></h1>
<p>
<input type="hidden" name="op" value="addbiblio">
--- 2,6 ----
<div class="tabbed">
<form method="post" name="f">
! <h1 class="catalogue">Biblionumber : <!-- TMPL_VAR
NAME="oldbiblionumber" --></h1>
<p>
<input type="hidden" name="op" value="addbiblio">
***************
*** 9,15 ****
<input type="hidden" name="oldbiblionumber" value="<!--
TMPL_VAR NAME="oldbiblionumber" -->">
<!-- TMPL_IF name="bibid" -->
! <BUTTON value="Save" onclick="Check(this.form)"
accesskey="s" class="button catalogue">Änderungen <u>s</u>ichern</BUTTON>
<!-- TMPL_ELSE -->
! <BUTTON value="Add biblio" onclick="Check(this.form)"
accesskey="n" class="button catalogue"><u>N</u>euer Eintrag</BUTTON>
<!-- /TMPL_IF -->
<a href="javascript:PopupZ3950()" class="button
catalogue">z3950 Suche</a>
--- 9,15 ----
<input type="hidden" name="oldbiblionumber" value="<!--
TMPL_VAR NAME="oldbiblionumber" -->">
<!-- TMPL_IF name="bibid" -->
! <input type ="button" value="Speichern"
onclick="Check(this.form)" accesskey="w" class="button catalogue">
<!-- TMPL_ELSE -->
! <input type ="button" value="Biblio hinzufügen"
onclick="Check(this.form)" accesskey="w" class="button catalogue">
<!-- /TMPL_IF -->
<a href="javascript:PopupZ3950()" class="button
catalogue">z3950 Suche</a>
Index: additem.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple/additem.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** additem.tmpl 9 Jun 2005 17:54:31 -0000 1.4
--- additem.tmpl 25 Jun 2005 12:58:53 -0000 1.5
***************
*** 5,14 ****
<input type="hidden" name="bibid" value="<!-- TMPL_VAR NAME="bibid"
-->">
<div class="tabbed">
! <h1 class="catalogue">Biblionummer: <!-- TMPL_VAR
NAME="biblionumber" --></h1>
! <a href="acqui.simple/addbiblio.pl?oldbiblionumber=<!--
TMPL_VAR NAME="biblionumber" -->" class="button catalogue"> Bibliografische
Daten bearbeiten </a>
! <a href="acqui.simple/addbiblio.pl?oldbiblionumber=<!--
TMPL_VAR NAME="biblionumber" -->&op=duplicate" class="button catalogue">
Duplizieren </a>
! <a href="../MARCdetail.pl?bib=<!-- TMPL_VAR NAME="biblionumber"
-->" class="button catalogue"> MARC </a>
! <a href="../detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber"
-->" class="button catalogue"> Normal </a>
! <a href="../ISBDdetail.pl?bib=<!-- TMPL_VAR NAME="biblionumber"
-->" class="button catalogue"> ISBD </a>
</div>
<!-- TMPL_IF name="item_loop" -->
--- 5,19 ----
<input type="hidden" name="bibid" value="<!-- TMPL_VAR NAME="bibid"
-->">
<div class="tabbed">
! <h1 class="catalogue"><!-- TMPL_VAR name="title" --> (<!-- TMPL_VAR
name="author" --> Biblionummer:<!-- TMPL_VAR NAME="biblionumber" -->)</h1>
! <a
href="acqui.simple/addbiblio.pl?oldbiblionumber=<!-- TMPL_VAR
NAME="biblionumber" -->" class="button catalogue">
! Biblio bearbeiten </a>
! <a href="acqui.simple/addbiblio.pl?oldbiblionumber=<!--
TMPL_VAR NAME="biblionumber" -->&op=duplicate" class="button catalogue">
! Duplizieren </a>
! <a href="../MARCdetail.pl?bib=<!-- TMPL_VAR NAME="biblionumber"
-->" class="button catalogue">
! MARC </a>
! <a href="../detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber"
-->" class="button catalogue">
! Normal </a>
! <a href="../ISBDdetail.pl?bib=<!-- TMPL_VAR NAME="biblionumber"
-->" class="button catalogue">
! ISBD </a>
</div>
<!-- TMPL_IF name="item_loop" -->
***************
*** 53,57 ****
<input type="hidden" name="itemnum" value="<!-- TMPL_VAR NAME="itemnum"
-->">
<!-- TMPL_IF name="barcode_not_unique" -->
! <div id="problem"><b>FEHLER: Barcode ist bereits
vorhanden<b></div>
<!-- /TMPL_IF -->
<!-- TMPL_IF name="opisadd" -->
--- 58,62 ----
<input type="hidden" name="itemnum" value="<!-- TMPL_VAR NAME="itemnum"
-->">
<!-- TMPL_IF name="barcode_not_unique" -->
! <div id="problem"><b>FEHLER: Strichcode ist bereits
vorhanden<b></div>
<!-- /TMPL_IF -->
<!-- TMPL_IF name="opisadd" -->
***************
*** 100,106 ****
document.f.submit();
} else {
! alertString2 = _("Formular nicht bearbeitet wegen der
folgenden Probleme");
alertString2 +=
"\n------------------------------------------------------------------------------------\n";
! alertString2 += "\n- "+ total_errors+_("Pflichtfelder leer
(siehe fett dargestellte Unterfelder)");
alert(alertString2);
}
--- 105,111 ----
document.f.submit();
} else {
! alertString2 = _("Form not submitted because of the following
problem(s)");
alertString2 +=
"\n------------------------------------------------------------------------------------\n";
! alertString2 += "\n- "+ total_errors+_("Pflichtfelder leer
(sieh fett dargestellte Unterfelder)");
alert(alertString2);
}
Index: isbnsearch.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple/isbnsearch.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** isbnsearch.tmpl 8 Jun 2005 11:28:08 -0000 1.3
--- isbnsearch.tmpl 25 Jun 2005 12:58:53 -0000 1.4
***************
*** 12,16 ****
</div>
<div id="bloc25">
! <h2 class="catalogue">Ergebnisse in der Datenbank</h2>
<!-- TMPL_IF name="loop" -->
<div id="resultnumber">
--- 12,16 ----
</div>
<div id="bloc25">
! <h2 class="catalogue">Biblios in der Datenbank</h2>
<!-- TMPL_IF name="loop" -->
<div id="resultnumber">
***************
*** 32,36 ****
<!-- TMPL_IF NAME="displaynext" -->
<a class="resultnumber"
href="isbnsearch.pl?startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&<!--
TMPL_LOOP NAME="searchdata" --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR
NAME="val" ESCAPE=URL -->&<!-- /TMPL_LOOP -->&resultsperpage=<!--
TMPL_VAR NAME="resultsperpage" -->&type=intranet&op=do_search">
! Weitere >>
</a>
<!-- /TMPL_IF -->
--- 32,36 ----
<!-- TMPL_IF NAME="displaynext" -->
<a class="resultnumber"
href="isbnsearch.pl?startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&<!--
TMPL_LOOP NAME="searchdata" --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR
NAME="val" ESCAPE=URL -->&<!-- /TMPL_LOOP -->&resultsperpage=<!--
TMPL_VAR NAME="resultsperpage" -->&type=intranet&op=do_search">
! Weitere>>
</a>
<!-- /TMPL_IF -->
***************
*** 38,44 ****
<p class="resultcount">
<!-- TMPL_IF NAME="total" -->
! Treffer <i><!-- TMPL_VAR NAME="from"
--></i> bis <i><!-- TMPL_VAR NAME="to" --></i>
<!-- TMPL_ELSE -->
! Keine Treffer
<!-- /TMPL_IF -->
</p>
--- 38,44 ----
<p class="resultcount">
<!-- TMPL_IF NAME="total" -->
! Ergebnisse <!-- TMPL_VAR NAME="from"
--> to <!-- TMPL_VAR NAME="to" --> of <!-- TMPL_VAR NAME="total" -->
<!-- TMPL_ELSE -->
! Nichts gefunden.
<!-- /TMPL_IF -->
</p>
***************
*** 62,71 ****
<td><a
href="additem-nomarc.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"
class="button catalogue">Exemplare hinzufügen</a></td>
<!-- TMPL_ELSE -->
! <td><a
href="addbiblio.pl?oldbiblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"
class="button catalogue">Bearbeiten</a></td>
<!-- /TMPL_IF -->
<!-- TMPL_UNLESS NAME="NOTMARC"
-->
<td>
<a
href="addbiblio.pl?oldbiblionumber=<!-- TMPL_VAR NAME="biblionumber"
-->&op=duplicate" class="button catalogue">
! Duplizieren
</a>
</td>
--- 62,71 ----
<td><a
href="additem-nomarc.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"
class="button catalogue">Exemplare hinzufügen</a></td>
<!-- TMPL_ELSE -->
! <td><a
href="addbiblio.pl?oldbiblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"
class="button catalogue">Bearbeiten...</a></td>
<!-- /TMPL_IF -->
<!-- TMPL_UNLESS NAME="NOTMARC"
-->
<td>
<a
href="addbiblio.pl?oldbiblionumber=<!-- TMPL_VAR NAME="biblionumber"
-->&op=duplicate" class="button catalogue">
! Duplikate
</a>
</td>
***************
*** 92,96 ****
<!-- TMPL_IF NAME="displaynext" -->
<a class="resultnumber"
href="isbnsearch.pl?startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&<!--
TMPL_LOOP NAME="searchdata" --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR
NAME="val" ESCAPE=URL -->&<!-- /TMPL_LOOP -->&resultsperpage=<!--
TMPL_VAR NAME="resultsperpage" -->&type=intranet&op=do_search">
! Weitere >>
</a>
<!-- /TMPL_IF -->
--- 92,96 ----
<!-- TMPL_IF NAME="displaynext" -->
<a class="resultnumber"
href="isbnsearch.pl?startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&<!--
TMPL_LOOP NAME="searchdata" --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR
NAME="val" ESCAPE=URL -->&<!-- /TMPL_LOOP -->&resultsperpage=<!--
TMPL_VAR NAME="resultsperpage" -->&type=intranet&op=do_search">
! Weitere>>
</a>
<!-- /TMPL_IF -->
***************
*** 98,113 ****
<p class="resultcount">
<!-- TMPL_IF NAME="total" -->
! Treffer <i><!-- TMPL_VAR NAME="from"
--></i> bis <i><!-- TMPL_VAR NAME="to" --></i>
<!-- TMPL_ELSE -->
! Keine Treffer
<!-- /TMPL_IF -->
</p>
</div>
<!-- TMPL_ELSE -->
! <p>Keine</p>
<!-- /TMPL_IF -->
</div>
<div id="bloc25">
! <h2 class="catalogue">Bibliografische Daten im
Fremddatenpool</h2>
<!-- TMPL_IF name="breeding_loop" -->
<table>
--- 98,113 ----
<p class="resultcount">
<!-- TMPL_IF NAME="total" -->
! Ergebnisse <!-- TMPL_VAR NAME="from"
--> to <!-- TMPL_VAR NAME="to" --> of <!-- TMPL_VAR NAME="total" -->
<!-- TMPL_ELSE -->
! Nichts gefunden.
<!-- /TMPL_IF -->
</p>
</div>
<!-- TMPL_ELSE -->
! <p>None</p>
<!-- /TMPL_IF -->
</div>
<div id="bloc25">
! <h2 class="catalogue">Biblios im fremddatenpool</h2>
<!-- TMPL_IF name="breeding_loop" -->
<table>
***************
*** 129,133 ****
<!-- TMPL_ELSE -->
! <td><a
href="addbiblio.pl?breedingid=<!-- TMPL_VAR NAME="id" -->" class="button
catalogue">Biblio zur Datenbank hinzufügen</a></td>
<!-- /TMPL_IF -->
</tr>
--- 129,133 ----
<!-- TMPL_ELSE -->
! <td><a
href="addbiblio.pl?breedingid=<!-- TMPL_VAR NAME="id" -->" class="button
catalogue">Biblio hinzufügen</a></td>
<!-- /TMPL_IF -->
</tr>
***************
*** 139,143 ****
</div>
<div id="bloc25">
! <h2 class="catalogue">Biblio zur Datenbank hinzufügen</h2>
<p class="center">
<!-- TMPL_IF NAME="NOTMARC" -->
--- 139,143 ----
</div>
<div id="bloc25">
! <h2 class="catalogue">Biblio hinzufügen</h2>
<p class="center">
<!-- TMPL_IF NAME="NOTMARC" -->
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple addbiblio.tmpl,1.3,1.4 additem.tmpl,1.4,1.5 isbnsearch.tmpl,1.3,1.4,
Friedrich zur Hellen <=
- Prev by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/catalogue MARCdetail.tmpl,1.4,1.5 detail.tmpl,1.3,1.4 searchresults.tmpl,1.2,1.3
- Next by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/acqui acqui-home.tmpl,1.4,1.5 basket.tmpl,1.3,1.4 newbiblio.tmpl,1.2,1.3
- Previous by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/catalogue MARCdetail.tmpl,1.4,1.5 detail.tmpl,1.3,1.4 searchresults.tmpl,1.2,1.3
- Next by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/acqui acqui-home.tmpl,1.4,1.5 basket.tmpl,1.3,1.4 newbiblio.tmpl,1.2,1.3
- Index(es):