From b955edb4052999d5cdcc7651a7a04283b2b5c184 Mon Sep 17 00:00:00 2001 From: alw-bsz Date: Fri, 3 Nov 2023 09:58:18 +0100 Subject: [PATCH 1/8] #1049: Adding publish templates, translations, and ini-params for new doctypes --- application/configs/application.ini | 107 ++++-- application/configs/doctypes/annotation.xml | 92 +++++ .../configs/doctypes/conferenceabstract.xml | 85 +++++ .../configs/doctypes/conferencepaper.xml | 86 +++++ .../configs/doctypes/conferenceposter.xml | 81 +++++ .../doctypes/conferenceproceedings.xml | 87 +++++ .../configs/doctypes/conferenceslides.xml | 80 +++++ application/configs/doctypes/corrigendum.xml | 85 +++++ application/configs/doctypes/datapaper.xml | 86 +++++ .../configs/doctypes/dynamicwebresource.xml | 85 +++++ .../doctypes/dynamicwebresourcepart.xml | 84 +++++ .../configs/doctypes/editedcollection.xml | 88 +++++ application/configs/doctypes/editorial.xml | 85 +++++ application/configs/doctypes/letter.xml | 85 +++++ application/configs/doctypes/monograph.xml | 88 +++++ .../configs/doctypes/musicalnotation.xml | 88 +++++ .../configs/doctypes/researcharticle.xml | 85 +++++ application/configs/doctypes/researchdata.xml | 80 +++++ .../configs/doctypes/reviewarticle.xml | 86 +++++ application/configs/doctypes/software.xml | 84 +++++ .../configs/doctypes/softwarepaper.xml | 85 +++++ .../configs/doctypes/sourceedition.xml | 94 +++++ application/configs/doctypes/website.xml | 83 +++++ .../doctypes_templates/annotation.phtml | 96 ++++++ .../conferenceabstract.phtml | 92 +++++ .../doctypes_templates/conferencepaper.phtml | 93 +++++ .../doctypes_templates/conferenceposter.phtml | 85 +++++ .../conferenceproceedings.phtml | 92 +++++ .../doctypes_templates/conferenceslides.phtml | 86 +++++ .../doctypes_templates/corrigendum.phtml | 91 +++++ .../doctypes_templates/datapaper.phtml | 91 +++++ .../dynamicwebresource.phtml | 87 +++++ .../dynamicwebresourcepart.phtml | 89 +++++ .../doctypes_templates/editedcollection.phtml | 92 +++++ .../doctypes_templates/editorial.phtml | 91 +++++ .../configs/doctypes_templates/letter.phtml | 90 +++++ .../doctypes_templates/monograph.phtml | 92 +++++ .../doctypes_templates/musicalnotation.phtml | 93 +++++ .../doctypes_templates/researcharticle.phtml | 91 +++++ .../doctypes_templates/researchdata.phtml | 84 +++++ .../doctypes_templates/reviewarticle.phtml | 91 +++++ .../configs/doctypes_templates/software.phtml | 87 +++++ .../doctypes_templates/softwarepaper.phtml | 91 +++++ .../doctypes_templates/sourceedition.phtml | 98 ++++++ .../configs/doctypes_templates/website.phtml | 86 +++++ modules/default/language/doctypes.tmx | 326 ++++++++++++++---- 46 files changed, 4213 insertions(+), 90 deletions(-) create mode 100644 application/configs/doctypes/annotation.xml create mode 100644 application/configs/doctypes/conferenceabstract.xml create mode 100644 application/configs/doctypes/conferencepaper.xml create mode 100644 application/configs/doctypes/conferenceposter.xml create mode 100644 application/configs/doctypes/conferenceproceedings.xml create mode 100644 application/configs/doctypes/conferenceslides.xml create mode 100644 application/configs/doctypes/corrigendum.xml create mode 100644 application/configs/doctypes/datapaper.xml create mode 100644 application/configs/doctypes/dynamicwebresource.xml create mode 100644 application/configs/doctypes/dynamicwebresourcepart.xml create mode 100644 application/configs/doctypes/editedcollection.xml create mode 100644 application/configs/doctypes/editorial.xml create mode 100644 application/configs/doctypes/letter.xml create mode 100644 application/configs/doctypes/monograph.xml create mode 100644 application/configs/doctypes/musicalnotation.xml create mode 100644 application/configs/doctypes/researcharticle.xml create mode 100644 application/configs/doctypes/researchdata.xml create mode 100644 application/configs/doctypes/reviewarticle.xml create mode 100644 application/configs/doctypes/software.xml create mode 100644 application/configs/doctypes/softwarepaper.xml create mode 100644 application/configs/doctypes/sourceedition.xml create mode 100644 application/configs/doctypes/website.xml create mode 100644 application/configs/doctypes_templates/annotation.phtml create mode 100644 application/configs/doctypes_templates/conferenceabstract.phtml create mode 100644 application/configs/doctypes_templates/conferencepaper.phtml create mode 100644 application/configs/doctypes_templates/conferenceposter.phtml create mode 100644 application/configs/doctypes_templates/conferenceproceedings.phtml create mode 100644 application/configs/doctypes_templates/conferenceslides.phtml create mode 100644 application/configs/doctypes_templates/corrigendum.phtml create mode 100644 application/configs/doctypes_templates/datapaper.phtml create mode 100644 application/configs/doctypes_templates/dynamicwebresource.phtml create mode 100644 application/configs/doctypes_templates/dynamicwebresourcepart.phtml create mode 100644 application/configs/doctypes_templates/editedcollection.phtml create mode 100644 application/configs/doctypes_templates/editorial.phtml create mode 100644 application/configs/doctypes_templates/letter.phtml create mode 100644 application/configs/doctypes_templates/monograph.phtml create mode 100644 application/configs/doctypes_templates/musicalnotation.phtml create mode 100644 application/configs/doctypes_templates/researcharticle.phtml create mode 100644 application/configs/doctypes_templates/researchdata.phtml create mode 100644 application/configs/doctypes_templates/reviewarticle.phtml create mode 100644 application/configs/doctypes_templates/software.phtml create mode 100644 application/configs/doctypes_templates/softwarepaper.phtml create mode 100644 application/configs/doctypes_templates/sourceedition.phtml create mode 100644 application/configs/doctypes_templates/website.phtml diff --git a/application/configs/application.ini b/application/configs/application.ini index 8e2eecb9a..e65a5671d 100644 --- a/application/configs/application.ini +++ b/application/configs/application.ini @@ -70,7 +70,7 @@ name = 'OPUS 4' logoLink = home security = 1 workspacePath = APPLICATION_PATH "/workspace" -version = 4.8 +version = 4.8.1 update.latestVersionCheckUrl = "https://api.github.com/repos/opus4/application/releases/latest" ; Determines the implementation of the OPUS 4 data model @@ -538,81 +538,136 @@ model.plugins.document[] = 'Opus\Document\Plugin\IdentifierDoi' ; wie z.B. Google Scholar bereitgestellt. ; ; ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +metatags.defaultMapping.book[]=book +metatags.defaultMapping.book[]=editedcollection +metatags.defaultMapping.book[]=monograph +metatags.defaultMapping.book[]=sourceedition + +metatags.defaultMapping.book_part[]=bookpart + +metatags.defaultMapping.conference_paper[]=conferenceobject +metatags.defaultMapping.conference_paper[]=conferenceabstract +metatags.defaultMapping.conference_paper[]=conferencepaper +metatags.defaultMapping.conference_paper[]=conferenceposter +metatags.defaultMapping.conference_paper[]=conferenceproceedings +metatags.defaultMapping.conference_paper[]=conferenceslides + metatags.defaultMapping.journal_paper[]=article metatags.defaultMapping.journal_paper[]=contributiontoperiodical +metatags.defaultMapping.journal_paper[]=corrigendum +metatags.defaultMapping.journal_paper[]=datapaper +metatags.defaultMapping.journal_paper[]=editorial +metatags.defaultMapping.journal_paper[]=letter metatags.defaultMapping.journal_paper[]=periodicalpart metatags.defaultMapping.journal_paper[]=preprint - -metatags.defaultMapping.conference_paper[]=conferenceobject +metatags.defaultMapping.journal_paper[]=researcharticle +metatags.defaultMapping.journal_paper[]=reviewarticle +metatags.defaultMapping.journal_paper[]=softwarepaper metatags.defaultMapping.thesis[]=bachelorthesis -metatags.defaultMapping.thesis[]=diplom metatags.defaultMapping.thesis[]=doctoralthesis -metatags.defaultMapping.thesis[]=examen metatags.defaultMapping.thesis[]=habilitation -metatags.defaultMapping.thesis[]=magister metatags.defaultMapping.thesis[]=masterthesis metatags.defaultMapping.thesis[]=studythesis +metatags.defaultMapping.thesis[]=diplom +metatags.defaultMapping.thesis[]=examen +metatags.defaultMapping.thesis[]=magister metatags.defaultMapping.working_paper[]=workingpaper -metatags.defaultMapping.book[]=book - -metatags.defaultMapping.book_part[]=bookpart - ; Configuration of dcterms:DCMIType value for document types in XMetaDissPlus documentType.default.dcmiType = 'Text' -docuemntType.default.dcType = 'Other' +documentType.default.dcType = 'Other' documentType.default.openAireType = 'other' -documentType.diplthesis.dcType = 'MasterThesis' -documentType.diplthesis.openAireType = 'masterThesis' -documentType.diplom.dcType = 'MasterThesis' -documentType.diplom.openAireType = 'masterThesis' -documentType.habilitation.dcType = 'Habilitation' -documentType.habilitation.openAireType = 'doctoralThesis' -documentType.doctoralthesis.dcType = 'PhDThesis' -documentType.doctoralthesis.openAireType = 'doctoralThesis' -documentType.bachelorthesis.dcType = 'BachelorThesis' -documentType.bachelorthesis.openAireType = 'bachelorThesis' -documentType.workingpaper.dcType = 'WorkingPaper' -documentType.workingpaper.openAireType = 'workingPaper' -documentType.studythesis.dcType = 'StudyThesis' +documentType.annotation.dcType = 'Annotation' +documentType.annotation.openAireType = 'annotation' documentType.article.dcType = 'Article' documentType.article.openAireType = 'article' +documentType.bachelorthesis.dcType = 'BachelorThesis' +documentType.bachelorthesis.openAireType = 'bachelorThesis' documentType.book.dcType = 'Book' documentType.book.openAireType = 'book' documentType.bookpart.dcType = 'BookPart' documentType.bookpart.openAireType = 'bookPart' +documentType.conferenceabstract.dcType = 'MeetingAbstract' +documentType.conferenceabstract.openAireType = 'conferenceObject' documentType.conferenceobject.dcType = 'ConferenceObject' documentType.conferenceobject.openAireType = 'conferenceObject' +documentType.conferencepaper.dcType = 'ConferencePaper' +documentType.conferencepaper.openAireType = 'conferenceObject' +documentType.conferenceposter.dcType = 'ConferencePoster' +documentType.conferenceposter.openAireType = 'conferenceObject' +documentType.conferenceproceedings.dcType = 'ConferenceProceedings' +documentType.conferenceproceedings.openAireType = 'conferenceObject' +documentType.conferenceslides.dcType = 'ConferenceSlides' +documentType.conferenceslides.openAireType = 'conferenceObject' documentType.contributiontoperiodical.dcType = 'ContributionToPeriodical' documentType.contributiontoperiodical.openAireType = 'contributionToPeriodical' +documentType.corrigendum.dcType = 'Corrigendum' +documentType.corrigendum.openAireType = 'article' documentType.coursematerial.dcType = 'CourseMaterial' +documentType.datapaper.dcType = 'DataPaper' +documentType.datapaper.openAireType = 'article' +documentType.diplom.dcType = 'MasterThesis' +documentType.diplom.openAireType = 'masterThesis' +documentType.diplthesis.dcType = 'MasterThesis' +documentType.diplthesis.openAireType = 'masterThesis' +documentType.doctoralthesis.dcType = 'PhDThesis' +documentType.doctoralthesis.openAireType = 'doctoralThesis' +documentType.dynamicwebresource.dcType = 'DynamicWebResource' +documentType.dynamicwebresourcepart.dcType = 'PartOfADynamicWebResource' +documentType.editedcollection.dcType = 'EditedCollection' +documentType.editedcollection.openAireType = 'book' +documentType.editorial.dcType = 'Editorial' +documentType.editorial.openAireType = 'article' documentType.examen.dcType = 'MasterThesis' documentType.examen.openAireType = 'masterThesis' +documentType.habilitation.dcType = 'Habilitation' +documentType.habilitation.openAireType = 'doctoralThesis' documentType.image.dcmiType = 'Image' documentType.image.dcType = 'Image' documentType.lecture.dcType = 'Lecture' documentType.lecture.openAireType = 'lecture' +documentType.letter.dcType = 'LetterToTheEditor' +documentType.letter.openAireType = 'article' documentType.magister.dcType = 'MasterThesis' documentType.magister.openAireType = 'masterThesis' documentType.masterthesis.dcType = 'MasterThesis' documentType.masterthesis.openAireType = 'masterThesis' +documentType.monograph.dcType = 'Monograph' +documentType.monograph.openAireType = 'book' documentType.movingimage.dcmiType = 'Image' documentType.movingimage.dcType = 'MovingImage' +documentType.musicalnotation.dcType = 'MusicalNotation' documentType.other.dcType = 'Other' documentType.periodical.dcType = 'Periodical' documentType.periodicalpart.dcType = 'PeriodicalPart' documentType.preprint.dcType = 'Preprint' documentType.preprint.openAireType = 'preprint' +documentType.radio.dcmiType = 'Sound' +documentType.radio.dcType = 'Sound' documentType.report.dcType = 'Report' documentType.report.openAireType = 'report' +documentType.researcharticle.dcType = 'ResearchArticle' +documentType.researcharticle.openAireType = 'article' +documentType.researchdata.dcmiType = 'Dataset' +documentType.researchdata.dcType = 'ResearchData' documentType.review.dcType = 'Recension' documentType.review.openAireType = 'review' -documentType.radio.dcType = 'Sound' -documentType.score.dcType = 'MusicalNotation' +documentType.reviewarticle.dcType = 'ReviewArticle' +documentType.reviewarticle.openAireType = 'article' +documentType.software.dcmiType = 'Software' +documentType.software.dcType = 'Software' +documentType.softwarepaper.dcType = 'SoftwarePaper' +documentType.softwarepaper.openAireType = 'article' documentType.sound.dcmiType = 'Sound' documentType.sound.dcType = 'Sound' +documentType.sourceedition.dcType = 'SourceEdition' +documentType.sourceedition.openAireType = 'book' +documentType.studythesis.dcType = 'StudyThesis' +documentType.website.dcType = 'Website' +documentType.workingpaper.dcType = 'WorkingPaper' +documentType.workingpaper.openAireType = 'workingPaper' ; SETUP CONFIGURATION SETTINGS setup.translation.modules.allowed = default,publish,help diff --git a/application/configs/doctypes/annotation.xml b/application/configs/doctypes/annotation.xml new file mode 100644 index 000000000..6689d138b --- /dev/null +++ b/application/configs/doctypes/annotation.xml @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/application/configs/doctypes/conferenceabstract.xml b/application/configs/doctypes/conferenceabstract.xml new file mode 100644 index 000000000..d7396d053 --- /dev/null +++ b/application/configs/doctypes/conferenceabstract.xml @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/application/configs/doctypes/conferencepaper.xml b/application/configs/doctypes/conferencepaper.xml new file mode 100644 index 000000000..4e74c95f7 --- /dev/null +++ b/application/configs/doctypes/conferencepaper.xml @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/application/configs/doctypes/conferenceposter.xml b/application/configs/doctypes/conferenceposter.xml new file mode 100644 index 000000000..d8962bd9d --- /dev/null +++ b/application/configs/doctypes/conferenceposter.xml @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/application/configs/doctypes/conferenceproceedings.xml b/application/configs/doctypes/conferenceproceedings.xml new file mode 100644 index 000000000..72d212f25 --- /dev/null +++ b/application/configs/doctypes/conferenceproceedings.xml @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/application/configs/doctypes/conferenceslides.xml b/application/configs/doctypes/conferenceslides.xml new file mode 100644 index 000000000..9ce9ee2ea --- /dev/null +++ b/application/configs/doctypes/conferenceslides.xml @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/application/configs/doctypes/corrigendum.xml b/application/configs/doctypes/corrigendum.xml new file mode 100644 index 000000000..dde2d67e4 --- /dev/null +++ b/application/configs/doctypes/corrigendum.xml @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/application/configs/doctypes/datapaper.xml b/application/configs/doctypes/datapaper.xml new file mode 100644 index 000000000..f3fc04f0a --- /dev/null +++ b/application/configs/doctypes/datapaper.xml @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/application/configs/doctypes/dynamicwebresource.xml b/application/configs/doctypes/dynamicwebresource.xml new file mode 100644 index 000000000..f0d7200c9 --- /dev/null +++ b/application/configs/doctypes/dynamicwebresource.xml @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/application/configs/doctypes/dynamicwebresourcepart.xml b/application/configs/doctypes/dynamicwebresourcepart.xml new file mode 100644 index 000000000..228775420 --- /dev/null +++ b/application/configs/doctypes/dynamicwebresourcepart.xml @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/application/configs/doctypes/editedcollection.xml b/application/configs/doctypes/editedcollection.xml new file mode 100644 index 000000000..abedb9fbd --- /dev/null +++ b/application/configs/doctypes/editedcollection.xml @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/application/configs/doctypes/editorial.xml b/application/configs/doctypes/editorial.xml new file mode 100644 index 000000000..cbcdd1249 --- /dev/null +++ b/application/configs/doctypes/editorial.xml @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/application/configs/doctypes/letter.xml b/application/configs/doctypes/letter.xml new file mode 100644 index 000000000..55c20bdbf --- /dev/null +++ b/application/configs/doctypes/letter.xml @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/application/configs/doctypes/monograph.xml b/application/configs/doctypes/monograph.xml new file mode 100644 index 000000000..ceb9d1385 --- /dev/null +++ b/application/configs/doctypes/monograph.xml @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/application/configs/doctypes/musicalnotation.xml b/application/configs/doctypes/musicalnotation.xml new file mode 100644 index 000000000..37087c140 --- /dev/null +++ b/application/configs/doctypes/musicalnotation.xml @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/application/configs/doctypes/researcharticle.xml b/application/configs/doctypes/researcharticle.xml new file mode 100644 index 000000000..2b99cec5d --- /dev/null +++ b/application/configs/doctypes/researcharticle.xml @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/application/configs/doctypes/researchdata.xml b/application/configs/doctypes/researchdata.xml new file mode 100644 index 000000000..d223fe3fb --- /dev/null +++ b/application/configs/doctypes/researchdata.xml @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/application/configs/doctypes/reviewarticle.xml b/application/configs/doctypes/reviewarticle.xml new file mode 100644 index 000000000..10241cd39 --- /dev/null +++ b/application/configs/doctypes/reviewarticle.xml @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/application/configs/doctypes/software.xml b/application/configs/doctypes/software.xml new file mode 100644 index 000000000..821e4342e --- /dev/null +++ b/application/configs/doctypes/software.xml @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/application/configs/doctypes/softwarepaper.xml b/application/configs/doctypes/softwarepaper.xml new file mode 100644 index 000000000..fb6309814 --- /dev/null +++ b/application/configs/doctypes/softwarepaper.xml @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/application/configs/doctypes/sourceedition.xml b/application/configs/doctypes/sourceedition.xml new file mode 100644 index 000000000..b21c0a002 --- /dev/null +++ b/application/configs/doctypes/sourceedition.xml @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/application/configs/doctypes/website.xml b/application/configs/doctypes/website.xml new file mode 100644 index 000000000..73d5981b3 --- /dev/null +++ b/application/configs/doctypes/website.xml @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/application/configs/doctypes_templates/annotation.phtml b/application/configs/doctypes_templates/annotation.phtml new file mode 100644 index 000000000..05fe3077e --- /dev/null +++ b/application/configs/doctypes_templates/annotation.phtml @@ -0,0 +1,96 @@ + + +

translate($this->title) ?>

+
+

subtitle?>

+ + errorCaseMessage)) : ?> +

errorCaseMessage; ?>

+ + +
+
+

requiredHint; ?>

+ + count = 0; ?> + group($this->groupPersonSubmitter); ?> + element($this->Language); ?> + group($this->groupPersonAuthor); ?> + + group($this->groupTitleMain); ?> + group($this->groupTitleSub); ?> + group($this->groupTitleAbstract); ?> + + group($this->groupTitleParent); ?> + element($this->Volume); ?> + element($this->Issue); ?> + + element($this->ArticleNumber); ?> + element($this->PageNumber); ?> + element($this->PageFirst); ?> + element($this->PageLast); ?> + + element($this->CompletedYear); ?> + element($this->CompletedDate); ?> + element($this->EmbargoDate); ?> + + element($this->Edition); ?> + + group($this->groupThesisPublisher); ?> + element($this->PublisherPlace); ?> + element($this->PublisherName); ?> + + group($this->groupSubjectDDC); ?> + group($this->groupSubjectSwd); ?> + group($this->groupSubjectUncontrolled); ?> + + element($this->IdentifierIssn); ?> + element($this->IdentifierDoi); ?> + + group($this->groupInstitute); ?> + element($this->Licence); ?> + element($this->open_access); ?> + element($this->Note); ?> + +
+ element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> + element('button_label_send', "class='form-button submit-button'", "Submit", "send"); ?> +
+ +
+
+ + endTemplate($this->form, $this->count) !== "") : ?> +
endTemplate($this->form, $this->count); ?>
+ + +
diff --git a/application/configs/doctypes_templates/conferenceabstract.phtml b/application/configs/doctypes_templates/conferenceabstract.phtml new file mode 100644 index 000000000..50fcea4f7 --- /dev/null +++ b/application/configs/doctypes_templates/conferenceabstract.phtml @@ -0,0 +1,92 @@ + + +

translate($this->title) ?>

+
+

subtitle?>

+ + errorCaseMessage)) : ?> +

errorCaseMessage; ?>

+ + +
+
+

requiredHint; ?>

+ + count = 0; ?> + group($this->groupPersonSubmitter); ?> + element($this->Language); ?> + group($this->groupPersonAuthor); ?> + + group($this->groupTitleMain); ?> + group($this->groupTitleSub); ?> + group($this->groupTitleAbstract); ?> + + group($this->groupTitleParent); ?> + element($this->Volume); ?> + element($this->Issue); ?> + + element($this->ArticleNumber); ?> + element($this->PageNumber); ?> + element($this->PageFirst); ?> + element($this->PageLast); ?> + + element($this->CompletedYear); ?> + element($this->CompletedDate); ?> + element($this->PublishedDate); ?> + + element($this->ContributingCorporation); ?> + group($this->groupThesisPublisher); ?> + + group($this->groupSubjectDDC); ?> + group($this->groupSubjectSwd); ?> + group($this->groupSubjectUncontrolled); ?> + + element($this->IdentifierDoi); ?> + + group($this->groupInstitute); ?> + element($this->Licence); ?> + element($this->open_access); ?> + element($this->Note); ?> + +
+ element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> + element('button_label_send', "class='form-button submit-button'", "Submit", "send"); ?> +
+ +
+
+ + endTemplate($this->form, $this->count) !== "") : ?> +
endTemplate($this->form, $this->count); ?>
+ + +
diff --git a/application/configs/doctypes_templates/conferencepaper.phtml b/application/configs/doctypes_templates/conferencepaper.phtml new file mode 100644 index 000000000..c9835705a --- /dev/null +++ b/application/configs/doctypes_templates/conferencepaper.phtml @@ -0,0 +1,93 @@ + + +

translate($this->title) ?>

+
+

subtitle?>

+ + errorCaseMessage)) : ?> +

errorCaseMessage; ?>

+ + +
+
+

requiredHint; ?>

+ + count = 0; ?> + group($this->groupPersonSubmitter); ?> + element($this->Language); ?> + group($this->groupPersonAuthor); ?> + + group($this->groupTitleMain); ?> + group($this->groupTitleSub); ?> + group($this->groupTitleAbstract); ?> + + group($this->groupTitleParent); ?> + element($this->Volume); ?> + element($this->Issue); ?> + + element($this->ArticleNumber); ?> + element($this->PageNumber); ?> + element($this->PageFirst); ?> + element($this->PageLast); ?> + + element($this->CompletedYear); ?> + element($this->CompletedDate); ?> + element($this->PublishedDate); ?> + + element($this->ContributingCorporation); ?> + + group($this->groupThesisPublisher); ?> + + group($this->groupSubjectDDC); ?> + group($this->groupSubjectSwd); ?> + group($this->groupSubjectUncontrolled); ?> + + element($this->IdentifierDoi); ?> + + group($this->groupInstitute); ?> + element($this->Licence); ?> + element($this->open_access); ?> + element($this->Note); ?> + +
+ element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> + element('button_label_send', "class='form-button submit-button'", "Submit", "send"); ?> +
+ +
+
+ + endTemplate($this->form, $this->count) !== "") : ?> +
endTemplate($this->form, $this->count); ?>
+ + +
diff --git a/application/configs/doctypes_templates/conferenceposter.phtml b/application/configs/doctypes_templates/conferenceposter.phtml new file mode 100644 index 000000000..771463ea9 --- /dev/null +++ b/application/configs/doctypes_templates/conferenceposter.phtml @@ -0,0 +1,85 @@ + + +

translate($this->title) ?>

+
+

subtitle?>

+ + errorCaseMessage)) : ?> +

errorCaseMessage; ?>

+ + +
+
+

requiredHint; ?>

+ + count = 0; ?> + group($this->groupPersonSubmitter); ?> + element($this->Language); ?> + group($this->groupPersonAuthor); ?> + + group($this->groupTitleMain); ?> + group($this->groupTitleSub); ?> + group($this->groupTitleAbstract); ?> + group($this->groupTitleParent); ?> + + element($this->PageNumber); ?> + element($this->CompletedYear); ?> + element($this->CompletedDate); ?> + element($this->PublishedDate); ?> + + element($this->ContributingCorporation); ?> + group($this->groupThesisPublisher); ?> + + group($this->groupSubjectDDC); ?> + group($this->groupSubjectSwd); ?> + group($this->groupSubjectUncontrolled); ?> + + element($this->IdentifierDoi); ?> + + group($this->groupInstitute); ?> + element($this->Licence); ?> + element($this->open_access); ?> + element($this->Note); ?> + +
+ element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> + element('button_label_send', "class='form-button submit-button'", "Submit", "send"); ?> +
+ +
+
+ + endTemplate($this->form, $this->count) !== "") : ?> +
endTemplate($this->form, $this->count); ?>
+ + +
diff --git a/application/configs/doctypes_templates/conferenceproceedings.phtml b/application/configs/doctypes_templates/conferenceproceedings.phtml new file mode 100644 index 000000000..21145f2fa --- /dev/null +++ b/application/configs/doctypes_templates/conferenceproceedings.phtml @@ -0,0 +1,92 @@ + + +

translate($this->title) ?>

+
+

subtitle?>

+ + errorCaseMessage)) : ?> +

errorCaseMessage; ?>

+ + +
+
+

requiredHint; ?>

+ + count = 0; ?> + group($this->groupPersonSubmitter); ?> + element($this->Language); ?> + group($this->groupPersonAuthor); ?> + + group($this->groupTitleMain); ?> + group($this->groupTitleSub); ?> + group($this->groupTitleAbstract); ?> + group($this->groupTitleParent); ?> + + element($this->PageNumber); ?> + element($this->CompletedYear); ?> + element($this->CompletedDate); ?> + + group($this->groupPersonEditor); ?> + group($this->groupPersonContributor); ?> + element($this->ContributingCorporation); ?> + + group($this->groupThesisPublisher); ?> + element($this->PublisherPlace); ?> + element($this->PublisherName); ?> + group($this->groupSeries); ?> + + group($this->groupSubjectDDC); ?> + group($this->groupSubjectSwd); ?> + group($this->groupSubjectUncontrolled); ?> + + element($this->IdentifierIsbn); ?> + element($this->IdentifierIssn); ?> + element($this->IdentifierDoi); ?> + + group($this->groupInstitute); ?> + element($this->Licence); ?> + element($this->open_access); ?> + element($this->Note); ?> + +
+ element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> + element('button_label_send', "class='form-button submit-button'", "Submit", "send"); ?> +
+ +
+
+ + endTemplate($this->form, $this->count) !== "") : ?> +
endTemplate($this->form, $this->count); ?>
+ + +
diff --git a/application/configs/doctypes_templates/conferenceslides.phtml b/application/configs/doctypes_templates/conferenceslides.phtml new file mode 100644 index 000000000..4c006ef16 --- /dev/null +++ b/application/configs/doctypes_templates/conferenceslides.phtml @@ -0,0 +1,86 @@ + + +

translate($this->title) ?>

+
+

subtitle?>

+ + errorCaseMessage)) : ?> +

errorCaseMessage; ?>

+ + +
+
+

requiredHint; ?>

+ + count = 0; ?> + group($this->groupPersonSubmitter); ?> + element($this->Language); ?> + + group($this->groupPersonAuthor); ?> + + group($this->groupTitleMain); ?> + group($this->groupTitleSub); ?> + group($this->groupTitleAbstract); ?> + group($this->groupTitleParent); ?> + + element($this->PageNumber); ?> + + element($this->CompletedYear); ?> + element($this->CompletedDate); ?> + + element($this->ContributingCorporation); ?> + group($this->groupThesisPublisher); ?> + + group($this->groupSubjectDDC); ?> + group($this->groupSubjectSwd); ?> + group($this->groupSubjectUncontrolled); ?> + + element($this->IdentifierDoi); ?> + + group($this->groupInstitute); ?> + element($this->Licence); ?> + element($this->open_access); ?> + element($this->Note); ?> + +
+ element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> + element('button_label_send', "class='form-button submit-button'", "Submit", "send"); ?> +
+ +
+
+ + endTemplate($this->form, $this->count) !== "") : ?> +
endTemplate($this->form, $this->count); ?>
+ + +
\ No newline at end of file diff --git a/application/configs/doctypes_templates/corrigendum.phtml b/application/configs/doctypes_templates/corrigendum.phtml new file mode 100644 index 000000000..382b11560 --- /dev/null +++ b/application/configs/doctypes_templates/corrigendum.phtml @@ -0,0 +1,91 @@ + + +

translate($this->title) ?>

+
+

subtitle?>

+ + errorCaseMessage)) : ?> +

errorCaseMessage; ?>

+ + +
+
+

requiredHint; ?>

