blob: e8fc5beed683d95f6848126264c02dd5e9e0db46 [file] [log] [blame]
<!--
Copyright (c) 2010, 2018 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
http://www.eclipse.org/legal/epl-2.0.
This Source Code may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the
Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
version 2 with the GNU Classpath Exception, which is available at
https://www.gnu.org/software/classpath/license.html.
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
-->
<!composition template="/templates/baseLayout.xhtml">
// Extra Head Content
<!define name="guiTemplateExtraHead">
<!-- Temporarily define this here, move to a gui.css file -->
<f:verbatim>
<style type="text/css">
.guiPageContent {height: 100%; padding: 0px 3px 0px 3px;}
.guiNavTree {float: left; width: 100%;}
.TreeSelRow_sun4 {clear:both}
</style>
</f:verbatim>
</define>
<!define name="guiLeftNav">
"<div class="guiNavTree">
<!include src="/common/peTree.inc" />
<f:verbatim>
</div>
<script type="text/javascript">
YAHOO.util.Event.onContentReady("treeForm:tree:updateCenterPlugIN:updateCenterPlugIN_link", function(ev) {
admingui.nav.selectTreeNodeWithURL(window.location.href);
});
</script>
</f:verbatim>
</define>
<!define name="guiTemplateContent">
"<div class="guiPageContent">
<!insert name="content">
"Content Missing!
</insert>
"</div>
</define>
</composition>