blob: 63a41a544a421f32eb2033d3ce16693980764c64 [file] [log] [blame]
<tr:document
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:tr="http://myfaces.apache.org/trinidad"
xmlns:trh="http://myfaces.apache.org/trinidad/html"
xmlns:c="http://java.sun.com/jstl/core">
<f:facet name="metaContainer">
<title>sev-en feature-set demo 01</title>
</f:facet>
<trh:body>
<!-- original -->
<div id="wrap">
<tr:form id="form" defaultCommand="defaultButton">
<div id="main">
<ui:insert name="content">
<div class="under_construction">
<h2>!site under construction!</h2>
<p>The content of this site is not available at the moment.</p>
</div>
</ui:insert>
</div>
</tr:form>
<tr:messages globalOnly="true"/>
</div>
</trh:body>
</tr:document>