XHTML for create form of collected volume

pull/1/head
Jens Pelzetter 2022-07-23 13:10:52 +02:00
parent 6c0986d70b
commit 90f4b6872d
4 changed files with 49 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import javax.inject.Named;
* @author <a href="mailto:jens.pelzetter@googlemail.com">Jens Pelzetter</a> * @author <a href="mailto:jens.pelzetter@googlemail.com">Jens Pelzetter</a>
*/ */
@RequestScoped @RequestScoped
@Named("SciPublicationsCollecetedVolumeCreateStep") @Named("SciPublicationsCollectedVolumeCreateStep")
public class CollectedVolumeItemCreateStep public class CollectedVolumeItemCreateStep
extends AbstractPublicationWithPublisherItemCreateStep<CollectedVolumeItem, CollectedVolume> { extends AbstractPublicationWithPublisherItemCreateStep<CollectedVolumeItem, CollectedVolume> {

View File

@ -0,0 +1,46 @@
<!DOCTYPE html [<!ENTITY times '&#215;'>]>
<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="#{SciPublicationsCollectedVolumeCreateStep.availableLocales}" />
<ui:param name="availableWorkflows"
value="#{SciPublicationsCollectedVolumeCreateStep.availableWorkflows}" />
<ui:param name="contentSection"
value="#{SciPublicationsCollectedVolumeCreateStep.contentSectionLabel}" />
<ui:param name="createFormSubmitLabel"
value="#{SciPublicationsUiMessageBundle['collectedvolume.createform.submit']}" />
<ui:param name="documentType"
value="#{SciPublicationsCollectedVolumeCreateStep.documentType}" />
<ui:param name="folderPath"
value="#{SciPublicationsCollectedVolumeCreateStep.folderPath}" />
<ui:param name="initialLocale"
value="#{SciPublicationsCollectedVolumeCreateStep.initialLocale}" />
<ui:param name="messages"
value="#{SciPublicationsCollectedVolumeCreateStep.messages}" />
<ui:param name="nameValue"
value="#{SciPublicationsCollectedVolumeCreateStep.name}" />
<ui:param name="publicationCreateStepTitle"
value="#{SciPublicationsUiMessageBundle['collectedvolume.createform.title']}" />
<ui:param name="selectedWorkflow"
value="#{SciPublicationsCollectedVolumeCreateStep.selectedWorkflow}" />
<ui:param name="title"
value="#{SciPublicationsCollectedVolumeCreateStep.title}" />
</ui:composition>
</html>

View File

@ -431,3 +431,4 @@ publicationpicker.column.type=Type
publicationpicker.column.action=Action 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

View File

@ -431,3 +431,4 @@ publicationpicker.column.type=Typ
publicationpicker.column.action=Aktion 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