<%-- * 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://displaytag.sf.net" prefix="display" %> <%@ taglib uri="taglib" prefix="tag" %> <%@ taglib uri="tracker" prefix="tracker" %> <%@ taglib uri="uitaglib" prefix="ui" %> <%@ page import="com.intland.codebeamer.persistence.dto.TrackerDto"%> <%@ page import="com.intland.codebeamer.persistence.dao.TrackerItemDao"%> <%-- TODO: merge meta headers --%> <% pageContext.setAttribute("TASK_TYPE", new Integer(TrackerDto.TASK)); pageContext.setAttribute("BUG_TYPE", new Integer(TrackerDto.BUG)); pageContext.setAttribute("TF_NOFILTER", new Integer(TrackerItemDao.TF_NOFILTER)); pageContext.setAttribute("TF_DELAYED", new Integer(TrackerItemDao.TF_DELAYED)); pageContext.setAttribute("TF_OVERTIME", new Integer(TrackerItemDao.TF_OVERTIME)); pageContext.setAttribute("TF_CURRENT_MONTH", new Integer(TrackerItemDao.TF_CURRENT_MONTH)); pageContext.setAttribute("TF_NEXT_7_DAYS_AND_OVERDUE", new Integer(TrackerItemDao.TF_NEXT_7_DAYS_AND_OVERDUE)); pageContext.setAttribute("TF_NEXT_7_DAYS", new Integer(TrackerItemDao.TF_NEXT_7_DAYS)); pageContext.setAttribute("TF_TOMORROW", new Integer(TrackerItemDao.TF_TOMORROW)); pageContext.setAttribute("TF_TODAY_AND_OVERDUE", new Integer(TrackerItemDao.TF_TODAY_AND_OVERDUE)); pageContext.setAttribute("TF_TODAY", new Integer(TrackerItemDao.TF_TODAY)); pageContext.setAttribute("TF_OVERDUE", new Integer(TrackerItemDao.TF_OVERDUE)); pageContext.setAttribute("TF_WAITING_FOR_APPROVAL", new Integer(TrackerItemDao.TF_WAITING_FOR_APPROVAL)); %> " TYPE="text/css"/> <%-- The filter must contain a valid integer, otherwise it must be ignored. --%> Account "" <%-- add the filter text to title --%> Assigned to Submitted by Owned by <% com.intland.codebeamer.ui.view.table.TrackerSimpleLayoutDecorator decorator = new com.intland.codebeamer.ui.view.table.TrackerSimpleLayoutDecorator(); decorator.setClearNavigationList(Boolean.TRUE); pageContext.setAttribute("decorator", decorator); %> "> <%-- --%>