From 3efb509d77d70a46b868df324761c4fadec59292 Mon Sep 17 00:00:00 2001 From: guilherme Date: Wed, 18 Jun 2025 14:24:20 -0300 Subject: [PATCH] =?UTF-8?q?refactor:=20ajustar=20a=20formata=C3=A7=C3=A3o?= =?UTF-8?q?=20e=20a=20estrutura=20do=20c=C3=B3digo=20em=20menu.xhtml=20e?= =?UTF-8?q?=20template.xhtml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../webapp/agtemplate/template/menu.xhtml | 22 +++--- .../webapp/agtemplate/template/template.xhtml | 71 +++++++++++-------- .../agtemplate/template/menu.xhtml | 22 +++--- .../agtemplate/template/template.xhtml | 71 +++++++++++-------- 4 files changed, 112 insertions(+), 74 deletions(-) diff --git a/src/main/webapp/agtemplate/template/menu.xhtml b/src/main/webapp/agtemplate/template/menu.xhtml index 7b53b2b..bd5c015 100644 --- a/src/main/webapp/agtemplate/template/menu.xhtml +++ b/src/main/webapp/agtemplate/template/menu.xhtml @@ -1,11 +1,17 @@ - - - + xmlns="http://www.w3.org/1999/xhtml" + xmlns:f="http://java.sun.com/jsf/core" + xmlns:h="http://java.sun.com/jsf/html" + xmlns:p="http://primefaces.org/ui" + xmlns:ui="http://java.sun.com/jsf/facelets" +> + + + diff --git a/src/main/webapp/agtemplate/template/template.xhtml b/src/main/webapp/agtemplate/template/template.xhtml index 29ab362..b172acb 100644 --- a/src/main/webapp/agtemplate/template/template.xhtml +++ b/src/main/webapp/agtemplate/template/template.xhtml @@ -1,38 +1,51 @@ - + - - AGTEMPLATE / <ui:insert name="HEAD_TITULO_PAGINA"></ui:insert> - + + + AGTEMPLATE / <ui:insert name="HEAD_TITULO_PAGINA"></ui:insert> + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/target/agtemplate-1.0.0/agtemplate/template/menu.xhtml b/target/agtemplate-1.0.0/agtemplate/template/menu.xhtml index 7b53b2b..bd5c015 100644 --- a/target/agtemplate-1.0.0/agtemplate/template/menu.xhtml +++ b/target/agtemplate-1.0.0/agtemplate/template/menu.xhtml @@ -1,11 +1,17 @@ - - - + xmlns="http://www.w3.org/1999/xhtml" + xmlns:f="http://java.sun.com/jsf/core" + xmlns:h="http://java.sun.com/jsf/html" + xmlns:p="http://primefaces.org/ui" + xmlns:ui="http://java.sun.com/jsf/facelets" +> + + + diff --git a/target/agtemplate-1.0.0/agtemplate/template/template.xhtml b/target/agtemplate-1.0.0/agtemplate/template/template.xhtml index 29ab362..b172acb 100644 --- a/target/agtemplate-1.0.0/agtemplate/template/template.xhtml +++ b/target/agtemplate-1.0.0/agtemplate/template/template.xhtml @@ -1,38 +1,51 @@ - + - - AGTEMPLATE / <ui:insert name="HEAD_TITULO_PAGINA"></ui:insert> - + + + AGTEMPLATE / <ui:insert name="HEAD_TITULO_PAGINA"></ui:insert> + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + +