XHTML for extended properties step of article in journal
parent
c1cce82fcf
commit
62b24d9a25
|
|
@ -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-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>
|
||||
|
||||
Loading…
Reference in New Issue