XHTML for create step of article in collected volume
parent
90f4b6872d
commit
c68e233e5b
|
|
@ -0,0 +1,47 @@
|
||||||
|
<!DOCTYPE html [<!ENTITY times '×'>]>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml"
|
||||||
|
xmlns:bootstrap="http://xmlns.jcp.org/jsf/composite/components/bootstrap"
|
||||||
|
xmlns:c="http://xmlns.jcp.org/jsp/jstl/core"
|
||||||
|
xmlns:libreccm="http://xmlns.jcp.org/jsf/composite/components/libreccm"
|
||||||
|
xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
|
||||||
|
<ui:composition template="/WEB-INF/views/org/scientificcms/contenttypes/ui/create-publication.xhtml">
|
||||||
|
|
||||||
|
<ui:param name="availableLocales"
|
||||||
|
value="#{SciPublicationsArticleInCollectedVolumeCreateStep.availableLocales}" />
|
||||||
|
|
||||||
|
<ui:param name="availableWorkflows"
|
||||||
|
value="#{SciPublicationsArticleInCollectedVolumeCreateStep.availableWorkflows}" />
|
||||||
|
|
||||||
|
<ui:param name="contentSection"
|
||||||
|
value="#{SciPublicationsArticleInCollectedVolumeCreateStep.contentSectionLabel}" />
|
||||||
|
|
||||||
|
<ui:param name="createFormSubmitLabel"
|
||||||
|
value="#{SciPublicationsUiMessageBundle['articleincollectedvolume.createform.submit']}" />
|
||||||
|
|
||||||
|
<ui:param name="documentType"
|
||||||
|
value="#{SciPublicationsArticleInCollectedVolumeCreateStep.documentType}" />
|
||||||
|
|
||||||
|
<ui:param name="folderPath"
|
||||||
|
value="#{SciPublicationsArticleInCollectedVolumeCreateStep.folderPath}" />
|
||||||
|
|
||||||
|
<ui:param name="initialLocale"
|
||||||
|
value="#{SciPublicationsArticleInCollectedVolumeCreateStep.initialLocale}" />
|
||||||
|
|
||||||
|
<ui:param name="messages"
|
||||||
|
value="#{SciPublicationsArticleInCollectedVolumeCreateStep.messages}" />
|
||||||
|
|
||||||
|
<ui:param name="nameValue"
|
||||||
|
value="#{SciPublicationsArticleInCollectedVolumeCreateStep.name}" />
|
||||||
|
|
||||||
|
<ui:param name="publicationCreateStepTitle"
|
||||||
|
value="#{SciPublicationsUiMessageBundle['articleincollectedvolume.createform.title']}" />
|
||||||
|
|
||||||
|
<ui:param name="selectedWorkflow"
|
||||||
|
value="#{SciPublicationsArticleInCollectedVolumeCreateStep.selectedWorkflow}" />
|
||||||
|
|
||||||
|
<ui:param name="title"
|
||||||
|
value="#{SciPublicationsArticleInCollectedVolumeCreateStep.title}" />
|
||||||
|
|
||||||
|
</ui:composition>
|
||||||
|
</html>
|
||||||
|
|
||||||
|
|
@ -432,3 +432,5 @@ publicationpicker.column.action=Action
|
||||||
articleincollectedvolumeitem.createstep.description=Create a new article in a collected volume.
|
articleincollectedvolumeitem.createstep.description=Create a new article in a collected volume.
|
||||||
collectedvolume.createstep.description=Create a new collected volume.
|
collectedvolume.createstep.description=Create a new collected volume.
|
||||||
collectedvolume.createform.submit=Create collected volume
|
collectedvolume.createform.submit=Create collected volume
|
||||||
|
articleincollectedvolume.createform.submit=Create article in collected volume
|
||||||
|
articleincollectedvolume.createform.title=Create a new article in a collected volume
|
||||||
|
|
|
||||||
|
|
@ -432,3 +432,5 @@ publicationpicker.column.action=Aktion
|
||||||
articleincollectedvolumeitem.createstep.description=Einen neuen Sammelbandartikel anlegen.
|
articleincollectedvolumeitem.createstep.description=Einen neuen Sammelbandartikel anlegen.
|
||||||
collectedvolume.createstep.description=Einen neuen Sammelband anlegen.
|
collectedvolume.createstep.description=Einen neuen Sammelband anlegen.
|
||||||
collectedvolume.createform.submit=Sammelband anlegen
|
collectedvolume.createform.submit=Sammelband anlegen
|
||||||
|
articleincollectedvolume.createform.submit=Sammelbandartikel anlegen
|
||||||
|
articleincollectedvolume.createform.title=Einen neuen Sammelbandartikel anlegen
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue