2603N/A## The contents of this file are subject to the terms of the
2603N/A## Common Development and Distribution License (the "License").
2603N/A## You may not use this file except in compliance with the License.
2603N/A## See the License for the specific language governing permissions
2603N/A## and limitations under the License.
2603N/A## When distributing Covered Code, include this CDDL HEADER in each
2603N/A## If applicable, add the following below this CDDL HEADER, with the
2603N/A## fields enclosed by brackets "[]" replaced with your own identifying
2603N/A## information: Portions Copyright [yyyy] [name of copyright owner]
2603N/A## Copyright 2008, 2011 Oracle
and/or its affiliates. All rights reserved.
2186N/A<%page args="g_vars, title, crumbs, gmenu_items"/>\
2186N/A<div id="head-container" class="page-container">
2186N/A <ul id="navigation" class="menu">
2186N/A % for e, (link, text) in enumerate(gmenu_items):
2186N/A <li id="left_cap" class="top-level"><p><a href="${link}">${text}</a></p></li>
2186N/A <li class="top-level"><p><a href="${link}">${text}</a></p></li>
2186N/A <li class="top-level special last"><p> </p></li>
2186N/A <div class="breadcrumb_left"></div>
2186N/A <div class="breadcrumb_center">
2186N/A <span class="breadcrumb_content">
2186N/A % for e, (link, text) in enumerate(crumbs):
2186N/A <a href="${link}">${text}</a>
2186N/A <div class="breadcrumb_right"></div>