<%-- * 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="jstl-fn" prefix="fn" %> <%@ taglib uri="struts-logic" prefix="logic" %> <%@ taglib uri="http://ditchnet.org/jsp-tabs-taglib" prefix="tab" %> <%@ taglib uri="log" prefix="log" %> <%@ taglib uri="taglib" prefix="tag" %> <%@ taglib uri="uitaglib" prefix="ui" %> <%@ page import="com.intland.codebeamer.persistence.dto.TrackerLayoutLabelDto" %> <%@ page import="com.intland.codebeamer.remoting.GroupType"%> <%@ page import="com.intland.codebeamer.taglib.TableCellCounter"%> <% final int MAXCOLUMNS = 3; TableCellCounter tableCellCounter = new TableCellCounter(out, pageContext, MAXCOLUMNS, 2); %>
  [] []
<%-- tracker always show to get consistent layout for fields --%> <% tableCellCounter.insertNewRow(); %> <%-- item status --%> <% tableCellCounter.insertNewRow(); %> <%-- item priority --%> <% tableCellCounter.insertNewRow(); %> <%-- choice fields --%> <% tableCellCounter.insertNewRow(); %> <%-- user defined fields --%> <% tableCellCounter.insertNewRow(); %> <%-- Submitted by --%> <% tableCellCounter.insertNewRow(); %> <%-- Modified by --%> <% tableCellCounter.insertNewRow(); %> <%-- Start date --%> <% tableCellCounter.insertNewRow(); %> <%-- End date --%> <% tableCellCounter.insertNewRow(); %> <%-- Closed at --%> <% tableCellCounter.insertNewRow(); %> <%-- Spent hours --%> <% tableCellCounter.insertNewRow(); %> <%-- Estimated hours --%> <% tableCellCounter.insertNewRow(); %> <%-- Spent/Estimated hours --%> <% tableCellCounter.insertNewRow(); %> <%-- choose for reference fields --%>
                         
<%-- Get the data here, because " <%-- SCM History --%> <%-- Escalation schedule --%>