+ + count = 0; ?> + group($this->groupPersonSubmitter); ?> + element($this->Language); ?> + group($this->groupPersonAuthor); ?> + group($this->groupTitleMain); ?> + group($this->groupTitleSub); ?> + group($this->groupTitleAbstract); ?> + + group($this->groupTitleParent); ?> + element($this->Volume); ?> + element($this->Issue); ?> + + element($this->ArticleNumber); ?> + element($this->PageNumber); ?> + element($this->PageFirst); ?> + element($this->PageLast); ?> + + element($this->CompletedYear); ?> + element($this->CompletedDate); ?> + element($this->PublishedDate); ?> + element($this->EmbargoDate); ?> + + group($this->groupThesisPublisher); ?> + + group($this->groupSubjectDDC); ?> + group($this->groupSubjectSwd); ?> + group($this->groupSubjectUncontrolled); ?> + + element($this->IdentifierIssn); ?> + + group($this->groupInstitute); ?> + element($this->Licence); ?> + element($this->open_access); ?> + element($this->Note); ?> + +
+ element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> + element('button_label_send', "class='form-button submit-button'", "Submit", "send"); ?> +
+ +
+
+ + endTemplate($this->form, $this->count) !== "") : ?> +
endTemplate($this->form, $this->count); ?>
+ + +
\ No newline at end of file diff --git a/application/configs/doctypes_templates/datapaper.phtml b/application/configs/doctypes_templates/datapaper.phtml new file mode 100644 index 000000000..b0a14287d --- /dev/null +++ b/application/configs/doctypes_templates/datapaper.phtml @@ -0,0 +1,91 @@ + + +

translate($this->title) ?>

+
+

subtitle?>

+ + errorCaseMessage)) : ?> +

errorCaseMessage; ?>

+ + +
+
+

requiredHint; ?>

+ + count = 0; ?> + group($this->groupPersonSubmitter); ?> + element($this->Language); ?> + group($this->groupPersonAuthor); ?> + group($this->groupTitleMain); ?> + group($this->groupTitleSub); ?> + group($this->groupTitleAbstract); ?> + + group($this->groupTitleParent); ?> + element($this->Volume); ?> + element($this->Issue); ?> + + element($this->ArticleNumber); ?> + element($this->PageNumber); ?> + element($this->PageFirst); ?> + element($this->PageLast); ?> + + element($this->CompletedYear); ?> + element($this->CompletedDate); ?> + element($this->PublishedDate); ?> + element($this->EmbargoDate); ?> + + group($this->groupThesisPublisher); ?> + + group($this->groupSubjectDDC); ?> + group($this->groupSubjectSwd); ?> + group($this->groupSubjectUncontrolled); ?> + + element($this->IdentifierIssn); ?> + + group($this->groupInstitute); ?> + element($this->Licence); ?> + element($this->open_access); ?> + element($this->Note); ?> + +
+ element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> + element('button_label_send', "class='form-button submit-button'", "Submit", "send"); ?> +
+ +
+
+ + endTemplate($this->form, $this->count) !== "") : ?> +
endTemplate($this->form, $this->count); ?>
+ + +
diff --git a/application/configs/doctypes_templates/dynamicwebresource.phtml b/application/configs/doctypes_templates/dynamicwebresource.phtml new file mode 100644 index 000000000..2727e1040 --- /dev/null +++ b/application/configs/doctypes_templates/dynamicwebresource.phtml @@ -0,0 +1,87 @@ + +

translate($this->title) ?>

+
+

subtitle?>

+ + errorCaseMessage)) : ?> +

errorCaseMessage; ?>

+ + +
+
+

requiredHint; ?>

+ + count = 0; ?> + group($this->groupPersonSubmitter); ?> + element($this->Language); ?> + group($this->groupPersonAuthor); ?> + group($this->groupTitleMain); ?> + group($this->groupTitleSub); ?> + group($this->groupTitleAbstract); ?> + + element($this->CompletedYear); ?> + element($this->CompletedDate); ?> + group($this->groupPersonEditor); ?> + group($this->groupPersonContributor); ?> + element($this->CreatingCorporation); ?> + element($this->ContributingCorporation); ?> + + group($this->groupThesisPublisher); ?> + element($this->PublisherPlace); ?> + element($this->PublisherName); ?> + + group($this->groupSubjectDDC); ?> + group($this->groupSubjectSwd); ?> + group($this->groupSubjectUncontrolled); ?> + + element($this->IdentifierIssn); ?> + element($this->IdentifierUrl); ?> + element($this->IdentifierDoi); ?> + + group($this->groupInstitute); ?> + element($this->Licence); ?> + element($this->open_access); ?> + element($this->Note); ?> + +
+ element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> + element('button_label_send', "class='form-button submit-button'", "Submit", "send"); ?> +
+ +
+
+ + endTemplate($this->form, $this->count) !== "") : ?> +
endTemplate($this->form, $this->count); ?>
+ + +
diff --git a/application/configs/doctypes_templates/dynamicwebresourcepart.phtml b/application/configs/doctypes_templates/dynamicwebresourcepart.phtml new file mode 100644 index 000000000..99ccafdcc --- /dev/null +++ b/application/configs/doctypes_templates/dynamicwebresourcepart.phtml @@ -0,0 +1,89 @@ + + +

translate($this->title) ?>

+
+

subtitle?>

+ + errorCaseMessage)) : ?> +

errorCaseMessage; ?>

+ + +
+
+

requiredHint; ?>

+ + count = 0; ?> + group($this->groupPersonSubmitter); ?> + element($this->Language); ?> + group($this->groupPersonAuthor); ?> + group($this->groupTitleMain); ?> + group($this->groupTitleSub); ?> + group($this->groupTitleAbstract); ?> + + group($this->groupTitleParent); ?> + + element($this->CompletedYear); ?> + element($this->CompletedDate); ?> + + group($this->groupPersonContributor); ?> + element($this->ContributingCorporation); ?> + + group($this->groupThesisPublisher); ?> + element($this->PublisherPlace); ?> + element($this->PublisherName); ?> + group($this->groupSeries); ?> + + group($this->groupSubjectDDC); ?> + group($this->groupSubjectSwd); ?> + group($this->groupSubjectUncontrolled); ?> + + element($this->IdentifierUrl); ?> + element($this->IdentifierDoi); ?> + + group($this->groupInstitute); ?> + element($this->Licence); ?> + element($this->open_access); ?> + element($this->Note); ?> + +
+ element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> + element('button_label_send', "class='form-button submit-button'", "Submit", "send"); ?> +
+ +
+
+ + endTemplate($this->form, $this->count) !== "") : ?> +
endTemplate($this->form, $this->count); ?>
+ + +
diff --git a/application/configs/doctypes_templates/editedcollection.phtml b/application/configs/doctypes_templates/editedcollection.phtml new file mode 100644 index 000000000..7f6e0cf74 --- /dev/null +++ b/application/configs/doctypes_templates/editedcollection.phtml @@ -0,0 +1,92 @@ + + +

translate($this->title) ?>

+
+

subtitle?>

+ + errorCaseMessage)) : ?> +

errorCaseMessage; ?>

+ + +
+
+

requiredHint; ?>

+ + count = 0; ?> + group($this->groupPersonSubmitter); ?> + element($this->Language); ?> + group($this->groupPersonAuthor); ?> + group($this->groupTitleMain); ?> + group($this->groupTitleSub); ?> + group($this->groupTitleAbstract); ?> + group($this->groupTitleParent); ?> + + element($this->PageNumber); ?> + + element($this->CompletedYear); ?> + element($this->CompletedDate); ?> + element($this->PublishedDate); ?> + + element($this->Edition); ?> + group($this->groupPersonEditor); ?> + group($this->groupPersonContributor); ?> + + group($this->groupThesisPublisher); ?> + element($this->PublisherPlace); ?> + element($this->PublisherName); ?> + group($this->groupSeries); ?> + + group($this->groupSubjectDDC); ?> + group($this->groupSubjectSwd); ?> + group($this->groupSubjectUncontrolled); ?> + + element($this->IdentifierIsbn); ?> + element($this->IdentifierDoi); ?> + + group($this->groupInstitute); ?> + element($this->Licence); ?> + element($this->open_access); ?> + element($this->Note); ?> + +
+ element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> + element('button_label_send', "class='form-button submit-button'", "Submit", "send"); ?> +
+ +
+
+ + endTemplate($this->form, $this->count) !== "") : ?> +
endTemplate($this->form, $this->count); ?>
+ + +
diff --git a/application/configs/doctypes_templates/editorial.phtml b/application/configs/doctypes_templates/editorial.phtml new file mode 100644 index 000000000..ae91717eb --- /dev/null +++ b/application/configs/doctypes_templates/editorial.phtml @@ -0,0 +1,91 @@ + + +

translate($this->title) ?>

+
+

subtitle?>

+ + errorCaseMessage)) : ?> +

errorCaseMessage; ?>

+ + +
+
+

requiredHint; ?>

+ + count = 0; ?> + group($this->groupPersonSubmitter); ?> + element($this->Language); ?> + group($this->groupPersonAuthor); ?> + group($this->groupTitleMain); ?> + group($this->groupTitleSub); ?> + group($this->groupTitleAbstract); ?> + + group($this->groupTitleParent); ?> + element($this->Volume); ?> + element($this->Issue); ?> + + element($this->ArticleNumber); ?> + element($this->PageNumber); ?> + element($this->PageFirst); ?> + element($this->PageLast); ?> + + element($this->CompletedYear); ?> + element($this->CompletedDate); ?> + element($this->PublishedDate); ?> + element($this->EmbargoDate); ?> + + group($this->groupThesisPublisher); ?> + + group($this->groupSubjectDDC); ?> + group($this->groupSubjectSwd); ?> + group($this->groupSubjectUncontrolled); ?> + + element($this->IdentifierIssn); ?> + + group($this->groupInstitute); ?> + element($this->Licence); ?> + element($this->open_access); ?> + element($this->Note); ?> + +
+ element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> + element('button_label_send', "class='form-button submit-button'", "Submit", "send"); ?> +
+ +
+
+ + endTemplate($this->form, $this->count) !== "") : ?> +
endTemplate($this->form, $this->count); ?>
+ + +
diff --git a/application/configs/doctypes_templates/letter.phtml b/application/configs/doctypes_templates/letter.phtml new file mode 100644 index 000000000..43f0c2219 --- /dev/null +++ b/application/configs/doctypes_templates/letter.phtml @@ -0,0 +1,90 @@ + +

translate($this->title) ?>

+
+

subtitle?>

+ + errorCaseMessage)) : ?> +

errorCaseMessage; ?>

+ + +
+
+

requiredHint; ?>

+ + count = 0; ?> + group($this->groupPersonSubmitter); ?> + element($this->Language); ?> + group($this->groupPersonAuthor); ?> + group($this->groupTitleMain); ?> + group($this->groupTitleSub); ?> + group($this->groupTitleAbstract); ?> + + group($this->groupTitleParent); ?> + element($this->Volume); ?> + element($this->Issue); ?> + + element($this->ArticleNumber); ?> + element($this->PageNumber); ?> + element($this->PageFirst); ?> + element($this->PageLast); ?> + + element($this->CompletedYear); ?> + element($this->CompletedDate); ?> + element($this->PublishedDate); ?> + element($this->EmbargoDate); ?> + + group($this->groupThesisPublisher); ?> + + group($this->groupSubjectDDC); ?> + group($this->groupSubjectSwd); ?> + group($this->groupSubjectUncontrolled); ?> + + element($this->IdentifierIssn); ?> + + group($this->groupInstitute); ?> + element($this->Licence); ?> + element($this->open_access); ?> + element($this->Note); ?> + +
+ element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> + element('button_label_send', "class='form-button submit-button'", "Submit", "send"); ?> +
+ +
+
+ + endTemplate($this->form, $this->count) !== "") : ?> +
endTemplate($this->form, $this->count); ?>
+ + +
diff --git a/application/configs/doctypes_templates/monograph.phtml b/application/configs/doctypes_templates/monograph.phtml new file mode 100644 index 000000000..132da0e3e --- /dev/null +++ b/application/configs/doctypes_templates/monograph.phtml @@ -0,0 +1,92 @@ + + +

translate($this->title) ?>

+
+

subtitle?>

+ + errorCaseMessage)) : ?> +

errorCaseMessage; ?>

+ + +
+
+

requiredHint; ?>

+ + count = 0; ?> + group($this->groupPersonSubmitter); ?> + element($this->Language); ?> + group($this->groupPersonAuthor); ?> + group($this->groupTitleMain); ?> + group($this->groupTitleSub); ?> + group($this->groupTitleAbstract); ?> + group($this->groupTitleParent); ?> + + element($this->PageNumber); ?> + + element($this->CompletedYear); ?> + element($this->CompletedDate); ?> + element($this->PublishedDate); ?> + + element($this->Edition); ?> + group($this->groupPersonEditor); ?> + group($this->groupPersonContributor); ?> + + group($this->groupThesisPublisher); ?> + element($this->PublisherPlace); ?> + element($this->PublisherName); ?> + group($this->groupSeries); ?> + + group($this->groupSubjectDDC); ?> + group($this->groupSubjectSwd); ?> + group($this->groupSubjectUncontrolled); ?> + + element($this->IdentifierIsbn); ?> + element($this->IdentifierDoi); ?> + + group($this->groupInstitute); ?> + element($this->Licence); ?> + element($this->open_access); ?> + element($this->Note); ?> + +
+ element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> + element('button_label_send', "class='form-button submit-button'", "Submit", "send"); ?> +
+ +
+
+ + endTemplate($this->form, $this->count) !== "") : ?> +
endTemplate($this->form, $this->count); ?>
+ + +
diff --git a/application/configs/doctypes_templates/musicalnotation.phtml b/application/configs/doctypes_templates/musicalnotation.phtml new file mode 100644 index 000000000..3bb61b037 --- /dev/null +++ b/application/configs/doctypes_templates/musicalnotation.phtml @@ -0,0 +1,93 @@ + + +

translate($this->title) ?>

+
+

subtitle?>

+ + errorCaseMessage)) : ?> +

errorCaseMessage; ?>

+ + +
+
+

requiredHint; ?>

+ + count = 0; ?> + group($this->groupPersonSubmitter); ?> + element($this->Language); ?> + group($this->groupPersonAuthor); ?> + + group($this->groupTitleMain); ?> + group($this->groupTitleSub); ?> + group($this->groupTitleAbstract); ?> + + group($this->groupTitleParent); ?> + + element($this->PageNumber); ?> + + element($this->CompletedYear); ?> + element($this->CompletedDate); ?> + + group($this->groupPersonEditor); ?> + group($this->groupPersonContributor); ?> + element($this->ContributingCorporation); ?> + + group($this->groupThesisPublisher); ?> + element($this->PublisherPlace); ?> + element($this->PublisherName); ?> + group($this->groupSeries); ?> + + group($this->groupSubjectDDC); ?> + group($this->groupSubjectSwd); ?> + group($this->groupSubjectUncontrolled); ?> + + element($this->IdentifierIssn); ?> + element($this->IdentifierDoi); ?> + + group($this->groupInstitute); ?> + element($this->Licence); ?> + element($this->open_access); ?> + element($this->Note); ?> + +
+ element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> + element('button_label_send', "class='form-button submit-button'", "Submit", "send"); ?> +
+ +
+
+ + endTemplate($this->form, $this->count) !== "") : ?> +
endTemplate($this->form, $this->count); ?>
+ + +
diff --git a/application/configs/doctypes_templates/researcharticle.phtml b/application/configs/doctypes_templates/researcharticle.phtml new file mode 100644 index 000000000..82213f910 --- /dev/null +++ b/application/configs/doctypes_templates/researcharticle.phtml @@ -0,0 +1,91 @@ + + +

translate($this->title) ?>

+
+

subtitle?>

+ + errorCaseMessage)) : ?> +

errorCaseMessage; ?>

+ + +
+
+

requiredHint; ?>

+ + count = 0; ?> + group($this->groupPersonSubmitter); ?> + element($this->Language); ?> + group($this->groupPersonAuthor); ?> + group($this->groupTitleMain); ?> + group($this->groupTitleSub); ?> + group($this->groupTitleAbstract); ?> + + group($this->groupTitleParent); ?> + element($this->Volume); ?> + element($this->Issue); ?> + + element($this->ArticleNumber); ?> + element($this->PageNumber); ?> + element($this->PageFirst); ?> + element($this->PageLast); ?> + + element($this->CompletedYear); ?> + element($this->CompletedDate); ?> + element($this->PublishedDate); ?> + element($this->EmbargoDate); ?> + + group($this->groupThesisPublisher); ?> + + group($this->groupSubjectDDC); ?> + group($this->groupSubjectSwd); ?> + group($this->groupSubjectUncontrolled); ?> + + element($this->IdentifierIssn); ?> + + group($this->groupInstitute); ?> + element($this->Licence); ?> + element($this->open_access); ?> + element($this->Note); ?> + +
+ element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> + element('button_label_send', "class='form-button submit-button'", "Submit", "send"); ?> +
+ +
+
+ + endTemplate($this->form, $this->count) !== "") : ?> +
endTemplate($this->form, $this->count); ?>
+ + +
diff --git a/application/configs/doctypes_templates/researchdata.phtml b/application/configs/doctypes_templates/researchdata.phtml new file mode 100644 index 000000000..f79bbedf3 --- /dev/null +++ b/application/configs/doctypes_templates/researchdata.phtml @@ -0,0 +1,84 @@ + + +

translate($this->title) ?>

+
+

subtitle?>

+ + errorCaseMessage)) : ?> +

errorCaseMessage; ?>

+ + +
+
+

requiredHint; ?>

+ + count = 0; ?> + group($this->groupPersonSubmitter); ?> + element($this->Language); ?> + group($this->groupPersonAuthor); ?> + group($this->groupTitleMain); ?> + group($this->groupTitleSub); ?> + group($this->groupTitleAbstract); ?> + group($this->groupTitleParent); ?> + + element($this->CompletedYear); ?> + element($this->CompletedDate); ?> + + element($this->ContributingCorporation); ?> + + group($this->groupThesisPublisher); ?> + + group($this->groupSubjectDDC); ?> + group($this->groupSubjectSwd); ?> + group($this->groupSubjectUncontrolled); ?> + + element($this->IdentifierUrl); ?> + element($this->IdentifierDoi); ?> + + group($this->groupInstitute); ?> + element($this->Licence); ?> + element($this->open_access); ?> + element($this->Note); ?> + +
+ element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> + element('button_label_send', "class='form-button submit-button'", "Submit", "send"); ?> +
+ +
+
+ + endTemplate($this->form, $this->count) !== "") : ?> +
endTemplate($this->form, $this->count); ?>
+ + +
diff --git a/application/configs/doctypes_templates/reviewarticle.phtml b/application/configs/doctypes_templates/reviewarticle.phtml new file mode 100644 index 000000000..ae91717eb --- /dev/null +++ b/application/configs/doctypes_templates/reviewarticle.phtml @@ -0,0 +1,91 @@ + + +

translate($this->title) ?>

+
+

subtitle?>

+ + errorCaseMessage)) : ?> +

errorCaseMessage; ?>

+ + +
+
+

requiredHint; ?>

+ + count = 0; ?> + group($this->groupPersonSubmitter); ?> + element($this->Language); ?> + group($this->groupPersonAuthor); ?> + group($this->groupTitleMain); ?> + group($this->groupTitleSub); ?> + group($this->groupTitleAbstract); ?> + + group($this->groupTitleParent); ?> + element($this->Volume); ?> + element($this->Issue); ?> + + element($this->ArticleNumber); ?> + element($this->PageNumber); ?> + element($this->PageFirst); ?> + element($this->PageLast); ?> + + element($this->CompletedYear); ?> + element($this->CompletedDate); ?> + element($this->PublishedDate); ?> + element($this->EmbargoDate); ?> + + group($this->groupThesisPublisher); ?> + + group($this->groupSubjectDDC); ?> + group($this->groupSubjectSwd); ?> + group($this->groupSubjectUncontrolled); ?> + + element($this->IdentifierIssn); ?> + + group($this->groupInstitute); ?> + element($this->Licence); ?> + element($this->open_access); ?> + element($this->Note); ?> + +
+ element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> + element('button_label_send', "class='form-button submit-button'", "Submit", "send"); ?> +
+ +
+
+ + endTemplate($this->form, $this->count) !== "") : ?> +
endTemplate($this->form, $this->count); ?>
+ + +
diff --git a/application/configs/doctypes_templates/software.phtml b/application/configs/doctypes_templates/software.phtml new file mode 100644 index 000000000..fafa90e5f --- /dev/null +++ b/application/configs/doctypes_templates/software.phtml @@ -0,0 +1,87 @@ + + +

translate($this->title) ?>

+
+

subtitle?>

+ + errorCaseMessage)) : ?> +

errorCaseMessage; ?>

+ + +
+
+

requiredHint; ?>

+ + count = 0; ?> + group($this->groupPersonSubmitter); ?> + element($this->Language); ?> + group($this->groupPersonAuthor); ?> + group($this->groupTitleMain); ?> + group($this->groupTitleSub); ?> + group($this->groupTitleAbstract); ?> + group($this->groupTitleParent); ?> + + element($this->CompletedYear); ?> + element($this->CompletedDate); ?> + + group($this->groupPersonContributor); ?> + element($this->ContributingCorporation); ?> + + group($this->groupThesisPublisher); ?> + element($this->PublisherPlace); ?> + element($this->PublisherName); ?> + + group($this->groupSubjectDDC); ?> + group($this->groupSubjectSwd); ?> + group($this->groupSubjectUncontrolled); ?> + + element($this->IdentifierUrl); ?> + element($this->IdentifierDoi); ?> + + group($this->groupInstitute); ?> + element($this->Licence); ?> + element($this->open_access); ?> + element($this->Note); ?> + +
+ element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> + element('button_label_send', "class='form-button submit-button'", "Submit", "send"); ?> +
+ +
+
+ + endTemplate($this->form, $this->count) !== "") : ?> +
endTemplate($this->form, $this->count); ?>
+ + +
diff --git a/application/configs/doctypes_templates/softwarepaper.phtml b/application/configs/doctypes_templates/softwarepaper.phtml new file mode 100644 index 000000000..a8fdd516b --- /dev/null +++ b/application/configs/doctypes_templates/softwarepaper.phtml @@ -0,0 +1,91 @@ + + +

translate($this->title) ?>

+
+

subtitle?>

+ + errorCaseMessage)) : ?> +

errorCaseMessage; ?>

+ + +
+
+

requiredHint; ?>

+ + count = 0; ?> + group($this->groupPersonSubmitter); ?> + element($this->Language); ?> + group($this->groupPersonAuthor); ?> + group($this->groupTitleMain); ?> + group($this->groupTitleSub); ?> + group($this->groupTitleAbstract); ?> + + group($this->groupTitleParent); ?> + element($this->Volume); ?> + element($this->Issue); ?> + + element($this->ArticleNumber); ?> + element($this->PageNumber); ?> + element($this->PageFirst); ?> + element($this->PageLast); ?> + + element($this->CompletedYear); ?> + element($this->CompletedDate); ?> + element($this->PublishedDate); ?> + element($this->EmbargoDate); ?> + + group($this->groupThesisPublisher); ?> + + group($this->groupSubjectDDC); ?> + group($this->groupSubjectSwd); ?> + group($this->groupSubjectUncontrolled); ?> + + element($this->IdentifierIssn); ?> + + group($this->groupInstitute); ?> + element($this->Licence); ?> + element($this->open_access); ?> + element($this->Note); ?> + +
+ element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> + element('button_label_send', "class='form-button submit-button'", "Submit", "send"); ?> +
+ +
+
+ + endTemplate($this->form, $this->count) !== "") : ?> +
endTemplate($this->form, $this->count); ?>
+ + +
diff --git a/application/configs/doctypes_templates/sourceedition.phtml b/application/configs/doctypes_templates/sourceedition.phtml new file mode 100644 index 000000000..ecff5616d --- /dev/null +++ b/application/configs/doctypes_templates/sourceedition.phtml @@ -0,0 +1,98 @@ + + +

translate($this->title) ?>

+
+

subtitle?>

+ + errorCaseMessage)) : ?> +

errorCaseMessage; ?>

+ + +
+
+

requiredHint; ?>

+ + count = 0; ?> + group($this->groupPersonSubmitter); ?> + element($this->Language); ?> + group($this->groupPersonAuthor); ?> + group($this->groupTitleMain); ?> + group($this->groupTitleSub); ?> + group($this->groupTitleAbstract); ?> + + group($this->groupTitleParent); ?> + element($this->Volume); ?> + element($this->Issue); ?> + + element($this->ArticleNumber); ?> + element($this->PageNumber); ?> + element($this->PageFirst); ?> + element($this->PageLast); ?> + + element($this->CompletedYear); ?> + element($this->CompletedDate); ?> + element($this->PublishedDate); ?> + + element($this->Edition); ?> + group($this->groupPersonEditor); ?> + group($this->groupPersonContributor); ?> + element($this->ContributingCorporation); ?> + + group($this->groupThesisPublisher); ?> + element($this->PublisherPlace); ?> + element($this->PublisherName); ?> + group($this->groupSeries); ?> + + group($this->groupSubjectDDC); ?> + group($this->groupSubjectSwd); ?> + group($this->groupSubjectUncontrolled); ?> + + element($this->IdentifierDoi); ?> + + group($this->groupInstitute); ?> + element($this->Licence); ?> + element($this->open_access); ?> + element($this->Note); ?> + +
+ element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> + element('button_label_send', "class='form-button submit-button'", "Submit", "send"); ?> +
+ +
+
+ + endTemplate($this->form, $this->count) !== "") : ?> +
endTemplate($this->form, $this->count); ?>
+ + +
diff --git a/application/configs/doctypes_templates/website.phtml b/application/configs/doctypes_templates/website.phtml new file mode 100644 index 000000000..952f42d7e --- /dev/null +++ b/application/configs/doctypes_templates/website.phtml @@ -0,0 +1,86 @@ + + +

translate($this->title) ?>

+
+

subtitle?>

+ + errorCaseMessage)) : ?> +

errorCaseMessage; ?>

+ + +
+
+

requiredHint; ?>

