agtemplateweb/target/agtemplate-1.0.0/index.xhtml

15 lines
613 B
HTML

<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE html>
<ui:composition xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:p="http://primefaces.org/ui"
xmlns:jsf="http://xmlns.jcp.org/jsf"
template="./template/template.xhtml" >
<ui:define name="HEAD_TITULO_PAGINA">AgTemplate</ui:define>
<ui:define name="TITULO_PAGINA"></ui:define>
<ui:define name="CAMINHO_PAGINA">AgTemplate</ui:define>
<ui:define name="FORMULARIO"></ui:define>
</ui:composition>