%--
* 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="taglib" prefix="tag" %>
<%@ taglib uri="charttaglib" prefix="chart" %>
<%@ taglib uri="uitaglib" prefix="ui" %>
<%@page import="com.intland.codebeamer.remoting.ArtifactOperation"%>
<%
pageContext.setAttribute("OPERATION_UPDATE", new Integer(ArtifactOperation.OPERATION_UPDATE));
pageContext.setAttribute("OPERATION_ATTR_UPDATE", new Integer(ArtifactOperation.OPERATION_ATTR_UPDATE));
pageContext.setAttribute("OPERATION_INSERT", new Integer(ArtifactOperation.OPERATION_INSERT));
pageContext.setAttribute("OPERATION_DELETE", new Integer(ArtifactOperation.OPERATION_DELETE));
pageContext.setAttribute("OPERATION_READ", new Integer(ArtifactOperation.OPERATION_READ));
%>
" HEIGHT=" |