%--
* 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-html" prefix="html" %>
<%@ taglib uri="acltaglib" prefix="acl" %>
<%@ taglib uri="charttaglib" prefix="chart" %>
<%@ taglib uri="taglib" prefix="tag" %>
<%@ 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("lineBreak", "
|
", PageContext.REQUEST_SCOPE);
pageContext.setAttribute("BUG_TRACKER", new Integer(TrackerDto.BUG), PageContext.REQUEST_SCOPE);
pageContext.setAttribute("STATUS_CLOSED", new Integer(TrackerItemDto.STATUS_CLOSED), PageContext.REQUEST_SCOPE);
pageContext.setAttribute("SEVERITY_LABEL_ID", new Integer(TrackerLayoutLabelDto.SEVERITY_LABEL_ID));
%>
: Report by Status & Severity
|
<%-- wrapper table --%>
|
|
|
<%-- severity header --%>
|
|
${severity['svr_name']} |
|
Total |
<%-- data --%>
${status.id}
NULL
<%-- status name --%>
${status.name} |
|
<%-- severity data --%>
status_${status.id}
${severity['svr_id']}
NULL
false
${tracker.id}
${status_id}
${severity_id}
: ; : ; Items: ${status_value}
${status_value}
${status_value} |
|
<%-- total data --%>
false
${tracker.id}
${status_id}
${status_total}
${status_total} |
<%-- total by severity --%>
Total |
|
${severity['svr_id']}
NULL
false
${tracker.id}
${severity_id}
${severity_total}
${severity_total} |
|
<%-- total amount --%>
false
${tracker.id}
${total_amount}
${total_amount} |
<%-- end of data table --%>
|
<%-- end of wrapper table --%>
<%-- Create Chart --%>
${status.id}
NULL
<%-- (See CMU/SEI-92-TR-25 documents Page 208) --%>
|
<%-- Display the Chart --%>
| "
HEIGHT="">