+ + count = 0; ?> + group($this->groupPersonSubmitter); ?> + element($this->Language); ?> + group($this->groupPersonAuthor); ?> + group($this->groupTitleMain); ?> + group($this->groupTitleSub); ?> + group($this->groupTitleAbstract); ?> + + element($this->CompletedYear); ?> + element($this->CompletedDate); ?> + group($this->groupPersonContributor); ?> + element($this->CreatingCorporation); ?> + element($this->ContributingCorporation); ?> + + group($this->groupThesisPublisher); ?> + element($this->PublisherPlace); ?> + element($this->PublisherName); ?> + + group($this->groupSubjectDDC); ?> + group($this->groupSubjectSwd); ?> + group($this->groupSubjectUncontrolled); ?> + + element($this->IdentifierUrl); ?> + element($this->IdentifierDoi); ?> + + group($this->groupInstitute); ?> + element($this->Licence); ?> + element($this->open_access); ?> + element($this->Note); ?> + +
+ element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> + element('button_label_send', "class='form-button submit-button'", "Submit", "send"); ?> +
+ +
+
+ + endTemplate($this->form, $this->count) !== "") : ?> +
endTemplate($this->form, $this->count); ?>
+ + +
diff --git a/modules/default/language/doctypes.tmx b/modules/default/language/doctypes.tmx index 3ac0f2e89..6306f8c74 100644 --- a/modules/default/language/doctypes.tmx +++ b/modules/default/language/doctypes.tmx @@ -7,266 +7,464 @@ - + All fields (testing documenttype) Alle Felder (Testdokumenttyp) - + + + + + Annotation + + + Entscheidungs- oder Urteilsanmerkung + + - + Article Wissenschaftlicher Artikel - + - + Bachelor Thesis Bachelorarbeit - + - + Book - Buch (Monographie) + Buch - + - + Part of a Book Teil eines Buches (Kapitel) - + + + + + Conference: Meeting Abstract + + + Konferenz: Meeting Abstract + + - + - Conference Proceeding + Conference Publication Konferenzveröffentlichung - + + + + + Conference Paper + + + Konferenzpaper + + - + + + Conference Poster + + + Konferenzposter + + + + + + Conference Proceedings + + + Konferenz-Proceedings + + + + + + Conference Slides + + + Konferenzfolien + + + + Contribution to a Periodical Beitrag zu einer (nichtwissenschaftlichen) Zeitung oder Zeitschrift - + + + + + Corrigendum + + + Korrigendum + + - + Course Material Lehrmaterial - + + + + + Data Paper + + + Data Paper + + - + Diploma Thesis Diplomarbeit - + - + Doctoral Thesis Dissertation - + - + - *Import from DOI* + *Import by DOI* *DOI-Import* - + + + + + Dynamic Web Resource + + + Dynamische Online-Ressource + + + + + + Part of a Dynamic Web Resource + + + Teil einer dynamischen Online-Ressource + + + + + + Edited Collection + + + Sammelband + + - + + + Editorial + + + Vorwort + + + + Examination Thesis Examensarbeit - + - + Habilitation Habilitation - + - + Image Bild - + - + Lecture Vorlesung - + + + + + Letter to the Editor + + + Letter to the Editor + + - + Magister's Thesis Magisterarbeit - + - + Master's Thesis Masterarbeit - + + + + + Monograph + + + Monographie + + - + Moving Images Bewegte Bilder - + + + + + Musical Notation + + + Noten (Musik) + + - + Other Sonstiges - - - + + + Periodical Periodikum - + - + - Part of Periodical + Part of a Periodical Ausgabe (Heft) zu einer Zeitschrift - + - + Preprint Preprint - + - + Report Bericht - + + + + + Research Article + + + Forschungsartikel + + - + - Review + Research Data + + + Forschungsdaten + + + + + + Recension Rezension - + + + + + Review Article + + + Übersichtsartikel + + + + + + Software + + + Software + + + + + + Software Paper + + + Softwareartikel + + - + Sound Ton - + + + + + Source Edition + + + Quellenedition + + - + Study Thesis Studienarbeit - + + + + + Website + + + Website + + - + Working Paper Arbeitspapier - + - + Talk for ZIB Vortrag für ZIB - + - + Demo (contains only two fields) Demo (enthält nur zwei Felder) - + From 48601e81a39e2b9bd813ffb80d91d5014f60eee4 Mon Sep 17 00:00:00 2001 From: alw-bsz Date: Fri, 3 Nov 2023 10:33:57 +0100 Subject: [PATCH 2/8] #1142: Harmonizing existing doctypes --- application/configs/doctypes/article.xml | 69 ++++---- .../configs/doctypes/bachelorthesis.xml | 69 ++++---- application/configs/doctypes/book.xml | 72 ++++---- application/configs/doctypes/bookpart.xml | 71 ++++---- .../configs/doctypes/conferenceobject.xml | 81 +++++---- .../doctypes/contributiontoperiodical.xml | 78 +++++---- .../configs/doctypes/coursematerial.xml | 73 ++++---- .../configs/doctypes/doctoralthesis.xml | 76 ++++---- application/configs/doctypes/habilitation.xml | 72 ++++---- application/configs/doctypes/image.xml | 67 ++++---- application/configs/doctypes/lecture.xml | 65 ++++--- application/configs/doctypes/masterthesis.xml | 74 ++++---- application/configs/doctypes/movingimage.xml | 73 ++++---- application/configs/doctypes/other.xml | 77 +++++---- application/configs/doctypes/periodical.xml | 148 ++++++++-------- .../configs/doctypes/periodicalpart.xml | 162 ++++++++++-------- application/configs/doctypes/preprint.xml | 56 +++--- application/configs/doctypes/report.xml | 76 ++++---- application/configs/doctypes/review.xml | 76 ++++---- application/configs/doctypes/sound.xml | 74 ++++---- application/configs/doctypes/studythesis.xml | 61 ++++--- application/configs/doctypes/workingpaper.xml | 66 +++---- .../configs/doctypes_templates/article.phtml | 95 +++++----- .../doctypes_templates/bachelorthesis.phtml | 72 ++++---- .../configs/doctypes_templates/book.phtml | 67 +++++--- .../configs/doctypes_templates/bookpart.phtml | 69 ++++---- .../doctypes_templates/conferenceobject.phtml | 81 +++++---- .../contributiontoperiodical.phtml | 73 ++++---- .../doctypes_templates/coursematerial.phtml | 69 +++++--- .../doctypes_templates/doctoralthesis.phtml | 54 +++--- .../doctypes_templates/habilitation.phtml | 59 ++++--- .../configs/doctypes_templates/image.phtml | 51 +++--- .../configs/doctypes_templates/lecture.phtml | 51 ++++-- .../doctypes_templates/masterthesis.phtml | 54 +++--- .../doctypes_templates/movingimage.phtml | 52 +++--- .../configs/doctypes_templates/other.phtml | 58 ++++--- .../doctypes_templates/periodical.phtml | 47 ++--- .../doctypes_templates/periodicalpart.phtml | 58 ++++--- .../configs/doctypes_templates/preprint.phtml | 39 +++-- .../configs/doctypes_templates/report.phtml | 55 ++++-- .../configs/doctypes_templates/review.phtml | 62 ++++--- .../configs/doctypes_templates/sound.phtml | 46 ++--- .../doctypes_templates/studythesis.phtml | 52 +++--- .../doctypes_templates/workingpaper.phtml | 44 +++-- 44 files changed, 1693 insertions(+), 1351 deletions(-) diff --git a/application/configs/doctypes/article.xml b/application/configs/doctypes/article.xml index f9d326564..c5b07bb27 100644 --- a/application/configs/doctypes/article.xml +++ b/application/configs/doctypes/article.xml @@ -24,57 +24,62 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @category Application - * @author Susanne Gottwald - * @author Doreen Thiede - * @author Jens Schwidder - * @copyright Copyright (c) 2008-2017, OPUS 4 development team + * @copyright Copyright (c) 2023, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ --> + xmlns="http://www.opus-repository.org/schema/documenttype" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.opus-repository.org/schema/documenttype http://www.opus-repository.org/schema/documenttype.xsd"> - - - - - + - + + + + + + + + + - - - + + + + + + - - - - - - - - - - - + + + + + + + - + + + + - - + + + + + diff --git a/application/configs/doctypes/bachelorthesis.xml b/application/configs/doctypes/bachelorthesis.xml index 5e72e1fec..4e916ba6c 100644 --- a/application/configs/doctypes/bachelorthesis.xml +++ b/application/configs/doctypes/bachelorthesis.xml @@ -25,61 +25,60 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @category Application - * @author Susanne Gottwald - * @author Doreen Thiede - * @author Jens Schwidder - * @copyright Copyright (c) 2008-2017, OPUS 4 development team + * @copyright Copyright (c) 2023, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ --> + xmlns="http://www.opus-repository.org/schema/documenttype" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.opus-repository.org/schema/documenttype http://www.opus-repository.org/schema/documenttype.xsd"> - - - - + - + + + + + + + + + + - - + + - - - - - - - - - + + + - - - \ No newline at end of file + + + + + + + + + + + + + diff --git a/application/configs/doctypes/book.xml b/application/configs/doctypes/book.xml index 34e8036e4..34e307029 100644 --- a/application/configs/doctypes/book.xml +++ b/application/configs/doctypes/book.xml @@ -25,57 +25,63 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @category Application - * @author Susanne Gottwald - * @author Doreen Thiede - * @author Jens Schwidder - * @copyright Copyright (c) 2008-2017, OPUS 4 development team + * @copyright Copyright (c) 2023, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ --> + xmlns="http://www.opus-repository.org/schema/documenttype" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.opus-repository.org/schema/documenttype http://www.opus-repository.org/schema/documenttype.xsd"> - - - - - - - - - - - - - + - + + + + + + + + + + + + + + + + - + + + - - + + + - - - + + + - - - + - \ No newline at end of file + + + + + + + diff --git a/application/configs/doctypes/bookpart.xml b/application/configs/doctypes/bookpart.xml index 16bab98cf..043c25aa0 100644 --- a/application/configs/doctypes/bookpart.xml +++ b/application/configs/doctypes/bookpart.xml @@ -25,57 +25,64 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @category Application - * @author Susanne Gottwald - * @author Doreen Thiede - * @author Jens Schwidder - * @copyright Copyright (c) 2008-2017, OPUS 4 development team + * @copyright Copyright (c) 2023, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ --> + xmlns="http://www.opus-repository.org/schema/documenttype" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.opus-repository.org/schema/documenttype http://www.opus-repository.org/schema/documenttype.xsd"> + - - - - + - + + + + + + + + + + + + + - - - - - + + + + + - - - + + + - + + + + + + - + + + + - - - - \ No newline at end of file + diff --git a/application/configs/doctypes/conferenceobject.xml b/application/configs/doctypes/conferenceobject.xml index ebf0a7392..fdf3d6521 100644 --- a/application/configs/doctypes/conferenceobject.xml +++ b/application/configs/doctypes/conferenceobject.xml @@ -25,63 +25,70 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @category Application - * @author Susanne Gottwald - * @author Doreen Thiede - * @author Jens Schwidder - * @copyright Copyright (c) 2008-2017, OPUS 4 development team + * @copyright Copyright (c) 2023, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ --> + xmlns="http://www.opus-repository.org/schema/documenttype" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.opus-repository.org/schema/documenttype http://www.opus-repository.org/schema/documenttype.xsd"> - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - + + - - - - - - - + + + + + + + + + + + + + + - - - - \ No newline at end of file + + diff --git a/application/configs/doctypes/contributiontoperiodical.xml b/application/configs/doctypes/contributiontoperiodical.xml index 9f23cdce6..04e16fd9d 100644 --- a/application/configs/doctypes/contributiontoperiodical.xml +++ b/application/configs/doctypes/contributiontoperiodical.xml @@ -1,6 +1,5 @@ - - + + - - - - + - + + - - - - - - + + + + - - + + + - + + + + + + + + + + + + + + + + + - - - - - - \ No newline at end of file + + + + + + diff --git a/application/configs/doctypes/coursematerial.xml b/application/configs/doctypes/coursematerial.xml index 65692b90e..69d095dc1 100644 --- a/application/configs/doctypes/coursematerial.xml +++ b/application/configs/doctypes/coursematerial.xml @@ -25,50 +25,63 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @category Application - * @author Susanne Gottwald - * @author Doreen Thiede - * @author Jens Schwidder - * @copyright Copyright (c) 2008-2017, OPUS 4 development team + * @copyright Copyright (c) 2023, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ --> + xmlns="http://www.opus-repository.org/schema/documenttype" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.opus-repository.org/schema/documenttype http://www.opus-repository.org/schema/documenttype.xsd"> - - - - - - - - - - - - - + - + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - \ No newline at end of file + + diff --git a/application/configs/doctypes/doctoralthesis.xml b/application/configs/doctypes/doctoralthesis.xml index 76898c240..2682d6471 100644 --- a/application/configs/doctypes/doctoralthesis.xml +++ b/application/configs/doctypes/doctoralthesis.xml @@ -25,59 +25,67 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @category Application - * @author Susanne Gottwald - * @author Doreen Thiede - * @author Jens Schwidder - * @copyright Copyright (c) 2008-2017, OPUS 4 development team + * @copyright Copyright (c) 2023, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ --> - + - - - - + - + + - - - - - - - + + + + + + + + - - + + + + - - - - - + + + + + + + + + + + + + + - - + + + + - - - \ No newline at end of file + + + diff --git a/application/configs/doctypes/habilitation.xml b/application/configs/doctypes/habilitation.xml index dcf0b2cb7..1a67c4d66 100644 --- a/application/configs/doctypes/habilitation.xml +++ b/application/configs/doctypes/habilitation.xml @@ -25,65 +25,65 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @category Application - * @author Susanne Gottwald - * @author Doreen Thiede - * @author Jens Schwidder - * @copyright Copyright (c) 2008-2017, OPUS 4 development team + * @copyright Copyright (c) 2023, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ --> + xmlns="http://www.opus-repository.org/schema/documenttype" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.opus-repository.org/schema/documenttype http://www.opus-repository.org/schema/documenttype.xsd"> - - - - + - + + + + + + + + + + + + - + - - - - - - - - + + + + + + - + + + + + + - - + + + + - - + diff --git a/application/configs/doctypes/image.xml b/application/configs/doctypes/image.xml index 10c9bdf8e..ef6d9883b 100644 --- a/application/configs/doctypes/image.xml +++ b/application/configs/doctypes/image.xml @@ -25,52 +25,59 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @category Application - * @author Susanne Gottwald - * @author Doreen Thiede - * @author Jens Schwidder - * @copyright Copyright (c) 2008-2017, OPUS 4 development team + * @copyright Copyright (c) 2023, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ --> + xmlns="http://www.opus-repository.org/schema/documenttype" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.opus-repository.org/schema/documenttype http://www.opus-repository.org/schema/documenttype.xsd"> - - - - + + + + - + + + + + + + - + + + - - - - - - - - - - - - + + + + + + + + + + - - - - + + + + + + diff --git a/application/configs/doctypes/lecture.xml b/application/configs/doctypes/lecture.xml index 85a1dc79d..332289fc8 100644 --- a/application/configs/doctypes/lecture.xml +++ b/application/configs/doctypes/lecture.xml @@ -25,49 +25,58 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @category Application - * @author Susanne Gottwald - * @author Doreen Thiede - * @author Jens Schwidder - * @copyright Copyright (c) 2008-2017, OPUS 4 development team + * @copyright Copyright (c) 2023, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ --> + xmlns="http://www.opus-repository.org/schema/documenttype" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.opus-repository.org/schema/documenttype http://www.opus-repository.org/schema/documenttype.xsd"> - - - - + + + + - + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - \ No newline at end of file + + diff --git a/application/configs/doctypes/masterthesis.xml b/application/configs/doctypes/masterthesis.xml index a354de072..10b245c01 100644 --- a/application/configs/doctypes/masterthesis.xml +++ b/application/configs/doctypes/masterthesis.xml @@ -1,4 +1,4 @@ - + + xmlns="http://www.opus-repository.org/schema/documenttype" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.opus-repository.org/schema/documenttype http://www.opus-repository.org/schema/documenttype.xsd"> - - - - - - + - + + - - - - + + + + + + + - - - - + + + + - - - - - - - - - - + + + + + + + + + + - \ No newline at end of file + + + + + + + + diff --git a/application/configs/doctypes/movingimage.xml b/application/configs/doctypes/movingimage.xml index da11e5180..d126df630 100644 --- a/application/configs/doctypes/movingimage.xml +++ b/application/configs/doctypes/movingimage.xml @@ -25,56 +25,59 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @category Application - * @author Susanne Gottwald - * @author Doreen Thiede - * @author Jens Schwidder - * @copyright Copyright (c) 2008-2017, OPUS 4 development team + * @copyright Copyright (c) 2023, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ --> + xmlns="http://www.opus-repository.org/schema/documenttype" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.opus-repository.org/schema/documenttype http://www.opus-repository.org/schema/documenttype.xsd"> - - - - + + + + + + + + + + + - - + + + + + + + + - - - - - - - - - - - - - - - + + + + + - - - - - - \ No newline at end of file + + + + + + + diff --git a/application/configs/doctypes/other.xml b/application/configs/doctypes/other.xml index 3fb244fed..475e0fb11 100644 --- a/application/configs/doctypes/other.xml +++ b/application/configs/doctypes/other.xml @@ -1,4 +1,4 @@ - + + xmlns="http://www.opus-repository.org/schema/documenttype" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.opus-repository.org/schema/documenttype http://www.opus-repository.org/schema/documenttype.xsd"> - - - - + + + + - + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + - + + + + + + + + - - + + + + - - - - \ No newline at end of file + + diff --git a/application/configs/doctypes/periodical.xml b/application/configs/doctypes/periodical.xml index 8af9dad11..85b0c42fc 100644 --- a/application/configs/doctypes/periodical.xml +++ b/application/configs/doctypes/periodical.xml @@ -1,74 +1,74 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/application/configs/doctypes/periodicalpart.xml b/application/configs/doctypes/periodicalpart.xml index f9805b80c..dd648f85b 100644 --- a/application/configs/doctypes/periodicalpart.xml +++ b/application/configs/doctypes/periodicalpart.xml @@ -1,75 +1,87 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/application/configs/doctypes/preprint.xml b/application/configs/doctypes/preprint.xml index 9681e19b3..9ac909445 100644 --- a/application/configs/doctypes/preprint.xml +++ b/application/configs/doctypes/preprint.xml @@ -25,18 +25,14 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @category Application - * @author Susanne Gottwald - * @author Doreen Thiede - * @author Jens Schwidder - * @copyright Copyright (c) 2008-2017, OPUS 4 development team + * @copyright Copyright (c) 2023, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ --> + xmlns="http://www.opus-repository.org/schema/documenttype" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.opus-repository.org/schema/documenttype http://www.opus-repository.org/schema/documenttype.xsd"> @@ -44,31 +40,39 @@ - - - - - - + - + + - + + + + + + + + - - - - - - + + + + + + + + + + + + - - - \ No newline at end of file + + diff --git a/application/configs/doctypes/report.xml b/application/configs/doctypes/report.xml index c653c4221..cbb0c73f7 100644 --- a/application/configs/doctypes/report.xml +++ b/application/configs/doctypes/report.xml @@ -25,51 +25,67 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @category Application - * @author Susanne Gottwald - * @author Doreen Thiede - * @author Jens Schwidder - * @copyright Copyright (c) 2008-2017, OPUS 4 development team + * @copyright Copyright (c) 2023, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ --> + xmlns="http://www.opus-repository.org/schema/documenttype" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.opus-repository.org/schema/documenttype http://www.opus-repository.org/schema/documenttype.xsd"> - - - - + + + + - + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - \ No newline at end of file + + diff --git a/application/configs/doctypes/review.xml b/application/configs/doctypes/review.xml index 2e28ac660..1e9eb5144 100644 --- a/application/configs/doctypes/review.xml +++ b/application/configs/doctypes/review.xml @@ -1,5 +1,6 @@ - + xmlns="http://www.opus-repository.org/schema/documenttype" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.opus-repository.org/schema/documenttype http://www.opus-repository.org/schema/documenttype.xsd"> - - - - - - - - + - + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - + + + + + + - \ No newline at end of file + + + + + + + + diff --git a/application/configs/doctypes/sound.xml b/application/configs/doctypes/sound.xml index 04d6b159e..6cf341f15 100644 --- a/application/configs/doctypes/sound.xml +++ b/application/configs/doctypes/sound.xml @@ -25,55 +25,59 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @category Application - * @author Susanne Gottwald - * @author Doreen Thiede - * @author Jens Schwidder - * @copyright Copyright (c) 2008-2017, OPUS 4 development team + * @copyright Copyright (c) 2023, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ --> + xmlns="http://www.opus-repository.org/schema/documenttype" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.opus-repository.org/schema/documenttype http://www.opus-repository.org/schema/documenttype.xsd"> - - - - - - - - - - - - - + - + + - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + - \ No newline at end of file + + + + + + + + diff --git a/application/configs/doctypes/studythesis.xml b/application/configs/doctypes/studythesis.xml index c5776d2aa..d25eff972 100644 --- a/application/configs/doctypes/studythesis.xml +++ b/application/configs/doctypes/studythesis.xml @@ -25,52 +25,59 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @category Application - * @author Susanne Gottwald - * @author Doreen Thiede - * @author Jens Schwidder - * @copyright Copyright (c) 2008-2017, OPUS 4 development team + * @copyright Copyright (c) 2023, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ --> + xmlns="http://www.opus-repository.org/schema/documenttype" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.opus-repository.org/schema/documenttype http://www.opus-repository.org/schema/documenttype.xsd"> - - + - - - - - - + - + + + + + + + - + + - - - - - + + + + + + + + + + + + + + + + - - - \ No newline at end of file + + diff --git a/application/configs/doctypes/workingpaper.xml b/application/configs/doctypes/workingpaper.xml index f2ad504d8..9fec97cf4 100644 --- a/application/configs/doctypes/workingpaper.xml +++ b/application/configs/doctypes/workingpaper.xml @@ -25,51 +25,57 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @category Application - * @author Susanne Gottwald - * @author Doreen Thiede - * @author Jens Schwidder - * @copyright Copyright (c) 2008-2017, OPUS 4 development team + * @copyright Copyright (c) 2023, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ --> + xmlns="http://www.opus-repository.org/schema/documenttype" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.opus-repository.org/schema/documenttype http://www.opus-repository.org/schema/documenttype.xsd"> - - + + + - - - - - - - - + + + + - + + + + + + + - - - - - + + + + + + + - + + + + + + + + + - - - - \ No newline at end of file + diff --git a/application/configs/doctypes_templates/article.phtml b/application/configs/doctypes_templates/article.phtml index 134200817..3c3bc08f0 100644 --- a/application/configs/doctypes_templates/article.phtml +++ b/application/configs/doctypes_templates/article.phtml @@ -1,5 +1,4 @@

translate($this->title) ?>

-

subtitle?>

+

subtitle?>

-errorCaseMessage)) : ?> -

errorCaseMessage; ?>

- - -
-
-

requiredHint; ?>

+ errorCaseMessage)) : ?> +

errorCaseMessage; ?>

+ - count = 0; ?> - group($this->groupPersonSubmitter); ?> - group($this->groupTitleMain); ?> - group($this->groupTitleAbstract); ?> - group($this->groupPersonAuthor); ?> - element($this->CompletedYear); ?> - element($this->CompletedDate); ?> - element($this->PublishedDate); ?> - group($this->groupThesisPublisher); ?> - element($this->PageFirst); ?> - element($this->PageLast); ?> - element($this->ArticleNumber); ?> - element($this->PageNumber); ?> - group($this->groupTitleParent); ?> - group($this->groupPersonEditor); ?> - group($this->groupSubjectDDC); ?> - group($this->groupSubjectUncontrolled); ?> - group($this->groupInstitute); ?> - element($this->Note); ?> - element($this->Licence); ?> - element($this->Language); ?> - group($this->groupSeries); ?> + +
+

requiredHint; ?>

-
- element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> - element('button_label_send', "class='form-button submit-button'", "Submit", "send"); ?> -
+ count = 0; ?> + group($this->groupPersonSubmitter); ?> + element($this->Language); ?> + group($this->groupPersonAuthor); ?> + group($this->groupTitleMain); ?> + group($this->groupTitleSub); ?> + group($this->groupTitleAbstract); ?> + + group($this->groupTitleParent); ?> + element($this->Volume); ?> + element($this->Issue); ?> + + element($this->ArticleNumber); ?> + element($this->PageNumber); ?> + element($this->PageFirst); ?> + element($this->PageLast); ?> + + element($this->CompletedYear); ?> + element($this->CompletedDate); ?> + element($this->PublishedDate); ?> + element($this->EmbargoDate); ?> + + group($this->groupThesisPublisher); ?> + + group($this->groupSubjectDDC); ?> + group($this->groupSubjectSwd); ?> + group($this->groupSubjectUncontrolled); ?> + + element($this->IdentifierIssn); ?> + element($this->IdentifierDoi); ?> + + group($this->groupInstitute); ?> + element($this->Licence); ?> + element($this->open_access); ?> + element($this->Note); ?> + +
+ element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> + element('button_label_send', "class='form-button submit-button'", "Submit", "send"); ?> +
-
- +
+ -endTemplate($this->form, $this->count) !== "") : ?> -
endTemplate($this->form, $this->count); ?>
+ endTemplate($this->form, $this->count) !== "") : ?> +
endTemplate($this->form, $this->count); ?>
-
\ No newline at end of file + diff --git a/application/configs/doctypes_templates/bachelorthesis.phtml b/application/configs/doctypes_templates/bachelorthesis.phtml index ccabdacaa..041d54bda 100644 --- a/application/configs/doctypes_templates/bachelorthesis.phtml +++ b/application/configs/doctypes_templates/bachelorthesis.phtml @@ -1,5 +1,4 @@ 

translate($this->title) ?>

-

subtitle?>

+

subtitle?>

-errorCaseMessage)) : ?> -

errorCaseMessage; ?>

- + errorCaseMessage)) : ?> +

errorCaseMessage; ?>

+ -
-
-

requiredHint; ?>

+ +
+

requiredHint; ?>

count = 0; ?> group($this->groupPersonSubmitter); ?> + element($this->Language); ?> + group($this->groupPersonAuthor); ?> group($this->groupTitleMain); ?> + group($this->groupTitleSub); ?> group($this->groupTitleAbstract); ?> - group($this->groupPersonAuthor); ?> + group($this->groupTitleParent); ?> + + element($this->PageNumber); ?> + element($this->CompletedYear); ?> element($this->CompletedDate); ?> element($this->ThesisDateAccepted); ?> - group($this->groupPersonAdvisor); ?> + group($this->groupPersonReferee); ?> + group($this->groupPersonAdvisor); ?> + element($this->ContributingCorporation); ?> element($this->ThesisGrantor); ?> group($this->groupThesisPublisher); ?> - group($this->groupInstitute); ?> - element($this->PublisherName); ?> - element($this->PublisherPlace); ?> - element($this->PageNumber); ?> - element($this->IdentifierIsbn); ?> - group($this->groupPersonContributor); ?> - element($this->ContributingCorporation); ?> + + group($this->groupSeries); ?> + group($this->groupSubjectDDC); ?> + group($this->groupSubjectSwd); ?> group($this->groupSubjectUncontrolled); ?> - element($this->Note); ?> - element($this->Language); ?> + + element($this->IdentifierDoi); ?> + + group($this->groupInstitute); ?> element($this->Licence); ?> - group($this->groupSeries); ?> - -
- element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> - element('button_label_send', "class='form-button submit-button'", "Submit", "send"); ?> -
+ element($this->open_access); ?> + element($this->Note); ?> + +
+ element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> + element('button_label_send', "class='form-button submit-button'", "Submit", "send"); ?> +
-
- +
+ -endTemplate($this->form, $this->count) !== "") : ?> -
endTemplate($this->form, $this->count); ?>
- + endTemplate($this->form, $this->count) !== "") : ?> +
endTemplate($this->form, $this->count); ?>
+ -
\ No newline at end of file + diff --git a/application/configs/doctypes_templates/book.phtml b/application/configs/doctypes_templates/book.phtml index f1e74a371..a78f62a0c 100644 --- a/application/configs/doctypes_templates/book.phtml +++ b/application/configs/doctypes_templates/book.phtml @@ -1,5 +1,4 @@

translate($this->title) ?>

-

subtitle?>

+

subtitle?>

-errorCaseMessage)) : ?> -

errorCaseMessage; ?>

- + errorCaseMessage)) : ?> +

errorCaseMessage; ?>

+ -
-
-

requiredHint; ?>

+ +
+

requiredHint; ?>

count = 0; ?> group($this->groupPersonSubmitter); ?> + element($this->Language); ?> + group($this->groupPersonAuthor); ?> group($this->groupTitleMain); ?> + group($this->groupTitleSub); ?> group($this->groupTitleAbstract); ?> - group($this->groupPersonAuthor); ?> + group($this->groupTitleParent); ?> + + element($this->PageNumber); ?> + element($this->CompletedYear); ?> element($this->CompletedDate); ?> - group($this->groupThesisPublisher); ?> - element($this->PageNumber); ?> + element($this->PublishedDate); ?> + element($this->Edition); ?> + group($this->groupPersonEditor); ?> - element($this->PublisherName); ?> + group($this->groupPersonContributor); ?> + + group($this->groupThesisPublisher); ?> element($this->PublisherPlace); ?> - element($this->IdentifierIsbn); ?> - element($this->PublishedDate); ?> + element($this->PublisherName); ?> + group($this->groupSeries); ?> + group($this->groupSubjectDDC); ?> group($this->groupSubjectSwd); ?> group($this->groupSubjectUncontrolled); ?> + + element($this->IdentifierIsbn); ?> + element($this->IdentifierDoi); ?> + group($this->groupInstitute); ?> - element($this->Note); ?> - element($this->Language); ?> element($this->Licence); ?> - group($this->groupSeries); ?> + element($this->open_access); ?> + element($this->Note); ?>
- element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> - element('button_label_send', "class='form-button submit-button'", "Submit", "send"); ?> -
+ element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> + element('button_label_send', "class='form-button submit-button'", "Submit", "send"); ?> +
-
-
+
+ -endTemplate($this->form, $this->count) !== "") : ?> -
endTemplate($this->form, $this->count); ?>
- + endTemplate($this->form, $this->count) !== "") : ?> +
endTemplate($this->form, $this->count); ?>
+ - \ No newline at end of file + diff --git a/application/configs/doctypes_templates/bookpart.phtml b/application/configs/doctypes_templates/bookpart.phtml index 01f885016..2375c975c 100644 --- a/application/configs/doctypes_templates/bookpart.phtml +++ b/application/configs/doctypes_templates/bookpart.phtml @@ -1,5 +1,4 @@

translate($this->title) ?>

-

subtitle?>

+

subtitle?>

-errorCaseMessage)) : ?> -

errorCaseMessage; ?>

- + errorCaseMessage)) : ?> +

errorCaseMessage; ?>

+ -
-
-

requiredHint; ?>

+ +
+

requiredHint; ?>

count = 0; ?> group($this->groupPersonSubmitter); ?> + element($this->Language); ?> + group($this->groupPersonAuthor); ?> group($this->groupTitleMain); ?> - group($this->groupTitleParent); ?> + group($this->groupTitleSub); ?> group($this->groupTitleAbstract); ?> - group($this->groupPersonAuthor); ?> + group($this->groupTitleParent); ?> + + element($this->PageNumber); ?> + element($this->PageFirst); ?> + element($this->PageLast); ?> + element($this->CompletedYear); ?> element($this->CompletedDate); ?> + element($this->PublishedDate); ?> + + group($this->groupPersonContributor); ?> + group($this->groupThesisPublisher); ?> - element($this->PageFirst); ?> - element($this->PageLast); ?> - element($this->PublisherName); ?> element($this->PublisherPlace); ?> - element($this->PublishedDate); ?> + element($this->PublisherName); ?> + group($this->groupSeries); ?> + group($this->groupSubjectDDC); ?> group($this->groupSubjectSwd); ?> group($this->groupSubjectUncontrolled); ?> + + element($this->IdentifierIsbn); ?> + element($this->IdentifierDoi); ?> + group($this->groupInstitute); ?> - element($this->Note); ?> - element($this->Language); ?> element($this->Licence); ?> - group($this->groupSeries); ?> - + element($this->open_access); ?> + element($this->Note); ?> +
- element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> - element('button_label_send', "class='form-button submit-button'", "Submit", "send"); ?> -
+ element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> + element('button_label_send', "class='form-button submit-button'", "Submit", "send"); ?> +
-
-
+
+ -endTemplate($this->form, $this->count) !== "") : ?> -
endTemplate($this->form, $this->count); ?>
- + endTemplate($this->form, $this->count) !== "") : ?> +
endTemplate($this->form, $this->count); ?>
+ - \ No newline at end of file + diff --git a/application/configs/doctypes_templates/conferenceobject.phtml b/application/configs/doctypes_templates/conferenceobject.phtml index 958e98c3e..8d7b261fd 100644 --- a/application/configs/doctypes_templates/conferenceobject.phtml +++ b/application/configs/doctypes_templates/conferenceobject.phtml @@ -1,5 +1,4 @@

translate($this->title) ?>

-

subtitle?>

+

subtitle?>

-errorCaseMessage)) : ?> -

errorCaseMessage; ?>

- + errorCaseMessage)) : ?> +

errorCaseMessage; ?>

+ -
-
-

requiredHint; ?>

+ +
+

requiredHint; ?>

- count = 0; ?> + count = 0; ?> group($this->groupPersonSubmitter); ?> + element($this->Language); ?> + group($this->groupPersonAuthor); ?> + group($this->groupTitleMain); ?> + group($this->groupTitleSub); ?> group($this->groupTitleAbstract); ?> - group($this->groupPersonAuthor); ?> - element($this->CompletedYear); ?> - element($this->CompletedDate); ?> - group($this->groupThesisPublisher); ?> + + group($this->groupTitleParent); ?> + element($this->Volume); ?> + element($this->Issue); ?> + + element($this->ArticleNumber); ?> element($this->PageNumber); ?> element($this->PageFirst); ?> element($this->PageLast); ?> - element($this->PublisherName); ?> - element($this->PublisherPlace); ?> + + element($this->CompletedYear); ?> + element($this->CompletedDate); ?> element($this->PublishedDate); ?> - group($this->groupTitleParent); ?> + group($this->groupPersonEditor); ?> - group($this->groupPersonTranslator); ?> group($this->groupPersonContributor); ?> - element($this->CreatingCorporation); ?> - element($this->ContributingCorporation); ?> + element($this->ContributingCorporation); ?> + + group($this->groupThesisPublisher); ?> + element($this->PublisherPlace); ?> + element($this->PublisherName); ?> + + group($this->groupSeries); ?> + group($this->groupSubjectDDC); ?> + group($this->groupSubjectSwd); ?> group($this->groupSubjectUncontrolled); ?> - group($this->groupInstitute); ?> + element($this->IdentifierIsbn); ?> element($this->IdentifierIssn); ?> - element($this->Note); ?> - element($this->Language); ?> + element($this->IdentifierDoi); ?> + + group($this->groupInstitute); ?> element($this->Licence); ?> - group($this->groupSeries); ?> + element($this->open_access); ?> + element($this->Note); ?>
- element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> - element('button_label_send', "class='form-button submit-button'", "Submit", "send"); ?> -
+ element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> + element('button_label_send', "class='form-button submit-button'", "Submit", "send"); ?> +
-
-
+
+ -endTemplate($this->form, $this->count) !== "") : ?> -
endTemplate($this->form, $this->count); ?>
- + endTemplate($this->form, $this->count) !== "") : ?> +
endTemplate($this->form, $this->count); ?>
+ - \ No newline at end of file + diff --git a/application/configs/doctypes_templates/contributiontoperiodical.phtml b/application/configs/doctypes_templates/contributiontoperiodical.phtml index 3688ed5e3..a2ca561e1 100644 --- a/application/configs/doctypes_templates/contributiontoperiodical.phtml +++ b/application/configs/doctypes_templates/contributiontoperiodical.phtml @@ -1,5 +1,4 @@

