<% /******************************************************************************* * Copyright (c) 2001, 2004 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ %> <%@ page contentType="text/html; charset=UTF-8" import="org.eclipse.wst.ws.internal.explorer.platform.wsil.perspective.*, org.eclipse.wst.ws.internal.explorer.platform.wsil.constants.*" %> <% WSILPerspective wsilPerspective = controller.getWSILPerspective(); %> <%=wsilPerspective.getMessage("FRAME_TITLE_STATUS_TOOLBAR")%> ">
<% formAction.append("wsil/actions/ResizeWSILFramesActionJSP.jsp"); %> <% formFrameName.append(WsilFrameNames.WSIL_STATUS_CONTAINER); %> <% String doubleClickColumnTitle = null; if (wsilPerspective.getPerspectiveContentFramesetCols().endsWith("100%")) { if (wsilPerspective.getActionsContainerFramesetRows().endsWith("100%")) doubleClickColumnTitle = controller.getMessage("ALT_DOUBLE_CLICK_TO_RESTORE"); } if (doubleClickColumnTitle == null) doubleClickColumnTitle = controller.getMessage("ALT_DOUBLE_CLICK_TO_MAXIMIZE"); %> <% String altClear = controller.getMessage("ALT_CLEAR"); %>
" alt="" width=16 height=16><%=controller.getMessage("ALT_STATUS")%>" target="<%=WsilFrameNames.WSIL_STATUS_CONTENT%>">" width=16 height=16 onMouseOver="src='<%=response.encodeURL(controller.getPathWithContext("images/clear_highlighted.gif"))%>';mouseover(this)" onMouseOut="src='<%=response.encodeURL(controller.getPathWithContext("images/clear_enabled.gif"))%>';mouseout(this)" onMouseDown="src='<%=response.encodeURL(controller.getPathWithContext("images/clear_highlighted.gif"))%>';mousedown(this)" onMouseUp="src='<%=response.encodeURL(controller.getPathWithContext("images/clear_enabled.gif"))%>';mouseup(this)" alt="<%=altClear%>" title="<%=altClear%>">