<%-- Copyright (C) 2005 Alfresco, Inc. Licensed under the Alfresco Network License. You may obtain a copy of the License at http://www.alfrescosoftware.com/legal/ Please view the license relevant to your network subscription. BY CLICKING THE "I UNDERSTAND AND ACCEPT" BOX, OR INSTALLING, READING OR USING ALFRESCO'S Network SOFTWARE (THE "SOFTWARE"), YOU ARE AGREEING ON BEHALF OF THE ENTITY LICENSING THE SOFTWARE ("COMPANY") THAT COMPANY WILL BE BOUND BY AND IS BECOMING A PARTY TO THIS ALFRESCO NETWORK AGREEMENT ("AGREEMENT") AND THAT YOU HAVE THE AUTHORITY TO BIND COMPANY. IF COMPANY DOES NOT AGREE TO ALL OF THE TERMS OF THIS AGREEMENT, DO NOT SELECT THE "I UNDERSTAND AND AGREE" BOX AND DO NOT INSTALL THE SOFTWARE OR VIEW THE SOURCE CODE. COMPANY HAS NOT BECOME A LICENSEE OF, AND IS NOT AUTHORIZED TO USE THE SOFTWARE UNLESS AND UNTIL IT HAS AGREED TO BE BOUND BY THESE LICENSE TERMS. THE "EFFECTIVE DATE" FOR THIS AGREEMENT SHALL BE THE DAY YOU CHECK THE "I UNDERSTAND AND ACCEPT" BOX. --%> <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %> <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %> <%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %> <%@ page buffer="32kb" contentType="text/html;charset=UTF-8" %> <%@ page isELIgnored="false" %> <%@ page import="org.alfresco.web.ui.common.PanelGenerator" %> <%-- load a bundle of properties with I18N strings --%> <%-- Main outer table --%> <%-- Title bar --%> <%-- Main area --%> <%-- Shelf --%> <%-- Work Area --%>
<%@ include file="../parts/titlebar.jsp" %>
<%@ include file="../parts/shelf.jsp" %> <%-- Breadcrumb --%> <%@ include file="../parts/breadcrumb.jsp" %> <%-- Status and Actions --%> <%-- separator row with gradient shadow --%> <%-- Details --%> <%-- separator row with bottom panel graphics --%>
<%-- Status and Actions inner contents table --%> <%-- Generally this consists of an icon, textual summary and actions for the current object --%>
<% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
<% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
<% PanelGenerator.generatePanelStart(out, request.getContextPath(), "blue", "#D3E6FE"); %>
<% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>