10 lines
407 B
HTML
10 lines
407 B
HTML
<ui:composition template="/jsp/includes/layout.xhtml"
|
|
xmlns="http://www.w3.org/1999/xhtml"
|
|
xmlns:ui="http://java.sun.com/jsf/facelets"
|
|
xmlns:h="http://java.sun.com/jsf/html"
|
|
xmlns:f="http://java.sun.com/jsf/core"
|
|
xmlns:rich="http://richfaces.org/rich"
|
|
>
|
|
<ui:define name="title">Reports</ui:define>
|
|
<ui:define name="content"><h:outputText value="The report page"/></ui:define>
|
|
</ui:composition>
|