acesso-invalido.xhtml
794 Bytes
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<ui:composition xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core" xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:p="http://primefaces.prime.com.tr/ui" template="/templates/template.xhtml">
<ui:define name="body">
<h:form id="formAcesso">
<br />
<br />
<div class="error" style="width: 97%; height: 50px;">
<p class="error-icon">Acesso Negado.<br />
Prezado usuário, verifique suas restrições de acesso ou contate o gestor do sistema."</p>
</div>
<br />
<br />
<br />
</h:form>
</ui:define>
</ui:composition>