[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/authorities auth_finder.tmpl,1.1,1.2 authorities-home.tmpl,1.1,1.2 authorities.tmpl,1.2,1.3 detail-biblio-search.tmpl,1.1,1.2 detail.tmpl,1.1,1.2 searchresultlist-auth.tmpl,1.1,1.2 searchresultlist.tmpl,1.1,1.2

Friedrich zur Hellen hellen at users.sourceforge.net
Mon Jun 27 21:25:15 CEST 2005


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/authorities
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21124/koha-tmpl/intranet-tmpl/default/de/authorities

Modified Files:
	auth_finder.tmpl authorities-home.tmpl authorities.tmpl 
	detail-biblio-search.tmpl detail.tmpl 
	searchresultlist-auth.tmpl searchresultlist.tmpl 
Log Message:
adjustments for 2.2.3

Index: auth_finder.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/authorities/auth_finder.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** auth_finder.tmpl	12 May 2005 19:26:14 -0000	1.1
--- auth_finder.tmpl	27 Jun 2005 19:23:28 -0000	1.2
***************
*** 2,6 ****
  <div id="mainbloc">
  
! <h1 class="authority">Authority search</h1>
  
  <form name="f" method="post">
--- 2,6 ----
  <div id="mainbloc">
  
! <h1 class="authority">Autorit&auml;tensuche</h1>
  
  <form name="f" method="post">
***************
*** 11,37 ****
  		<h2 class="authority">Suche nach</h2>
  		<p>
! 			<label class="label100">Authority type</label>
  			<!-- TMPL_VAR NAME="authtypecode" -->
  			<input type="hidden" name="authtypecode" value="<!-- TMPL_VAR NAME="authtypecode" -->">
  		</p>
  		<p>
! 			<label class="label100">Main entry</label><input type="text" name="value" value="<!-- TMPL_VAR name="resultstring" -->">
  			<input type="hidden" name="marclist" value="mainentry">
  			<input type="hidden" name="and_or" value="and">
  			<input type="hidden" name="excluding" value="">
  			<select name="operator">
! 				<option value="start">start by</option>
! 				<option value="contains">contains</option>
  			</select>
  			<input type="hidden" name="index" value="<!-- TMPL_VAR NAME="index" -->">
  		</p>
  		<p>
! 			<label class="label100">Anywhere</label><input type="text" name="value">
  			<input type="hidden" name="marclist" value="">
  			<input type="hidden" name="and_or" value="and">
  			<input type="hidden" name="excluding" value="">
  			<select name="operator">
! 				<option value="contains">contains</option>
! 				<option value="start">start by</option>
  			</select>
  			<input type="hidden" name="index" value="<!-- TMPL_VAR NAME="index" -->">
--- 11,37 ----
  		<h2 class="authority">Suche nach</h2>
  		<p>
! 			<label class="label100">Autorit&auml;tstyp</label>
  			<!-- TMPL_VAR NAME="authtypecode" -->
  			<input type="hidden" name="authtypecode" value="<!-- TMPL_VAR NAME="authtypecode" -->">
  		</p>
  		<p>
! 			<label class="label100">Haupteintrag</label><input type="text" name="value" value="<!-- TMPL_VAR name="resultstring" -->">
  			<input type="hidden" name="marclist" value="mainentry">
  			<input type="hidden" name="and_or" value="and">
  			<input type="hidden" name="excluding" value="">
  			<select name="operator">
! 				<option value="start">starten mit</option>
! 				<option value="contains">enth&auml;lt</option>
  			</select>
  			<input type="hidden" name="index" value="<!-- TMPL_VAR NAME="index" -->">
  		</p>
  		<p>
! 			<label class="label100">Irgendwo</label><input type="text" name="value">
  			<input type="hidden" name="marclist" value="">
  			<input type="hidden" name="and_or" value="and">
  			<input type="hidden" name="excluding" value="">
  			<select name="operator">
! 				<option value="contains">enth&auml;lt</option>
! 				<option value="start">starten mit</option>
  			</select>
  			<input type="hidden" name="index" value="<!-- TMPL_VAR NAME="index" -->">

Index: authorities-home.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/authorities/authorities-home.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** authorities-home.tmpl	12 May 2005 19:26:14 -0000	1.1
--- authorities-home.tmpl	27 Jun 2005 19:23:31 -0000	1.2
***************
*** 2,6 ****
  <div id="mainbloc">
  
! <h1 class="authority">Authority search</h1>
  
  <form name="f" method="post">
--- 2,6 ----
  <div id="mainbloc">
  
! <h1 class="authority">Autorit&auml;tensuche</h1>
  
  <form name="f" method="post">
***************
*** 19,23 ****
  		</h2>
  		<p>
! 			<label class="label100">Main entry</label>
  			<input type="text" name="value" value="<!-- TMPL_VAR NAME="value" -->">
  			<input type="hidden" name="marclist" value="mainentry">
--- 19,23 ----
  		</h2>
  		<p>
! 			<label class="label100">Haupteintrag</label>
  			<input type="text" name="value" value="<!-- TMPL_VAR NAME="value" -->">
  			<input type="hidden" name="marclist" value="mainentry">
***************
*** 25,34 ****
  			<input type="hidden" name="excluding" value="">
  			<select name="operator">
! 				<option value="contains">contains</option>
! 				<option value="start">start by</option>
  			</select>
  		</p>
  		<p>
! 			<label class="label100">Anywhere</label>
  			<input type="text" name="value" value="<!-- TMPL_VAR NAME="value" -->">
  			<input type="hidden" name="marclist" value="">
--- 25,34 ----
  			<input type="hidden" name="excluding" value="">
  			<select name="operator">
! 				<option value="contains">enth&auml;lt</option>
! 				<option value="start">starten mit</option>
  			</select>
  		</p>
  		<p>
! 			<label class="label100">Irgendwo</label>
  			<input type="text" name="value" value="<!-- TMPL_VAR NAME="value" -->">
  			<input type="hidden" name="marclist" value="">
***************
*** 36,41 ****
  			<input type="hidden" name="excluding" value="">
  			<select name="operator">
! 				<option value="contains">contains</option>
! 				<option value="start">start by</option>
  			</select>
  		</p>
--- 36,41 ----
  			<input type="hidden" name="excluding" value="">
  			<select name="operator">
! 				<option value="contains">enth&auml;lt</option>
! 				<option value="start">starten mit</option>
  			</select>
  		</p>

Index: authorities.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/authorities/authorities.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** authorities.tmpl	25 Jun 2005 12:58:53 -0000	1.2
--- authorities.tmpl	27 Jun 2005 19:23:32 -0000	1.3
***************
*** 5,11 ****
  	<form method="post" name="f">
  	<!-- TMPL_IF name="authid" -->
! 		<h1 class="authority">Modify authority #<!-- TMPL_VAR NAME="authid" --> (<!-- TMPL_VAR name="authtypetext" -->)</h1>
  	<!-- TMPL_ELSE -->
! 		<h1 class="authority">Adding authority (<!-- TMPL_VAR name="authtypetext" -->)</h1>
  	<!-- /TMPL_IF -->
  	<p>
--- 5,11 ----
  	<form method="post" name="f">
  	<!-- TMPL_IF name="authid" -->
! 		<h1 class="authority">Autorit&auml;t &auml;ndern<!-- TMPL_VAR NAME="authid" --> (<!-- TMPL_VAR name="authtypetext" -->)</h1>
  	<!-- TMPL_ELSE -->
! 		<h1 class="authority">Autorit&auml;t hinzuf&uuml;gen (<!-- TMPL_VAR name="authtypetext" -->)</h1>
  	<!-- /TMPL_IF -->
  	<p>
***************
*** 15,21 ****
  		<input type="hidden" name="authid" value="<!-- TMPL_VAR NAME="authid" -->">
  		<!-- TMPL_IF name="authid" -->
! 			<input type="button" value="Save" onClick="Check(this.form)" accesskey="w" class="button authority">
  		<!-- TMPL_ELSE -->
! 			<input type="button" value="Add authority" onClick="Check(this.form)" accesskey="w" class="button authority">
  		<!-- /TMPL_IF -->
  	</p>
--- 15,21 ----
  		<input type="hidden" name="authid" value="<!-- TMPL_VAR NAME="authid" -->">
  		<!-- TMPL_IF name="authid" -->
! 			<input type="button" value="Speichern" onClick="Check(this.form)" accesskey="w" class="button authority">
  		<!-- TMPL_ELSE -->
! 			<input type="button" value="Autorit&auml;t hinzuf&uuml;gen" onClick="Check(this.form)" accesskey="w" class="button authority">
  		<!-- /TMPL_IF -->
  	</p>
***************
*** 25,33 ****
  <!-- TMPL_IF name="duplicateauthid" -->
  	<div class="problem">
! 		<p>Duplicate suspected with <a href='javascript:openWindow("detail.pl?authid=<!-- TMPL_VAR name="duplicateauthid" -->&popup=1", "Duplicate Authority")' class="button authority"><!-- TMPL_VAR name="duplicateauthvalue" --></a></p>
! 		<p>You must either :</p>
  		<ul>
! 			<p><input type="checkbox" value=1 name="confirm_not_duplicate">confirm it's not a duplicate (and click on <input type="button" value="Add authority" onClick="Check(this.form)" accesskey="w" class="button authority"> again)</p>
! 			<p>Go to <a href="authorities.pl?authid=<!-- TMPL_VAR name="duplicateauthid" -->" >original authority</a></p>
  		</ul>
  	</div>
--- 25,33 ----
  <!-- TMPL_IF name="duplicateauthid" -->
  	<div class="problem">
! 		<p>Duplikat vermutlich mit <a href='javascript:openWindow("detail.pl?authid=<!-- TMPL_VAR name="duplicateauthid" -->&popup=1", "Duplicate Authority")' class="button authority"><!-- TMPL_VAR name="duplicateauthvalue" --></a></p>
! 		<p>Sie m&uuml;sen entweder :</p>
  		<ul>
! 			<p><input type="checkbox" value=1 name="confirm_not_duplicate">best&auml;tigen, da&szlig; es kein Duplikat ist (und auf den Button <input type="button" value="Autorit&auml;t hinzuf&uuml;gen" onClick="Check(this.form)" accesskey="w" class="button authority"> klicken)</p>
! 			<p>oder zur <a href="authorities.pl?authid=<!-- TMPL_VAR name="duplicateauthid" -->" >originalen Autorit&auml;t gehen</a></p>
  		</ul>
  	</div>
***************
*** 145,152 ****
  	var alertString2;
  	if (total_errors!=0) {
! 		alertString2  = _("Form not submitted because of the following problem(s)");
  		alertString2 += "\n------------------------------------------------------------------------------------\n";
! 		alertString2 += "\n- "+ total_missing_mandatory_tags +_(" mandatory tags empty");
! 		alertString2 += "\n- "+ total_missing_mandatory_subfields +_(" mandatory fields empty (see bold subfields)");
  		alert(alertString2);
  	} else {
--- 145,152 ----
  	var alertString2;
  	if (total_errors!=0) {
! 		alertString2  = _("Daten wegen der folgenden Probleme nicht gespeichert");
  		alertString2 += "\n------------------------------------------------------------------------------------\n";
! 		alertString2 += "\n- "+ total_missing_mandatory_tags +_(" Pflichttag leer");
! 		alertString2 += "\n- "+ total_missing_mandatory_subfields +_(" Pflichttags leer (siehe fett abgebildete Subfields)");
  		alert(alertString2);
  	} else {

Index: detail-biblio-search.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/authorities/detail-biblio-search.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** detail-biblio-search.tmpl	12 May 2005 19:26:14 -0000	1.1
--- detail-biblio-search.tmpl	27 Jun 2005 19:23:32 -0000	1.2
***************
*** 2,6 ****
  <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR NAME="themelang" -->/includes/marc-editor.css">
  <div class="tabbed">
! 	<h1 class="authority">Authority number : <!-- TMPL_VAR NAME="authid" --></h1>
  	<a href="authorities.pl?authid=<!-- TMPL_VAR NAME="authid" -->">
  		<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/fileopen.png">
--- 2,6 ----
  <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR NAME="themelang" -->/includes/marc-editor.css">
  <div class="tabbed">
! 	<h1 class="authority">Autorit&auml;tsnummer : <!-- TMPL_VAR NAME="authid" --></h1>
  	<a href="authorities.pl?authid=<!-- TMPL_VAR NAME="authid" -->">
  		<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/fileopen.png">
***************
*** 39,43 ****
  
  function confirm_deletion() {
! 	var is_confirmed = confirm('Are you sure you want to delete this biblio?');
  	if (is_confirmed) {
  		window.location="acqui.simple/addbiblio.pl?op=delete&amp;bibid=<!-- TMPL_VAR NAME="bibid" -->";
--- 39,43 ----
  
  function confirm_deletion() {
! 	var is_confirmed = confirm('Sind Sie sicher, da&szlig Sie diesen Biblio l&ouml;schen wollen?');
  	if (is_confirmed) {
  		window.location="acqui.simple/addbiblio.pl?op=delete&amp;bibid=<!-- TMPL_VAR NAME="bibid" -->";

Index: detail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/authorities/detail.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** detail.tmpl	12 May 2005 19:26:14 -0000	1.1
--- detail.tmpl	27 Jun 2005 19:23:32 -0000	1.2
***************
*** 2,6 ****
  <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR NAME="themelang" -->/includes/marc-editor.css">
  <div class="tabbed">
! 	<h1 class="authority">Authority number : <!-- TMPL_VAR NAME="authid" --></h1>
  	<a href="authorities.pl?authid=<!-- TMPL_VAR NAME="authid" -->">
  		<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/fileopen.png">
--- 2,6 ----
  <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR NAME="themelang" -->/includes/marc-editor.css">
  <div class="tabbed">
! 	<h1 class="authority">Autorit&auml;tsnummer: <!-- TMPL_VAR NAME="authid" --></h1>
  	<a href="authorities.pl?authid=<!-- TMPL_VAR NAME="authid" -->">
  		<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/fileopen.png">
***************
*** 9,13 ****
  		<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/edittrash.png">
  	</a>
! 	<a href="javascript:Dopop('detailprint.pl?authid=<!-- TMPL_VAR NAME="authid" -->')" class="button authority">  Print  </a>  <a href="../search.marc/search.pl?type=intranet&amp;op=do_search&amp;marclist=<!-- TMPL_VAR NAME="biblio_fields" -->&amp;operator==&amp;value=<!-- TMPL_VAR NAME="authid" -->&amp;and_or=and&amp;excluding=" class="button authority"><!-- TMPL_VAR name="count" --> biblios</a>
  </div>
  
--- 9,13 ----
  		<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/edittrash.png">
  	</a>
! 	<a href="javascript:Dopop('detailprint.pl?authid=<!-- TMPL_VAR NAME="authid" -->')" class="button authority">  Drucken  </a>  <a href="../search.marc/search.pl?type=intranet&amp;op=do_search&amp;marclist=<!-- TMPL_VAR NAME="biblio_fields" -->&amp;operator==&amp;value=<!-- TMPL_VAR NAME="authid" -->&amp;and_or=and&amp;excluding=" class="button authority"><!-- TMPL_VAR name="count" --> biblios</a>
  </div>
  
***************
*** 34,38 ****
  
  function confirm_deletion() {
! 	var is_confirmed = confirm('Are you sure you want to delete this authority?');
  	if (is_confirmed) {
  		window.location="authorities-home.pl?op=delete&amp;authid=<!-- TMPL_VAR NAME="authid" -->";
--- 34,38 ----
  
  function confirm_deletion() {
! 	var is_confirmed = confirm('Sid Sie sicher, da&szlig Sie diese Autorit&auml;t l&ouml;schen wollen?');
  	if (is_confirmed) {
  		window.location="authorities-home.pl?op=delete&amp;authid=<!-- TMPL_VAR NAME="authid" -->";

Index: searchresultlist-auth.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/authorities/searchresultlist-auth.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** searchresultlist-auth.tmpl	12 May 2005 19:26:14 -0000	1.1
--- searchresultlist-auth.tmpl	27 Jun 2005 19:23:33 -0000	1.2
***************
*** 1,5 ****
  <!-- TMPL_INCLUDE NAME="auth-search-top.inc" -->
  <div id="mainbloc">
! 	<h1 class="authority">Authority search results</h1>
  	<div id="bloc25">
  		<form name="f" method="post" action="auth_finder.pl">
--- 1,5 ----
  <!-- TMPL_INCLUDE NAME="auth-search-top.inc" -->
  <div id="mainbloc">
! 	<h1 class="authority">Autorit&auml;ten: Suchergebnisse</h1>
  	<div id="bloc25">
  		<form name="f" method="post" action="auth_finder.pl">
***************
*** 10,36 ****
  				<h2 class="authority">Suche nach</h2>
  				<p>
! 					<label class="label100">Authority type</label>
  					<!-- TMPL_VAR NAME="authtypecode" -->
  					<input type="hidden" name="authtypecode" value="<!-- TMPL_VAR NAME="authtypecode" -->">
  				</p>
  				<p>
! 					<label class="label100">Main entry</label><input type="text" name="value" value="<!-- TMPL_VAR name="resultstring" -->">
  					<input type="hidden" name="marclist" value="mainentry">
  					<input type="hidden" name="and_or" value="and">
  					<input type="hidden" name="excluding" value="">
  					<select name="operator">
! 						<option value="start">start by</option>
! 						<option value="contains">contains</option>
  					</select>
  					<input type="hidden" name="index" value="<!-- TMPL_VAR NAME="index" -->">
  				</p>
  				<p>
! 					<label class="label100">Anywhere</label><input type="text" name="value">
  					<input type="hidden" name="marclist" value="">
  					<input type="hidden" name="and_or" value="and">
  					<input type="hidden" name="excluding" value="">
  					<select name="operator">
! 						<option value="contains">contains</option>
! 						<option value="start">start by</option>
  					</select>
  					<input type="hidden" name="index" value="<!-- TMPL_VAR NAME="index" -->">
--- 10,36 ----
  				<h2 class="authority">Suche nach</h2>
  				<p>
! 					<label class="label100">Autorit&auml;tstyp</label>
  					<!-- TMPL_VAR NAME="authtypecode" -->
  					<input type="hidden" name="authtypecode" value="<!-- TMPL_VAR NAME="authtypecode" -->">
  				</p>
  				<p>
! 					<label class="label100">Haupteintrag</label><input type="text" name="value" value="<!-- TMPL_VAR name="resultstring" -->">
  					<input type="hidden" name="marclist" value="mainentry">
  					<input type="hidden" name="and_or" value="and">
  					<input type="hidden" name="excluding" value="">
  					<select name="operator">
! 						<option value="start">Start mit</option>
! 						<option value="contains">enth&auml;lt</option>
  					</select>
  					<input type="hidden" name="index" value="<!-- TMPL_VAR NAME="index" -->">
  				</p>
  				<p>
! 					<label class="label100">Irgendwo</label><input type="text" name="value">
  					<input type="hidden" name="marclist" value="">
  					<input type="hidden" name="and_or" value="and">
  					<input type="hidden" name="excluding" value="">
  					<select name="operator">
! 						<option value="contains">enth&auml;lt</option>
! 						<option value="start">Start mit</option>
  					</select>
  					<input type="hidden" name="index" value="<!-- TMPL_VAR NAME="index" -->">
***************
*** 75,80 ****
  				<tr>
  					<th class="authority">Zusammenfassung</th>
! 					<th class="authority">Used</th>
! 					<th class="authority">Get It!</th>
  				</tr>
  				<tr>
--- 75,80 ----
  				<tr>
  					<th class="authority">Zusammenfassung</th>
! 					<th class="authority">Verwendet</th>
! 					<th class="authority">Nehmen!</th>
  				</tr>
  				<tr>

Index: searchresultlist.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/authorities/searchresultlist.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** searchresultlist.tmpl	12 May 2005 19:26:14 -0000	1.1
--- searchresultlist.tmpl	27 Jun 2005 19:23:33 -0000	1.2
***************
*** 1,5 ****
  <!-- TMPL_INCLUDE NAME="auth-top.inc" -->
  <div id="mainbloc">
! 	<h1 class="authority">Authority search results</h1>
  	<div id="resultnumber">
  		<p>
--- 1,5 ----
  <!-- TMPL_INCLUDE NAME="auth-top.inc" -->
  <div id="mainbloc">
! 	<h1 class="authority">Autorit&auml;ten-Suchergebnisse</h1>
  	<div id="resultnumber">
  		<p>
***************
*** 36,40 ****
  			<tr>
  				<th class="authority">Zusammenfassung</th>
! 				<th class="authority">Used in</th>
  				<th class="authority">Zeige</th>
  				<th class="authority">L&ouml;schen</th>
--- 36,40 ----
  			<tr>
  				<th class="authority">Zusammenfassung</th>
! 				<th class="authority">Verwendet in</th>
  				<th class="authority">Zeige</th>
  				<th class="authority">L&ouml;schen</th>





More information about the Koha-cvs mailing list