diff --git a/catalogues/dictionary_de.xml b/catalogues/dictionary_de.xml index f7cfda93b..9a80b7d05 100644 --- a/catalogues/dictionary_de.xml +++ b/catalogues/dictionary_de.xml @@ -204,7 +204,11 @@ Tools Entwicklung - Keine biographischen Angaben gefunden + Biographische Kurzübersicht nicht vorliegend + Kurzbiographie aus einem der folgenden Gründe nicht vorhanden + Daten werden erst zu einem späteren Zeitpunkt ergänzt + Die Recherchen der WeGA waren bislang erfolglos + Es handelt sich um eine allgemein bekannte Person, die bereits ausreichend an anderer Stelle erschlossen ist, vgl. etwa den Wikipedia-Link keine Angaben gefunden Datum unbekannt diff --git a/catalogues/dictionary_en.xml b/catalogues/dictionary_en.xml index d5094b9a3..4c9a9a32d 100644 --- a/catalogues/dictionary_en.xml +++ b/catalogues/dictionary_en.xml @@ -201,7 +201,11 @@ Tools Development - No biographical data found + Biographical data not available + Biography not available due to one of the following causes + Data will be added at a later stage + Research of the WeGA was without success so far + It is a well known person where enough information is available online elsewhere, cf. e.g Wikipedia no data found date unknown diff --git a/modules/ajax.xqm b/modules/ajax.xqm index b63b1eaef..88d366b9c 100644 --- a/modules/ajax.xqm +++ b/modules/ajax.xqm @@ -250,7 +250,15 @@ return ( else if($person//tei:event) then () - else
({lang:get-language-string('noBioFound',$lang)})
, + else
+

{lang:get-language-string('noBioFound',$lang)}

+

{lang:get-language-string('noBioFoundReason',$lang)}:

+ +
, if($id eq 'A002068') then if ($lang eq 'en') then () else

Einen ausführlichen Lebenslauf finden Sie in der erweiterten Biographie

@@ -609,10 +617,7 @@ declare function ajax:printTranscription($docID as xs:string, $lang as xs:string else () let $head := if(config:is-letter($docID)) then wega:getLetterHead($doc, $lang) - else if(config:is-news($docID)) then element h1 { - transform:transform($doc//tei:fileDesc/tei:titleStmt/tei:title[@level='a'], doc(concat($config:xsl-collection-path, '/common_main.xsl')), config:get-xsl-params(())) - (:string($doc//tei:title[@level='a']):) - } + else if(config:is-news($docID)) then element h1 {string($doc//tei:title[@level='a'])} else if(config:is-writing($docID)) then wega:getWritingHead($doc, $xslParams, $lang) else () let $body :=