<%-- IBM Confidential OCO Source Material --%> <%-- 5724-i63, 5724-H88 (C) COPYRIGHT International Business Machines Corp. 1997, 2004 --%> <%-- 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. --%> <%@ taglib uri="/WEB-INF/tiles.tld" prefix="tiles" %> <%@ 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" %> <%@ page import="java.util.*" %> <%@ page import="com.ibm.ws.console.core.item.*" %> <%@ page import="com.ibm.ws.console.core.bean.*" %> <%@ page import="com.ibm.ws.console.core.*" %> <%@ page import="org.apache.struts.util.MessageResources,org.apache.struts.action.Action" %> <% MessageResources messages = (MessageResources) application.getAttribute(Action.MESSAGES_KEY); String showPrefs = messages.getMessage(request.getLocale(),"show.preferences"); String prefsState = (String)session.getAttribute("com_ibm_ws_prefsTable"); String prefsStateImg = "arrow_collapsed.gif"; if (prefsState == null) { prefsState = "none"; } else { if (prefsState.equals("inline")) { prefsStateImg = "arrow_expanded.gif"; } } %>
<%=showPrefs%>