%-- IBM Confidential OCO Source Material --%>
<%-- 5724-J34, 5655-P28 (C) COPYRIGHT International Business Machines Corp. 2006 --%>
<%-- The source code for this program is not published or otherwise divested --%>
<%-- of its trade secrets, irrespective of what has been deposited with the --%>
<%-- U.S. Copyright Office. --%>
<%@ page import="java.util.*,org.apache.struts.util.MessageResources,org.apache.struts.action.Action"%>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/tiles.tld" prefix="tiles" %>
<%
String checked = "";
String tmpchecked = "" + state + "";
if (tmpchecked.equalsIgnoreCase("true")) {
checked = "CHECKED";
}
%>
<%-- // defect 126608
--%>
<%
ServletContext servletContext = (ServletContext)pageContext.getServletContext();
MessageResources messages = (MessageResources)servletContext.getAttribute(org.apache.struts.Globals.MESSAGES_KEY);
String newunits = messages.getMessage(request.getLocale(),units);
String newlabel = messages.getMessage(request.getLocale(),label);
if (desc.equals("")) { desc = label; }
if (label != null && !label.trim().equals("")) {
newunits = newlabel;
}
%>
<%
if(onClick==null){
onClick="";
}
if(onKeyPress==null){
onKeyPress="";
}
%>
<%if(includeTD == null || includeTD.equals("true")){%>
<%}%>
<%-- Begin defect 286599/321822 --%>
<%-- End defect 286599/321822 --%>
<%if(includeTD == null || includeTD.equals("true")){%>
|
<%}%>
<%-- // defect 126608
|
--%>