<%-- IBM Confidential OCO Source Material --%> <%-- 5724-J08, 5724-I63, 5724-H88, 5724-H89, 5655-N02, 5733-W70 COPYRIGHT International Business Machines Corp. 2004, 2008 --%> <%-- 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="com.ibm.isclite.platform.*,com.ibm.isc.api.platform.ProductInfo"%> <%-- F904.6_20487.14 --%> <%@page language="java" import="java.net.*,java.io.*,java.util.*,java.lang.reflect.*,javax.servlet.http.*,java.net.URL,java.net.URLConnection,com.ibm.ws.console.core.bean.UserPreferenceBean,com.ibm.ws.console.core.*,com.ibm.ws.console.core.help.token.HelpTokenManager"%> <%@ page import="com.ibm.ws.console.core.WSCDefines" %> <%@ page import="com.ibm.ws.console.core.commandassistance.CommandAssistance" %> <% //WSC Console: needed for Federation // isc changed to iscFederation to avoid duplication Boolean iscFederation = (Boolean)request.getSession().getAttribute(WSCDefines.WSC_ISC_LAUNCHED_TASK); if ( iscFederation == null) { iscFederation = new Boolean(false); } Boolean isPortletComp = (Boolean)request.getSession().getAttribute(WSCDefines.PORTLET_COMPATIBLE); if(isPortletComp == null){ isPortletComp = new Boolean(false); } if ( iscFederation.booleanValue() == true && isPortletComp.booleanValue()==true) { %> <%} else { %> <%}%> <% UserPreferenceBean userpref = (UserPreferenceBean)session.getAttribute(com.ibm.ws.console.core.Constants.USER_PREFS); Boolean descriptionsOn = new Boolean("true"); String descriptionshow = userpref.getProperty("System/workspace", "descriptionsShow", "true"); if (descriptionshow!=null && descriptionshow.equals("true")) { descriptionsOn = Boolean.TRUE; } else descriptionsOn = Boolean.FALSE; String FHState = (String)session.getAttribute("wasHelpPortlet"); String FHStateImg = "title_minimize.gif"; //WSC Console Federation if ( iscFederation.booleanValue() == true ) { FHStateImg = "IRU_title_minimize.gif"; } String FHWidth = "20%"; if (FHState == null) { FHState = "table-row-group"; } else { if (FHState.equals("none")) { FHStateImg = "title_restore.gif"; //WSC Console Federation if ( iscFederation.booleanValue() == true && isPortletComp.booleanValue()==true) { FHStateImg = "IRU_title_restore.gif"; } FHWidth = "1%"; } } String [] toolbarImages_ = (String []) session.getAttribute("federationISCToolbarImages"); if (toolbarImages_ != null) { FHStateImg = toolbarImages_[1]; } else { FHStateImg = request.getContextPath() + "/images/" + FHStateImg; } //WSC Console Federation String style = "position:relative"; //WSC Console Federation if ( iscFederation.booleanValue() == true && isPortletComp.booleanValue()==true ) { style = "position:relative;top:10"; } if (descriptionsOn.booleanValue() != false) { %>
"> <% //WSC Console Federation if ( iscFederation.booleanValue() == true && isPortletComp.booleanValue()==true ) { %> <% //WSC Console Federation if ( iscFederation.booleanValue() == true && isPortletComp.booleanValue()==true ) { %> <% //WSC Console Federation if ( iscFederation.booleanValue() == true && isPortletComp.booleanValue()==true ) { %>
<% } else { %> <%}%> <% } else { %> <%}%> <bean:message key=" border="0" align="texttop" />
<% } else { %> <%}%>
<% //WSC Console Federation if ( iscFederation.booleanValue() == true && isPortletComp.booleanValue()==true) { %>
<% } else { %>
<%}%>
<% String fieldHelp = (String)request.getAttribute("fieldHelp"); %> <% if (fieldHelp != null) { String pluginIdentifier = (String) pageContext.getAttribute ("pluginId", PageContext.REQUEST_SCOPE); String pluginContextRoot = (String) pageContext.getAttribute ("pluginContextRoot", PageContext.REQUEST_SCOPE); if ((pluginIdentifier != null) || (pluginContextRoot != null)) { %>
<% //WSC Console Federation if ( iscFederation.booleanValue() == true && isPortletComp.booleanValue()==true) { %>
<% } %>