81 lines
2.5 KiB
HTML
81 lines
2.5 KiB
HTML
<?xml version='1.0' encoding='UTF-8' ?>
|
|
<ui:composition
|
|
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"
|
|
>
|
|
<p:submenu label="Cadastros" icon="pi pi-list" style="font-size: 16px; font-weight: 300">
|
|
<p:menuitem
|
|
value="Recadastramento"
|
|
onclick="location.href = '${request.contextPath}/agtemplate/Tb_template.xhtml'"
|
|
immediate="true"
|
|
/>
|
|
|
|
<p:menuitem
|
|
value="Cargo Função"
|
|
onclick="location.href = '${request.contextPath}/agtemplate/Tb_template.xhtml'"
|
|
immediate="true"
|
|
/>
|
|
|
|
<p:menuitem
|
|
value="Grupo Evento"
|
|
onclick="location.href = '${request.contextPath}/agtemplate/Tb_template.xhtml'"
|
|
immediate="true"
|
|
/>
|
|
|
|
<p:menuitem
|
|
value="Evento"
|
|
onclick="location.href = '${request.contextPath}/agtemplate/Tb_template.xhtml'"
|
|
immediate="true"
|
|
/>
|
|
|
|
<p:menuitem
|
|
value="Convênio"
|
|
onclick="location.href = '${request.contextPath}/agtemplate/Tb_template.xhtml'"
|
|
immediate="true"
|
|
/>
|
|
</p:submenu>
|
|
|
|
<p:submenu label="Movimentação" icon="pi pi-arrows-h" style="font-size: 16px; font-weight: 300">
|
|
<p:menuitem
|
|
value="Convênio"
|
|
onclick="location.href = '${request.contextPath}/agtemplate/Tb_template.xhtml'"
|
|
immediate="true"
|
|
/>
|
|
</p:submenu>
|
|
|
|
<p:submenu label="Recursos Humanos" icon="pi pi-heart" style="font-size: 16px; font-weight: 300">
|
|
<p:menuitem
|
|
value="Convênio"
|
|
onclick="location.href = '${request.contextPath}/agtemplate/Tb_template.xhtml'"
|
|
immediate="true"
|
|
/>
|
|
</p:submenu>
|
|
|
|
<p:submenu label="Relatórios" icon="pi pi-file" style="font-size: 16px; font-weight: 300">
|
|
<p:menuitem
|
|
value="Convênio"
|
|
onclick="location.href = '${request.contextPath}/agtemplate/Tb_template.xhtml'"
|
|
immediate="true"
|
|
/>
|
|
</p:submenu>
|
|
|
|
<p:submenu label="Utilitários" icon="pi pi-th-large" style="font-size: 16px; font-weight: 300">
|
|
<p:menuitem
|
|
value="Convênio"
|
|
onclick="location.href = '${request.contextPath}/agtemplate/Tb_template.xhtml'"
|
|
immediate="true"
|
|
/>
|
|
</p:submenu>
|
|
|
|
<p:submenu label="Ajuda" icon="pi pi-info-circle" style="font-size: 16px; font-weight: 300">
|
|
<p:menuitem
|
|
value="Convênio"
|
|
onclick="location.href = '${request.contextPath}/agtemplate/Tb_template.xhtml'"
|
|
immediate="true"
|
|
/>
|
|
</p:submenu>
|
|
</ui:composition>
|