XTML for editing the extended properties of a collected volume.
parent
ce9542a1d6
commit
413863dcd1
|
|
@ -0,0 +1,33 @@
|
||||||
|
<!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:librecms="http://xmlns.jcp.org/jsf/composite/components/librecms"
|
||||||
|
xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
|
||||||
|
<ui:composition template="/WEB-INF/views/org/scientificcms/contenttypes/ui/edit-publication-with-publisher-extented-properties.xhtml">
|
||||||
|
|
||||||
|
<ui:param name="authoringStep"
|
||||||
|
value="#{mvc.basePath}/#{ContentSectionModel.sectionName}/documents/#{CmsSelectedDocumentModel.itemPath}/@collectedvolume-extendedproperties" />
|
||||||
|
|
||||||
|
<ui:param name="authoringStepTitle"
|
||||||
|
value="#{SciPublicationsUiMessageBundle.getMessage('collectedvolume.extendedproperties.header', [CmsSelectedDocumentModel.itemName])}" />
|
||||||
|
|
||||||
|
<ui:param name="editStepUrlFragement"
|
||||||
|
value="collectedvolume-extendedproperties" />
|
||||||
|
|
||||||
|
<ui:define name="publicationWithPublisherExtendedPropertiesList">
|
||||||
|
|
||||||
|
</ui:define>
|
||||||
|
|
||||||
|
<ui:define name="publicationWithPublisherExtendedPropertiesFormElements">
|
||||||
|
|
||||||
|
</ui:define>
|
||||||
|
|
||||||
|
<ui:define name="publicationWithPublisherExtendedPropertiesWidgets">
|
||||||
|
|
||||||
|
</ui:define>
|
||||||
|
|
||||||
|
|
||||||
|
</ui:composition>
|
||||||
|
</html>
|
||||||
|
|
@ -446,3 +446,4 @@ collectedvolume.basicproperties.articles.actions.cancel=Cancel
|
||||||
collectedvolume.basicproperties.articles.actions.remove.confirm=Remove article
|
collectedvolume.basicproperties.articles.actions.remove.confirm=Remove article
|
||||||
collectedvolume.basicproperties.articles.actions.remove.title=Confirm removal of article
|
collectedvolume.basicproperties.articles.actions.remove.title=Confirm removal of article
|
||||||
collectedvolume.basicproperties.articles.actions.remove.message=Are you sure to remove the article {1} from the collected volume {0}.
|
collectedvolume.basicproperties.articles.actions.remove.message=Are you sure to remove the article {1} from the collected volume {0}.
|
||||||
|
collectedvolume.extendedproperties.header=Edit extended properties of collected volume {0}
|
||||||
|
|
|
||||||
|
|
@ -446,3 +446,4 @@ collectedvolume.basicproperties.articles.actions.cancel=Abbrechen
|
||||||
collectedvolume.basicproperties.articles.actions.remove.confirm=Artikel entfernen
|
collectedvolume.basicproperties.articles.actions.remove.confirm=Artikel entfernen
|
||||||
collectedvolume.basicproperties.articles.actions.remove.title=Entfernen des Artikels best\u00e4tigen
|
collectedvolume.basicproperties.articles.actions.remove.title=Entfernen des Artikels best\u00e4tigen
|
||||||
collectedvolume.basicproperties.articles.actions.remove.message=Sind Sie sicher dass Sie den Artikel {1} aus dem Sammelband {0} entfernen wollen?
|
collectedvolume.basicproperties.articles.actions.remove.message=Sind Sie sicher dass Sie den Artikel {1} aus dem Sammelband {0} entfernen wollen?
|
||||||
|
collectedvolume.extendedproperties.header=Erweiterte Eigenschaften des Sammelbandes {0} bearbeiten
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue