access.xhtml
Home
/
forms /
src /
main /
resources /
META-INF /
resources /
forms /
theme /
default /
access.xhtml
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<ui:composition 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:c="http://java.sun.com/jstl/core" template="template-main.xhtml">
<ui:define name="header">Authorized Applications</ui:define>
<ui:define name="content">
</ui:define>
</ui:composition>