translate($this->title) ?>

-

subtitle?>

+

subtitle?>

-errorCaseMessage)) : ?> -

errorCaseMessage; ?>

- + errorCaseMessage)) : ?> +

errorCaseMessage; ?>

+ -
-
-

requiredHint; ?>

+ +
+

requiredHint; ?>

- count = 0; ?> + count = 0; ?> group($this->groupPersonSubmitter); ?> + element($this->Language); ?> + group($this->groupPersonAuthor); ?> group($this->groupTitleMain); ?> + group($this->groupTitleSub); ?> group($this->groupTitleAbstract); ?> - group($this->groupPersonAuthor); ?> + + group($this->groupTitleParent); ?> + element($this->Volume); ?> + element($this->Issue); ?> + + element($this->ArticleNumber); ?> + element($this->PageNumber); ?> + element($this->PageFirst); ?> + element($this->PageLast); ?> + element($this->CompletedYear); ?> element($this->CompletedDate); ?> + element($this->PublishedDate); ?> + element($this->EmbargoDate); ?> + group($this->groupThesisPublisher); ?> - element($this->PageFirst); ?> - element($this->PageLast); ?> - element($this->ArticleNumber); ?> - element($this->PageNumber); ?> - group($this->groupTitleParent); ?> - element($this->PublishedDate); ?> - group($this->groupSubjectDDC); ?> + + group($this->groupSubjectDDC); ?> + group($this->groupSubjectSwd); ?> group($this->groupSubjectUncontrolled); ?> + + element($this->IdentifierIssn); ?> + group($this->groupInstitute); ?> - element($this->Note); ?> - element($this->Language); ?> element($this->Licence); ?> - group($this->groupSeries); ?> - + element($this->open_access); ?> + element($this->Note); ?> +
- element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> - element('button_label_send', "class='form-button submit-button'", "Submit", "send"); ?> -
+ element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> + element('button_label_send', "class='form-button submit-button'", "Submit", "send"); ?> +
-
-
+
+ -endTemplate($this->form, $this->count) !== "") : ?> -
endTemplate($this->form, $this->count); ?>
- + endTemplate($this->form, $this->count) !== "") : ?> +
endTemplate($this->form, $this->count); ?>
+ \ No newline at end of file diff --git a/application/configs/doctypes_templates/coursematerial.phtml b/application/configs/doctypes_templates/coursematerial.phtml index 2f6dae130..65533a667 100644 --- a/application/configs/doctypes_templates/coursematerial.phtml +++ b/application/configs/doctypes_templates/coursematerial.phtml @@ -1,5 +1,4 @@

translate($this->title) ?>

-

subtitle?>

+

subtitle?>

-errorCaseMessage)) : ?> -

errorCaseMessage; ?>

- + errorCaseMessage)) : ?> +

errorCaseMessage; ?>

+ -
-
-

requiredHint; ?>

-count = 0; ?> + +
+

requiredHint; ?>

+ count = 0; ?> group($this->groupPersonSubmitter); ?> + element($this->Language); ?> + group($this->groupPersonAuthor); ?> group($this->groupTitleMain); ?> + group($this->groupTitleSub); ?> group($this->groupTitleAbstract); ?> - group($this->groupPersonAuthor); ?> + group($this->groupTitleParent); ?> + + element($this->PageNumber); ?> + element($this->CompletedYear); ?> element($this->CompletedDate); ?> + element($this->Edition); ?> + + group($this->groupPersonContributor); ?> + element($this->ContributingCorporation); ?> + group($this->groupThesisPublisher); ?> - element($this->PageNumber); ?> - group($this->groupPersonContributor); ?> + element($this->PublisherPlace); ?> + element($this->PublisherName); ?> + group($this->groupSeries); ?> + group($this->groupSubjectDDC); ?> + group($this->groupSubjectSwd); ?> group($this->groupSubjectUncontrolled); ?> + + element($this->IdentifierIsbn); ?> + element($this->IdentifierDoi); ?> + group($this->groupInstitute); ?> - element($this->Note); ?> - element($this->Language); ?> element($this->Licence); ?> - group($this->groupSeries); ?> - + element($this->open_access); ?> + element($this->Note); ?> +
- element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> - element('button_label_send', "class='form-button submit-button'", "Submit", "send"); ?> -
+ element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> + element('button_label_send', "class='form-button submit-button'", "Submit", "send"); ?> +
-
-
+
+ -endTemplate($this->form, $this->count) !== "") : ?> -
endTemplate($this->form, $this->count); ?>
- + endTemplate($this->form, $this->count) !== "") : ?> +
endTemplate($this->form, $this->count); ?>
+ - \ No newline at end of file + diff --git a/application/configs/doctypes_templates/doctoralthesis.phtml b/application/configs/doctypes_templates/doctoralthesis.phtml index 7aad5e095..2e97acd3c 100644 --- a/application/configs/doctypes_templates/doctoralthesis.phtml +++ b/application/configs/doctypes_templates/doctoralthesis.phtml @@ -1,5 +1,4 @@ 

translate($this->title) ?>

-

subtitle ?>

+

subtitle?>

errorCaseMessage)) : ?>

errorCaseMessage; ?>

-
-
-

requiredHint; ?>

+ +
+

requiredHint; ?>

- count = 0; ?> + count = 0; ?> group($this->groupPersonSubmitter); ?> + element($this->Language); ?> + group($this->groupPersonAuthor); ?> group($this->groupTitleMain); ?> + group($this->groupTitleSub); ?> group($this->groupTitleAbstract); ?> - group($this->groupPersonAuthor); ?> + group($this->groupTitleParent); ?> + element($this->PageNumber); ?> + element($this->CompletedYear); ?> element($this->CompletedDate); ?> + element($this->PublishedDate); ?> element($this->ThesisDateAccepted); ?> + group($this->groupPersonReferee); ?> group($this->groupPersonAdvisor); ?> + element($this->ContributingCorporation); ?> element($this->ThesisGrantor); ?> group($this->groupThesisPublisher); ?> - group($this->groupInstitute); ?> - element($this->PublisherName); ?> + element($this->PublisherPlace); ?> - element($this->PublishedDate); ?> - element($this->IdentifierIsbn); ?> - element($this->PageNumber); ?> + element($this->PublisherName); ?> + + group($this->groupSeries); ?> + group($this->groupSubjectDDC); ?> + group($this->groupSubjectSwd); ?> group($this->groupSubjectUncontrolled); ?> - element($this->Note); ?> - element($this->Language); ?> + + element($this->IdentifierIsbn); ?> + element($this->IdentifierDoi); ?> + + group($this->groupInstitute); ?> element($this->Licence); ?> - group($this->groupSeries); ?> - + element($this->open_access); ?> + element($this->Note); ?> +
element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> element('button_label_send', "class='form-button submit-button'", "Submit", "send"); ?> @@ -75,8 +86,9 @@
-endTemplate($this->form, $this->count) !== "") : ?> -
endTemplate($this->form, $this->count); ?>
- + + endTemplate($this->form, $this->count) !== "") : ?> +
endTemplate($this->form, $this->count); ?>
+
\ No newline at end of file diff --git a/application/configs/doctypes_templates/habilitation.phtml b/application/configs/doctypes_templates/habilitation.phtml index da001ee65..61280eb23 100644 --- a/application/configs/doctypes_templates/habilitation.phtml +++ b/application/configs/doctypes_templates/habilitation.phtml @@ -1,5 +1,4 @@ 

translate($this->title) ?>

-

subtitle ?>

+

subtitle?>

errorCaseMessage)) : ?>

errorCaseMessage; ?>

-
-
-

requiredHint; ?>

+ +
+

requiredHint; ?>

- count = 0; ?> + count = 0; ?> group($this->groupPersonSubmitter); ?> + element($this->Language); ?> + group($this->groupPersonAuthor); ?> group($this->groupTitleMain); ?> + group($this->groupTitleSub); ?> group($this->groupTitleAbstract); ?> - group($this->groupPersonAuthor); ?> + group($this->groupTitleParent); ?> + element($this->PageNumber); ?> + element($this->CompletedYear); ?> element($this->CompletedDate); ?> + element($this->PublishedDate); ?> element($this->ThesisDateAccepted); ?> - group($this->groupPersonAdvisor); ?> + group($this->groupPersonReferee); ?> + group($this->groupPersonAdvisor); ?> + element($this->ContributingCorporation); ?> element($this->ThesisGrantor); ?> group($this->groupThesisPublisher); ?> - group($this->groupInstitute); ?> - element($this->PublisherName); ?> + element($this->PublisherPlace); ?> - element($this->PublishedDate); ?> - element($this->IdentifierIsbn); ?> - element($this->PageNumber); ?> - group($this->groupPersonEditor); ?> - group($this->groupPersonTranslator); ?> - group($this->groupPersonContributor); ?> - element($this->CreatingCorporation); ?> - element($this->ContributingCorporation); ?> + element($this->PublisherName); ?> + + group($this->groupSeries); ?> + group($this->groupSubjectDDC); ?> group($this->groupSubjectSwd); ?> group($this->groupSubjectUncontrolled); ?> - element($this->Note); ?> - element($this->Language); ?> + + element($this->IdentifierIsbn); ?> + element($this->IdentifierDoi); ?> + + group($this->groupInstitute); ?> element($this->Licence); ?> - group($this->groupSeries); ?> + element($this->open_access); ?> + element($this->Note); ?>
element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> @@ -82,8 +87,8 @@
-endTemplate($this->form, $this->count) !== "") : ?> -
endTemplate($this->form, $this->count); ?>
- + endTemplate($this->form, $this->count) !== "") : ?> +
endTemplate($this->form, $this->count); ?>
+ -
\ No newline at end of file +
diff --git a/application/configs/doctypes_templates/image.phtml b/application/configs/doctypes_templates/image.phtml index 074e8604d..c62aec127 100644 --- a/application/configs/doctypes_templates/image.phtml +++ b/application/configs/doctypes_templates/image.phtml @@ -1,5 +1,4 @@

translate($this->title) ?>

-

subtitle ?>

+

subtitle?>

errorCaseMessage)) : ?>

errorCaseMessage; ?>

-
-
-

requiredHint; ?>

+ +
+

requiredHint; ?>

- count = 0; ?> + count = 0; ?> group($this->groupPersonSubmitter); ?> + element($this->Language); ?> + group($this->groupPersonAuthor); ?> group($this->groupTitleMain); ?> + group($this->groupTitleSub); ?> group($this->groupTitleAbstract); ?> + + group($this->groupTitleParent); ?> + element($this->CompletedYear); ?> element($this->CompletedDate); ?> - group($this->groupThesisPublisher); ?> - group($this->groupPersonAuthor); ?> + group($this->groupPersonContributor); ?> - element($this->CreatingCorporation); ?> - element($this->ContributingCorporation); ?> + element($this->ContributingCorporation); ?> + + group($this->groupThesisPublisher); ?> + element($this->PublisherPlace); ?> + element($this->PublisherName); ?> + group($this->groupSeries); ?> + group($this->groupSubjectDDC); ?> + group($this->groupSubjectSwd); ?> group($this->groupSubjectUncontrolled); ?> + + element($this->IdentifierDoi); ?> + group($this->groupInstitute); ?> - element($this->Note); ?> - element($this->Language); ?> element($this->Licence); ?> - group($this->groupSeries); ?> - + element($this->open_access); ?> + element($this->Note); ?> +
element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> element('button_label_send', "class='form-button submit-button'", "Submit", "send"); ?> @@ -70,8 +81,8 @@
-endTemplate($this->form, $this->count) !== "") : ?> -
endTemplate($this->form, $this->count); ?>
- + endTemplate($this->form, $this->count) !== "") : ?> +
endTemplate($this->form, $this->count); ?>
+ -
\ No newline at end of file +
diff --git a/application/configs/doctypes_templates/lecture.phtml b/application/configs/doctypes_templates/lecture.phtml index ef79ce743..387960c75 100644 --- a/application/configs/doctypes_templates/lecture.phtml +++ b/application/configs/doctypes_templates/lecture.phtml @@ -1,5 +1,4 @@

translate($this->title) ?>

-

subtitle ?>

+

subtitle?>

errorCaseMessage)) : ?>

errorCaseMessage; ?>

-
-
-

requiredHint; ?>

+ +
+

requiredHint; ?>

- count = 0; ?> + count = 0; ?> group($this->groupPersonSubmitter); ?> + element($this->Language); ?> + group($this->groupPersonAuthor); ?> group($this->groupTitleMain); ?> + group($this->groupTitleSub); ?> group($this->groupTitleAbstract); ?> - group($this->groupPersonAuthor); ?> + group($this->groupTitleParent); ?> + + element($this->PageNumber); ?> + element($this->CompletedYear); ?> element($this->CompletedDate); ?> + + group($this->groupPersonContributor); ?> + element($this->ContributingCorporation); ?> + group($this->groupThesisPublisher); ?> - element($this->PageNumber); ?> - group($this->groupSubjectDDC); ?> - group($this->groupSubjectUncontrolled); ?> + + group($this->groupSeries); ?> + + group($this->groupSubjectDDC); ?> + group($this->groupSubjectSwd); ?> + group($this->groupSubjectUncontrolled); ?> + + element($this->IdentifierDoi); ?> + group($this->groupInstitute); ?> - element($this->Note); ?> - element($this->Language); ?> element($this->Licence); ?> - group($this->groupSeries); ?> + element($this->open_access); ?> + element($this->Note); ?>
element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> @@ -68,8 +81,8 @@
-endTemplate($this->form, $this->count) !== "") : ?> -
endTemplate($this->form, $this->count); ?>
- + endTemplate($this->form, $this->count) !== "") : ?> +
endTemplate($this->form, $this->count); ?>
+ -
\ No newline at end of file +
diff --git a/application/configs/doctypes_templates/masterthesis.phtml b/application/configs/doctypes_templates/masterthesis.phtml index 991babc37..50bd871c9 100644 --- a/application/configs/doctypes_templates/masterthesis.phtml +++ b/application/configs/doctypes_templates/masterthesis.phtml @@ -1,5 +1,4 @@ 

translate($this->title) ?>

-

subtitle ?>

+

subtitle?>

errorCaseMessage)) : ?>

errorCaseMessage; ?>

-
-
-

requiredHint; ?>

+ +
+

requiredHint; ?>

+ - count = 0; ?> + count = 0; ?> group($this->groupPersonSubmitter); ?> + element($this->Language); ?> + group($this->groupPersonAuthor); ?> group($this->groupTitleMain); ?> + group($this->groupTitleSub); ?> group($this->groupTitleAbstract); ?> - group($this->groupPersonAuthor); ?> + group($this->groupTitleParent); ?> + + element($this->PageNumber); ?> + element($this->CompletedYear); ?> element($this->CompletedDate); ?> element($this->ThesisDateAccepted); ?> + group($this->groupPersonReferee); ?> group($this->groupPersonAdvisor); ?> + element($this->ContributingCorporation); ?> element($this->ThesisGrantor); ?> group($this->groupThesisPublisher); ?> - group($this->groupInstitute); ?> - element($this->PublisherName); ?> - element($this->PublisherPlace); ?> - element($this->PageNumber); ?> - element($this->PublishedDate); ?> - group($this->groupPersonContributor); ?> - element($this->ContributingCorporation); ?> + + group($this->groupSeries); ?> + group($this->groupSubjectDDC); ?> group($this->groupSubjectSwd); ?> group($this->groupSubjectUncontrolled); ?> - element($this->Note); ?> - element($this->Language); ?> + + element($this->IdentifierDoi); ?> + + group($this->groupInstitute); ?> element($this->Licence); ?> - group($this->groupSeries); ?> - + element($this->open_access); ?> + element($this->Note); ?> +
element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> element('button_label_send', "class='form-button submit-button'", "Submit", "send"); ?> @@ -78,8 +84,8 @@
-endTemplate($this->form, $this->count) !== "") : ?> -
endTemplate($this->form, $this->count); ?>
- + endTemplate($this->form, $this->count) !== "") : ?> +
endTemplate($this->form, $this->count); ?>
+ -
\ No newline at end of file +
diff --git a/application/configs/doctypes_templates/movingimage.phtml b/application/configs/doctypes_templates/movingimage.phtml index 1c9ac4f70..925ff74e3 100644 --- a/application/configs/doctypes_templates/movingimage.phtml +++ b/application/configs/doctypes_templates/movingimage.phtml @@ -1,5 +1,4 @@

translate($this->title) ?>

-

subtitle ?>

+

subtitle?>

errorCaseMessage)) : ?>

errorCaseMessage; ?>

-
-
-

requiredHint; ?>

+ +
+

requiredHint; ?>

- count = 0; ?> + count = 0; ?> group($this->groupPersonSubmitter); ?> + element($this->Language); ?> + group($this->groupPersonAuthor); ?> group($this->groupTitleMain); ?> + group($this->groupTitleSub); ?> group($this->groupTitleAbstract); ?> - element($this->CompletedDate); ?> + + group($this->groupTitleParent); ?> + element($this->CompletedYear); ?> - group($this->groupThesisPublisher); ?> - group($this->groupPersonAuthor); ?> - group($this->groupPersonTranslator); ?> + element($this->CompletedDate); ?> group($this->groupPersonContributor); ?> - group($this->groupPersonEditor); ?> - element($this->CreatingCorporation); ?> element($this->ContributingCorporation); ?> - element($this->PublishedDate); ?> + + group($this->groupThesisPublisher); ?> + element($this->PublisherPlace); ?> + element($this->PublisherName); ?> + group($this->groupSeries); ?> + group($this->groupSubjectDDC); ?> group($this->groupSubjectSwd); ?> group($this->groupSubjectUncontrolled); ?> + + element($this->IdentifierDoi); ?> + group($this->groupInstitute); ?> - element($this->Note); ?> - element($this->Language); ?> element($this->Licence); ?> - group($this->groupSeries); ?> - + element($this->open_access); ?> + element($this->Note); ?> +
element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> element('button_label_send', "class='form-button submit-button'", "Submit", "send"); ?> @@ -74,8 +80,8 @@
-endTemplate($this->form, $this->count) !== "") : ?> -
endTemplate($this->form, $this->count); ?>
- + endTemplate($this->form, $this->count) !== "") : ?> +
endTemplate($this->form, $this->count); ?>
+ -
\ No newline at end of file +
diff --git a/application/configs/doctypes_templates/other.phtml b/application/configs/doctypes_templates/other.phtml index cb8796889..371a7f345 100644 --- a/application/configs/doctypes_templates/other.phtml +++ b/application/configs/doctypes_templates/other.phtml @@ -1,5 +1,4 @@

translate($this->title) ?>

-

subtitle ?>

+

subtitle?>

errorCaseMessage)) : ?>

errorCaseMessage; ?>

-
-
-

requiredHint; ?>

+ +
+

requiredHint; ?>

- count = 0; ?> + count = 0; ?> group($this->groupPersonSubmitter); ?> + element($this->Language); ?> + group($this->groupPersonAuthor); ?> group($this->groupTitleMain); ?> + group($this->groupTitleSub); ?> group($this->groupTitleAbstract); ?> - group($this->groupPersonAuthor); ?> - element($this->PublishedYear); ?> - element($this->PublishedDate); ?> - element($this->CompletedDate); ?> + group($this->groupTitleParent); ?> + element($this->CompletedYear); ?> - group($this->groupThesisPublisher); ?> - element($this->PageFirst); ?> - element($this->PageLast); ?> - element($this->PageNumber); ?> + element($this->CompletedDate); ?> + group($this->groupPersonEditor); ?> - group($this->groupPersonTranslator); ?> group($this->groupPersonContributor); ?> - element($this->CreatingCorporation); ?> - element($this->ContributingCorporation); ?> + element($this->ContributingCorporation); ?> + + group($this->groupThesisPublisher); ?> + element($this->PublisherPlace); ?> + element($this->PublisherName); ?> + group($this->groupSeries); ?> + group($this->groupSubjectDDC); ?> group($this->groupSubjectSwd); ?> group($this->groupSubjectUncontrolled); ?> + + element($this->IdentifierUrl); ?> + element($this->IdentifierDoi); ?> + group($this->groupInstitute); ?> - element($this->Note); ?> - element($this->Language); ?> element($this->Licence); ?> - group($this->groupSeries); ?> - + element($this->open_access); ?> + element($this->Note); ?> +
element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> element('button_label_send', "class='form-button submit-button'", "Submit", "send"); ?> @@ -78,8 +82,8 @@
-endTemplate($this->form, $this->count) !== "") : ?> -
endTemplate($this->form, $this->count); ?>
- + endTemplate($this->form, $this->count) !== "") : ?> +
endTemplate($this->form, $this->count); ?>
+ -
\ No newline at end of file +
diff --git a/application/configs/doctypes_templates/periodical.phtml b/application/configs/doctypes_templates/periodical.phtml index c3b417f9d..cb9bcb188 100644 --- a/application/configs/doctypes_templates/periodical.phtml +++ b/application/configs/doctypes_templates/periodical.phtml @@ -1,5 +1,4 @@

translate($this->title) ?>

-

subtitle ?>

+

subtitle?>

errorCaseMessage)) : ?>

errorCaseMessage; ?>

-
-
-

requiredHint; ?>

+ +
+

requiredHint; ?>

- count = 0; ?> + count = 0; ?> group($this->groupPersonSubmitter); ?> + element($this->Language); ?> + group($this->groupTitleMain); ?> + group($this->groupTitleSub); ?> group($this->groupTitleAbstract); ?> + + element($this->CompletedYear); ?> element($this->CompletedDate); ?> - group($this->groupThesisPublisher); ?> - element($this->PageNumber); ?> group($this->groupPersonEditor); ?> group($this->groupPersonContributor); ?> - element($this->PublisherName); ?> + element($this->CreatingCorporation); ?> + + group($this->groupThesisPublisher); ?> element($this->PublisherPlace); ?> - element($this->IdentifierIssn); ?> - element($this->PublishedDate); ?> + element($this->PublisherName); ?> + group($this->groupSubjectDDC); ?> group($this->groupSubjectSwd); ?> group($this->groupSubjectUncontrolled); ?> + + element($this->IdentifierIssn); ?> + element($this->IdentifierDoi); ?> + group($this->groupInstitute); ?> - element($this->Note); ?> - element($this->Language); ?> element($this->Licence); ?> - element($this->CompletedYear); ?> - group($this->groupSeries); ?> + element($this->open_access); ?> + element($this->Note); ?>
element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> @@ -74,8 +79,8 @@
-endTemplate($this->form, $this->count) !== "") : ?> -
endTemplate($this->form, $this->count); ?>
- + endTemplate($this->form, $this->count) !== "") : ?> +
endTemplate($this->form, $this->count); ?>
+ -
\ No newline at end of file +
diff --git a/application/configs/doctypes_templates/periodicalpart.phtml b/application/configs/doctypes_templates/periodicalpart.phtml index c3b417f9d..f79b579f0 100644 --- a/application/configs/doctypes_templates/periodicalpart.phtml +++ b/application/configs/doctypes_templates/periodicalpart.phtml @@ -1,5 +1,4 @@

translate($this->title) ?>

-

subtitle ?>

+

subtitle?>

errorCaseMessage)) : ?>

errorCaseMessage; ?>

-
-
-

requiredHint; ?>

+ +
+

requiredHint; ?>

- count = 0; ?> + count = 0; ?> group($this->groupPersonSubmitter); ?> + element($this->Language); ?> + group($this->groupPersonAuthor); ?> group($this->groupTitleMain); ?> + group($this->groupTitleSub); ?> group($this->groupTitleAbstract); ?> - element($this->CompletedDate); ?> - group($this->groupThesisPublisher); ?> + + group($this->groupTitleParent); ?> + element($this->Volume); ?> + element($this->Issue); ?> + element($this->PageNumber); ?> + element($this->PageFirst); ?> + element($this->PageLast); ?> + + element($this->CompletedYear); ?> + element($this->CompletedDate); ?> group($this->groupPersonEditor); ?> - group($this->groupPersonContributor); ?> - element($this->PublisherName); ?> + element($this->CreatingCorporation); ?> + + group($this->groupThesisPublisher); ?> element($this->PublisherPlace); ?> - element($this->IdentifierIssn); ?> - element($this->PublishedDate); ?> + element($this->PublisherName); ?> + group($this->groupSubjectDDC); ?> group($this->groupSubjectSwd); ?> group($this->groupSubjectUncontrolled); ?> + + element($this->IdentifierIssn); ?> + element($this->IdentifierDoi); ?> + group($this->groupInstitute); ?> - element($this->Note); ?> - element($this->Language); ?> element($this->Licence); ?> - element($this->CompletedYear); ?> - group($this->groupSeries); ?> - + element($this->open_access); ?> + element($this->Note); ?> +
element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> element('button_label_send', "class='form-button submit-button'", "Submit", "send"); ?> @@ -74,8 +86,8 @@
-endTemplate($this->form, $this->count) !== "") : ?> -
endTemplate($this->form, $this->count); ?>
- + endTemplate($this->form, $this->count) !== "") : ?> +
endTemplate($this->form, $this->count); ?>
+ -
\ No newline at end of file +
diff --git a/application/configs/doctypes_templates/preprint.phtml b/application/configs/doctypes_templates/preprint.phtml index a9f9da03d..910fc4d68 100644 --- a/application/configs/doctypes_templates/preprint.phtml +++ b/application/configs/doctypes_templates/preprint.phtml @@ -1,5 +1,4 @@

translate($this->title) ?>

-

subtitle ?>

+

subtitle?>

errorCaseMessage)) : ?>

errorCaseMessage; ?>

-
-
-

requiredHint; ?>

+ +
+

requiredHint; ?>

- count = 0; ?> + count = 0; ?> group($this->groupPersonSubmitter); ?> + element($this->Language); ?> + group($this->groupPersonAuthor); ?> group($this->groupTitleMain); ?> + group($this->groupTitleSub); ?> group($this->groupTitleAbstract); ?> - group($this->groupPersonAuthor); ?> + group($this->groupTitleParent); ?> + + element($this->PageNumber); ?> element($this->CompletedYear); ?> element($this->CompletedDate); ?> + group($this->groupThesisPublisher); ?> - element($this->PageNumber); ?> + group($this->groupSubjectDDC); ?> + group($this->groupSubjectSwd); ?> group($this->groupSubjectUncontrolled); ?> + + element($this->IdentifierDoi); ?> + group($this->groupInstitute); ?> - element($this->Note); ?> - element($this->Language); ?> element($this->Licence); ?> - group($this->groupSeries); ?> + element($this->open_access); ?> + element($this->Note); ?>
element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> @@ -68,8 +75,8 @@
-endTemplate($this->form, $this->count) !== "") : ?> -
endTemplate($this->form, $this->count); ?>
+ endTemplate($this->form, $this->count) !== "") : ?> +
endTemplate($this->form, $this->count); ?>
-
\ No newline at end of file +
diff --git a/application/configs/doctypes_templates/report.phtml b/application/configs/doctypes_templates/report.phtml index 4a24963b5..c9b2c624d 100644 --- a/application/configs/doctypes_templates/report.phtml +++ b/application/configs/doctypes_templates/report.phtml @@ -1,5 +1,4 @@

translate($this->title) ?>

-

subtitle ?>

+

subtitle?>

errorCaseMessage)) : ?>

errorCaseMessage; ?>

-
-
-

requiredHint; ?>

+ +
+

requiredHint; ?>

- count = 0; ?> + count = 0; ?> group($this->groupPersonSubmitter); ?> + element($this->Language); ?> + group($this->groupPersonAuthor); ?> group($this->groupTitleMain); ?> + group($this->groupTitleSub); ?> group($this->groupTitleAbstract); ?> - group($this->groupPersonAuthor); ?> + group($this->groupTitleParent); ?> + + element($this->PageNumber); ?> + element($this->CompletedYear); ?> element($this->CompletedDate); ?> + element($this->Edition); ?> + + group($this->groupPersonEditor); ?> + group($this->groupPersonContributor); ?> + element($this->ContributingCorporation); ?> + group($this->groupThesisPublisher); ?> - element($this->PageNumber); ?> - element($this->CreatingCorporation); ?> + element($this->PublisherPlace); ?> + element($this->PublisherName); ?> + group($this->groupSeries); ?> + group($this->groupSubjectDDC); ?> + group($this->groupSubjectSwd); ?> group($this->groupSubjectUncontrolled); ?> + + element($this->IdentifierIsbn); ?> + element($this->IdentifierDoi); ?> + element($this->IdentifierUrl); ?> + group($this->groupInstitute); ?> - element($this->Note); ?> - element($this->Language); ?> element($this->Licence); ?> - group($this->groupSeries); ?> - + element($this->open_access); ?> + element($this->Note); ?> +
element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> element('button_label_send', "class='form-button submit-button'", "Submit", "send"); ?> @@ -69,8 +86,8 @@
-endTemplate($this->form, $this->count) !== "") : ?> -
endTemplate($this->form, $this->count); ?>
- + endTemplate($this->form, $this->count) !== "") : ?> +
endTemplate($this->form, $this->count); ?>
+ -
\ No newline at end of file +
diff --git a/application/configs/doctypes_templates/review.phtml b/application/configs/doctypes_templates/review.phtml index 55cd22062..329b3bfea 100644 --- a/application/configs/doctypes_templates/review.phtml +++ b/application/configs/doctypes_templates/review.phtml @@ -1,5 +1,4 @@

translate($this->title) ?>

-

subtitle ?>

+

subtitle?>

errorCaseMessage)) : ?>

errorCaseMessage; ?>

- + -
-
-

requiredHint; ?>

+ +
+

requiredHint; ?>

