<?xml version="1.0" encoding="UTF-8"?>
<jsp:root
version="2.0"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:jsp="http://java.sun.com/JSP/Page"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:v="http://rcfaces.org/core"
xmlns:vh="http://rcfaces.org/html"
xmlns:layout="http://jakarta.apache.org/struts/tags-tiles">
<jsp:directive.page
contentType="text/html"
pageEncoding="UTF-8" />
<layout:importAttribute scope="request"/>
<f:view>
<jsp:output
omit-xml-declaration="true"
doctype-root-element="html"
doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"
doctype-system="http://www.w3.org/TR/html4/loose.dtd" />
<html lang="fr">
<jsp:directive.include file="_header.jspf" />
<vh:javaScriptCollector>
<body>
<h:form id="ecranGlobal">
<jsp:directive.include file="_body.jspf" />
<!-- Menu Horizontal -->
<div class="zoning_menuHorizontal">
<f:subview id="menuHorizontal">
<jsp:include page="${menuHorizontal}" flush="false" />
</f:subview>
</div>
[...]
</h:form>
</body>
</vh:javaScriptCollector>
</html>
</f:view>
</jsp:root>
| Version | Size | Loading Time | |
| HTML | 1 | 1 | Free |
| HTMLC | 0.22 | 0.6 | Free |
| HTMLC3 | 0.26 | 0.33 | Premium |