XHTML for extended properties step of article in journal

pull/1/head
Jens Pelzetter 2022-08-20 17:36:03 +02:00
parent c1cce82fcf
commit 62b24d9a25
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
<!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: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-extented-properties.xhtml">
<ui:param name="authoringStep"
value="#{mvc.basePath}/#{ContentSectionModel.sectionName}/documents/#{CmsSelectedDocumentModel.itemPath}/@articleinjournal-extendedproperties" />
<ui:param name="authoringStepTitle"
value="#{SciPublicationsUiMessageBundle.getMessage('articleinjournal.extendedproperties.header', [CmsSelectedDocumentModel.itemName])}" />
<ui:param name="editStepUrlFragement"
value="articleinjournal-extendedproperties" />
<ui:define name="publicationExtendedPropertiesList">
</ui:define>
<ui:define name="publicationExtendedPropertiesFormElements">
</ui:define>
<ui:define name="publicationExtendedPropertiesWidgets">
</ui:define>
</ui:composition>
</html>