Skip to content
Snippets Groups Projects
Commit c5e63ce1 authored by Falucho's avatar Falucho
Browse files

Mas Front End

parent 62af42a0
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,10 @@
rendered="#{security.hasRole('Admin')}"/>
<p:menuitem value="Usuarios" action="gestionUsuarios.xhtml?faces-redirect=true"
rendered="#{security.hasRole('Admin')}"/>
<p:menuitem value="Notificaciones" action="gestionNotificacion.xhtml?faces-redirect=true"
rendered="#{security.hasRole('Admin')}"/>
<p:menuitem value="Configuracion" action="gestionSistema.xhtml?faces-redirect=true"
rendered="#{security.hasRole('Admin')}"/>
<p:menuitem value="Gestionar Hechos" action="gestionSubmitter.xhtml?faces-redirect=true"
rendered="#{security.hasRole('Submitter')}"/>
......
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:p="http://primefaces.org/ui"
xmlns:h="http://xmlns.jcp.org/jsf/html"
>
<body>
<ui:decorate template="/WEB-INF/templates/template.xhtml">
<ui:define name="contenido">
<h:form>
<p:outputPanel style="font-size: 30px;text-align: center">
<h:outputText value="Gestion de Notificacion"/>
</p:outputPanel>
</h:form>
</ui:define>
</ui:decorate>
</body>
</html>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:p="http://primefaces.org/ui"
xmlns:h="http://xmlns.jcp.org/jsf/html"
>
<body>
<ui:decorate template="/WEB-INF/templates/template.xhtml">
<ui:define name="contenido">
<h:form>
<p:outputPanel style="font-size: 30px;text-align: center">
<h:outputText value="Gestion de Notificacion"/>
</p:outputPanel>
</h:form>
</ui:define>
</ui:decorate>
</body>
</html>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:p="http://primefaces.org/ui"
xmlns:h="http://xmlns.jcp.org/jsf/html"
>
<body>
<ui:decorate template="/WEB-INF/templates/template.xhtml">
<ui:define name="contenido">
<h:form>
<p:outputPanel style="font-size: 30px;text-align: center">
<h:outputText value="Ver Hecho"/>
</p:outputPanel>
aca iria toda la info del hecho, permite ver checker o asignar uno si es submitter, lista los resultados de los mecanismos
y permite verificarlo
</h:form>
</ui:define>
</ui:decorate>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment