diff --git a/src/main/java/propertyFiles/Bundle.properties b/src/main/java/propertyFiles/Bundle.properties index 355b388668d..4e8e67fc3ed 100644 --- a/src/main/java/propertyFiles/Bundle.properties +++ b/src/main/java/propertyFiles/Bundle.properties @@ -101,6 +101,7 @@ selectedFiles=Selected Files htmlAllowedTitle=Allowed HTML Tags htmlAllowedMsg=This field supports only certain HTML tags. htmlAllowedTags=<a>, <b>, <blockquote>, <br>, <code>, <del>, <dd>, <dl>, <dt>, <em>, <hr>, <h1>-<h3>, <i>, <img>, <kbd>, <li>, <ol>, <p>, <pre>, <s>, <sup>, <sub>, <strong>, <strike>, <u>, <ul> +vocabularyFaqMsg=More information about vocabularies, terms and URLs here. conditionalRequiredMsg=One or more of these fields may become required if you add to one or more of these optional fields. conditionalRequiredMsg.tooltip=This field will become required if you choose to enter values in one or more of these optional fields. toggleNavigation=Toggle navigation @@ -1476,7 +1477,7 @@ dataset.publish.header=Publish Dataset dataset.rejectBtn=Return to Author dataset.submitBtn=Submit for Review dataset.disabledSubmittedBtn=Submitted for Review -dataset.submitMessage=You will not be able to make changes to this dataset while it is in review. +dataset.submitMessage=Please use the publication checklist for authors ( https://www.izus.uni-stuttgart.de/en/fokus/darus/publication/ ) to ensure publication readiness. You will not be able to make changes to this dataset while it is in review. dataset.submit.success=Your dataset has been submitted for review. dataset.inreview.infoMessage=The draft version of this dataset is currently under review prior to publication. dataset.submit.failure=Dataset Submission Failed - {0} @@ -1530,7 +1531,7 @@ dataset.share.datasetShare=Share Dataset dataset.share.datasetShare.tip=Share this dataset on your favorite social media networks. dataset.share.datasetShare.shareText=View this dataset. dataset.locked.message=Dataset Locked -dataset.locked.message.details=This dataset is locked until publication. +dataset.locked.message.details=This dataset is reviewed prior to publication by the DaRUS-team. You will receive an email with further information in the next days. dataset.locked.inReview.message=Submitted for Review dataset.locked.ingest.message=The tabular data files uploaded are being processed and converted into the archival format dataset.unlocked.ingest.message=The tabular files have been ingested. diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 427615f2f0b..f16da2c8e5b 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -7,7 +7,7 @@ 404 - /404static.xhtml + /404.xhtml 500 diff --git a/src/main/webapp/metadataFragment.xhtml b/src/main/webapp/metadataFragment.xhtml index 43d54f64c43..8ac777c54ae 100755 --- a/src/main/webapp/metadataFragment.xhtml +++ b/src/main/webapp/metadataFragment.xhtml @@ -356,6 +356,11 @@

+ +

+ +

+
diff --git a/src/main/webapp/resources/images/ccby.png b/src/main/webapp/resources/images/ccby.png new file mode 100644 index 00000000000..44671b21b30 Binary files /dev/null and b/src/main/webapp/resources/images/ccby.png differ