- count = 0; ?> + count = 0; ?> group($this->groupPersonSubmitter); ?> + element($this->Language); ?> + group($this->groupPersonAuthor); ?> group($this->groupTitleMain); ?> - group($this->groupTitleParent); ?> + group($this->groupTitleSub); ?> group($this->groupTitleAbstract); ?> - group($this->groupPersonAuthor); ?> + + group($this->groupTitleParent); ?> + element($this->Volume); ?> + element($this->Issue); ?> + + element($this->ArticleNumber); ?> + element($this->PageNumber); ?> + element($this->PageFirst); ?> + element($this->PageLast); ?> + element($this->CompletedYear); ?> element($this->CompletedDate); ?> + element($this->PublishedDate); ?> + element($this->EmbargoDate); ?> + group($this->groupThesisPublisher); ?> - element($this->PageFirst); ?> - element($this->PageLast); ?> - element($this->ArticleNumber); ?> - element($this->PageNumber); ?> - element($this->PublisherName); ?> element($this->PublisherPlace); ?> - element($this->PublishedDate); ?> + element($this->PublisherName); ?> + group($this->groupSeries); ?> + group($this->groupSubjectDDC); ?> + group($this->groupSubjectSwd); ?> group($this->groupSubjectUncontrolled); ?> + + element($this->IdentifierDoi); ?> + group($this->groupInstitute); ?> - element($this->Note); ?> - element($this->Language); ?> element($this->Licence); ?> - group($this->groupSeries); ?> - + element($this->open_access); ?> + element($this->Note); ?> +
element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> element('button_label_send', "class='form-button submit-button'", "Submit", "send"); ?> @@ -75,8 +87,8 @@
- endTemplate($this->form, $this->count) !== "") : ?> -
endTemplate($this->form, $this->count); ?>
- + endTemplate($this->form, $this->count) !== "") : ?> +
endTemplate($this->form, $this->count); ?>
+ -
\ No newline at end of file +
diff --git a/application/configs/doctypes_templates/sound.phtml b/application/configs/doctypes_templates/sound.phtml index ed11cce68..bd0ac7a21 100644 --- a/application/configs/doctypes_templates/sound.phtml +++ b/application/configs/doctypes_templates/sound.phtml @@ -1,5 +1,4 @@

translate($this->title) ?>

-

subtitle ?>

+

subtitle?>

errorCaseMessage)) : ?>

errorCaseMessage; ?>

-
-
-

requiredHint; ?>

+ +
+

requiredHint; ?>

- count = 0; ?> + count = 0; ?> group($this->groupPersonSubmitter); ?> + element($this->Language); ?> + group($this->groupPersonAuthor); ?> group($this->groupTitleMain); ?> + group($this->groupTitleSub); ?> group($this->groupTitleAbstract); ?> - group($this->groupPersonAuthor); ?> + group($this->groupTitleParent); ?> + element($this->CompletedYear); ?> element($this->CompletedDate); ?> - group($this->groupThesisPublisher); ?> group($this->groupPersonContributor); ?> - element($this->CreatingCorporation); ?> element($this->ContributingCorporation); ?> - element($this->PublisherName); ?> + + group($this->groupThesisPublisher); ?> element($this->PublisherPlace); ?> - element($this->PublishedDate); ?> + element($this->PublisherName); ?> + group($this->groupSeries); ?> + group($this->groupSubjectDDC); ?> + group($this->groupSubjectSwd); ?> group($this->groupSubjectUncontrolled); ?> + + element($this->IdentifierDoi); ?> + group($this->groupInstitute); ?> - element($this->Note); ?> - element($this->Language); ?> element($this->Licence); ?> - group($this->groupSeries); ?> + element($this->open_access); ?> + element($this->Note); ?>
element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> @@ -73,8 +79,8 @@
-endTemplate($this->form, $this->count) !== "") : ?> -
endTemplate($this->form, $this->count); ?>
- + endTemplate($this->form, $this->count) !== "") : ?> +
endTemplate($this->form, $this->count); ?>
+ -
\ No newline at end of file +
diff --git a/application/configs/doctypes_templates/studythesis.phtml b/application/configs/doctypes_templates/studythesis.phtml index 0bb777791..38ee69223 100644 --- a/application/configs/doctypes_templates/studythesis.phtml +++ b/application/configs/doctypes_templates/studythesis.phtml @@ -1,5 +1,4 @@ -

translate($this->title) ?>

-

subtitle ?>

+

subtitle?>

errorCaseMessage)) : ?>

errorCaseMessage; ?>

-
-
-

requiredHint; ?>

+ +
+

requiredHint; ?>

- count = 0; ?> + count = 0; ?> group($this->groupPersonSubmitter); ?> + element($this->Language); ?> + group($this->groupPersonAuthor); ?> group($this->groupTitleMain); ?> + group($this->groupTitleSub); ?> group($this->groupTitleAbstract); ?> - group($this->groupPersonAuthor); ?> + group($this->groupTitleParent); ?> + + element($this->PageNumber); ?> element($this->CompletedYear); ?> element($this->CompletedDate); ?> - group($this->groupThesisPublisher); ?> + group($this->groupPersonAdvisor); ?> - group($this->groupInstitute); ?> - element($this->PageNumber); ?> + element($this->ContributingCorporation); ?> + + group($this->groupThesisPublisher); ?> + group($this->groupSeries); ?> + group($this->groupSubjectDDC); ?> + group($this->groupSubjectSwd); ?> group($this->groupSubjectUncontrolled); ?> - element($this->Note); ?> - element($this->Language); ?> + + element($this->IdentifierDoi); ?> + + group($this->groupInstitute); ?> element($this->Licence); ?> - group($this->groupSeries); ?> - + element($this->open_access); ?> + element($this->Note); ?> +
element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> element('button_label_send', "class='form-button submit-button'", "Submit", "send"); ?> @@ -69,8 +79,8 @@
-endTemplate($this->form, $this->count) !== "") : ?> -
endTemplate($this->form, $this->count); ?>
- + endTemplate($this->form, $this->count) !== "") : ?> +
endTemplate($this->form, $this->count); ?>
+ -
\ No newline at end of file +
diff --git a/application/configs/doctypes_templates/workingpaper.phtml b/application/configs/doctypes_templates/workingpaper.phtml index 211192887..f34db32ef 100644 --- a/application/configs/doctypes_templates/workingpaper.phtml +++ b/application/configs/doctypes_templates/workingpaper.phtml @@ -1,5 +1,4 @@

translate($this->title) ?>

-

subtitle ?>

+

subtitle?>

errorCaseMessage)) : ?>

errorCaseMessage; ?>

-
-
-

requiredHint; ?>

- count = 0; ?> + +
+

requiredHint; ?>

+ count = 0; ?> group($this->groupPersonSubmitter); ?> + element($this->Language); ?> + group($this->groupPersonAuthor); ?> group($this->groupTitleMain); ?> - group($this->groupTitleParent); ?> + group($this->groupTitleSub); ?> group($this->groupTitleAbstract); ?> - group($this->groupPersonAuthor); ?> + group($this->groupTitleParent); ?> + + element($this->PageNumber); ?> element($this->CompletedYear); ?> element($this->CompletedDate); ?> + + element($this->ContributingCorporation); ?> + group($this->groupThesisPublisher); ?> - element($this->PageNumber); ?> + element($this->PublisherPlace); ?> + element($this->PublisherName); ?> + group($this->groupSeries); ?> + group($this->groupSubjectDDC); ?> group($this->groupSubjectSwd); ?> group($this->groupSubjectUncontrolled); ?> + + element($this->IdentifierDoi); ?> + group($this->groupInstitute); ?> - element($this->Note); ?> - element($this->Language); ?> element($this->Licence); ?> - group($this->groupSeries); ?> - + element($this->open_access); ?> + element($this->Note); ?> +
element('button_label_abort', "class='form-button abort-button'", "Submit", "abort"); ?> element('button_label_send', "class='form-button submit-button'", "Submit", "send"); ?> @@ -71,7 +81,7 @@ endTemplate($this->form, $this->count) !== "") : ?> -
endTemplate($this->form, $this->count); ?>
+
endTemplate($this->form, $this->count); ?>
-
\ No newline at end of file +
From f53e13fa80942e69ca06463f0ead0401db745ee6 Mon Sep 17 00:00:00 2001 From: alw-bsz Date: Mon, 6 Nov 2023 12:18:38 +0100 Subject: [PATCH 3/8] #1049: Correcting DocumentTypesTest --- .../Application/Controller/Action/Helper/DocumentTypesTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/library/Application/Controller/Action/Helper/DocumentTypesTest.php b/tests/library/Application/Controller/Action/Helper/DocumentTypesTest.php index b4d587f35..f67f740c5 100644 --- a/tests/library/Application/Controller/Action/Helper/DocumentTypesTest.php +++ b/tests/library/Application/Controller/Action/Helper/DocumentTypesTest.php @@ -350,7 +350,7 @@ public function testGetTemplates() { $templates = $this->docTypeHelper->getTemplates(); - $this->assertCount(32, $templates); + $this->assertCount(54, $templates); foreach ($templates as $name => $path) { $file = new SplFileInfo($path); From 292533ecac20010e7499d93d7e80095e293e8261 Mon Sep 17 00:00:00 2001 From: alw-bsz Date: Fri, 10 Nov 2023 12:59:06 +0100 Subject: [PATCH 4/8] #1049, #1142: fixes tests for new and revisioned doctypes --- tests/modules/frontdoor/models/HtmlMetaTagsTest.php | 2 +- tests/modules/publish/controllers/FormControllerTest.php | 2 +- tests/modules/publish/models/ExtendedValidationTest.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/modules/frontdoor/models/HtmlMetaTagsTest.php b/tests/modules/frontdoor/models/HtmlMetaTagsTest.php index 512d3367c..4ac378247 100644 --- a/tests/modules/frontdoor/models/HtmlMetaTagsTest.php +++ b/tests/modules/frontdoor/models/HtmlMetaTagsTest.php @@ -887,7 +887,7 @@ public function testGetMappingConfig() $config = $metaTags->getMappingConfig(); - $this->assertCount(16, $config); + $this->assertCount(31, $config); $this->assertCount(6, array_unique($config)); // a sample check diff --git a/tests/modules/publish/controllers/FormControllerTest.php b/tests/modules/publish/controllers/FormControllerTest.php index 3b70c64f1..56826c73c 100644 --- a/tests/modules/publish/controllers/FormControllerTest.php +++ b/tests/modules/publish/controllers/FormControllerTest.php @@ -207,7 +207,7 @@ public function testCheckActionWithValidPostAndSendButtonAndAllRequiredFields() $doc = $this->createTemporaryDoc(); $session = new Zend_Session_Namespace('Publish'); - $session->documentType = 'preprint'; + $session->documentType = 'all'; $session->documentId = $doc->getId(); $session->fulltext = '0'; $session->additionalFields = []; diff --git a/tests/modules/publish/models/ExtendedValidationTest.php b/tests/modules/publish/models/ExtendedValidationTest.php index 01d0af504..f1a4c6496 100644 --- a/tests/modules/publish/models/ExtendedValidationTest.php +++ b/tests/modules/publish/models/ExtendedValidationTest.php @@ -97,7 +97,7 @@ public function testPersonsEmailNotificationWithValidData() $config = $this->getConfig(); $config->documentTypes->include = 'all,preprint,article,demo,workingpaper'; $session = new Zend_Session_Namespace('Publish'); - $session->documentType = 'workingpaper'; + $session->documentType = 'all'; $form = new Publish_Form_PublishingSecond($this->logger); $data = [ 'PersonSubmitterFirstName_1' => 'John', @@ -123,7 +123,7 @@ public function testPersonsEmailNotificationWithInvalidData() $config = $this->getConfig(); $config->documentTypes->include = 'all,preprint,article,demo,workingpaper'; $session = new Zend_Session_Namespace('Publish'); - $session->documentType = 'workingpaper'; + $session->documentType = 'all'; $form = new Publish_Form_PublishingSecond($this->logger); $data = [ 'PersonSubmitterFirstName_1' => 'John', From 111decec8fb5a0dc05e0b67160f3f234a807cce3 Mon Sep 17 00:00:00 2001 From: alw-bsz Date: Fri, 10 Nov 2023 13:16:25 +0100 Subject: [PATCH 5/8] #1049, #1142: Some fine tuning of the publish forms --- application/configs/doctypes/annotation.xml | 9 +- application/configs/doctypes/article.xml | 11 +- .../configs/doctypes/bachelorthesis.xml | 14 +- application/configs/doctypes/book.xml | 8 +- application/configs/doctypes/bookpart.xml | 9 +- .../configs/doctypes/conferenceabstract.xml | 8 +- .../configs/doctypes/conferenceobject.xml | 8 +- .../configs/doctypes/conferencepaper.xml | 10 +- .../configs/doctypes/conferenceposter.xml | 6 +- .../doctypes/conferenceproceedings.xml | 6 +- .../configs/doctypes/conferenceslides.xml | 6 +- .../doctypes/contributiontoperiodical.xml | 14 +- application/configs/doctypes/corrigendum.xml | 13 +- .../configs/doctypes/coursematerial.xml | 6 +- application/configs/doctypes/datapaper.xml | 10 +- application/configs/doctypes/diplom.xml | 2 +- .../configs/doctypes/doctoralthesis.xml | 12 +- application/configs/doctypes/doi.xml | 4 +- .../configs/doctypes/dynamicwebresource.xml | 4 +- .../doctypes/dynamicwebresourcepart.xml | 5 +- .../configs/doctypes/editedcollection.xml | 4 +- application/configs/doctypes/editorial.xml | 9 +- application/configs/doctypes/examen.xml | 2 +- application/configs/doctypes/habilitation.xml | 12 +- application/configs/doctypes/image.xml | 6 +- application/configs/doctypes/lecture.xml | 6 +- application/configs/doctypes/letter.xml | 11 +- application/configs/doctypes/magister.xml | 2 +- application/configs/doctypes/masterthesis.xml | 12 +- application/configs/doctypes/monograph.xml | 4 +- application/configs/doctypes/movingimage.xml | 6 +- .../configs/doctypes/musicalnotation.xml | 5 +- application/configs/doctypes/other.xml | 6 +- application/configs/doctypes/periodical.xml | 9 +- .../configs/doctypes/periodicalpart.xml | 11 +- application/configs/doctypes/preprint.xml | 8 +- application/configs/doctypes/report.xml | 6 +- .../configs/doctypes/researcharticle.xml | 9 +- application/configs/doctypes/researchdata.xml | 7 +- application/configs/doctypes/review.xml | 8 +- .../configs/doctypes/reviewarticle.xml | 12 +- application/configs/doctypes/software.xml | 6 +- .../configs/doctypes/softwarepaper.xml | 9 +- application/configs/doctypes/sound.xml | 6 +- .../configs/doctypes/sourceedition.xml | 4 +- application/configs/doctypes/studythesis.xml | 8 +- application/configs/doctypes/website.xml | 4 +- application/configs/doctypes/workingpaper.xml | 6 +- .../doctypes_templates/annotation.phtml | 5 +- .../configs/doctypes_templates/article.phtml | 3 +- .../doctypes_templates/bachelorthesis.phtml | 2 +- .../configs/doctypes_templates/book.phtml | 2 +- .../configs/doctypes_templates/bookpart.phtml | 2 +- .../conferenceabstract.phtml | 3 +- .../doctypes_templates/conferenceobject.phtml | 2 +- .../doctypes_templates/conferencepaper.phtml | 3 +- .../doctypes_templates/conferenceposter.phtml | 4 +- .../doctypes_templates/conferenceslides.phtml | 2 +- .../contributiontoperiodical.phtml | 3 +- .../doctypes_templates/corrigendum.phtml | 3 +- .../doctypes_templates/coursematerial.phtml | 2 +- .../doctypes_templates/datapaper.phtml | 3 +- .../doctypes_templates/doctoralthesis.phtml | 2 +- .../configs/doctypes_templates/doi.phtml | 2 - .../dynamicwebresource.phtml | 1 + .../dynamicwebresourcepart.phtml | 1 - .../doctypes_templates/editedcollection.phtml | 2 +- .../doctypes_templates/editorial.phtml | 3 +- .../doctypes_templates/habilitation.phtml | 2 +- .../configs/doctypes_templates/image.phtml | 2 +- .../configs/doctypes_templates/lecture.phtml | 2 +- .../configs/doctypes_templates/letter.phtml | 4 +- .../doctypes_templates/masterthesis.phtml | 3 +- .../doctypes_templates/movingimage.phtml | 2 +- .../doctypes_templates/musicalnotation.phtml | 2 +- .../configs/doctypes_templates/other.phtml | 2 +- .../doctypes_templates/periodical.phtml | 2 +- .../doctypes_templates/periodicalpart.phtml | 3 +- .../configs/doctypes_templates/preprint.phtml | 2 +- .../configs/doctypes_templates/report.phtml | 2 +- .../doctypes_templates/researcharticle.phtml | 3 +- .../configs/doctypes_templates/review.phtml | 2 +- .../doctypes_templates/reviewarticle.phtml | 3 +- .../doctypes_templates/softwarepaper.phtml | 3 +- .../configs/doctypes_templates/sound.phtml | 2 +- .../doctypes_templates/sourceedition.phtml | 2 +- .../doctypes_templates/studythesis.phtml | 2 +- .../doctypes_templates/workingpaper.phtml | 2 +- modules/default/language/fieldnames.tmx | 13 +- modules/default/language/fieldvalues.tmx | 2 +- modules/publish/language/field_header.tmx | 1466 ++++---- modules/publish/language/field_hints.tmx | 3318 +++++++++-------- modules/publish/language/publish.tmx | 1148 +++--- 93 files changed, 3284 insertions(+), 3123 deletions(-) diff --git a/application/configs/doctypes/annotation.xml b/application/configs/doctypes/annotation.xml index 6689d138b..3bd6997f3 100644 --- a/application/configs/doctypes/annotation.xml +++ b/application/configs/doctypes/annotation.xml @@ -25,17 +25,15 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @copyright Copyright (c) 2023, OPUS 4 development team + * @copyright Copyright (c) 2008, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ --> - @@ -56,6 +54,7 @@ + @@ -71,7 +70,9 @@ - + + + diff --git a/application/configs/doctypes/article.xml b/application/configs/doctypes/article.xml index c5b07bb27..e44f5eeaf 100644 --- a/application/configs/doctypes/article.xml +++ b/application/configs/doctypes/article.xml @@ -24,7 +24,7 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @copyright Copyright (c) 2023, OPUS 4 development team + * @copyright Copyright (c) 2008, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ --> @@ -39,7 +39,7 @@ - + @@ -40,7 +40,7 @@ - + @@ -66,7 +66,9 @@ - + + + @@ -79,7 +81,7 @@ - + diff --git a/application/configs/doctypes/bookpart.xml b/application/configs/doctypes/bookpart.xml index 043c25aa0..5572d415f 100644 --- a/application/configs/doctypes/bookpart.xml +++ b/application/configs/doctypes/bookpart.xml @@ -25,7 +25,7 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @copyright Copyright (c) 2023, OPUS 4 development team + * @copyright Copyright (c) 2008, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ --> @@ -34,7 +34,6 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opus-repository.org/schema/documenttype http://www.opus-repository.org/schema/documenttype.xsd"> - @@ -67,7 +66,9 @@ - + + + @@ -80,7 +81,7 @@ - + diff --git a/application/configs/doctypes/conferenceabstract.xml b/application/configs/doctypes/conferenceabstract.xml index d7396d053..fd1412050 100644 --- a/application/configs/doctypes/conferenceabstract.xml +++ b/application/configs/doctypes/conferenceabstract.xml @@ -52,7 +52,9 @@ + + @@ -68,7 +70,9 @@ - + + + @@ -77,7 +81,7 @@ - + diff --git a/application/configs/doctypes/conferenceobject.xml b/application/configs/doctypes/conferenceobject.xml index fdf3d6521..b2598dc16 100644 --- a/application/configs/doctypes/conferenceobject.xml +++ b/application/configs/doctypes/conferenceobject.xml @@ -25,7 +25,7 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @copyright Copyright (c) 2023, OPUS 4 development team + * @copyright Copyright (c) 2008, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ --> @@ -71,7 +71,9 @@ - + + + @@ -85,7 +87,7 @@ - + diff --git a/application/configs/doctypes/conferencepaper.xml b/application/configs/doctypes/conferencepaper.xml index 4e74c95f7..4902cdf28 100644 --- a/application/configs/doctypes/conferencepaper.xml +++ b/application/configs/doctypes/conferencepaper.xml @@ -40,7 +40,7 @@ - + @@ -33,7 +34,6 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opus-repository.org/schema/documenttype http://www.opus-repository.org/schema/documenttype.xsd"> - @@ -52,7 +52,9 @@ + + @@ -68,7 +70,9 @@ - + + + @@ -77,7 +81,7 @@ - + diff --git a/application/configs/doctypes/corrigendum.xml b/application/configs/doctypes/corrigendum.xml index dde2d67e4..99da196de 100644 --- a/application/configs/doctypes/corrigendum.xml +++ b/application/configs/doctypes/corrigendum.xml @@ -1,5 +1,6 @@ - @@ -65,7 +65,9 @@ - + + + diff --git a/application/configs/doctypes/datapaper.xml b/application/configs/doctypes/datapaper.xml index f3fc04f0a..b3f733454 100644 --- a/application/configs/doctypes/datapaper.xml +++ b/application/configs/doctypes/datapaper.xml @@ -1,5 +1,6 @@ - @@ -40,7 +40,7 @@ - + @@ -40,7 +40,7 @@ - + @@ -62,7 +62,9 @@ - + + + diff --git a/application/configs/doctypes/lecture.xml b/application/configs/doctypes/lecture.xml index 332289fc8..3cd0d3b3a 100644 --- a/application/configs/doctypes/lecture.xml +++ b/application/configs/doctypes/lecture.xml @@ -25,7 +25,7 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @copyright Copyright (c) 2023, OPUS 4 development team + * @copyright Copyright (c) 2008, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ --> @@ -63,7 +63,9 @@ - + + + diff --git a/application/configs/doctypes/letter.xml b/application/configs/doctypes/letter.xml index 55c20bdbf..e261ae777 100644 --- a/application/configs/doctypes/letter.xml +++ b/application/configs/doctypes/letter.xml @@ -1,5 +1,6 @@ - @@ -40,7 +40,7 @@ - + @@ -62,7 +62,9 @@ - + + + diff --git a/application/configs/doctypes/musicalnotation.xml b/application/configs/doctypes/musicalnotation.xml index 37087c140..f97987dad 100644 --- a/application/configs/doctypes/musicalnotation.xml +++ b/application/configs/doctypes/musicalnotation.xml @@ -31,7 +31,6 @@ --> @@ -65,7 +64,9 @@ - + + + diff --git a/application/configs/doctypes/other.xml b/application/configs/doctypes/other.xml index 475e0fb11..b7edea4a3 100644 --- a/application/configs/doctypes/other.xml +++ b/application/configs/doctypes/other.xml @@ -25,7 +25,7 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @copyright Copyright (c) 2023, OPUS 4 development team + * @copyright Copyright (c) 2008, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ --> @@ -63,7 +63,9 @@ - + + + diff --git a/application/configs/doctypes/periodical.xml b/application/configs/doctypes/periodical.xml index 85b0c42fc..5014f61de 100644 --- a/application/configs/doctypes/periodical.xml +++ b/application/configs/doctypes/periodical.xml @@ -1,5 +1,6 @@ - @@ -53,7 +54,9 @@ - + + + diff --git a/application/configs/doctypes/periodicalpart.xml b/application/configs/doctypes/periodicalpart.xml index dd648f85b..05fb1e676 100644 --- a/application/configs/doctypes/periodicalpart.xml +++ b/application/configs/doctypes/periodicalpart.xml @@ -1,5 +1,6 @@ - @@ -51,6 +52,8 @@ + + @@ -66,7 +69,9 @@ - + + + diff --git a/application/configs/doctypes/preprint.xml b/application/configs/doctypes/preprint.xml index 9ac909445..c5a1b1f73 100644 --- a/application/configs/doctypes/preprint.xml +++ b/application/configs/doctypes/preprint.xml @@ -25,7 +25,7 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @copyright Copyright (c) 2023, OPUS 4 development team + * @copyright Copyright (c) 2008, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ --> @@ -40,7 +40,7 @@ - + @@ -67,7 +67,9 @@ - + + + diff --git a/application/configs/doctypes/researcharticle.xml b/application/configs/doctypes/researcharticle.xml index 2b99cec5d..cc5c06642 100644 --- a/application/configs/doctypes/researcharticle.xml +++ b/application/configs/doctypes/researcharticle.xml @@ -1,5 +1,6 @@ - @@ -41,7 +40,7 @@ - + @@ -40,7 +40,7 @@ - + - @@ -63,7 +61,9 @@ - + + + diff --git a/application/configs/doctypes/softwarepaper.xml b/application/configs/doctypes/softwarepaper.xml index fb6309814..499606fbd 100644 --- a/application/configs/doctypes/softwarepaper.xml +++ b/application/configs/doctypes/softwarepaper.xml @@ -1,5 +1,6 @@ - @@ -61,7 +61,9 @@ - + + + diff --git a/application/configs/doctypes/sourceedition.xml b/application/configs/doctypes/sourceedition.xml index b21c0a002..017678ac4 100644 --- a/application/configs/doctypes/sourceedition.xml +++ b/application/configs/doctypes/sourceedition.xml @@ -73,7 +73,9 @@ - + + + diff --git a/application/configs/doctypes/studythesis.xml b/application/configs/doctypes/studythesis.xml index d25eff972..df47312f0 100644 --- a/application/configs/doctypes/studythesis.xml +++ b/application/configs/doctypes/studythesis.xml @@ -25,7 +25,7 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @copyright Copyright (c) 2023, OPUS 4 development team + * @copyright Copyright (c) 2008, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ --> @@ -40,7 +40,7 @@ - + @@ -61,7 +61,9 @@ - + + + diff --git a/application/configs/doctypes_templates/annotation.phtml b/application/configs/doctypes_templates/annotation.phtml index 05fe3077e..c2355d704 100644 --- a/application/configs/doctypes_templates/annotation.phtml +++ b/application/configs/doctypes_templates/annotation.phtml @@ -24,7 +24,7 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @copyright Copyright (c) 2023, OPUS 4 development team + * @copyright Copyright (c) 2008, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ ?> @@ -51,11 +51,12 @@ group($this->groupTitleAbstract); ?> group($this->groupTitleParent); ?> + group($this->groupSeries); ?> element($this->Volume); ?> element($this->Issue); ?> element($this->ArticleNumber); ?> - element($this->PageNumber); ?> + element($this->PageNumber); ?> element($this->PageFirst); ?> element($this->PageLast); ?> diff --git a/application/configs/doctypes_templates/article.phtml b/application/configs/doctypes_templates/article.phtml index 3c3bc08f0..71e4a0355 100644 --- a/application/configs/doctypes_templates/article.phtml +++ b/application/configs/doctypes_templates/article.phtml @@ -24,7 +24,7 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @copyright Copyright (c) 2023, OPUS 4 development team + * @copyright Copyright (c) 2008, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ ?> @@ -50,6 +50,7 @@ group($this->groupTitleAbstract); ?> group($this->groupTitleParent); ?> + group($this->groupSeries); ?> element($this->Volume); ?> element($this->Issue); ?> diff --git a/application/configs/doctypes_templates/bachelorthesis.phtml b/application/configs/doctypes_templates/bachelorthesis.phtml index 041d54bda..b68cf4356 100644 --- a/application/configs/doctypes_templates/bachelorthesis.phtml +++ b/application/configs/doctypes_templates/bachelorthesis.phtml @@ -24,7 +24,7 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @copyright Copyright (c) 2023, OPUS 4 development team + * @copyright Copyright (c) 2008, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ ?> diff --git a/application/configs/doctypes_templates/book.phtml b/application/configs/doctypes_templates/book.phtml index a78f62a0c..17db6ccd9 100644 --- a/application/configs/doctypes_templates/book.phtml +++ b/application/configs/doctypes_templates/book.phtml @@ -24,7 +24,7 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @copyright Copyright (c) 2023, OPUS 4 development team + * @copyright Copyright (c) 2008, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ ?> diff --git a/application/configs/doctypes_templates/bookpart.phtml b/application/configs/doctypes_templates/bookpart.phtml index 2375c975c..694113ac5 100644 --- a/application/configs/doctypes_templates/bookpart.phtml +++ b/application/configs/doctypes_templates/bookpart.phtml @@ -24,7 +24,7 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @copyright Copyright (c) 2023, OPUS 4 development team + * @copyright Copyright (c) 2008, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ ?> diff --git a/application/configs/doctypes_templates/conferenceabstract.phtml b/application/configs/doctypes_templates/conferenceabstract.phtml index 50fcea4f7..8fda3007f 100644 --- a/application/configs/doctypes_templates/conferenceabstract.phtml +++ b/application/configs/doctypes_templates/conferenceabstract.phtml @@ -51,11 +51,12 @@ group($this->groupTitleAbstract); ?> group($this->groupTitleParent); ?> + group($this->groupSeries); ?> element($this->Volume); ?> element($this->Issue); ?> element($this->ArticleNumber); ?> - element($this->PageNumber); ?> + element($this->PageNumber); ?> element($this->PageFirst); ?> element($this->PageLast); ?> diff --git a/application/configs/doctypes_templates/conferenceobject.phtml b/application/configs/doctypes_templates/conferenceobject.phtml index 8d7b261fd..58b64de20 100644 --- a/application/configs/doctypes_templates/conferenceobject.phtml +++ b/application/configs/doctypes_templates/conferenceobject.phtml @@ -24,7 +24,7 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @copyright Copyright (c) 2023, OPUS 4 development team + * @copyright Copyright (c) 2008, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ ?> diff --git a/application/configs/doctypes_templates/conferencepaper.phtml b/application/configs/doctypes_templates/conferencepaper.phtml index c9835705a..a92434a10 100644 --- a/application/configs/doctypes_templates/conferencepaper.phtml +++ b/application/configs/doctypes_templates/conferencepaper.phtml @@ -51,11 +51,12 @@ group($this->groupTitleAbstract); ?> group($this->groupTitleParent); ?> + group($this->groupSeries); ?> element($this->Volume); ?> element($this->Issue); ?> element($this->ArticleNumber); ?> - element($this->PageNumber); ?> + element($this->PageNumber); ?> element($this->PageFirst); ?> element($this->PageLast); ?> diff --git a/application/configs/doctypes_templates/conferenceposter.phtml b/application/configs/doctypes_templates/conferenceposter.phtml index 771463ea9..d3eb88b79 100644 --- a/application/configs/doctypes_templates/conferenceposter.phtml +++ b/application/configs/doctypes_templates/conferenceposter.phtml @@ -41,7 +41,7 @@

requiredHint; ?>

