43 lines
1.2 KiB
HTML
43 lines
1.2 KiB
HTML
|
|
<ui:composition template="/WEB-INF/template/page-user.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="page_title">Debug Style</ui:define>
|
||
|
|
<ui:define name="page_content">
|
||
|
|
<div>
|
||
|
|
<h3><span><h:outputText value="Debug Css Styles" /></span></h3>
|
||
|
|
<p>Here all css styles should be showed to tune.</p>
|
||
|
|
</div>
|
||
|
|
<div>
|
||
|
|
<h1><span><h:outputText value="This is h1" /></span></h1>
|
||
|
|
<p>Sample text</p>
|
||
|
|
</div>
|
||
|
|
<div>
|
||
|
|
<h2><span><h:outputText value="This is h2" /></span></h2>
|
||
|
|
<p>Sample text</p>
|
||
|
|
</div>
|
||
|
|
<div>
|
||
|
|
<h3><span><h:outputText value="This is h3" /></span></h3>
|
||
|
|
<p>Sample text</p>
|
||
|
|
</div>
|
||
|
|
<div>
|
||
|
|
<h4><span><h:outputText value="This is h4" /></span></h4>
|
||
|
|
<p>Sample text</p>
|
||
|
|
</div>
|
||
|
|
<div>
|
||
|
|
<h5><span><h:outputText value="This is h5" /></span></h5>
|
||
|
|
<p>Sample text</p>
|
||
|
|
</div>
|
||
|
|
<div>
|
||
|
|
<h6><span><h:outputText value="This is h6" /></span></h6>
|
||
|
|
<p>Sample text</p>
|
||
|
|
</div>
|
||
|
|
<div>
|
||
|
|
<h1><span>etc</span></h1>
|
||
|
|
</div>
|
||
|
|
</ui:define>
|
||
|
|
</ui:composition>
|