view src/main/webapp/ThemeAndWidgets.xhtml @ 14:be7787c36e58 default tip

new: nofity LGSercies for deleted files
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Mon, 02 Nov 2015 16:41:23 +0100
parents a50cf11e5178
children
line wrap: on
line source

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:h="http://java.sun.com/jsf/html"
      xmlns:f="http://java.sun.com/jsf/core"
      xmlns:ui="http://java.sun.com/jsf/facelets"
      xmlns:p="http://primefaces.org/ui"
      xmlns:c="http://xmlns.jcp.org/jsp/jstl/core"
      xmlns:jsf="http://xmlns.jcp.org/jsf">

    <h:head>
    </h:head>

    <h:body>
        <ui:composition template="/dataverse_template.xhtml">
            <ui:param name="pageTitle" value="#{bundle['dataverse.option.themeAndWidgets']} - #{themeWidgetFragment.editDv.name} #{bundle.dataverse}"/>
            <ui:param name="dataverse" value="#{themeWidgetFragment.editDv}"/>  
           
            <ui:param name="showMessagePanel" value="#{true}"/>
            <ui:define name="body">
                <f:metadata>
                    <f:viewParam name="id" value="#{themeWidgetFragment.editDv.id}"/>
                    <f:viewAction action="#{themeWidgetFragment.initEditDv}"/>
                    <f:viewAction action="#{dataverseHeaderFragment.initBreadcrumbs(themeWidgetFragment.editDv, bundle['dataverse.option.themeAndWidgets'])}"/>
                </f:metadata>
                <h:form id="themeWidgetsForm">
                <ui:include src="themeAndWidgetsFragment.xhtml"/>
                </h:form>
            </ui:define>
        </ui:composition>
    </h:body>
</html>