- count = 0; ?> + count = 0; ?> group($this->groupPersonSubmitter); ?> element($this->Language); ?> group($this->groupPersonAuthor); ?> @@ -54,7 +54,7 @@ element($this->PageNumber); ?> element($this->CompletedYear); ?> element($this->CompletedDate); ?> - element($this->PublishedDate); ?> + element($this->PublishedDate); ?> element($this->ContributingCorporation); ?> group($this->groupThesisPublisher); ?> diff --git a/application/configs/doctypes_templates/conferenceslides.phtml b/application/configs/doctypes_templates/conferenceslides.phtml index 4c006ef16..7248322c8 100644 --- a/application/configs/doctypes_templates/conferenceslides.phtml +++ b/application/configs/doctypes_templates/conferenceslides.phtml @@ -24,7 +24,7 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * -* @copyright Copyright (c) 2023, OPUS 4 development team + * @copyright Copyright (c) 2023, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ ?> diff --git a/application/configs/doctypes_templates/contributiontoperiodical.phtml b/application/configs/doctypes_templates/contributiontoperiodical.phtml index a2ca561e1..206854b8f 100644 --- a/application/configs/doctypes_templates/contributiontoperiodical.phtml +++ b/application/configs/doctypes_templates/contributiontoperiodical.phtml @@ -24,7 +24,7 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @copyright Copyright (c) 2023, OPUS 4 development team + * @copyright Copyright (c) 2008, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ ?> @@ -50,6 +50,7 @@ group($this->groupTitleAbstract); ?> group($this->groupTitleParent); ?> + group($this->groupSeries); ?> element($this->Volume); ?> element($this->Issue); ?> diff --git a/application/configs/doctypes_templates/corrigendum.phtml b/application/configs/doctypes_templates/corrigendum.phtml index 382b11560..efd6aa300 100644 --- a/application/configs/doctypes_templates/corrigendum.phtml +++ b/application/configs/doctypes_templates/corrigendum.phtml @@ -50,11 +50,12 @@ group($this->groupTitleAbstract); ?> group($this->groupTitleParent); ?> + group($this->groupSeries); ?> element($this->Volume); ?> element($this->Issue); ?> element($this->ArticleNumber); ?> - element($this->PageNumber); ?> + element($this->PageNumber); ?> element($this->PageFirst); ?> element($this->PageLast); ?> diff --git a/application/configs/doctypes_templates/coursematerial.phtml b/application/configs/doctypes_templates/coursematerial.phtml index 65533a667..7b3496cbf 100644 --- a/application/configs/doctypes_templates/coursematerial.phtml +++ b/application/configs/doctypes_templates/coursematerial.phtml @@ -24,7 +24,7 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @copyright Copyright (c) 2023, OPUS 4 development team + * @copyright Copyright (c) 2008, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ ?> diff --git a/application/configs/doctypes_templates/datapaper.phtml b/application/configs/doctypes_templates/datapaper.phtml index b0a14287d..7213046ca 100644 --- a/application/configs/doctypes_templates/datapaper.phtml +++ b/application/configs/doctypes_templates/datapaper.phtml @@ -50,11 +50,12 @@ group($this->groupTitleAbstract); ?> group($this->groupTitleParent); ?> + group($this->groupSeries); ?> element($this->Volume); ?> element($this->Issue); ?> element($this->ArticleNumber); ?> - element($this->PageNumber); ?> + element($this->PageNumber); ?> element($this->PageFirst); ?> element($this->PageLast); ?> diff --git a/application/configs/doctypes_templates/doctoralthesis.phtml b/application/configs/doctypes_templates/doctoralthesis.phtml index 2e97acd3c..9007b770b 100644 --- a/application/configs/doctypes_templates/doctoralthesis.phtml +++ b/application/configs/doctypes_templates/doctoralthesis.phtml @@ -24,7 +24,7 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @copyright Copyright (c) 2023, OPUS 4 development team + * @copyright Copyright (c) 2008, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ ?> diff --git a/application/configs/doctypes_templates/doi.phtml b/application/configs/doctypes_templates/doi.phtml index 9712bd569..1dbc95d1b 100644 --- a/application/configs/doctypes_templates/doi.phtml +++ b/application/configs/doctypes_templates/doi.phtml @@ -1,5 +1,4 @@  +

translate($this->title) ?>

subtitle?>

diff --git a/application/configs/doctypes_templates/dynamicwebresourcepart.phtml b/application/configs/doctypes_templates/dynamicwebresourcepart.phtml index 99ccafdcc..947f4643f 100644 --- a/application/configs/doctypes_templates/dynamicwebresourcepart.phtml +++ b/application/configs/doctypes_templates/dynamicwebresourcepart.phtml @@ -60,7 +60,6 @@ group($this->groupThesisPublisher); ?> element($this->PublisherPlace); ?> element($this->PublisherName); ?> - group($this->groupSeries); ?> group($this->groupSubjectDDC); ?> group($this->groupSubjectSwd); ?> diff --git a/application/configs/doctypes_templates/editedcollection.phtml b/application/configs/doctypes_templates/editedcollection.phtml index 7f6e0cf74..132da0e3e 100644 --- a/application/configs/doctypes_templates/editedcollection.phtml +++ b/application/configs/doctypes_templates/editedcollection.phtml @@ -54,7 +54,7 @@ element($this->CompletedYear); ?> element($this->CompletedDate); ?> - element($this->PublishedDate); ?> + element($this->PublishedDate); ?> element($this->Edition); ?> group($this->groupPersonEditor); ?> diff --git a/application/configs/doctypes_templates/editorial.phtml b/application/configs/doctypes_templates/editorial.phtml index ae91717eb..ea02dd3cb 100644 --- a/application/configs/doctypes_templates/editorial.phtml +++ b/application/configs/doctypes_templates/editorial.phtml @@ -50,11 +50,12 @@ group($this->groupTitleAbstract); ?> group($this->groupTitleParent); ?> + group($this->groupSeries); ?> element($this->Volume); ?> element($this->Issue); ?> element($this->ArticleNumber); ?> - element($this->PageNumber); ?> + element($this->PageNumber); ?> element($this->PageFirst); ?> element($this->PageLast); ?> diff --git a/application/configs/doctypes_templates/habilitation.phtml b/application/configs/doctypes_templates/habilitation.phtml index 61280eb23..1d4b0bc4a 100644 --- a/application/configs/doctypes_templates/habilitation.phtml +++ b/application/configs/doctypes_templates/habilitation.phtml @@ -24,7 +24,7 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @copyright Copyright (c) 2023, OPUS 4 development team + * @copyright Copyright (c) 2008, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ ?> diff --git a/application/configs/doctypes_templates/image.phtml b/application/configs/doctypes_templates/image.phtml index c62aec127..04f9e337e 100644 --- a/application/configs/doctypes_templates/image.phtml +++ b/application/configs/doctypes_templates/image.phtml @@ -24,7 +24,7 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @copyright Copyright (c) 2023, OPUS 4 development team + * @copyright Copyright (c) 2008, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ ?> diff --git a/application/configs/doctypes_templates/lecture.phtml b/application/configs/doctypes_templates/lecture.phtml index 387960c75..d478b3a41 100644 --- a/application/configs/doctypes_templates/lecture.phtml +++ b/application/configs/doctypes_templates/lecture.phtml @@ -24,7 +24,7 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @copyright Copyright (c) 2023, OPUS 4 development team + * @copyright Copyright (c) 2008, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ ?> diff --git a/application/configs/doctypes_templates/letter.phtml b/application/configs/doctypes_templates/letter.phtml index 43f0c2219..7213046ca 100644 --- a/application/configs/doctypes_templates/letter.phtml +++ b/application/configs/doctypes_templates/letter.phtml @@ -28,6 +28,7 @@ * @license http://www.gnu.org/licenses/gpl.html General Public License */ ?> +

translate($this->title) ?>

subtitle?>

@@ -49,11 +50,12 @@ group($this->groupTitleAbstract); ?> group($this->groupTitleParent); ?> + group($this->groupSeries); ?> element($this->Volume); ?> element($this->Issue); ?> element($this->ArticleNumber); ?> - element($this->PageNumber); ?> + element($this->PageNumber); ?> element($this->PageFirst); ?> element($this->PageLast); ?> diff --git a/application/configs/doctypes_templates/masterthesis.phtml b/application/configs/doctypes_templates/masterthesis.phtml index 50bd871c9..22e773ca2 100644 --- a/application/configs/doctypes_templates/masterthesis.phtml +++ b/application/configs/doctypes_templates/masterthesis.phtml @@ -24,7 +24,7 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @copyright Copyright (c) 2023, OPUS 4 development team + * @copyright Copyright (c) 2008, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ ?> @@ -41,7 +41,6 @@

requiredHint; ?>

