<%-- * 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="jstl-fmt" prefix="fmt" %> <%@ taglib uri="struts-html" prefix="html" %> <%@ taglib uri="acltaglib" prefix="acl" %> <%@ taglib uri="charttaglib" prefix="chart" %> <%@ taglib uri="uitaglib" prefix="ui" %> <%@ page import="com.intland.codebeamer.persistence.dto.TrackerDto"%> <%@ page import="com.intland.codebeamer.persistence.dto.TrackerItemDto"%> <% pageContext.setAttribute("lineBreak", " ", PageContext.REQUEST_SCOPE); pageContext.setAttribute("STATUS_CLOSED", new Integer(TrackerItemDto.STATUS_CLOSED), PageContext.REQUEST_SCOPE); pageContext.setAttribute("BUG_TRACKER", new Integer(TrackerDto.BUG), PageContext.REQUEST_SCOPE); pageContext.setAttribute("TASK_TRACKER", new Integer(TrackerDto.TASK), PageContext.REQUEST_SCOPE); pageContext.setAttribute("REQUIREMENTS_TRACKER", new Integer(TrackerDto.REQUIREMENTS), PageContext.REQUEST_SCOPE); pageContext.setAttribute("CHANGE_TRACKER", new Integer(TrackerDto.CHANGE), PageContext.REQUEST_SCOPE); %>
: Project Tracking Period <%-- get the duration from the dyna-action-form --%> Start End Geometry Tight Normal Wide