22 lines
622 B
HTML
22 lines
622 B
HTML
<?xml version='1.0' encoding='UTF-8' ?>
|
|
<ui:composition
|
|
xmlns="http://www.w3.org/1999/xhtml"
|
|
xmlns:f="jakarta.faces.core"
|
|
xmlns:h="jakarta.faces.html"
|
|
xmlns:p="http://primefaces.org/ui"
|
|
xmlns:ui="jakarta.faces.facelets"
|
|
xmlns:po="http://primefaces.org/poseidon">
|
|
|
|
|
|
<div class="menu-wrapper">
|
|
<div class="layout-menu-container">
|
|
<h:form id="menuform">
|
|
<po:menu widgetVar="PoseidonMenuWidget">
|
|
<ui:include src="./menu.xhtml" />
|
|
</po:menu>
|
|
</h:form>
|
|
</div>
|
|
</div>
|
|
|
|
</ui:composition>
|