- count = 0; ?> group($this->groupPersonSubmitter); ?> element($this->Language); ?> diff --git a/application/configs/doctypes_templates/movingimage.phtml b/application/configs/doctypes_templates/movingimage.phtml index 925ff74e3..d6b84320e 100644 --- a/application/configs/doctypes_templates/movingimage.phtml +++ b/application/configs/doctypes_templates/movingimage.phtml @@ -24,7 +24,7 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @copyright Copyright (c) 2023, OPUS 4 development team + * @copyright Copyright (c) 2008, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ ?> diff --git a/application/configs/doctypes_templates/musicalnotation.phtml b/application/configs/doctypes_templates/musicalnotation.phtml index 3bb61b037..13be61a92 100644 --- a/application/configs/doctypes_templates/musicalnotation.phtml +++ b/application/configs/doctypes_templates/musicalnotation.phtml @@ -24,7 +24,7 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @copyright Copyright (c) 2023, OPUS 4 development team + * @copyright Copyright (c) 2008, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ ?> diff --git a/application/configs/doctypes_templates/other.phtml b/application/configs/doctypes_templates/other.phtml index 371a7f345..6e25ef524 100644 --- a/application/configs/doctypes_templates/other.phtml +++ b/application/configs/doctypes_templates/other.phtml @@ -24,7 +24,7 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @copyright Copyright (c) 2023, OPUS 4 development team + * @copyright Copyright (c) 2008, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ ?> diff --git a/application/configs/doctypes_templates/periodical.phtml b/application/configs/doctypes_templates/periodical.phtml index cb9bcb188..6e6ba75a8 100644 --- a/application/configs/doctypes_templates/periodical.phtml +++ b/application/configs/doctypes_templates/periodical.phtml @@ -24,7 +24,7 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @copyright Copyright (c) 2023, OPUS 4 development team + * @copyright Copyright (c) 2008, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ ?> diff --git a/application/configs/doctypes_templates/periodicalpart.phtml b/application/configs/doctypes_templates/periodicalpart.phtml index f79b579f0..862fdc7a5 100644 --- a/application/configs/doctypes_templates/periodicalpart.phtml +++ b/application/configs/doctypes_templates/periodicalpart.phtml @@ -24,7 +24,7 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @copyright Copyright (c) 2023, OPUS 4 development team + * @copyright Copyright (c) 2008, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ ?> @@ -50,6 +50,7 @@ group($this->groupTitleAbstract); ?> group($this->groupTitleParent); ?> + group($this->groupSeries); ?> element($this->Volume); ?> element($this->Issue); ?> diff --git a/application/configs/doctypes_templates/preprint.phtml b/application/configs/doctypes_templates/preprint.phtml index 910fc4d68..6c022437e 100644 --- a/application/configs/doctypes_templates/preprint.phtml +++ b/application/configs/doctypes_templates/preprint.phtml @@ -24,7 +24,7 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @copyright Copyright (c) 2023, OPUS 4 development team + * @copyright Copyright (c) 2008, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ ?> diff --git a/application/configs/doctypes_templates/report.phtml b/application/configs/doctypes_templates/report.phtml index c9b2c624d..d1e3ce556 100644 --- a/application/configs/doctypes_templates/report.phtml +++ b/application/configs/doctypes_templates/report.phtml @@ -24,7 +24,7 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @copyright Copyright (c) 2023, OPUS 4 development team + * @copyright Copyright (c) 2008, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ ?> diff --git a/application/configs/doctypes_templates/researcharticle.phtml b/application/configs/doctypes_templates/researcharticle.phtml index 82213f910..253dc37c4 100644 --- a/application/configs/doctypes_templates/researcharticle.phtml +++ b/application/configs/doctypes_templates/researcharticle.phtml @@ -50,11 +50,12 @@ group($this->groupTitleAbstract); ?> group($this->groupTitleParent); ?> + group($this->groupSeries); ?> element($this->Volume); ?> element($this->Issue); ?> element($this->ArticleNumber); ?> - element($this->PageNumber); ?> + element($this->PageNumber); ?> element($this->PageFirst); ?> element($this->PageLast); ?> diff --git a/application/configs/doctypes_templates/review.phtml b/application/configs/doctypes_templates/review.phtml index 329b3bfea..d6536c15b 100644 --- a/application/configs/doctypes_templates/review.phtml +++ b/application/configs/doctypes_templates/review.phtml @@ -24,7 +24,7 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @copyright Copyright (c) 2023, OPUS 4 development team + * @copyright Copyright (c) 2008, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ ?> diff --git a/application/configs/doctypes_templates/reviewarticle.phtml b/application/configs/doctypes_templates/reviewarticle.phtml index ae91717eb..ea02dd3cb 100644 --- a/application/configs/doctypes_templates/reviewarticle.phtml +++ b/application/configs/doctypes_templates/reviewarticle.phtml @@ -50,11 +50,12 @@ group($this->groupTitleAbstract); ?> group($this->groupTitleParent); ?> + group($this->groupSeries); ?> element($this->Volume); ?> element($this->Issue); ?> element($this->ArticleNumber); ?> - element($this->PageNumber); ?> + element($this->PageNumber); ?> element($this->PageFirst); ?> element($this->PageLast); ?> diff --git a/application/configs/doctypes_templates/softwarepaper.phtml b/application/configs/doctypes_templates/softwarepaper.phtml index a8fdd516b..373dd6c67 100644 --- a/application/configs/doctypes_templates/softwarepaper.phtml +++ b/application/configs/doctypes_templates/softwarepaper.phtml @@ -50,11 +50,12 @@ group($this->groupTitleAbstract); ?> group($this->groupTitleParent); ?> + group($this->groupSeries); ?> element($this->Volume); ?> element($this->Issue); ?> element($this->ArticleNumber); ?> - element($this->PageNumber); ?> + element($this->PageNumber); ?> element($this->PageFirst); ?> element($this->PageLast); ?> diff --git a/application/configs/doctypes_templates/sound.phtml b/application/configs/doctypes_templates/sound.phtml index bd0ac7a21..ba788869f 100644 --- a/application/configs/doctypes_templates/sound.phtml +++ b/application/configs/doctypes_templates/sound.phtml @@ -24,7 +24,7 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @copyright Copyright (c) 2023, OPUS 4 development team + * @copyright Copyright (c) 2008, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ ?> diff --git a/application/configs/doctypes_templates/sourceedition.phtml b/application/configs/doctypes_templates/sourceedition.phtml index ecff5616d..192e0e2d4 100644 --- a/application/configs/doctypes_templates/sourceedition.phtml +++ b/application/configs/doctypes_templates/sourceedition.phtml @@ -54,7 +54,7 @@ element($this->Issue); ?> element($this->ArticleNumber); ?> - element($this->PageNumber); ?> + element($this->PageNumber); ?> element($this->PageFirst); ?> element($this->PageLast); ?> diff --git a/application/configs/doctypes_templates/studythesis.phtml b/application/configs/doctypes_templates/studythesis.phtml index 38ee69223..66c91e381 100644 --- a/application/configs/doctypes_templates/studythesis.phtml +++ b/application/configs/doctypes_templates/studythesis.phtml @@ -24,7 +24,7 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @copyright Copyright (c) 2023, OPUS 4 development team + * @copyright Copyright (c) 2008, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ ?> diff --git a/application/configs/doctypes_templates/workingpaper.phtml b/application/configs/doctypes_templates/workingpaper.phtml index f34db32ef..0202b78a3 100644 --- a/application/configs/doctypes_templates/workingpaper.phtml +++ b/application/configs/doctypes_templates/workingpaper.phtml @@ -24,7 +24,7 @@ * along with OPUS; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * @copyright Copyright (c) 2023, OPUS 4 development team + * @copyright Copyright (c) 2008, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License */ ?> diff --git a/modules/default/language/fieldnames.tmx b/modules/default/language/fieldnames.tmx index 6333bbd48..1a017e947 100644 --- a/modules/default/language/fieldnames.tmx +++ b/modules/default/language/fieldnames.tmx @@ -1093,7 +1093,7 @@ - Union-Catalog-ID + Union Catalog ID Verbund-ID @@ -2392,6 +2392,15 @@ + + + Accessibility + + + Zugänglichkeit + + + - \ No newline at end of file + diff --git a/modules/default/language/fieldvalues.tmx b/modules/default/language/fieldvalues.tmx index e7e293801..e8d2c1cbd 100644 --- a/modules/default/language/fieldvalues.tmx +++ b/modules/default/language/fieldvalues.tmx @@ -403,7 +403,7 @@ - Union-Catalog-ID + Union Catalog ID Verbund-ID diff --git a/modules/publish/language/field_header.tmx b/modules/publish/language/field_header.tmx index 2f096db14..06bf8a31c 100644 --- a/modules/publish/language/field_header.tmx +++ b/modules/publish/language/field_header.tmx @@ -2,85 +2,85 @@ -
-
- - - - - - - Documenttype - - - Dokumenttyp - - - - - - Upload document(s) - - - Dokument(e) hochladen - - - - - - Bibliography - - - Bibliographie - - - - - - Granting a simple right of use - - - Einräumung eines einfachen Nutzungsrechts - - - - - - Granting a simple right of use - - - Einräumung eines einfachen Nutzungsrechts - - - - - - Submitter - - - Kontaktdaten der Einstellerin/des Einstellers - - - - - - Author(s) - - - Autor*innen - - - - - - Language - - - Sprache - - - - + + + + Documenttype + + + Dokumenttyp + + + + + + Upload document(s) + + + Dokument(e) hochladen + + + + + + Bibliography + + + Bibliographie + + + + + + Granting a simple right of use + + + Einräumung eines einfachen Nutzungsrechts + + + + + + Granting a simple right of use + + + Einräumung eines einfachen Nutzungsrechts + + + + + + Submitter + + + Kontaktdaten der Einstellerin/des Einstellers + + + + + + Author(s) + + + Autor*innen + + + + + + Language + + + Sprache + + + + - - - Translator(s) - - - Übersetzer - - - - - - - Advisor - - - Betreuer - - - - - - Contributor - - - Beteiligte Person - - - - - - - Creating Corporation - - - Urhebende Körperschaft - - - - - - Contributing Corporation - - - Beteiligte Körperschaft - - - - - - GND Keyword - - - GND-Schlagwort - - - - - - DDC Classification - - - DDC Klassifikation - - - - - - DDC subject groups - - - DDC Sachgruppen - - - - - - JEL Classification - - - JEL Klassifikation - - - - - - CCS Classification - - - CCS Klassifikation - - - - - - PACS Classification - - - PACS Klassifikation - - - - - - BKL Classification - - - BKL Klassifikation - - - - - - Tag(s) - - - Schlagwort(e) - - - - - - Institute(s) - - - Institut(e) - - - - - - Main Title(s) - - - Haupttitel - - - - - - Subtitle(s) - - - Untertitel - - - - - - Parent Title - - - Titel des übergeordneten Werkes - - - - - - Abstract(s) - - - Abstract(s) - - - - - - Title Additional - - - Übersetzter Titel - - - - - - MSC Classification - - - MSC Klassifikation - - - - - - Editor(s) - - - Herausgeber*innen - - - - - - Referee(s) - - - Gutachter*innen - - - - - - Project(s) - - - Projekt(e) - - - - - - Licence(s) - - - Lizenz(en) - - - - - - Page number - - - Seitenzahl - - - - - - First Page - - - Erste Seite - - - - - - Last Page - - - Letzte Seite - - - - - - Article Number - - - Aufsatznummer - - - - - - Volume - - - Band - - - - - - Issue - - - Ausgabe - - - - - - Edition - - - Auflage - - - - - - Institute - - - Institut - - - - - - Publication: year - - - Veröffentlichung: Jahr - - - - - Publication: Date - - - Veröffentlichung: Datum - - - - - - Publisher - - - Verlag - - - - - - Place of Publisher - - - Verlagsort - - - - - - Completion: Year - - - Fertigstellung: Jahr - - - - - - Publication online - - - Online-Veröffentlichung - - - - - - File Embargo Date - - - Datum des Datei-Embargos - - - - - - - OPUS 3 ID of document - - - OPUS 3 ID des Dokuments - - - - - - Old Identifier of document - - - Alter Identifier des Dokuments - - - - - - URN of document - - - URN des Dokuments - - - - - - URL of document - - - URL des Dokuments - - - - - - ISBN of document - - - ISBN des Dokuments - - - - - - ISSN of document - - - ISSN des Dokuments - - - - - - OPAC Number of document - - - OPAC-Nummer des Dokuments - - - - - - Serial Number of document - - - Sequenznummer des Dokuments - - - - - - Uuid of document - - - Uuid des Dokuments - - - - - - DOI of document - - - DOI des Dokuments - - - - - - Handle of document - - - Handle des Dokuments - - - - - - StdDoi of document - - - StdDoi des Dokuments - - - - - - CRIS-Link of document - - - CRIS-Link des Dokuments - - - - - - Splash URL of document - - - Splash-URL des Dokuments - - - - - - Pubmed ID of document - - - Pubmed-ID des Dokuments - - - - - - Arxiv ID of document - - - Arxiv-ID des Dokuments - - - - - - - Thesis: Date - - - Abschlussarbeit: Datum - - - - - - Thesis: Year - - - Abschlussarbeit: Jahr - - - - - - Granting Institution - - - Titel verleihende Institution - - - - - - Granting Institution - - - Titel verleihende Institution - - - - - - Publishing Institution - - - Veröffentlichende Institution - - - - - - Publishing Institution - - - Veröffentlichende Institution - - - - - - Creating Corporation - - - Urhebende Körperschaft - - - - - - Contributing Corporation - - - Beteiligte Körperschaft - - - - - - Room for notices - - - Platz für Notizen - - - - - - Licence of document - - - Lizenz des Dokuments - - - - - - Event - - - Veranstaltung - - - - - - City - - - Stadt - - - - - - Country - - - Land - - - - - - Series - - - Schriftenreihen - - - - - - Publication: State - - - Veröffentlichung: Zustand - - - - - - Conference Name - - - Name der Konferenz - - - - - - Conference Location - - - Ort der Konferenz - - + + + Translator(s) + + + Übersetzer + + + + + + Advisor + + + Betreuer + + + + + + Contributor + + + Beteiligte Person + + + + + + Creating Corporation + + + Urhebende Körperschaft + + + + + + Contributing Corporation + + + Beteiligte Körperschaft + + + + + + GND Keyword + + + GND-Schlagwort + + + + + + DDC Classification + + + DDC Klassifikation + + + + + + DDC subject groups + + + DDC Sachgruppen + + + + + + JEL Classification + + + JEL Klassifikation + + + + + + CCS Classification + + + CCS Klassifikation + + + + + + PACS Classification + + + PACS Klassifikation + + + + + + BKL Classification + + + BKL Klassifikation + + + + + + Tag(s) + + + Schlagwort(e) + + + + + + Institute(s) + + + Institut(e) + + + + + + Main Title(s) + + + Haupttitel + + + + + + Subtitle(s) + + + Untertitel + + + + + + Parent Title + + + Titel des übergeordneten Werkes + + + + + + Abstract(s) + + + Abstract(s) + + + + + + Title Additional + + + Übersetzter Titel + + + + + + MSC Classification + + + MSC Klassifikation + + + + + + Editor(s) + + + Herausgeber*innen + + + + + + Referee(s) + + + Gutachter*innen + + + + + + Project(s) + + + Projekt(e) + + + + + + Licence(s) + + + Lizenz(en) + + + + + + Page number + + + Seitenzahl + + + + + + First Page + + + Erste Seite + + + + + + Last Page + + + Letzte Seite + + + + + + Article Number + + + Aufsatznummer + + + + + + Volume + + + Band + + + + + + Issue + + + Ausgabe + + + + + + Edition + + + Auflage + + + + + + Institute + + + Institut + + + + + + Publication: year + + + Veröffentlichung: Jahr + + + + + + Publication: Date + + + Veröffentlichung: Datum + + + + + + Publisher + + + Verlag + + + + + + Place of Publisher + + + Verlagsort + + + + + + Completion: Year + + + Fertigstellung: Jahr + + + + + + Publication online + + + Online-Veröffentlichung + + + + + + File Embargo Date + + + Datum des Datei-Embargos + + + + + + + OPUS 3 ID of document + + + OPUS 3 ID des Dokuments + + + + + + Old Identifier of document + + + Alter Identifier des Dokuments + + + + + + URN of document + + + URN des Dokuments + + + + + + URL of document + + + URL des Dokuments + + + + + + ISBN of document + + + ISBN des Dokuments + + + + + + ISSN of document + + + ISSN des Dokuments + + + + + + OPAC Number of document + + + OPAC-Nummer des Dokuments + + + + + + Serial Number of document + + + Sequenznummer des Dokuments + + + + + + Uuid of document + + + Uuid des Dokuments + + + + + + DOI of document + + + DOI des Dokuments + + + + + + Handle of document + + + Handle des Dokuments + + + + + + StdDoi of document + + + StdDoi des Dokuments + + + + + + CRIS-Link of document + + + CRIS-Link des Dokuments + + + + + + Splash URL of document + + + Splash-URL des Dokuments + + + + + + Pubmed ID of document + + + Pubmed-ID des Dokuments + + + + + + Arxiv ID of document + + + Arxiv-ID des Dokuments + + + + + + + Thesis: Date + + + Abschlussarbeit: Datum + + + + + + Thesis: Year + + + Abschlussarbeit: Jahr + + + + + + Granting Institution + + + Titel verleihende Institution + + + + + + Granting Institution + + + Titel verleihende Institution + + + + + + Publishing Institution + + + Veröffentlichende Institution + + + + + + Publishing Institution + + + Veröffentlichende Institution + + + + + + Creating Corporation + + + Urhebende Körperschaft + + + + + + Contributing Corporation + + + Beteiligte Körperschaft + + + + + + Room for notices + + + Platz für Notizen + + + + + + Licence of document + + + Lizenz des Dokuments + + + + + + Event + + + Veranstaltung + + + + + + City + + + Stadt + + + + + + Country + + + Land + + + + + + Series + + + Schriftenreihen + + + + + + Publication: State + + + Veröffentlichung: Zustand + + + + + + Conference Name + + + Name der Konferenz + + + + + + Conference Location + + + Ort der Konferenz + + + + + + Accessibility + + + Zugänglichkeit + +
diff --git a/modules/publish/language/field_hints.tmx b/modules/publish/language/field_hints.tmx index d00fc8e6d..c4213201b 100644 --- a/modules/publish/language/field_hints.tmx +++ b/modules/publish/language/field_hints.tmx @@ -2,1524 +2,1520 @@ -
-
- - - - - - - - policies of our document server.]]> - - - - Leitlinien unseres Dokumentenservers gelesen haben und damit einverstanden sind.]]> - - - - - - - - * have to be filled.]]> - - - - * markiert sind, müssen ausgefüllt werden.]]> - - - - - - - Please choose a file for uploading - - - Bitte wählen Sie eine Datei, die Sie hochladen möchten - - - - - - - You uploaded the following file(s): - - - Sie haben folgende Datei(en) hochgeladen: - - - - - - - No files uploaded. - - - Es wurden keine Dateien hochgeladen. - - - - - - This field has to be filled. - - - Dieses Feld muss ausgefüllt werden. - - - - - - Only one document type available. - - - Nur ein Dokumenttyp verfügbar. - - - - - - You may upload different files. - - - Sie können mehrere verschiedene Dateien hochladen. - - - - - - Sorry: No licences have been found in our database. - - - Entschuldigung: Es wurden keine Lizenzen in unserer Datenbank gefunden. - - - - - - Sorry: No languages have been found in our database. - - - Entschuldigung: Es wurden keine Sprachen in unserer Datenbank gefunden. - - - - - - Sorry: No projects have been found in our database. - - - Entschuldigung: Es wurden keine Projekte in unserer Datenbank gefunden. - - - - - - Sorry: No institutes have been found in our database. - - - Entschuldigung: Es wurden keine Institute in unserer Datenbank gefunden. - - - - - - Sorry: No MSC classes have been found in our database. - - - Entschuldigung: Es wurden keine MSC Klassen in unserer Datenbank gefunden. - - - - - - Sorry: No DDC classes have been found in our database. - - - Entschuldigung: Es wurden keine DDC Klassen in unserer Datenbank gefunden. - - - - - - Sorry: No DDC subject categories have been found in our database. - - - Entschuldigung: Es wurden keine DDC-Sachgruppen in unserer Datenbank gefunden. - - - - - - Sorry: No JEL classes have been found in our database. - - - Entschuldigung: Es wurden keine JEL Klassen in unserer Datenbank gefunden. - - - - - - Sorry: No CCS classes have been found in our database. - - - Entschuldigung: Es wurden keine CCS Klassen in unserer Datenbank gefunden. - - - - - - Sorry: No PACS classes have been found in our database. - - - Entschuldigung: Es wurden keine PACS Klassen in unserer Datenbank gefunden. - - - - - - Sorry: No BKL classes have been found in our database. - - - Entschuldigung: Es wurden keine BKL Klassen in unserer Datenbank gefunden. - - - - - - Sorry: No series have been found in our database. - - - Entschuldigung: Es wurden keine Schriftenreihen in unserer Datenbank gefunden. - - - - - - Sorry: No projects have been found in our database. - - - Entschuldigung: Es wurden keine Projekte in unserer Datenbank gefunden. - - - - - - Sorry: No institutions have been found in our database. - - - Entschuldigung: Es wurden keine Institutionen in unserer Datenbank gefunden. - - - - - - Sorry: No institutions have been found in our database. - - - Entschuldigung: Es wurden keine Institutionen in unserer Datenbank gefunden. - - - - - - Please enter your contact information. - - - Tragen Sie hier bitte Ihre Kontaktdaten ein. - - - - - - Please enter your first name. - - - Tragen Sie bitte Ihren Vornamen ein. - - - - - - Please enter your last name. - - - Tragen Sie bitte Ihren Nachnamen ein. - - - - - - Please enter your email adress. - - - Tragen Sie bitte Ihre E-Mailadresse ein. - - - - - - Please enter your academic title. - - - Tragen Sie bitte Ihren akademischen Titel ein. - - - - - - Please enter your date of birth. - - - Tragen Sie bitte Ihr Geburtsdatum ein. - - - - - - Please enter your place of birth. - - - Tragen Sie bitte Ihren Geburtsort ein. - - - - - - Please choose the licence(s) for the document. - - - Bitte wählen Sie hier die Lizenz(en) für Ihr Dokument aus. - - - - - - Please choose the licence(s) for the document. By choosing a license you decide which legal +
+
+ + + + + + + policies of our document server.]]> + + + Leitlinien unseres Dokumentenservers gelesen haben und damit einverstanden sind.]]> + + + + + + + * have to be filled.]]> + + + * markiert sind, müssen ausgefüllt werden.]]> + + + + + + + Please choose a file for uploading + + + Bitte wählen Sie eine Datei, die Sie hochladen möchten + + + + + + + You uploaded the following file(s): + + + Sie haben folgende Datei(en) hochgeladen: + + + + + + + No files uploaded. + + + Es wurden keine Dateien hochgeladen. + + + + + + This field has to be filled. + + + Dieses Feld muss ausgefüllt werden. + + + + + + Only one document type available. + + + Nur ein Dokumenttyp verfügbar. + + + + + + You may upload different files. + + + Sie können mehrere verschiedene Dateien hochladen. + + + + + + Sorry: No licences have been found in our database. + + + Entschuldigung: Es wurden keine Lizenzen in unserer Datenbank gefunden. + + + + + + Sorry: No languages have been found in our database. + + + Entschuldigung: Es wurden keine Sprachen in unserer Datenbank gefunden. + + + + + + Sorry: No projects have been found in our database. + + + Entschuldigung: Es wurden keine Projekte in unserer Datenbank gefunden. + + + + + + Sorry: No institutes have been found in our database. + + + Entschuldigung: Es wurden keine Institute in unserer Datenbank gefunden. + + + + + + Sorry: No MSC classes have been found in our database. + + + Entschuldigung: Es wurden keine MSC Klassen in unserer Datenbank gefunden. + + + + + + Sorry: No DDC classes have been found in our database. + + + Entschuldigung: Es wurden keine DDC Klassen in unserer Datenbank gefunden. + + + + + + Sorry: No DDC subject categories have been found in our database. + + + Entschuldigung: Es wurden keine DDC-Sachgruppen in unserer Datenbank gefunden. + + + + + + Sorry: No JEL classes have been found in our database. + + + Entschuldigung: Es wurden keine JEL Klassen in unserer Datenbank gefunden. + + + + + + Sorry: No CCS classes have been found in our database. + + + Entschuldigung: Es wurden keine CCS Klassen in unserer Datenbank gefunden. + + + + + + Sorry: No PACS classes have been found in our database. + + + Entschuldigung: Es wurden keine PACS Klassen in unserer Datenbank gefunden. + + + + + + Sorry: No BKL classes have been found in our database. + + + Entschuldigung: Es wurden keine BKL Klassen in unserer Datenbank gefunden. + + + + + + Sorry: No series have been found in our database. + + + Entschuldigung: Es wurden keine Schriftenreihen in unserer Datenbank gefunden. + + + + + + Sorry: No projects have been found in our database. + + + Entschuldigung: Es wurden keine Projekte in unserer Datenbank gefunden. + + + + + + Sorry: No institutions have been found in our database. + + + Entschuldigung: Es wurden keine Institutionen in unserer Datenbank gefunden. + + + + + + Sorry: No institutions have been found in our database. + + + Entschuldigung: Es wurden keine Institutionen in unserer Datenbank gefunden. + + + + + + Please enter your contact information. + + + Tragen Sie hier bitte Ihre Kontaktdaten ein. + + + + + + Please enter your first name. + + + Tragen Sie bitte Ihren Vornamen ein. + + + + + + Please enter your last name. + + + Tragen Sie bitte Ihren Nachnamen ein. + + + + + + Please enter your email adress. + + + Tragen Sie bitte Ihre E-Mailadresse ein. + + + + + + Please enter your academic title. + + + Tragen Sie bitte Ihren akademischen Titel ein. + + + + + + Please enter your date of birth. + + + Tragen Sie bitte Ihr Geburtsdatum ein. + + + + + + Please enter your place of birth. + + + Tragen Sie bitte Ihren Geburtsort ein. + + + + + + Please choose the licence(s) for the document. + + + Bitte wählen Sie hier die Lizenz(en) für Ihr Dokument aus. + + + + + + Please choose the licence(s) for the document. By choosing a license you decide which legal conditions will apply to the document you are publishing. - - - - Bitte wählen Sie hier die Lizenz(en) für Ihr Dokument aus. Mit der Wahl der Lizenz entscheiden Sie, + + + + Bitte wählen Sie hier die Lizenz(en) für Ihr Dokument aus. Mit der Wahl der Lizenz entscheiden Sie, unter welchen Bedingungen das von Ihnen veröffentlichte Dokument zukünftig genutzt werden darf. - - - +
+
+
- - - Please enter the contact information of the authors. You may add more authors by clicking on the + + + Please enter the contact information of the authors. You may add more authors by clicking on the button (or delete them). - - - - Tragen Sie hier bitte die Kontaktdaten der Autor*innen ein. Sie können durch Klicken auf den Button + + + + Tragen Sie hier bitte die Kontaktdaten der Autor*innen ein. Sie können durch Klicken auf den Button weitere Autor*innen hinzufügen (oder wieder löschen). - - - - - - - Please enter the first name of an author. - - - Tragen Sie bitte den Vornamen der Autorin/des Autors ein. - - - - - - Please enter the last name of an author. - - - Tragen Sie bitte den Nachnamen der Autorin/des Autors ein. - - - - - - Please enter the author's shortened academic title (i.e. Dr., Prof., PhD). - - - Tragen Sie bitte den akademischen Titel der Autorin/des Autors in abgekürzter Form (z.B. Dr., + + + + + + + Please enter the first name of an author. + + + Tragen Sie bitte den Vornamen der Autorin/des Autors ein. + + + + + + Please enter the last name of an author. + + + Tragen Sie bitte den Nachnamen der Autorin/des Autors ein. + + + + + + Please enter the author's shortened academic title (i.e. Dr., Prof., PhD). + + + Tragen Sie bitte den akademischen Titel der Autorin/des Autors in abgekürzter Form (z.B. Dr., Prof., Dr. jur.) ein. - - - - - - - Please enter the author's email adress. - - - Tragen Sie bitte eine E-Mailadresse der Autorin/des Autors ein. - - - - - - Please enter the author's date of birth. - - - Tragen Sie bitte das Geburtsdatum der Autorin/des Autors ein. - - - - - - Please enter the author's place of birth. - - - Tragen Sie bitte den Geburtsort der Autorin/des Autors ein. - - - - - - Please enter the referee. - - - Tragen Sie bitte die/den Gutachter*in ein. - - - - - - Please enter the first name of the referee. - - - Tragen Sie bitte den Vornamen der Gutachterin/des Gutachters ein. - - - - - - Please enter the last name of the referee. - - - Tragen Sie bitte den Nachnamen der Gutachterin/des Gutachters ein. - - - - - - Please enter the referee's shortened academic title (i.e. Dr., Prof., PhD). - - - Tragen Sie bitte den akademischen Titel der Gutachterin/des Gutachters in abgekürzter Form (z.B. + + + + + + + Please enter the author's email adress. + + + Tragen Sie bitte eine E-Mailadresse der Autorin/des Autors ein. + + + + + + Please enter the author's date of birth. + + + Tragen Sie bitte das Geburtsdatum der Autorin/des Autors ein. + + + + + + Please enter the author's place of birth. + + + Tragen Sie bitte den Geburtsort der Autorin/des Autors ein. + + + + + + Please enter the referee. + + + Tragen Sie bitte die/den Gutachter*in ein. + + + + + + Please enter the first name of the referee. + + + Tragen Sie bitte den Vornamen der Gutachterin/des Gutachters ein. + + + + + + Please enter the last name of the referee. + + + Tragen Sie bitte den Nachnamen der Gutachterin/des Gutachters ein. + + + + + + Please enter the referee's shortened academic title (i.e. Dr., Prof., PhD). + + + Tragen Sie bitte den akademischen Titel der Gutachterin/des Gutachters in abgekürzter Form (z.B. Dr., Prof., Dr. jur.) ein. - - - - - - - Please enter the referee's email adress. - - - Tragen Sie bitte eine E-Mailadresse der Gutachterin/des Gutachters ein. - - - - - - Please enter the referee's date of birth. - - - Tragen Sie bitte das Geburtsdatum der Gutachterin/des Gutachters ein. - - - - - - Please enter the referee's place of birth. - - - Tragen Sie bitte den Geburtsort der Gutachterin/des Gutachters ein. - - - - - - Please enter the Editor. - - - Tragen Sie bitte die/den Herausgeber*in ein. - - - - - - Please enter the first name of the Editor. - - - Tragen Sie bitte den Vornamen der Herausgeberin/des Herausgebers ein. - - - - - - Please enter the last name of the editor. - - - Tragen Sie bitte den Nachnamen der Herausgeberin/des Herausgebers ein. - - - - - - - Please enter the editor's shortened academic title (i.e. Dr., Prof., PhD). - - - Tragen Sie bitte den akademischen Titel der Herausgeberin/des Herausgebers in abgekürzter Form + + + + + + + Please enter the referee's email adress. + + + Tragen Sie bitte eine E-Mailadresse der Gutachterin/des Gutachters ein. + + + + + + Please enter the referee's date of birth. + + + Tragen Sie bitte das Geburtsdatum der Gutachterin/des Gutachters ein. + + + + + + Please enter the referee's place of birth. + + + Tragen Sie bitte den Geburtsort der Gutachterin/des Gutachters ein. + + + + + + Please enter the Editor. + + + Tragen Sie bitte die/den Herausgeber*in ein. + + + + + + Please enter the first name of the Editor. + + + Tragen Sie bitte den Vornamen der Herausgeberin/des Herausgebers ein. + + + + + + Please enter the last name of the editor. + + + Tragen Sie bitte den Nachnamen der Herausgeberin/des Herausgebers ein. + + + + + + + Please enter the editor's shortened academic title (i.e. Dr., Prof., PhD). + + + Tragen Sie bitte den akademischen Titel der Herausgeberin/des Herausgebers in abgekürzter Form (z.B. Dr., Prof., Dr. jur.) ein. - - - - - - - Please enter the editor's email adress. - - - Tragen Sie bitte eine E-Mailadresse der Herausgeberin/des Herausgebers ein. - - - - - - Please enter the editor's date of birth. - - - Tragen Sie bitte das Geburtsdatum der Herausgeberin/des Herausgebers ein. - - - - - - Please enter the editor's place of birth. - - - Tragen Sie bitte den Geburtsort der Herausgeberin/des Herausgebers ein. - - - - - - Please enter the advisor. - - - Tragen Sie bitte die/den Betreuer*in ein. - - - - - - Please enter the first name of the advisor. - - - Tragen Sie bitte den Vornamen der Betreuerin/des Betreuers ein. - - - - - - Please enter the last name of the advisor. - - - Tragen Sie bitte den Nachnamen der Betreuerin/des Betreuers ein. - - - - - - Please enter the advisor's shortened academic title (i.e. Dr., Prof., PhD). - - - Tragen Sie bitte den akademischen Titel der Betreuerin/des Betreuers in abgekürzter Form (z.B. Dr., + + + + + + + Please enter the editor's email adress. + + + Tragen Sie bitte eine E-Mailadresse der Herausgeberin/des Herausgebers ein. + + + + + + Please enter the editor's date of birth. + + + Tragen Sie bitte das Geburtsdatum der Herausgeberin/des Herausgebers ein. + + + + + + Please enter the editor's place of birth. + + + Tragen Sie bitte den Geburtsort der Herausgeberin/des Herausgebers ein. + + + + + + Please enter the advisor. + + + Tragen Sie bitte die/den Betreuer*in ein. + + + + + + Please enter the first name of the advisor. + + + Tragen Sie bitte den Vornamen der Betreuerin/des Betreuers ein. + + + + + + Please enter the last name of the advisor. + + + Tragen Sie bitte den Nachnamen der Betreuerin/des Betreuers ein. + + + + + + Please enter the advisor's shortened academic title (i.e. Dr., Prof., PhD). + + + Tragen Sie bitte den akademischen Titel der Betreuerin/des Betreuers in abgekürzter Form (z.B. Dr., Prof., Dr. jur.) ein. - - - - - - - Please enter the advisor's email adress. - - - Tragen Sie bitte eine E-Mailadresse der Betreuerin/des Betreuers ein. - - - - - - Please enter the advisor's date of birth. - - - Tragen Sie bitte das Geburtsdatum der Betreuerin/des Betreuers ein. - - - - - - Please enter the advisor's place of birth. - - - Tragen Sie bitte den Geburtsort der Betreuerin/des Betreuers ein. - - - - - - Please enter the translator. - - - Tragen Sie bitte die/den Übersetzer*in ein. - - - - - - Please enter the first name of the Translator. - - - Tragen Sie bitte den Vornamen der Übersetzerin/des Übersetzers ein. - - - - - - Please enter the last name of the translator. - - - Tragen Sie bitte den Nachnamen der Übersetzerin/des Übersetzers ein. - - - - - - Please enter the translator's shortened academic title (i.e. Dr., Prof., PhD). - - - Tragen Sie bitte den akademischen Titel der Übersetzerin/des Übersetzers in abgekürzter Form (z.B. + + + + + + + Please enter the advisor's email adress. + + + Tragen Sie bitte eine E-Mailadresse der Betreuerin/des Betreuers ein. + + + + + + Please enter the advisor's date of birth. + + + Tragen Sie bitte das Geburtsdatum der Betreuerin/des Betreuers ein. + + + + + + Please enter the advisor's place of birth. + + + Tragen Sie bitte den Geburtsort der Betreuerin/des Betreuers ein. + + + + + + Please enter the translator. + + + Tragen Sie bitte die/den Übersetzer*in ein. + + + + + + Please enter the first name of the Translator. + + + Tragen Sie bitte den Vornamen der Übersetzerin/des Übersetzers ein. + + + + + + Please enter the last name of the translator. + + + Tragen Sie bitte den Nachnamen der Übersetzerin/des Übersetzers ein. + + + + + + Please enter the translator's shortened academic title (i.e. Dr., Prof., PhD). + + + Tragen Sie bitte den akademischen Titel der Übersetzerin/des Übersetzers in abgekürzter Form (z.B. Dr., Prof., Dr. jur.) ein. - - - - - - - Please enter the translator's email adress. - - - Tragen Sie bitte eine E-Mailadresse der Übersetzerin/des Übersetzers ein. - - - - - - Please enter the translator's date of birth. - - - Tragen Sie bitte das Geburtsdatum der Übersetzerin/des Übersetzers ein. - - - - - - Please enter the translator's place of birth. - - - Tragen Sie bitte den Geburtsort der Übersetzerin/des Übersetzers ein. - - - - - - Please enter the contributor. - - - Tragen Sie bitte die beteiligte Person ein. - - - - - - Please enter the first name of the contributor. - - - Tragen Sie bitte den Vornamen der beteiligten Person ein. - - - - - - Please enter the last name of the contributor. - - - Tragen Sie bitte den Nachnamen der beteiligten Person ein. - - - - - - Please enter the contributor's shortened academic title (i.e. Dr., Prof., PhD). - - - Tragen Sie bitte den akademischen Titel der beteiligten Person in abgekürzter Form (z.B. Dr., + + + + + + + Please enter the translator's email adress. + + + Tragen Sie bitte eine E-Mailadresse der Übersetzerin/des Übersetzers ein. + + + + + + Please enter the translator's date of birth. + + + Tragen Sie bitte das Geburtsdatum der Übersetzerin/des Übersetzers ein. + + + + + + Please enter the translator's place of birth. + + + Tragen Sie bitte den Geburtsort der Übersetzerin/des Übersetzers ein. + + + + + + Please enter the contributor. + + + Tragen Sie bitte die beteiligte Person ein. + + + + + + Please enter the first name of the contributor. + + + Tragen Sie bitte den Vornamen der beteiligten Person ein. + + + + + + Please enter the last name of the contributor. + + + Tragen Sie bitte den Nachnamen der beteiligten Person ein. + + + + + + Please enter the contributor's shortened academic title (i.e. Dr., Prof., PhD). + + + Tragen Sie bitte den akademischen Titel der beteiligten Person in abgekürzter Form (z.B. Dr., Prof., Dr. jur.) ein. - - - - - - - Please enter the contributor's email adress. - - - Tragen Sie bitte eine E-Mailadresse der beteiligten Person ein. - - - - - - Please enter the contributor's date of birth. - - - Tragen Sie bitte das Geburtsdatum der beteiligten Person ein. - - - - - - Please enter the contributor's place of birth. - - - Tragen Sie bitte den Geburtsort der beteiligten Person ein. - - - - - - Please enter the creating Corporation. - - - Tragen Sie bitte die urhebende Körperschaft ein. - - - - - - Please enter the creating Corporation. - - - Tragen Sie bitte die urhebende Körperschaft ein. - - - - - - Please enter the contributing Corporation. - - - Tragen Sie bitte die beteiligte Körperschaft ein. - - - - - - Please enter the contributing Corporation. - - - Tragen Sie bitte die beteiligte Körperschaft ein. - - - - - - Please enter the Edition. - - - Tragen Sie bitte die Auflage ein. - - - - - - Please enter the Volume. - - - Tragen Sie bitte die Bandangabe ein. - - - - - - Please enter the Issue. - - - Tragen Sie bitte die Heftangabe ein. - - - - - - Please choose the involved institutes. You may add more instiutes by clicking on the button (or + + + + + + + Please enter the contributor's email adress. + + + Tragen Sie bitte eine E-Mailadresse der beteiligten Person ein. + + + + + + Please enter the contributor's date of birth. + + + Tragen Sie bitte das Geburtsdatum der beteiligten Person ein. + + + + + + Please enter the contributor's place of birth. + + + Tragen Sie bitte den Geburtsort der beteiligten Person ein. + + + + + + Please enter the creating Corporation. + + + Tragen Sie bitte die urhebende Körperschaft ein. + + + + + + Please enter the creating Corporation. + + + Tragen Sie bitte die urhebende Körperschaft ein. + + + + + + Please enter the contributing Corporation. + + + Tragen Sie bitte die beteiligte Körperschaft ein. + + + + + + Please enter the contributing Corporation. + + + Tragen Sie bitte die beteiligte Körperschaft ein. + + + + + + Please enter the Edition. + + + Tragen Sie bitte die Auflage ein. + + + + + + Please enter the Volume. + + + Tragen Sie bitte die Bandangabe ein. + + + + + + Please enter the Issue. + + + Tragen Sie bitte die Heftangabe ein. + + + + + + Please choose the involved institutes. You may add more instiutes by clicking on the button (or delete them). - - - - Wählen Sie hier bitte die beteiligten Institute aus. Sie können durch Klicken auf den Button + + + + Wählen Sie hier bitte die beteiligten Institute aus. Sie können durch Klicken auf den Button weitere Institute hinzufügen (oder wieder löschen). - - - - - - - Please choose the involved institute. - - - Wählen Sie das beteiligte Institut aus. - - - - - - Please enter the language of the documents content. - - - Tragen Sie bitte die Sprache des Dokumenteninhalts ein. - - - - - - Please enter the titles and its language. You may add more titles by clicking on the button (or + + + + + + + Please choose the involved institute. + + + Wählen Sie das beteiligte Institut aus. + + + + + + Please enter the language of the documents content. + + + Tragen Sie bitte die Sprache des Dokumenteninhalts ein. + + + + + + Please enter the titles and its language. You may add more titles by clicking on the button (or delete them). - - - - Tragen Sie hier bitte den Titel und seine Sprachen ein. Sie können durch Klicken auf den Button + + + + Tragen Sie hier bitte den Titel und seine Sprachen ein. Sie können durch Klicken auf den Button weitere Titel hinzufügen (oder wieder löschen). - - - - - - - Please enter the documents main title. - - - Tragen Sie bitte den Titel des Dokuments ein. - - - - - - Please enter the language of the title. - - - Wählen Sie bitte die Sprache des Titels aus. - - - - - - Please enter the possible abstracts. You may add more abstracts by clicking on the button (or + + + + + + + Please enter the documents main title. + + + Tragen Sie bitte den Titel des Dokuments ein. + + + + + + Please enter the language of the title. + + + Wählen Sie bitte die Sprache des Titels aus. + + + + + + Please enter the possible abstracts. You may add more abstracts by clicking on the button (or delete them). - - - - Tragen Sie hier bitte die Zusammenfassungen Ihres Dokumentes und ihre jeweiligen Sprachen ein. Sie + + + + Tragen Sie hier bitte die Zusammenfassungen Ihres Dokumentes und ihre jeweiligen Sprachen ein. Sie können durch Klicken auf den Button weitere Zusammenfassungen hinzufügen (oder wieder löschen). - - - - - - - Please enter the documents abstract. - - - Tragen Sie bitte die Zusammenfassung des Dokuments ein. - - - - - - Please choose the language of the documents abstract. - - - Wählen Sie bitte die Sprache des Abstracts aus. - - - - - - Please enter the documents subtitle. - - - Tragen Sie bitte den Untertitel des Dokuments ein. - - - - - - Please enter the documents subtitle. - - - Tragen Sie bitte den Untertitel des Dokuments ein. - - - - - - Please choose the language of the documents subtitle. - - - Bitte wählen Sie die Sprache des Untertitels aus. - - - - - - Please enter the documents translated title. - - - Tragen Sie hier bitte den übersetzten Titel des Dokuments ein. - - - - - - Please enter the documents translated title. - - - Tragen Sie hier bitte den übersetzten Titel des Dokuments ein. - - - - - - Please choose the language of the translated title. - - - Bitte wählen Sie die Sprache des übersetzten Titels aus. - - - - - - Please enter the parent work's title (i.e. Journal, Compilation, Anthology). - - - Tragen Sie bitte den Titel des übergeordneten Werks (z.B. Zeitschrift, Sammelwerk, Sammelband) + + + + + + + Please enter the documents abstract. + + + Tragen Sie bitte die Zusammenfassung des Dokuments ein. + + + + + + Please choose the language of the documents abstract. + + + Wählen Sie bitte die Sprache des Abstracts aus. + + + + + + Please enter the documents subtitle. + + + Tragen Sie bitte den Untertitel des Dokuments ein. + + + + + + Please enter the documents subtitle. + + + Tragen Sie bitte den Untertitel des Dokuments ein. + + + + + + Please choose the language of the documents subtitle. + + + Bitte wählen Sie die Sprache des Untertitels aus. + + + + + + Please enter the documents translated title. + + + Tragen Sie hier bitte den übersetzten Titel des Dokuments ein. + + + + + + Please enter the documents translated title. + + + Tragen Sie hier bitte den übersetzten Titel des Dokuments ein. + + + + + + Please choose the language of the translated title. + + + Bitte wählen Sie die Sprache des übersetzten Titels aus. + + + + + + Please enter the parent work's title (i.e. Journal, Compilation, Anthology). + + + Tragen Sie bitte den Titel des übergeordneten Werks (z.B. Zeitschrift, Sammelwerk, Sammelband) ein. - - - - - - - Please enter the parent work's title (i.e. Journal, Collected Edition, Anthology). - - - Tragen Sie bitte den Titel des übergeordneten Werks (z.B. Zeitschrift, Sammelwerk, Sammelband) + + + + + + + Please enter the parent work's title (i.e. Journal, Collected Edition, Anthology). + + + Tragen Sie bitte den Titel des übergeordneten Werks (z.B. Zeitschrift, Sammelwerk, Sammelband) ein. - - - - - - - Please choose a parent work's title language. - - - Bitte wählen Sie eine Sprache des Titels des übergeordneten Werks. - - - - - - Please choose the documents Matheon projects. You may add more projects by clicking on the button + + + + + + + Please choose a parent work's title language. + + + Bitte wählen Sie eine Sprache des Titels des übergeordneten Werks. + + + + + + Please choose the documents Matheon projects. You may add more projects by clicking on the button (or delete them). - - - - Wählen Sie hier bitte die zugehörigen Matheon Projekte Ihres Dokumentes aus. Sie können durch + + + + Wählen Sie hier bitte die zugehörigen Matheon Projekte Ihres Dokumentes aus. Sie können durch Klicken auf den Button weitere Projekte hinzufügen (oder wieder löschen) - - - - - - - Please choose the documents Matheon projects. - - - Wählen Sie bitte die zugehörigen Matheon Projekte Ihres Dokumentes aus. - - - - - - - + + + + + + + Please choose the documents Matheon projects. + + + Wählen Sie bitte die zugehörigen Matheon Projekte Ihres Dokumentes aus. + + + + + + + See the manual at http://www.ams.org/mathscinet/msc/msc2010.html.
Example input: "00A09" (for Popularization of mathematics)]]>
-
- - + + + Hilfe zur Klassifikation bekommen Sie unter: http://www.ams.org/mathscinet/msc/msc2010.html
Beispieleingabe: "00A09" (für Popularization of mathematics)]]>
-
-
- - - - Please enter a MSC class. - - - Tragen Sie bitte eine MSC Klasse ein. - - - - - - - + + + + + + Please enter a MSC class. + + + Tragen Sie bitte eine MSC Klasse ein. + + + + + + + Please click the following link for an overview (in German) of DDC at the German National Library: https://www.dnb.de/ddcindnb
Example input: "100" (for "Philosophie und Psychologie")]]>
-
- - + + + Eine Übersicht über die DDC in der Deutschen Nationalbibliothek bekommen Sie unter: https://www.dnb.de/ddcindnb
Beispieleingabe: "100" (für "Philosophie und Psychologie")]]>
-
-
- - - - Please enter a DDC class. - - - Tragen Sie bitte eine DDC Klasse ein. - - - - - - - Please enter the DDC subject groups of the document. You may add more DDC subject groups by + + + + + + Please enter a DDC class. + + + Tragen Sie bitte eine DDC Klasse ein. + + + + + + + Please enter the DDC subject groups of the document. You may add more DDC subject groups by clicking on the button )or delete them). - - - - Tragen Sie hier bitte die DDC-Sachgruppe Ihres Dokumentes ein. Sie können durch Klicken auf den + + + + Tragen Sie hier bitte die DDC-Sachgruppe Ihres Dokumentes ein. Sie können durch Klicken auf den Button weitere DDC-Sachgruppen hinzufügen (oder wieder löschen). - - - - - - - Please enter a DDC subject group. - - - Tragen Sie bitte eine DDC-Sachgruppe ein. - - - - - - - + + + + + + + Please enter a DDC subject group. + + + Tragen Sie bitte eine DDC-Sachgruppe ein. + + + + + + + See the overview at http://www.aeaweb.org/jel/jel_class_system.php]]> - - - + + + Eine Übersicht über verfügbare Klassen bekommen Sie unter: http://www.aeaweb.org/jel/jel_class_system.php]]> - - - - - - Please enter a JEL class. - - - Tragen Sie bitte eine JEL Klasse ein. - - - - - - - + + + + + + Please enter a JEL class. + + + Tragen Sie bitte eine JEL Klasse ein. + + + + + + + See the overview at http://portal.acm.org/ccs.cfm.
Example input: "C.1" (for Processor Architectures)]]>
-
- - + + + Eine Übersicht über verfügbare Klassen bekommen Sie unter: http://portal.acm.org/ccs.cfm
Beispieleingabe: "C.1" (für Processor Architectures)]]>
-
-
- - - - Please enter a CCS class. - - - Tragen Sie bitte eine CCS Klasse ein. - - - - - - - + + + + + + Please enter a CCS class. + + + Tragen Sie bitte eine CCS Klasse ein. + + + + + + + See the overview at http://www.aip.org/publishing/pacs/pacs-2010-regular-edition.
Example input: "11.15.Bt" (for General properties of perturbation theory )]]>
-
- - + + + Eine Übersicht über verfügbare Klassen bekommen Sie unter: http://www.aip.org/publishing/pacs/pacs-2010-regular-edition
Beispieleingabe: "11.15.Bt" (für General properties of perturbation theory )]]>
-
-
- - - - Please enter a PACS class. - - - Tragen Sie bitte eine PACS Klasse ein. - - - - - - - + + + + + + Please enter a PACS class. + + + Tragen Sie bitte eine PACS Klasse ein. + + + + + + + See the overview at http://www.gbv.de/vgm/info/mitglieder/02Verbund/01Erschliessung/02Richtlinien/05Basisklassifikation/index.
Example input: "17.08" (for Semiotik)]]>
-
- - + + + Eine Übersicht über verfügbare Klassen bekommen Sie unter: http://www.gbv.de/vgm/info/mitglieder/02Verbund/01Erschliessung/02Richtlinien/05Basisklassifikation/index
Beispieleingabe: "17.08" (für Semiotik)]]>
-
-
- - - - Please enter a BKL class. - - - Tragen Sie bitte eine BKL Klasse ein. - - - - - - - Please enter keywords of the document. You may add more keywords by clicking on the button (or + + + + + + Please enter a BKL class. + + + Tragen Sie bitte eine BKL Klasse ein. + + + + + + + Please enter keywords of the document. You may add more keywords by clicking on the button (or delete them). - - - - Tragen Sie hier bitte frei wählbare Schlagwörter Ihres Dokumentes ein. Sie können durch Klicken auf + + + + Tragen Sie hier bitte frei wählbare Schlagwörter Ihres Dokumentes ein. Sie können durch Klicken auf den Button weitere Schlagwörter hinzufügen (oder wieder löschen). - - - - - - - Please enter an uncontrolled subject. - - - Tragen Sie bitte ein freies Schlagwort ein. - - - - - - Please enter the language of an uncontrolled subject. - - - Tragen Sie bitte die Sprache des freien Schlagworts ein. - - - - - - - Please enter GND keywords of the document. You may add more keywords by clicking on the button (or + + + + + + + Please enter an uncontrolled subject. + + + Tragen Sie bitte ein freies Schlagwort ein. + + + + + + Please enter the language of an uncontrolled subject. + + + Tragen Sie bitte die Sprache des freien Schlagworts ein. + + + + + + + Please enter GND keywords of the document. You may add more keywords by clicking on the button (or delete them). - - - - http://swb.bsz-bw.de/DB=2.104/]]> - - - - - - Please enter a GND subject. - - - Tragen Sie bitte ein GND-Schlagwort ein. - - - - - - You have the possibility to upload notices or a message along with your document. - - - Sie haben die Möglichkeit, gemeinsam mit Ihrem Dokument Notizen oder eine Nachricht auf unseren + + + + http://swb.bsz-bw.de/DB=2.104/]]> + + + + + + Please enter a GND subject. + + + Tragen Sie bitte ein GND-Schlagwort ein. + + + + + + You have the possibility to upload notices or a message along with your document. + + + Sie haben die Möglichkeit, gemeinsam mit Ihrem Dokument Notizen oder eine Nachricht auf unseren Server hochzuladen. - - - - - - - Room for a notification... - - - Raum für Notizen und Benachrichtigungen... - - - - - - Please enter the documents page number. - - - Tragen Sie bitte die Seitenanzahl des Dokuments ein. - - - - - - Please enter the number of the documents first page. - - - Tragen Sie bitte die Nummer der ersten Seite des Dokuments ein. - - - - - - Please enter the number of the documents last page. - - - Tragen Sie bitte die Nummer der letzten Seite des Dokuments ein. - - - - - - Please enter the article number. - - - Tragen Sie bitte die Aufsatznummer ein. - - - - - - Please enter the date of the documents first publishing in the format YYYY/MM/DD. - - - Tragen Sie bitte das Erstveröffentlichungsdatum des Dokuments im Format TT.MM.JJJJ ein. - - - - - - Please enter the year of the documents first publishing. - - - Tragen Sie bitte das Erstveröffentlichungsjahr des Dokuments ein. - - - - - - Please enter the date of the documents publishing in the format YYYY/MM/DD. - - - Tragen Sie bitte das Veröffentlichungsdatum (online) des Dokuments im Format TT.MM.JJJJ ein. - - - - - - Please enter the date of the expiring of the file embargo in the format YYYY/MM/DD. - - - Tragen Sie bitte das Auslaufdatum des Datei-Embargos im Format TT.MM.JJJJ ein. - - - - - - Please enter the year of the documents publishing. - - - Tragen Sie bitte das Veröffentlichungsjahr des Dokuments ein. - - - - - - Please enter the Publisher. - - - Tragen Sie bitte den Verlag ein. - - - - - - Please enter the place of publishing. - - - Tragen Sie bitte den Verlagsort ein. - - - - - - - Please enter the url at which the document is available. - - - Bitte geben Sie den URL an, bei dem das Dokument verfügbar ist. - - - - - - Please enter the URN. - - - Tragen Sie bitte die URN ein. - - - - - - Please enter the ISBN. - - - Tragen Sie bitte die ISBN ein. - - - - - - Please enter the ISSN. - - - Tragen Sie bitte die ISSN ein. - - - - - - Please specify the Opus3 ID, if you have one. - - - Geben Sie hier die Opus3 ID ein, wenn vorhanden. - - - - - - Please enter the documents OPAC-Number. - - - Tragen Sie bitte die OPAC-Nummer des Dokuments ein. - - - - - - Please enter the old ID, if you have one. - - - Geben Sie hier die alte ID ein, wenn vorhanden. - - - - - - Please enter the Serial. - - - Tragen Sie bitte die Sequenznummer ein. - - - - - - Please enter the Uuid. - - - Tragen Sie bitte die Uuid ein. - - - - - - Please enter the DOI. - - - Tragen Sie bitte die DOI ein. - - - - - - Please enter the Handle. - - - Tragen Sie bitte den Handle ein. - - - - - - Please enter the StdDoi. - - - Tragen Sie bitte die StdDoi ein. - - - - - - Please enter the CRIS-Link. - - - Tragen Sie bitte den CRIS-Link ein. - - - - - - Please enter the SplashURL. - - - Tragen Sie bitte den SplashURL ein. - - - - - - Please enter the Pubmed Id. - - - Tragen Sie bitte die Pubmed-Id ein. - - - - - - Please enter the Arxiv Id. - - - Tragen Sie bitte die Arxiv-Id ein. - - - - - - - - Please enter the date, when the Thesis has been accepted in terms of the examination regulations. + + + + + + + Room for a notification... + + + Raum für Notizen und Benachrichtigungen... + + + + + + Please enter the documents page number. + + + Tragen Sie bitte die Seitenanzahl des Dokuments ein. + + + + + + Please enter the number of the documents first page. + + + Tragen Sie bitte die Nummer der ersten Seite des Dokuments ein. + + + + + + Please enter the number of the documents last page. + + + Tragen Sie bitte die Nummer der letzten Seite des Dokuments ein. + + + + + + Please enter the article number. + + + Tragen Sie bitte die Aufsatznummer ein. + + + + + + Please enter the date of the documents first publishing in the format YYYY/MM/DD. + + + Tragen Sie bitte das Erstveröffentlichungsdatum des Dokuments im Format TT.MM.JJJJ ein. + + + + + + Please enter the year of the documents first publishing. + + + Tragen Sie bitte das Erstveröffentlichungsjahr des Dokuments ein. + + + + + + Please enter the date of the documents publishing in the format YYYY/MM/DD. + + + Tragen Sie bitte das Veröffentlichungsdatum (online) des Dokuments im Format TT.MM.JJJJ ein. + + + + + + Please enter the date of the expiring of the file embargo in the format YYYY/MM/DD. + + + Tragen Sie bitte das Auslaufdatum des Datei-Embargos im Format TT.MM.JJJJ ein. + + + + + + Please enter the year of the documents publishing. + + + Tragen Sie bitte das Veröffentlichungsjahr des Dokuments ein. + + + + + + Please enter the Publisher. + + + Tragen Sie bitte den Verlag ein. + + + + + + Please enter the place of publishing. + + + Tragen Sie bitte den Verlagsort ein. + + + + + + + Please enter the url at which the document is available. + + + Bitte geben Sie den URL an, bei dem das Dokument verfügbar ist. + + + + + + Please enter the URN. + + + Tragen Sie bitte die URN ein. + + + + + + Please enter the ISBN. + + + Tragen Sie bitte die ISBN ein. + + + + + + Please enter the ISSN. + + + Tragen Sie bitte die ISSN ein. + + + + + + Please specify the Opus3 ID, if you have one. + + + Geben Sie hier die Opus3 ID ein, wenn vorhanden. + + + + + + Please enter the documents OPAC-Number. + + + Tragen Sie bitte die OPAC-Nummer des Dokuments ein. + + + + + + Please enter the old ID, if you have one. + + + Geben Sie hier die alte ID ein, wenn vorhanden. + + + + + + Please enter the Serial. + + + Tragen Sie bitte die Sequenznummer ein. + + + + + + Please enter the Uuid. + + + Tragen Sie bitte die Uuid ein. + + + + + + Please enter the DOI. + + + Tragen Sie bitte die DOI ein. + + + + + + Please enter the Handle. + + + Tragen Sie bitte den Handle ein. + + + + + + Please enter the StdDoi. + + + Tragen Sie bitte die StdDoi ein. + + + + + + Please enter the CRIS-Link. + + + Tragen Sie bitte den CRIS-Link ein. + + + + + + Please enter the SplashURL. + + + Tragen Sie bitte den SplashURL ein. + + + + + + Please enter the Pubmed Id. + + + Tragen Sie bitte die Pubmed-Id ein. + + + + + + Please enter the Arxiv Id. + + + Tragen Sie bitte die Arxiv-Id ein. + + + + + + + + Please enter the date, when the Thesis has been accepted in terms of the examination regulations. In most cases this will be equal to the date of the (last) oral exam. - - - - Tragen Sie bitte das Datum ein, an dem die Abschlussarbeit im Sinne der Prüfungsordnung angenommen + + + + Tragen Sie bitte das Datum ein, an dem die Abschlussarbeit im Sinne der Prüfungsordnung angenommen wurde. In den meisten Fällen ist dies mit dem Datum der (letzten) mündlichen Prüfung gleichzusetzen. - - - - - - - Please enter the date, when the Thesis has been accepted. - - - Tragen Sie bitte das Datum ein, an dem die Abschlussarbeit im Sinne der Prüfungsordnung angenommen + + + + + + + Please enter the date, when the Thesis has been accepted. + + + Tragen Sie bitte das Datum ein, an dem die Abschlussarbeit im Sinne der Prüfungsordnung angenommen wurde . - - - - - - - Please enter the year, when the Thesis has been accepted. - - - Tragen Sie bitte das Jahr ein, an dem die Abschlussarbeit im Sinne der Prüfungsordnung angenommen + + + + + + + Please enter the year, when the Thesis has been accepted. + + + Tragen Sie bitte das Jahr ein, an dem die Abschlussarbeit im Sinne der Prüfungsordnung angenommen wurde . - - - - - - - Please choose the granting institution. - - - Wählen Sie bitte die Titel verleihende(n) Institution(en) aus. - - - - - - Please choose the publishing institution(s). - - - Wählen Sie bitte die veröffentlichende(n) Institution(en) aus. - - - - - - Please choose the granting institution(s). - - - Wählen Sie bitte die titelverleihende(n) Institution(en) aus. - - - - - - Please choose the publishing institution(s). - - - Wählen Sie bitte die veröffentlichende(n) Institution(en) aus. - - - - - - - Please choose a document type from the list. - - - Bitte wählen Sie einen Dokumenttyp aus der Liste aus. - - - - - - Please choose a document type from the list. - - - Bitte wählen Sie einen Dokumenttyp aus der Liste aus. - - - - - - Add a comment. - - - Fügen Sie hier einen Kommentar hinzu. - - - - - - + + Please choose a document type from the list. + + + Bitte wählen Sie einen Dokumenttyp aus der Liste aus. + + + + + + Please choose a document type from the list. + + + Bitte wählen Sie einen Dokumenttyp aus der Liste aus. + + + + + + Add a comment. + + + Fügen Sie hier einen Kommentar hinzu. + + + + + +
  • Naming of the files: permitted are alphabetic characters (a-z, A-Z, no umlauts), numbers, hyphen, and underscore.
  • Length of the file name: up to 50 characters
  • ]]>
    -
    - - + +
  • Benennung der Dateien: zulässig sind Buchstaben (a-z, A-Z, keine Umlaute), Zahlen, Bindestrich und Unterstrich.
  • Dateinamenslänge: maximal 50 Zeichen
  • ]]>
    -
    -
    - - - - Shall your document appear in bibliography collection? - - - Soll Ihr Dokument in der Bibliographie-Sammlung erscheinen? - - - - - - Please choose a collection. After that you can navigate to the collection entries of that + + + + + + Shall your document appear in bibliography collection? + + + Soll Ihr Dokument in der Bibliographie-Sammlung erscheinen? + + + + + + Please choose a collection. After that you can navigate to the collection entries of that collection. - - - - Bitte wählen Sie eine Sammlung aus. Sie können danach zu weiteren Sammlungeinträgen der Sammlung - navigieren. - - - - - - Please select a license for your document. By choosing a license you decide which legal conditions - will apply to the document you are publishing. - - - Bitte wählen Sie die Lizenz, unter der das Dokument veröffentlicht werden soll. Mit der Wahl der + + + + Bitte wählen Sie eine Sammlung aus. Sie können danach zu weiteren Sammlungeinträgen der Sammlung + navigieren. + + + + + + Please select a license for your document. By choosing a license you decide which legal conditions + will apply to the document you are publishing. + + + Bitte wählen Sie die Lizenz, unter der das Dokument veröffentlicht werden soll. Mit der Wahl der Lizenz entscheiden Sie, unter welchen Bedingungen das von Ihnen veröffentlichte Dokument zukünftig - genutzt werden darf. - - - - - - You can index your document with free English keywords here. - - - - Sie können hier freie Schlagwörter eingeben. - - - - - - Please insert the Parent Title. - - - Geben Sie bitte den Titel des übergeordneten Werks ein. - - - - - - Select the language - - - Bitte die Hauptsprache des Werkes auswählen. - - - - - - Please insert Title here. - - - Geben Sie hier bitte den Titel ein. - - - - - - If given an abstract, order an input field. - - - Sofern es eine Zusammenfassung (Abstract) gibt, fordern Sie bitte ein Eingabefeld an. - - - - - - Please insert a translated Title. - - - Geben Sie bitte einen übersetzten Titel ein. - - - - - - If possible, please write out the first name, too. - - - Bitte schreiben Sie wenn möglich auch den Vornamen vollständig aus. - - - - - - Choose a serie from the select box and enter the corresponding number. - - - Wählen Sie eine Schriftenreihe aus und geben Sie die dazugehörige Bandnummer an. - - - - - - Choose a series from the select box and enter the corresponding number. - - - Wählen Sie eine Schriftenreihe aus und geben Sie die dazugehörige Bandnummer an. - - - - - - Please enter the status of your document. - - - Bitte geben Sie den Status ihres Dokuments an. - - - - - - Please specify the corresponding number. - - - Geben Sie die Bandnummer ein. - - - - - - Please specify the conference's name. - - - Bitte geben Sie den Namen der Konferenz an. - - - - - - Please specify the conference's location. - - - Bitte geben Sie den Ort der Konferenz an. - - + genutzt werden darf.
    +
    +
    + + + + You can index your document with free English keywords here. + + + + Sie können hier freie Schlagwörter eingeben. + + + + + + Please insert the Parent Title. + + + Geben Sie bitte den Titel des übergeordneten Werks ein. + + + + + + Select the language + + + Bitte die Hauptsprache des Werkes auswählen. + + + + + + Please insert Title here. + + + Geben Sie hier bitte den Titel ein. + + + + + + If given an abstract, order an input field. + + + Sofern es eine Zusammenfassung (Abstract) gibt, fordern Sie bitte ein Eingabefeld an. + + + + + + Please insert a translated Title. + + + Geben Sie bitte einen übersetzten Titel ein. + + + + + + If possible, please write out the first name, too. + + + Bitte schreiben Sie wenn möglich auch den Vornamen vollständig aus. + + + + + + Choose a serie from the select box and enter the corresponding number. + + + Wählen Sie eine Schriftenreihe aus und geben Sie die dazugehörige Bandnummer an. + + + + + + Choose a series from the select box and enter the corresponding number. + + + Wählen Sie eine Schriftenreihe aus und geben Sie die dazugehörige Bandnummer an. + + + + + + Please enter the status of your document. + + + Bitte geben Sie den Status ihres Dokuments an. + + + + + + Please specify the corresponding number. + + + Geben Sie die Bandnummer ein. + + + + + + Please specify the conference's name. + + + Bitte geben Sie den Namen der Konferenz an. + + + + + + Please specify the conference's location. + + + Bitte geben Sie den Ort der Konferenz an. + + - - - legal notices of our publication server.]]> - - - rechtlichen Hinweise und Leitlinien unseres Publikationsservers gelesen haben und damit einverstanden sind.]]> - - - + + + legal notices of our publication server.]]> + + + rechtlichen Hinweise und Leitlinien unseres Publikationsservers gelesen haben und damit einverstanden sind.]]> + + + + + + Please choose whether the document is freely accessible, i.e. without restrictions and paywalls (open access). + + + Bitte wählen Sie aus, ob das Dokument frei zugänglich ist, d.h. ohne Beschränkungen und Bezahlschranken (Open Access). + + + +
    diff --git a/modules/publish/language/publish.tmx b/modules/publish/language/publish.tmx index 6d5f0a7e0..b40b8ab12 100644 --- a/modules/publish/language/publish.tmx +++ b/modules/publish/language/publish.tmx @@ -2,583 +2,591 @@ -
    -
    +
    +
    - + - - - Your document was successfully stored. - - - Ihr Dokument wurde erfolgreich veröffentlicht. - - - - - - Publish - - - Veröffentlichen - - - - - - Choose document type and file - - - Dokumenttyp und Datei wählen - - - - - - Choose document type - - - Dokumenttyp wählen - - - - - - Choose another file to upload - - - Wählen Sie eine weitere Datei zum Hochladen - - - - - - Choose collection for your documents - - - Sammlung für das Dokument wählen - - + + + Your document was successfully stored. + + + Ihr Dokument wurde erfolgreich veröffentlicht. + + + + + + Publish + + + Veröffentlichen + + + + + + Choose document type and file + + + Dokumenttyp und Datei wählen + + + + + + Choose document type + + + Dokumenttyp wählen + + + + + + Choose another file to upload + + + Wählen Sie eine weitere Datei zum Hochladen + + + + + + Choose collection for your documents + + + Sammlung für das Dokument wählen + + - - - Create another publication - - - Ein weiteres Dokument veröffentlichen - - + + + Create another publication + + + Ein weiteres Dokument veröffentlichen + + - - - Publish summary - - - Veröffentlichen - Vorschau - - - - - - Please check your data. - - - Bitte überprüfen Sie Ihre Eingaben. - - - - - - Further form data: - - - Weitere Formulardaten: - - - - - - Form data with fixed values: - - - Formulardaten mit festen Werten: - - - - - - Make changes - - - Änderungen vornehmen - - - - - - Save document! - - - Dokument speichern! - - - - - - Publish upload - - - Veröffentlichen - Dateien hochladen - - + + + Publish summary + + + Veröffentlichen - Vorschau + + + + + + Please check your data. + + + Bitte überprüfen Sie Ihre Eingaben. + + + + + + Further form data: + + + Weitere Formulardaten: + + + + + + Form data with fixed values: + + + Formulardaten mit festen Werten: + + + + + + Make changes + + + Änderungen vornehmen + + + + + + Save document! + + + Dokument speichern! + + + + + + Publish upload + + + Veröffentlichen - Dateien hochladen + + - - - Publish upload successful - - - Die Datei(en) wurde(n) erfolgreich hochgeladen. - - - - - - Publishing document successful - - - Das Dokument wurde erfolgreich gespeichert. - - + + + Publish upload successful + + + Die Datei(en) wurde(n) erfolgreich hochgeladen. + + + + + + Publishing document successful + + + Das Dokument wurde erfolgreich gespeichert. + + - - - Document type - - - Dokumenttyp - - - - - - Choose file - - - Datei wählen - - - - - - Add to bibliography? - - - Zur Bibliographie hinzufügen? - - - - - - not be added to bibliography.]]> - - - nicht zur Bibliographie hinzugefügt.]]> - - - - - - added to bibliography.]]> - - - hinzugefügt.]]> - - - - - - Do you have a GPG-Key and did you sign your publication files with it? - - - Haben Sie einen GPG-Schlüssel und haben Sie Ihre Dateien damit signiert? - - - - - - continue - - - weiter - - + + + Document type + + + Dokumenttyp + + + + + + Choose file + + + Datei wählen + + + + + + Add to bibliography? + + + Zur Bibliographie hinzufügen? + + + + + + not be added to bibliography.]]> + + + nicht zur Bibliographie hinzugefügt.]]> + + + + + + added to bibliography.]]> + + + hinzugefügt.]]> + + + + + + Do you have a GPG-Key and did you sign your publication files with it? + + + Haben Sie einen GPG-Schlüssel und haben Sie Ihre Dateien damit signiert? + + + + + + continue + + + weiter + + - - - Please select the language - - - Bitte Sprache auswählen - - - - - - Date of accepting - - - Datum, an dem das Dokument angenommen wurde - - + + + Please select the language + + + Bitte Sprache auswählen + + + + + + Date of accepting + + + Datum, an dem das Dokument angenommen wurde + + - - - additional fields - - - Bitte klicken Sie hier, wenn Sie eine weitere Person/einen weiteren Titel etc. eingeben möchten. - - - - - - - Inherit publication language - - - Sprache der Veröffentlichung übernehmen - - - - - - Please choose something - - - Bitte wählen Sie etwas aus - - - - - - Please choose a institute - - - Bitte wählen Sie ein Institut - - - - - - Please choose a DDC class - - - Bitte wählen Sie eine DDC Klasse - - - - - - Please choose a DDC subject group - - - Bitte wählen Sie eine DDC-Sachgruppe - - - - - - Please choose a CCS class - - - Bitte wählen Sie eine CCS Klasse - - - - - - Please choose a PACS class - - - Bitte wählen Sie eine PACS Klasse - - - - - - Please choose a series - - - Bitte wählen Sie eine Schriftenreihe - - - - - - Please choose a MSC class - - - Bitte wählen Sie eine MSC Klasse - - - - - - Please choose a JEL class - - - Bitte wählen Sie eine JEL Klasse - - - - - - Please choose a BK class - - - Bitte wählen Sie eine BK Klasse - - - - - - Please choose a collection entry - - - Bitte wählen Sie einen Sammlungseintrag - - - - - - Please choose a report - - - Bitte wählen Sie einen Report - - - - - - Please choose a project - - - Bitte wählen Sie ein Projekt - - - - - - Please choose a document type. - - - Bitte wählen Sie einen Dokumenttyp. - - - - - - Please choose a document licence. - - - Bitte wählen Sie eine Lizenz. - - - - - - Please choose a Matheon project. - - - Bitte wählen Sie ein Matheon Projekt. - - - - - - Please choose a language. - - - Bitte wählen Sie eine Sprache. - - - - - - Please choose a granting institution. - - - Bitte wählen Sie eine Titel verleihende Institution. - - - - - - Please choose a publisher institution. - - - Bitte wählen Sie eine veröffentlichende Institution. - - - - - - - Document %1$s was successfully published. - - - Dokument %1$s wurde erfolgreich gespeichert. - - - - - - View document. - - - Dokument betrachten. - - - - - - Do you want to publish another document? - - - Möchten Sie ein weiteres Dokument veröffentlichen? - - - - - - Go to publish form - - - Zum Veröffentlichungsformular - - - - - - No thanks, go to home page. - - - Nein danke, weiter zur Startseite. - - - - - - Yes - - - Ja - - - - - - No - - - Nein - - - - - + + + additional fields + + + Bitte klicken Sie hier, wenn Sie eine weitere Person/einen weiteren Titel etc. eingeben möchten. + + + + + + + Inherit publication language + + + Sprache der Veröffentlichung übernehmen + + + + + + Please choose something + + + Bitte wählen Sie etwas aus + + + + + + Please choose a institute + + + Bitte wählen Sie ein Institut + + + + + + Please choose a DDC class + + + Bitte wählen Sie eine DDC Klasse + + - - - You reached the end of that collection tree. - - - Sie haben das Ende dieser Sammlung erreicht. - - - - - - You have already choosen the following collections: - - - Sie haben bisher folgende Sammlungen ausgewählt: - - - - - - Collection root - - - Wurzel der Sammlung - - - - - - Entry - - - Eintrag - - - - - - Your current choice - - - Ihre aktuelle Auswahl - - - - - - No Collections choosen. - - - Noch keine Auswahl getroffen. - - - - - - Your current choice - - - Ihre aktuelle Auswahl - - - - - - File size - - - Dateigröße - - - - - - File type - - - Dateityp - - - - - - bytes - - - Bytes - - - - - + + + Please choose a DDC subject group + + + Bitte wählen Sie eine DDC-Sachgruppe + + + + + + Please choose a CCS class + + + Bitte wählen Sie eine CCS Klasse + + + + + + Please choose a PACS class + + + Bitte wählen Sie eine PACS Klasse + + + + + + Please choose a series + + + Bitte wählen Sie eine Schriftenreihe + + + + + + Please choose a MSC class + + + Bitte wählen Sie eine MSC Klasse + + + + + + Please choose a JEL class + + + Bitte wählen Sie eine JEL Klasse + + + + + + Please choose a BK class + + + Bitte wählen Sie eine BK Klasse + + + + + + Please choose a collection entry + + + Bitte wählen Sie einen Sammlungseintrag + + + + + + Please choose a report + + + Bitte wählen Sie einen Report + + + + + + Please choose a project + + + Bitte wählen Sie ein Projekt + + + + + + Please choose a document type. + + + Bitte wählen Sie einen Dokumenttyp. + + + + + + Please choose a document licence. + + + Bitte wählen Sie eine Lizenz. + + + + + + Please choose a Matheon project. + + + Bitte wählen Sie ein Matheon Projekt. + + + + + + Please choose a language. + + + Bitte wählen Sie eine Sprache. + + + + + + Please choose a granting institution. + + + Bitte wählen Sie eine Titel verleihende Institution. + + + + + + Please choose a publisher institution. + + + Bitte wählen Sie eine veröffentlichende Institution. + + + + + + Please choose whether the document is freely accessible. + + + Bitte wählen Sie aus, ob das Dokument frei zugänglich ist. + + + + + + + Document %1$s was successfully published. + + + Dokument %1$s wurde erfolgreich gespeichert. + + + + + + View document. + + + Dokument betrachten. + + + + + + Do you want to publish another document? + + + Möchten Sie ein weiteres Dokument veröffentlichen? + + + + + + Go to publish form + + + Zum Veröffentlichungsformular + + + + + + No thanks, go to home page. + + + Nein danke, weiter zur Startseite. + + + + + + Yes + + + Ja + + + + + + No + + + Nein + + + + + + + + + You reached the end of that collection tree. + + + Sie haben das Ende dieser Sammlung erreicht. + + + + + + You have already choosen the following collections: + + + Sie haben bisher folgende Sammlungen ausgewählt: + + + + + + Collection root + + + Wurzel der Sammlung + + + + + + Entry + + + Eintrag + + + + + + Your current choice + + + Ihre aktuelle Auswahl + + + + + + No Collections choosen. + + + Noch keine Auswahl getroffen. + + + + + + Your current choice + + + Ihre aktuelle Auswahl + + + + + + File size + + + Dateigröße + + + + + + File type + + + Dateityp + + + + + + bytes + + + Bytes + + + +
    From 13423ccdaec68ce6ca0fc4337a3faad70d3b8292 Mon Sep 17 00:00:00 2001 From: alw-bsz Date: Fri, 10 Nov 2023 16:47:27 +0100 Subject: [PATCH 6/8] #1049, #1142: Correcting/adding IdentifierIsbn --- application/configs/doctypes/musicalnotation.xml | 2 +- application/configs/doctypes/sourceedition.xml | 1 + application/configs/doctypes/workingpaper.xml | 1 + application/configs/doctypes_templates/musicalnotation.phtml | 2 +- application/configs/doctypes_templates/sourceedition.phtml | 1 + application/configs/doctypes_templates/workingpaper.phtml | 1 + 6 files changed, 6 insertions(+), 2 deletions(-) diff --git a/application/configs/doctypes/musicalnotation.xml b/application/configs/doctypes/musicalnotation.xml index f97987dad..dde69b176 100644 --- a/application/configs/doctypes/musicalnotation.xml +++ b/application/configs/doctypes/musicalnotation.xml @@ -76,7 +76,7 @@ - + diff --git a/application/configs/doctypes/sourceedition.xml b/application/configs/doctypes/sourceedition.xml index 017678ac4..bccf5563e 100644 --- a/application/configs/doctypes/sourceedition.xml +++ b/application/configs/doctypes/sourceedition.xml @@ -84,6 +84,7 @@ + diff --git a/application/configs/doctypes/workingpaper.xml b/application/configs/doctypes/workingpaper.xml index fbc76c909..a50a1abc9 100644 --- a/application/configs/doctypes/workingpaper.xml +++ b/application/configs/doctypes/workingpaper.xml @@ -72,6 +72,7 @@ + diff --git a/application/configs/doctypes_templates/musicalnotation.phtml b/application/configs/doctypes_templates/musicalnotation.phtml index 13be61a92..3917fb201 100644 --- a/application/configs/doctypes_templates/musicalnotation.phtml +++ b/application/configs/doctypes_templates/musicalnotation.phtml @@ -70,7 +70,7 @@ group($this->groupSubjectSwd); ?> group($this->groupSubjectUncontrolled); ?> - element($this->IdentifierIssn); ?> + element($this->IdentifierIsbn); ?> element($this->IdentifierDoi); ?> group($this->groupInstitute); ?> diff --git a/application/configs/doctypes_templates/sourceedition.phtml b/application/configs/doctypes_templates/sourceedition.phtml index 192e0e2d4..d594fdc18 100644 --- a/application/configs/doctypes_templates/sourceedition.phtml +++ b/application/configs/doctypes_templates/sourceedition.phtml @@ -76,6 +76,7 @@ group($this->groupSubjectSwd); ?> group($this->groupSubjectUncontrolled); ?> + element($this->IdentifierIsbn); ?> element($this->IdentifierDoi); ?> group($this->groupInstitute); ?> diff --git a/application/configs/doctypes_templates/workingpaper.phtml b/application/configs/doctypes_templates/workingpaper.phtml index 0202b78a3..93ef4b201 100644 --- a/application/configs/doctypes_templates/workingpaper.phtml +++ b/application/configs/doctypes_templates/workingpaper.phtml @@ -65,6 +65,7 @@ group($this->groupSubjectSwd); ?> group($this->groupSubjectUncontrolled); ?> + element($this->IdentifierIsbn); ?> element($this->IdentifierDoi); ?> group($this->groupInstitute); ?> From 26d33ff580a8626fda5953e30401a652fa91b232 Mon Sep 17 00:00:00 2001 From: alw-bsz Date: Fri, 10 Nov 2023 17:15:04 +0100 Subject: [PATCH 7/8] #1131: Adds ISMN to publish form and frontdoor --- application/configs/doctypes/musicalnotation.xml | 3 ++- .../configs/doctypes_templates/musicalnotation.phtml | 3 ++- modules/frontdoor/views/scripts/index/index.xslt | 1 + .../views/scripts/index/templates/metadata.xslt | 2 +- modules/publish/language/field_header.tmx | 9 +++++++++ modules/publish/language/field_hints.tmx | 9 +++++++++ 6 files changed, 24 insertions(+), 3 deletions(-) diff --git a/application/configs/doctypes/musicalnotation.xml b/application/configs/doctypes/musicalnotation.xml index f97987dad..0c59714ff 100644 --- a/application/configs/doctypes/musicalnotation.xml +++ b/application/configs/doctypes/musicalnotation.xml @@ -76,7 +76,8 @@ - + + diff --git a/application/configs/doctypes_templates/musicalnotation.phtml b/application/configs/doctypes_templates/musicalnotation.phtml index 13be61a92..e2503f9a8 100644 --- a/application/configs/doctypes_templates/musicalnotation.phtml +++ b/application/configs/doctypes_templates/musicalnotation.phtml @@ -70,7 +70,8 @@ group($this->groupSubjectSwd); ?> group($this->groupSubjectUncontrolled); ?> - element($this->IdentifierIssn); ?> + element($this->IdentifierIsmn); ?> + element($this->IdentifierIsbn); ?> element($this->IdentifierDoi); ?> group($this->groupInstitute); ?> diff --git a/modules/frontdoor/views/scripts/index/index.xslt b/modules/frontdoor/views/scripts/index/index.xslt index ea64063a1..34f0975f1 100644 --- a/modules/frontdoor/views/scripts/index/index.xslt +++ b/modules/frontdoor/views/scripts/index/index.xslt @@ -166,6 +166,7 @@ + diff --git a/modules/frontdoor/views/scripts/index/templates/metadata.xslt b/modules/frontdoor/views/scripts/index/templates/metadata.xslt index 587410665..5be78da76 100644 --- a/modules/frontdoor/views/scripts/index/templates/metadata.xslt +++ b/modules/frontdoor/views/scripts/index/templates/metadata.xslt @@ -432,7 +432,7 @@ - + diff --git a/modules/publish/language/field_header.tmx b/modules/publish/language/field_header.tmx index 06bf8a31c..c590f1405 100644 --- a/modules/publish/language/field_header.tmx +++ b/modules/publish/language/field_header.tmx @@ -490,6 +490,15 @@ END OF COMMENT --> URL des Dokuments
    + + + + ISMN of document + + + ISMN des Dokuments + + diff --git a/modules/publish/language/field_hints.tmx b/modules/publish/language/field_hints.tmx index c4213201b..72b136948 100644 --- a/modules/publish/language/field_hints.tmx +++ b/modules/publish/language/field_hints.tmx @@ -1316,6 +1316,15 @@ Beispieleingabe: "17.08" (für Semiotik)]]> + + + Please enter the ISMN. + + + Tragen Sie bitte die ISMN ein. + + + Please enter the ISBN. From 94ece3304afe2316c239933639a9888d37e3a04d Mon Sep 17 00:00:00 2001 From: j3nsch Date: Tue, 21 Nov 2023 12:26:31 +0100 Subject: [PATCH 8/8] #1049 Fixing coding style --- application/configs/doctypes/conferenceposter.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/application/configs/doctypes/conferenceposter.xml b/application/configs/doctypes/conferenceposter.xml index 0637b5cb3..0aaff032f 100644 --- a/application/configs/doctypes/conferenceposter.xml +++ b/application/configs/doctypes/conferenceposter.xml @@ -80,4 +80,3 @@ - \ No newline at end of file