<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
	xmlns:f="http://xmlns.jcp.org/jsf/core"
	xmlns:h="http://xmlns.jcp.org/jsf/html"
	xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
	xmlns:a="http://jarch.com.br/jsf/ui">
<ui:composition template="/paginas/templates/templateDadosV2.xhtml">
    <ui:define name="panelBodyTemplateDados">
        <a:form>
            <a:divTitle 
                    title="#{a:bundle('label.#[nomeSemCaracterEspecialMinusculo]')} - #{dados#[nomeSemCaracterEspecial]Action.labelAction}"
                    description="#{a:bundle('label.manter')} #{a:bundle('label.#[nomeSemCaracterEspecialMinusculo]')}"/>

            <a:divDataMaster
                    title="#{a:bundle('label.#[nomeSemCaracterEspecialMinusculo]')}"
                    actionData="#{dados#[nomeSemCaracterEspecial]Action}">
                #[declaracaoTagMestre]
            </a:divDataMaster>

            <f:validateBean disabled="true">
                <a:divDataDetail title="#{a:bundle('label.manutencaoDetalhe')}">
                    <a:tabView>
                        #[tab1]

                        #[tab2]

                        #[tab3]

                        #[tab4]

                        #[tab5]
                    </a:tabView>
                </a:divDataDetail>
            </f:validateBean>
        </a:form>
    </ui:define>
    #[dialogExtension]
</ui:composition>
</html>
