<%-- * 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: 14930 $ $Date: 2006-09-08 15:00:02 +0200 (Fr, 08 Sep 2006) $ --%> <%@ taglib uri="jstl-c" prefix="c" %> <%@ taglib uri="jstl-fmt" prefix="fmt" %> <%@ taglib uri="jstl-fn" prefix="fn" %> <%@ taglib uri="struts-html" prefix="html" %> <%@ taglib uri="struts-bean" prefix="bean" %> <%@ taglib uri="charttaglib" prefix="chart" %> <%@ taglib uri="taglib" prefix="tag" %> <%@ taglib uri="acltaglib" prefix="acl" %> <%@ taglib uri="uitaglib" prefix="ui" %> <%@ page import="com.intland.codebeamer.persistence.dto.TrackerDto"%> <%@ page import="com.intland.codebeamer.persistence.dto.TrackerItemDto"%> <%@ page import="com.intland.codebeamer.persistence.dto.TrackerLayoutLabelDto"%> <% pageContext.setAttribute("CATEGORY_LABEL_ID", new Integer(TrackerLayoutLabelDto.CATEGORY_LABEL_ID)); pageContext.setAttribute("ASSIGNED_TO_LABEL_ID", new Integer(TrackerLayoutLabelDto.ASSIGNED_TO_LABEL_ID)); pageContext.setAttribute("STATUS_CLOSED", new Integer(TrackerItemDto.STATUS_CLOSED)); pageContext.setAttribute("TASK_TRACKER", new Integer(TrackerDto.TASK), PageContext.REQUEST_SCOPE); %>
Gantt Tasks in Projects: ,
<% ganttChartForm.setInitValues(request); %>
 Period Start:   Period End: 
 Assigned to:   Status:   Category: 
 Order By:  Category ID Start Date End Date Complete  Schedule:   Geometry:  Tight Normal Wide Extra wide
  
<%-- Create Chart --%> <%-- --%>

Task remaining Task done