blob: 294c4956e73714d0dc76de00f9a4edec5a45b79e [file] [log] [blame]
<%--
Copyright (c) 2005, 2010 Intel Corporation and others.
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:
Intel Corporation - initial API and implementation
IBM Corporation - add filter button
--%>
<%@ include file="header.jsp"%>
<jsp:include page="toolbar.jsp">
<jsp:param name="script" value="navActions.js"/>
<jsp:param name="view" value="index"/>
<jsp:param name="name" value="show_all"/>
<jsp:param name="tooltip" value='show_all'/>
<jsp:param name="image" value="show_all.gif"/>
<jsp:param name="action" value="toggleShowAll"/>
<jsp:param name="param" value=""/>
<jsp:param name="state" value="<%=(new ActivitiesData(application, request, response)).getButtonState()%>"/>
</jsp:include>