%--
* Copyright by Intland Software
*
* All rights reserved.
*
* This software is the confidential and proprietary information
* of Intland Software. ("Confidential Information"). You
* shall not disclose such Confidential Information and shall use
* it only in accordance with the terms of the license agreement
* you entered into with Intland.
*
* $Revision$ $Date$
--%>
<%@ taglib uri="jstl-c" prefix="c" %>
<%@ taglib uri="struts-html" prefix="html" %>
<%@ taglib uri="http://ditchnet.org/jsp-tabs-taglib" prefix="tab" %>
<%@ taglib uri="uitaglib" prefix="ui" %>
<%@page import="com.intland.codebeamer.persistence.dto.ProjectDto"%>
<%@page import="com.intland.codebeamer.controller.ControllerUtils"%>
<%
ProjectDto project = ControllerUtils.getCurrentProject(request);
pageContext.setAttribute("project", project);
%>
You can edit the Name, Description, Category, Home Page, Access properties of the project
or you can Delete this project.
<%-- Project's work-calendar config --%>
The special project calendar is derived from the default system calendar, and should only contain project specific deviations.
You can configure approval workflows for the wiki pages and documents in this project.
You can configure the Version Control System access for this project.
You can edit source code parsing options.
<%-- fixing page title, because Sitemesh picks up the last meta tag, which is from the --%>