blob: bd727bfbd74b8782b5096a8468d129e460ad04b3 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<tr:document xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:tr="http://myfaces.apache.org/trinidad"
title="Trinidad Components Demo"
inlineStyle="margin: 0;">
<div class="main_container email_app">
<div class="page_container">
<tr:form id="logoForm">
<tr:commandLink styleClass="logo" action="homeForm"/>
</tr:form>
<tr:form id="searchForm" defaultCommand="searchCommand">
<ui:include src="/template/fragment/searchBar.xhtml"/>
</tr:form>
<tr:form id="mainForm">
<div class="page_top">
<ui:include src="/template/fragment/navigationBar.xhtml"/>
</div><!-- close page top -->
<tr:navigationPane hint="bar" styleClass="toolbar">
<tr:commandNavigationItem icon="/skins/slices-email/project.png"
text="Project" styleClass="project"/>
<tr:commandNavigationItem icon="/skins/slices-email/pages.png"
text="Pages" styleClass="pages"/>
<tr:commandNavigationItem icon="/skins/slices-email/blocks.png"
text="Blocks" styleClass="blocks"/>
<tr:commandNavigationItem icon="/skins/slices-email/themes.png"
text="Themes" styleClass="themes"/>
<tr:commandNavigationItem icon="/skins/slices-email/browser.png"
text="Browser" styleClass="browser"/>
<tr:commandNavigationItem icon="/skins/slices-email/events.png"
text="Events" styleClass="events"/>
<tr:commandNavigationItem icon="/skins/slices-email/members.png"
text="Members" styleClass="members"/>
</tr:navigationPane>
<div class="page_middle">
<ui:insert name="content"/>
</div><!-- close page middle -->
<div class="page_bottom"></div>
</tr:form>
</div><!-- close page container -->
</div><!-- close main container -->
<ui:debug/>
</tr:document>