Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.help.webapp/advanced/fheader.jsp')
-rw-r--r--org.eclipse.help.webapp/advanced/fheader.jsp35
1 files changed, 0 insertions, 35 deletions
diff --git a/org.eclipse.help.webapp/advanced/fheader.jsp b/org.eclipse.help.webapp/advanced/fheader.jsp
deleted file mode 100644
index 81f1b1787..000000000
--- a/org.eclipse.help.webapp/advanced/fheader.jsp
+++ /dev/null
@@ -1,35 +0,0 @@
-<%--
- Copyright (c) 2000, 2018 IBM 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:
- IBM Corporation - initial API and implementation
---%><%@
-page import="org.eclipse.help.internal.webapp.data.*" contentType="text/html; charset=UTF-8"
-%>
-<%@page import="org.eclipse.help.webapp.*" %>
-<%
-request.setCharacterEncoding("UTF-8");
-boolean isRTL = UrlUtil.isRTL(request, response);
-String direction = isRTL?"rtl":"ltr";
-%>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
-<!--
- ! Copyright (c) 2000, 2007 IBM 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:
- ! IBM Corporation - initial API and implementation
- --> \ No newline at end of file

Back to the top