Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-03-28 08:34:36 +0000
committerAlexander Kurtakov2018-03-28 08:34:36 +0000
commitc4196a90df056cb7651aa577805e80e0e1ff17dd (patch)
tree2253d582b0194d506f55526a32c7bbb65a0e633e /org.eclipse.help.webapp
parent6217ccaf33afec8688f6e8fc2fa9b02219b655a1 (diff)
downloadeclipse.platform.ua-c4196a90df056cb7651aa577805e80e0e1ff17dd.tar.gz
eclipse.platform.ua-c4196a90df056cb7651aa577805e80e0e1ff17dd.tar.xz
eclipse.platform.ua-c4196a90df056cb7651aa577805e80e0e1ff17dd.zip
Bug 532984 - Stop using long deprecated sript language attribute
The prefferred way is type="text/javascript" for HTML 4.x Change-Id: I0807cdec177ac1de6684796da1bde444c5f0b923 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'org.eclipse.help.webapp')
-rw-r--r--org.eclipse.help.webapp/advanced/advanced.jsp4
-rw-r--r--org.eclipse.help.webapp/advanced/bookmarksView.jsp8
-rw-r--r--org.eclipse.help.webapp/advanced/confirmShowAll.jsp4
-rw-r--r--org.eclipse.help.webapp/advanced/deferredView.jsp4
-rw-r--r--org.eclipse.help.webapp/advanced/help.jsp4
-rw-r--r--org.eclipse.help.webapp/advanced/index.jsp4
-rw-r--r--org.eclipse.help.webapp/advanced/indexView.jsp18
-rw-r--r--org.eclipse.help.webapp/advanced/livehelp_js.jsp4
-rw-r--r--org.eclipse.help.webapp/advanced/nav.jsp4
-rw-r--r--org.eclipse.help.webapp/advanced/printConfirm.jsp4
-rw-r--r--org.eclipse.help.webapp/advanced/printError.jsp4
-rw-r--r--org.eclipse.help.webapp/advanced/quickSearch.jsp10
-rw-r--r--org.eclipse.help.webapp/advanced/searchScoped.jsp4
-rw-r--r--org.eclipse.help.webapp/advanced/searchSimple.jsp4
-rw-r--r--org.eclipse.help.webapp/advanced/searchView.jsp12
-rw-r--r--org.eclipse.help.webapp/advanced/tabs.jsp4
-rw-r--r--org.eclipse.help.webapp/advanced/tocView.jsp16
-rw-r--r--org.eclipse.help.webapp/advanced/toolbar.jsp8
-rw-r--r--org.eclipse.help.webapp/advanced/view.jsp4
-rw-r--r--org.eclipse.help.webapp/advanced/views.jsp6
-rw-r--r--org.eclipse.help.webapp/advanced/workingSet.jsp6
-rw-r--r--org.eclipse.help.webapp/advanced/workingSetManager.jsp12
-rw-r--r--org.eclipse.help.webapp/advancedstate/scopeState.jsp4
-rw-r--r--org.eclipse.help.webapp/advancedstate/workingSetState.jsp4
-rw-r--r--org.eclipse.help.webapp/basic/livehelp_js.jsp4
25 files changed, 80 insertions, 80 deletions
diff --git a/org.eclipse.help.webapp/advanced/advanced.jsp b/org.eclipse.help.webapp/advanced/advanced.jsp
index de2429b3a..069d88ee5 100644
--- a/org.eclipse.help.webapp/advanced/advanced.jsp
+++ b/org.eclipse.help.webapp/advanced/advanced.jsp
@@ -1,5 +1,5 @@
<%--
- Copyright (c) 2000, 2011 IBM Corporation and others.
+ Copyright (c) 2000, 2018 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -103,7 +103,7 @@ input[type="checkbox"] {
%>
</style>
-<script language="JavaScript">
+<script type="text/javascript">
function doAdvancedSearch()
{
diff --git a/org.eclipse.help.webapp/advanced/bookmarksView.jsp b/org.eclipse.help.webapp/advanced/bookmarksView.jsp
index 61b9ee31b..8891397d7 100644
--- a/org.eclipse.help.webapp/advanced/bookmarksView.jsp
+++ b/org.eclipse.help.webapp/advanced/bookmarksView.jsp
@@ -1,5 +1,5 @@
<%--
- Copyright (c) 2000, 2010 IBM Corporation and others.
+ Copyright (c) 2000, 2018 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -29,10 +29,10 @@
<base target="ContentViewFrame">
-<script language="JavaScript" src="utils.js"></script>
-<script language="JavaScript" src="list.js"></script>
+<script type="text/javascript" src="utils.js"></script>
+<script type="text/javascript" src="list.js"></script>
-<script language="JavaScript">
+<script type="text/javascript">
/**
* Removes bookmark
diff --git a/org.eclipse.help.webapp/advanced/confirmShowAll.jsp b/org.eclipse.help.webapp/advanced/confirmShowAll.jsp
index de75e789d..71ef3ab4d 100644
--- a/org.eclipse.help.webapp/advanced/confirmShowAll.jsp
+++ b/org.eclipse.help.webapp/advanced/confirmShowAll.jsp
@@ -1,5 +1,5 @@
<%--
- Copyright (c) 2000, 2010 IBM Corporation and others.
+ Copyright (c) 2000, 2018 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -63,7 +63,7 @@ BUTTON {
</style>
-<script language="JavaScript">
+<script type="text/javascript">
function onloadHandler() {
<%
diff --git a/org.eclipse.help.webapp/advanced/deferredView.jsp b/org.eclipse.help.webapp/advanced/deferredView.jsp
index f30777c72..fd63832b5 100644
--- a/org.eclipse.help.webapp/advanced/deferredView.jsp
+++ b/org.eclipse.help.webapp/advanced/deferredView.jsp
@@ -1,5 +1,5 @@
<%--
- Copyright (c) 2006, 2012 IBM Corporation and others.
+ Copyright (c) 2006, 2018 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -25,7 +25,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title><%=ServletResources.getString("Loading", request)%></title>
-<script language="JavaScript">
+<script type="text/javascript">
function onloadHandler() {
location.href="<%=UrlUtil.JavaScriptEncode(href)%>";
}
diff --git a/org.eclipse.help.webapp/advanced/help.jsp b/org.eclipse.help.webapp/advanced/help.jsp
index a21f3c245..52082a1cb 100644
--- a/org.eclipse.help.webapp/advanced/help.jsp
+++ b/org.eclipse.help.webapp/advanced/help.jsp
@@ -1,5 +1,5 @@
<%--
- Copyright (c) 2000, 2010 IBM Corporation and others.
+ Copyright (c) 2000, 2018 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -21,7 +21,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title><%=ServletResources.getString("Help", request)%></title>
-<script language="JavaScript">
+<script type="text/javascript">
<%-- map of maximize listener functions indexed by name --%>
var maximizeListeners=new Object();
function registerMaximizeListener(name, listener){
diff --git a/org.eclipse.help.webapp/advanced/index.jsp b/org.eclipse.help.webapp/advanced/index.jsp
index 9febf8b04..a78c3cb10 100644
--- a/org.eclipse.help.webapp/advanced/index.jsp
+++ b/org.eclipse.help.webapp/advanced/index.jsp
@@ -1,5 +1,5 @@
<%--
- Copyright (c) 2000, 2010 IBM Corporation and others.
+ Copyright (c) 2000, 2018 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -36,7 +36,7 @@ FRAMESET {
}
</style>
-<script language="JavaScript">
+<script type="text/javascript">
function onloadHandler(e)
{
diff --git a/org.eclipse.help.webapp/advanced/indexView.jsp b/org.eclipse.help.webapp/advanced/indexView.jsp
index 1d13a5783..d44b09393 100644
--- a/org.eclipse.help.webapp/advanced/indexView.jsp
+++ b/org.eclipse.help.webapp/advanced/indexView.jsp
@@ -1,5 +1,5 @@
<%--
- Copyright (c) 2005, 2010 Intel Corporation and others.
+ Copyright (c) 2005, 2018 Intel Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -46,18 +46,18 @@
<base target="ContentViewFrame">
-<script language="JavaScript">
+<script type="text/javascript">
var loadingMessage = "<%=UrlUtil.JavaScriptEncode(ServletResources.getString("Loading", request))%>";
</script>
-<script language="JavaScript" src="indexView.js"></script>
-<script language="JavaScript" src="resize.js"></script>
-<script language="JavaScript" src="helptree.js"></script>
-<script language="JavaScript" src="helptreechildren.js"></script>
-<script language="JavaScript" src="xmlajax.js"></script>
-<script language="JavaScript" src="utils.js"></script>
-<script language="JavaScript" src="view.js"></script>
+<script type="text/javascript" src="indexView.js"></script>
+<script type="text/javascript" src="resize.js"></script>
+<script type="text/javascript" src="helptree.js"></script>
+<script type="text/javascript" src="helptreechildren.js"></script>
+<script type="text/javascript" src="xmlajax.js"></script>
+<script type="text/javascript" src="utils.js"></script>
+<script type="text/javascript" src="view.js"></script>
</head>
<body dir="<%=direction%>" onload="onloadHandler()" onresize = "sizeList()">
diff --git a/org.eclipse.help.webapp/advanced/livehelp_js.jsp b/org.eclipse.help.webapp/advanced/livehelp_js.jsp
index b0c6c8da2..b0e3b12a6 100644
--- a/org.eclipse.help.webapp/advanced/livehelp_js.jsp
+++ b/org.eclipse.help.webapp/advanced/livehelp_js.jsp
@@ -1,5 +1,5 @@
<%--
- Copyright (c) 2000, 2005 IBM Corporation and others.
+ Copyright (c) 2000, 2018 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -12,7 +12,7 @@
<%
request.setCharacterEncoding("UTF-8");
%>
-<script language="JavaScript">
+<script type="text/javascript">
function liveActionInternal(topHelpWindow, pluginId, className, argument)
{
<%
diff --git a/org.eclipse.help.webapp/advanced/nav.jsp b/org.eclipse.help.webapp/advanced/nav.jsp
index c82e7beea..783d3c0ea 100644
--- a/org.eclipse.help.webapp/advanced/nav.jsp
+++ b/org.eclipse.help.webapp/advanced/nav.jsp
@@ -1,5 +1,5 @@
<%--
- Copyright (c) 2000, 2010 IBM Corporation and others.
+ Copyright (c) 2000, 2018 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -35,7 +35,7 @@ FRAMESET {
%>
</style>
-<script language="JavaScript">
+<script type="text/javascript">
var isMozilla = navigator.userAgent.indexOf('Mozilla') != -1 && parseInt(navigator.appVersion.substring(0,1)) >= 5;
var isMozilla10 = isMozilla && navigator.userAgent.indexOf('rv:1') != -1;
var isIE = navigator.userAgent.indexOf('MSIE') != -1;
diff --git a/org.eclipse.help.webapp/advanced/printConfirm.jsp b/org.eclipse.help.webapp/advanced/printConfirm.jsp
index 4c1738d46..50f93ff57 100644
--- a/org.eclipse.help.webapp/advanced/printConfirm.jsp
+++ b/org.eclipse.help.webapp/advanced/printConfirm.jsp
@@ -1,5 +1,5 @@
<%--
- Copyright (c) 2009, 2010 IBM Corporation and others.
+ Copyright (c) 2009, 2018 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -30,7 +30,7 @@
<meta http-equiv="Expires" content="-1">
<link rel="stylesheet" href="printAlert.css" charset="utf-8" type="text/css">
-<script language="JavaScript">
+<script type="text/javascript">
function onloadHandler() {
sizeButtons();
diff --git a/org.eclipse.help.webapp/advanced/printError.jsp b/org.eclipse.help.webapp/advanced/printError.jsp
index 9ad0256f4..5bf80c1e8 100644
--- a/org.eclipse.help.webapp/advanced/printError.jsp
+++ b/org.eclipse.help.webapp/advanced/printError.jsp
@@ -1,5 +1,5 @@
<%--
- Copyright (c) 2009, 2010 IBM Corporation and others.
+ Copyright (c) 2009, 2018 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -20,7 +20,7 @@
<meta http-equiv="Expires" content="-1">
<link rel="stylesheet" href="printAlert.css" charset="utf-8" type="text/css">
-<script language="JavaScript">
+<script type="text/javascript">
function onloadHandler() {
sizeButtons();
diff --git a/org.eclipse.help.webapp/advanced/quickSearch.jsp b/org.eclipse.help.webapp/advanced/quickSearch.jsp
index ccae09bce..fd18a50f6 100644
--- a/org.eclipse.help.webapp/advanced/quickSearch.jsp
+++ b/org.eclipse.help.webapp/advanced/quickSearch.jsp
@@ -1,5 +1,5 @@
<%--
- Copyright (c) 2009, 2011 IBM Corporation and others.
+ Copyright (c) 2009, 2018 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -88,10 +88,10 @@ if (data.isMozilla()) {
</style>
-<script language="JavaScript" src="resize.js"></script>
-<script language="JavaScript" src="utils.js"></script>
-<script language="JavaScript" src="list.js"></script>
-<script language="JavaScript">
+<script type="text/javascript" src="resize.js"></script>
+<script type="text/javascript" src="utils.js"></script>
+<script type="text/javascript" src="list.js"></script>
+<script type="text/javascript">
var quickSearchType = "<%=quickSearchType%>";
diff --git a/org.eclipse.help.webapp/advanced/searchScoped.jsp b/org.eclipse.help.webapp/advanced/searchScoped.jsp
index 1413ee821..4751f5e10 100644
--- a/org.eclipse.help.webapp/advanced/searchScoped.jsp
+++ b/org.eclipse.help.webapp/advanced/searchScoped.jsp
@@ -1,5 +1,5 @@
<%--
- Copyright (c) 2000, 2011 IBM Corporation and others.
+ Copyright (c) 2000, 2018 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -128,7 +128,7 @@ A {
%>
</style>
-<script language="JavaScript">
+<script type="text/javascript">
var isIE = navigator.userAgent.indexOf('MSIE') != -1;
var isMozilla = navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && parseInt(navigator.appVersion.substring(0,1)) >= 5;
diff --git a/org.eclipse.help.webapp/advanced/searchSimple.jsp b/org.eclipse.help.webapp/advanced/searchSimple.jsp
index ae10707e7..d0227f998 100644
--- a/org.eclipse.help.webapp/advanced/searchSimple.jsp
+++ b/org.eclipse.help.webapp/advanced/searchSimple.jsp
@@ -1,5 +1,5 @@
<%--
- Copyright (c) 2000, 2011 IBM Corporation and others.
+ Copyright (c) 2000, 2018 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -108,7 +108,7 @@ INPUT {
%>
</style>
-<script language="JavaScript">
+<script type="text/javascript">
var isIE = navigator.userAgent.indexOf('MSIE') != -1;
var isMozilla = navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && parseInt(navigator.appVersion.substring(0,1)) >= 5;
diff --git a/org.eclipse.help.webapp/advanced/searchView.jsp b/org.eclipse.help.webapp/advanced/searchView.jsp
index 3a7090305..03c5340d9 100644
--- a/org.eclipse.help.webapp/advanced/searchView.jsp
+++ b/org.eclipse.help.webapp/advanced/searchView.jsp
@@ -1,5 +1,5 @@
<%--
- Copyright (c) 2000, 2011 IBM Corporation and others.
+ Copyright (c) 2000, 2018 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -29,10 +29,10 @@
<base target="ContentViewFrame">
-<script language="JavaScript" src="utils.js"></script>
-<script language="JavaScript" src="list.js"></script>
-<script language="JavaScript" src="view.js"></script>
-<script language="JavaScript">
+<script type="text/javascript" src="utils.js"></script>
+<script type="text/javascript" src="list.js"></script>
+<script type="text/javascript" src="view.js"></script>
+<script type="text/javascript">
var cookiesRequired = "<%=UrlUtil.JavaScriptEncode(ServletResources.getString("cookiesRequired", request))%>";
var showCategories = <%=data.isShowCategories()%>;
@@ -247,7 +247,7 @@ setTimeout('refresh()', 2000);
}
%>
-<script language="JavaScript">
+<script type="text/javascript">
selectTopicById('<%=UrlUtil.JavaScriptEncode(data.getSelectedTopicId())%>');
</script>
diff --git a/org.eclipse.help.webapp/advanced/tabs.jsp b/org.eclipse.help.webapp/advanced/tabs.jsp
index 2ce59f21e..94cc1af5d 100644
--- a/org.eclipse.help.webapp/advanced/tabs.jsp
+++ b/org.eclipse.help.webapp/advanced/tabs.jsp
@@ -1,5 +1,5 @@
<%--
- Copyright (c) 2000, 2011 IBM Corporation and others.
+ Copyright (c) 2000, 2018 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -104,7 +104,7 @@ IMG {
</style>
-<script language="JavaScript">
+<script type="text/javascript">
var isMozilla = navigator.userAgent.indexOf('Mozilla') != -1 && parseInt(navigator.appVersion.substring(0,1)) >= 5;
var isIE = navigator.userAgent.indexOf('MSIE') != -1;
diff --git a/org.eclipse.help.webapp/advanced/tocView.jsp b/org.eclipse.help.webapp/advanced/tocView.jsp
index b5fe24012..3a8af527e 100644
--- a/org.eclipse.help.webapp/advanced/tocView.jsp
+++ b/org.eclipse.help.webapp/advanced/tocView.jsp
@@ -1,5 +1,5 @@
<%--
- Copyright (c) 2000, 2011 IBM Corporation and others.
+ Copyright (c) 2000, 2018 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -27,14 +27,14 @@
</style>
<base target="ContentViewFrame">
-<script language="JavaScript" src="helptree.js"></script>
-<script language="JavaScript" src="helptreechildren.js"></script>
-<script language="JavaScript" src="xmlajax.js"></script>
-<script language="JavaScript" src="utils.js"></script>
-<script language="JavaScript" src="tocTree.js"></script>
-<script language="JavaScript" src="view.js"></script>
+<script type="text/javascript" src="helptree.js"></script>
+<script type="text/javascript" src="helptreechildren.js"></script>
+<script type="text/javascript" src="xmlajax.js"></script>
+<script type="text/javascript" src="utils.js"></script>
+<script type="text/javascript" src="tocTree.js"></script>
+<script type="text/javascript" src="view.js"></script>
-<script language="JavaScript">
+<script type="text/javascript">
// Preload images
var imagesDirectory = "<%=prefs.getImagesDirectory()%>";
diff --git a/org.eclipse.help.webapp/advanced/toolbar.jsp b/org.eclipse.help.webapp/advanced/toolbar.jsp
index 655f31626..cf581f4cf 100644
--- a/org.eclipse.help.webapp/advanced/toolbar.jsp
+++ b/org.eclipse.help.webapp/advanced/toolbar.jsp
@@ -1,5 +1,5 @@
<%--
- Copyright (c) 2000, 2011 IBM Corporation and others.
+ Copyright (c) 2000, 2018 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -160,12 +160,12 @@ HTML {
for (int s = 0; s < scripts.length; s++) {
String path = scripts[s];
%>
- <script language="JavaScript" src = "<%=path%>" ></script>
+ <script type="text/javascript" src = "<%=path%>" ></script>
<%
}
%>
-<script language="JavaScript">
+<script type="text/javascript">
var bRestore = false;
// Preload images
@@ -426,7 +426,7 @@ function menuExit(e) {
<%
if (data.getScript() != null) {
%>
-<script language="JavaScript" src="<%=UrlUtil.htmlEncode(data.getScript())%>"></script>
+<script type="text/javascript" src="<%=UrlUtil.htmlEncode(data.getScript())%>"></script>
<%
}
%>
diff --git a/org.eclipse.help.webapp/advanced/view.jsp b/org.eclipse.help.webapp/advanced/view.jsp
index 5ebd572bc..afe4ab629 100644
--- a/org.eclipse.help.webapp/advanced/view.jsp
+++ b/org.eclipse.help.webapp/advanced/view.jsp
@@ -1,5 +1,5 @@
<%--
- Copyright (c) 2000, 2010 IBM Corporation and others.
+ Copyright (c) 2000, 2018 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -23,7 +23,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title><%=ServletResources.getString(view.getName(), request)%></title>
-<script language="JavaScript">
+<script type="text/javascript">
function onloadHandler(e)
{
diff --git a/org.eclipse.help.webapp/advanced/views.jsp b/org.eclipse.help.webapp/advanced/views.jsp
index 9a8239dbc..fe45ad3bb 100644
--- a/org.eclipse.help.webapp/advanced/views.jsp
+++ b/org.eclipse.help.webapp/advanced/views.jsp
@@ -1,5 +1,5 @@
<%--
- Copyright (c) 2000, 2011 IBM Corporation and others.
+ Copyright (c) 2000, 2018 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -62,8 +62,8 @@ IFRAME {
}
</style>
-<script language="JavaScript" src="views.js"></script>
-<script language="Javascript">
+<script type="text/javascript" src="views.js"></script>
+<script type="text/javascript">
var activityFiltering = <%=(new ActivitiesData(application, request, response)).isActivityFiltering()?"true":"false"%>;
var displayShowAllConfirmation = <%=prefs.isDontConfirmShowAll()?"false":"true"%>;
diff --git a/org.eclipse.help.webapp/advanced/workingSet.jsp b/org.eclipse.help.webapp/advanced/workingSet.jsp
index 1def12faa..6cfd5bd08 100644
--- a/org.eclipse.help.webapp/advanced/workingSet.jsp
+++ b/org.eclipse.help.webapp/advanced/workingSet.jsp
@@ -1,5 +1,5 @@
<%--
- Copyright (c) 2000, 2011 IBM Corporation and others.
+ Copyright (c) 2000, 2018 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -165,8 +165,8 @@ input[type="checkbox"] {
}
%>
</style>
-<script language="JavaScript" src="resize.js"></script>
-<script language="JavaScript">
+<script type="text/javascript" src="resize.js"></script>
+<script type="text/javascript">
// Preload images
var minus = new Image();
diff --git a/org.eclipse.help.webapp/advanced/workingSetManager.jsp b/org.eclipse.help.webapp/advanced/workingSetManager.jsp
index 4800a89ea..e146b5cad 100644
--- a/org.eclipse.help.webapp/advanced/workingSetManager.jsp
+++ b/org.eclipse.help.webapp/advanced/workingSetManager.jsp
@@ -1,5 +1,5 @@
<%--
- Copyright (c) 2000, 2010 IBM Corporation and others.
+ Copyright (c) 2000, 2018 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -97,10 +97,10 @@ if (data.isMozilla()) {
</style>
-<script language="JavaScript" src="resize.js"></script>
-<script language="JavaScript" src="utils.js"></script>
-<script language="JavaScript" src="list.js"></script>
-<script language="JavaScript">
+<script type="text/javascript" src="resize.js"></script>
+<script type="text/javascript" src="utils.js"></script>
+<script type="text/javascript" src="list.js"></script>
+<script type="text/javascript">
function highlightHandler()
{
@@ -338,7 +338,7 @@ for (int i=0; i<wsets.length; i++)
</table>
</div>
</form>
-<script language="JavaScript">
+<script type="text/javascript">
var selected = selectTopicById('<%=UrlUtil.JavaScriptEncode(workingSetId)%>');
if (!selected)
document.getElementById("alldocs").checked = true;
diff --git a/org.eclipse.help.webapp/advancedstate/scopeState.jsp b/org.eclipse.help.webapp/advancedstate/scopeState.jsp
index c9b5b90ec..2f3606e5b 100644
--- a/org.eclipse.help.webapp/advancedstate/scopeState.jsp
+++ b/org.eclipse.help.webapp/advancedstate/scopeState.jsp
@@ -1,5 +1,5 @@
<%--
- Copyright (c) 2011 IBM Corporation and others.
+ Copyright (c) 2011, 2018 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -24,7 +24,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title><%=ServletResources.getString("Loading", request)%></title>
-<script language="JavaScript">
+<script type="text/javascript">
function onloadHandler() {
location.href="advanced/searchScoped.jsp<%=UrlUtil.JavaScriptEncode(args)%>";
}
diff --git a/org.eclipse.help.webapp/advancedstate/workingSetState.jsp b/org.eclipse.help.webapp/advancedstate/workingSetState.jsp
index 9abc5bbef..90e2538b2 100644
--- a/org.eclipse.help.webapp/advancedstate/workingSetState.jsp
+++ b/org.eclipse.help.webapp/advancedstate/workingSetState.jsp
@@ -1,5 +1,5 @@
<%--
- Copyright (c) 2011 IBM Corporation and others.
+ Copyright (c) 2011, 2018 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -24,7 +24,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title><%=ServletResources.getString("Loading", request)%></title>
-<script language="JavaScript">
+<script type="text/javascript">
function onloadHandler() {
location.href="advanced/workingSetManager.jsp<%=UrlUtil.JavaScriptEncode(args)%>";
}
diff --git a/org.eclipse.help.webapp/basic/livehelp_js.jsp b/org.eclipse.help.webapp/basic/livehelp_js.jsp
index 2143fcc2c..ccd24570c 100644
--- a/org.eclipse.help.webapp/basic/livehelp_js.jsp
+++ b/org.eclipse.help.webapp/basic/livehelp_js.jsp
@@ -1,5 +1,5 @@
<%--
- Copyright (c) 2000, 2004 IBM Corporation and others.
+ Copyright (c) 2000, 2018 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -12,7 +12,7 @@
<%
request.setCharacterEncoding("UTF-8");
%>
-<script language="JavaScript">
+<script type="text/javascript">
function liveActionInternal(topHelpWindow, pluginId, className, argument)
{
<%

Back to the top