Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-05-17 12:02:56 +0000
committerAlexander Kurtakov2019-05-17 12:02:56 +0000
commite93457dbe8fc94be79f9b1b71ce071c2376a070f (patch)
tree50a8def65f7cf6474e3ac2a9f7a25bad41eda772
parentaea0031136762e7e671e9db33fd06fff6dfa7a59 (diff)
downloadeclipse.platform.ua-e93457dbe8fc94be79f9b1b71ce071c2376a070f.tar.gz
eclipse.platform.ua-e93457dbe8fc94be79f9b1b71ce071c2376a070f.tar.xz
eclipse.platform.ua-e93457dbe8fc94be79f9b1b71ce071c2376a070f.zip
Bug 546588 - Remove help.webadd basic mode
It's so ancient that it's almost an insult to show smth like that to users. And I would bet that no one actually seen it lately as it was enabled for e.g. IE older than 5.5, Opera older than 9 and similar. Change-Id: I5ae61c75598e02a3517ca62800641fe71990d315 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--org.eclipse.help.base/preferences.ini8
-rw-r--r--org.eclipse.help.webapp/basic/advanced.inc71
-rw-r--r--org.eclipse.help.webapp/basic/err.jsp43
-rw-r--r--org.eclipse.help.webapp/basic/header.jsp37
-rw-r--r--org.eclipse.help.webapp/basic/help.jsp44
-rw-r--r--org.eclipse.help.webapp/basic/images/bookmark_obj.svg946
-rw-r--r--org.eclipse.help.webapp/basic/images/bookmarks_view.svg991
-rw-r--r--org.eclipse.help.webapp/basic/images/container_obj.svg267
-rw-r--r--org.eclipse.help.webapp/basic/images/e_contents_view.svg161
-rw-r--r--org.eclipse.help.webapp/basic/images/e_index_view.svg1338
-rw-r--r--org.eclipse.help.webapp/basic/images/e_search_results_view.svg508
-rw-r--r--org.eclipse.help.webapp/basic/images/e_synch_toc_nav.svg373
-rw-r--r--org.eclipse.help.webapp/basic/images/synch_toc_nav.svg224
-rw-r--r--org.eclipse.help.webapp/basic/images/toc_closed.svg161
-rw-r--r--org.eclipse.help.webapp/basic/images/toc_open.svg161
-rw-r--r--org.eclipse.help.webapp/basic/images/topic.svg226
-rw-r--r--org.eclipse.help.webapp/basic/index.jsp48
-rw-r--r--org.eclipse.help.webapp/basic/indexToolbar.jsp19
-rw-r--r--org.eclipse.help.webapp/basic/indexView.jsp40
-rw-r--r--org.eclipse.help.webapp/basic/livehelp_js.jsp66
-rw-r--r--org.eclipse.help.webapp/basic/searchToolbar.jsp19
-rw-r--r--org.eclipse.help.webapp/basic/searchView.jsp107
-rw-r--r--org.eclipse.help.webapp/basic/tabs.jsp102
-rw-r--r--org.eclipse.help.webapp/basic/tocToolbar.jsp19
-rw-r--r--org.eclipse.help.webapp/basic/tocView.jsp82
-rw-r--r--org.eclipse.help.webapp/basic/toolbar.jsp42
-rw-r--r--org.eclipse.help.webapp/basic/view.jsp36
-rw-r--r--org.eclipse.help.webapp/build.properties1
-rw-r--r--org.eclipse.help.webapp/index.jsp9
-rw-r--r--org.eclipse.help.webapp/plugin.xml10
-rw-r--r--org.eclipse.help.webapp/src/org/eclipse/help/internal/webapp/data/IndexData.java114
-rw-r--r--org.eclipse.help.webapp/src/org/eclipse/help/internal/webapp/data/LayoutData.java7
-rw-r--r--org.eclipse.help.webapp/src/org/eclipse/help/internal/webapp/data/RequestData.java9
-rw-r--r--org.eclipse.help.webapp/src/org/eclipse/help/internal/webapp/data/TocData.java96
-rw-r--r--org.eclipse.help.webapp/src/org/eclipse/help/internal/webapp/data/UrlUtil.java26
-rw-r--r--org.eclipse.help.webapp/src/org/eclipse/help/internal/webapp/data/WebappPreferences.java8
-rw-r--r--org.eclipse.help.webapp/src/org/eclipse/help/webapp/AbstractView.java10
-rw-r--r--org.eclipse.ua.tests/help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java11
38 files changed, 20 insertions, 6420 deletions
diff --git a/org.eclipse.help.base/preferences.ini b/org.eclipse.help.base/preferences.ini
index a353eb870..9202c2d6f 100644
--- a/org.eclipse.help.base/preferences.ini
+++ b/org.eclipse.help.base/preferences.ini
@@ -99,14 +99,6 @@ advanced.viewFont=icon
# Initial value for whether toc is synchronized with contents
advanced.syncDefault=true
-# Background color for toolbars.
-# Value is used in browsers displaying basic help UI.
-basic.toolbarBackground=#D4D0C8
-
-# Background color for navigation views.
-# Value is used in browsers displaying basic help UI.
-basic.viewBackground=#FFFFFF
-
######################
# Infocenter languages
######################
diff --git a/org.eclipse.help.webapp/basic/advanced.inc b/org.eclipse.help.webapp/basic/advanced.inc
deleted file mode 100644
index 3da92afd1..000000000
--- a/org.eclipse.help.webapp/basic/advanced.inc
+++ /dev/null
@@ -1,71 +0,0 @@
-<%--
- Copyright (c) 2000, 2010 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
---%>
-<form action="searchView.jsp" method="get" accept-charset="UTF-8" target="_self">
-
- <table border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td>
- <label for="searchWord"><%=ServletResources.getString("SearchExpression", request)%></label>
- </td>
- </tr>
- <tr>
- <td nowrap>
- <input type="text" name="searchWord" id="searchWord" value='<%=UrlUtil.htmlEncode(data.getSearchWord())%>' maxlength=256 alt="<%=ServletResources.getString("SearchExpression", request)%>" title="<%=ServletResources.getString("SearchExpression", request)%>">
- <input type="hidden" name="maxHits" value="500" >
- <input type="hidden" name="scopedSearch" value="true" >
- <input type="submit" value="<%=ServletResources.getString("GO", request)%>" alt="<%=ServletResources.getString("GO", request)%>" title="<%=ServletResources.getString("GO", request)%>">
- </td>
- </tr>
- <tr>
- <td>
- <%=ServletResources.getString("expression_label", request)%>
- </td>
- </tr>
- <tr>
- <td>
- <hr>
- </td>
- </tr>
- <tr>
- <td>
- <b>
- <%=ServletResources.getString("Select", request)%>
- </b>
- </td>
- </tr>
-
-<%
-TocData tocData = new TocData(application, request, response);
-for (int toc=0; toc<tocData.getTocCount(); toc++)
-{
- //if(!tocData.isEnabled(toc)){
- // do not show
- // continue;
- //}
- String label = tocData.getTocLabel(toc);
- String checked="checked=\"yes\" ";
- if( data.isSearchRequest() && !data.isTocSelected(toc) ){
- checked="";
- }
-%>
- <tr>
- <td nowrap>
- <input type="checkbox" name='scope' id="checkbox<%=toc%>" value='<%=tocData.getTocHref(toc)%>' <%=checked%> alt="<%=label%>"><label for="checkbox<%=toc%>"><%=label%></label>
- </td>
- </tr>
-<%
-}
-%>
- </table>
- </form>
diff --git a/org.eclipse.help.webapp/basic/err.jsp b/org.eclipse.help.webapp/basic/err.jsp
deleted file mode 100644
index f66cefff0..000000000
--- a/org.eclipse.help.webapp/basic/err.jsp
+++ /dev/null
@@ -1,43 +0,0 @@
-<%--
- Copyright (c) 2000, 2010 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"%>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-
-<html lang="<%=ServletResources.getString("locale", request)%>">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title> Error </title>
-</head>
-<%
-String direction = "ltr";
-try{
- if(UrlUtil.isRTL(request, response)){
- direction = "rtl";
- }
-}catch(Exception e){
-}
-%>
-
-<body dir="<%=direction%>">
-
- <%@ page isErrorPage="true" %>
-
- There was an error in your action:
- <p>
- <%= exception.toString() %>
- </P>
-
-</body>
-</html>
-
diff --git a/org.eclipse.help.webapp/basic/header.jsp b/org.eclipse.help.webapp/basic/header.jsp
deleted file mode 100644
index 731181367..000000000
--- a/org.eclipse.help.webapp/basic/header.jsp
+++ /dev/null
@@ -1,37 +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.*" errorPage="/advanced/err.jsp" 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, 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
- -->
-
diff --git a/org.eclipse.help.webapp/basic/help.jsp b/org.eclipse.help.webapp/basic/help.jsp
deleted file mode 100644
index e8c6c4b04..000000000
--- a/org.eclipse.help.webapp/basic/help.jsp
+++ /dev/null
@@ -1,44 +0,0 @@
-<%--
- Copyright (c) 2000, 2010 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
---%>
-<%@ include file="header.jsp"%>
-<%
- LayoutData data = new LayoutData(application,request, response);
-%>
-
-<html lang="<%=ServletResources.getString("locale", request)%>">
-
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title><%=ServletResources.getString("Help", request)%></title>
-
-</head>
-
-<frameset cols="<%=isRTL?"*,300":"300,*"%>">
-<%
-if (isRTL) {
-%>
- <frame name="ContentViewFrame" title="<%=ServletResources.getString("aView", ServletResources.getString("topic", request), request)%>" src='<%=UrlUtil.htmlEncode(data.getContentURL())%>' marginwidth="5" marginheight="5">
- <frame name="ViewsFrame" title="<%=ServletResources.getString("ignore", "ViewsFrame", request)%>" src='<%="view.jsp?view="+data.getVisibleView()+"&"+UrlUtil.htmlEncode(request.getQueryString())%>' marginwidth="0" marginheight="0" scrolling="no">
-<%
-} else {
-%>
- <frame name="ViewsFrame" title="<%=ServletResources.getString("ignore", "ViewsFrame", request)%>" src='<%="view.jsp?view="+data.getVisibleView()+"&"+UrlUtil.htmlEncode(request.getQueryString())%>' marginwidth="0" marginheight="0" scrolling="no">
- <frame name="ContentViewFrame" title="<%=ServletResources.getString("aView", ServletResources.getString("topic", request), request)%>" src='<%=UrlUtil.htmlEncode(data.getContentURL())%>' marginwidth="5" marginheight="5">
-<%
-}
-%>
-</frameset>
-
-</html>
-
diff --git a/org.eclipse.help.webapp/basic/images/bookmark_obj.svg b/org.eclipse.help.webapp/basic/images/bookmark_obj.svg
deleted file mode 100644
index a695fdd50..000000000
--- a/org.eclipse.help.webapp/basic/images/bookmark_obj.svg
+++ /dev/null
@@ -1,946 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="5"
- height="16"
- id="svg2"
- version="1.1"
- inkscape:version="0.92.3 (2405546, 2018-03-11)"
- sodipodi:docname="bookmark_obj.svg">
- <defs
- id="defs4">
- <linearGradient
- id="linearGradient5641">
- <stop
- style="stop-color:#1e6cbe;stop-opacity:1;"
- offset="0"
- id="stop5643" />
- <stop
- style="stop-color:#104276;stop-opacity:1;"
- offset="1"
- id="stop5645" />
- </linearGradient>
- <linearGradient
- id="linearGradient5411">
- <stop
- style="stop-color:#72828e;stop-opacity:1;"
- offset="0"
- id="stop5413" />
- <stop
- style="stop-color:#003358;stop-opacity:1;"
- offset="1"
- id="stop5415" />
- </linearGradient>
- <linearGradient
- id="linearGradient5630">
- <stop
- style="stop-color:#d8bc68;stop-opacity:1;"
- offset="0"
- id="stop5632" />
- <stop
- style="stop-color:#fff0c2;stop-opacity:1;"
- offset="1"
- id="stop5634" />
- </linearGradient>
- <linearGradient
- id="linearGradient4972">
- <stop
- style="stop-color:#c7e3e7;stop-opacity:1;"
- offset="0"
- id="stop4974" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop4976" />
- </linearGradient>
- <linearGradient
- id="linearGradient6893-5-8-8">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-0" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-5" />
- </linearGradient>
- <linearGradient
- id="linearGradient6893-5-8-0-5">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-5" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-8" />
- </linearGradient>
- <linearGradient
- id="linearGradient6893-5-8-0-4-9">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-0-1" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-2-4" />
- </linearGradient>
- <linearGradient
- id="linearGradient4972-4-1">
- <stop
- style="stop-color:#daedef;stop-opacity:1;"
- offset="0"
- id="stop4974-6-9" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop4976-2-4" />
- </linearGradient>
- <linearGradient
- id="linearGradient6799-4-3">
- <stop
- style="stop-color:#c89840;stop-opacity:1;"
- offset="0"
- id="stop6801-4-0" />
- <stop
- style="stop-color:#798da2;stop-opacity:1;"
- offset="1"
- id="stop6803-5-7" />
- </linearGradient>
- <linearGradient
- id="linearGradient6893-5-8-8-8">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-0-7" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-5-3" />
- </linearGradient>
- <linearGradient
- id="linearGradient6893-5-8-0-4-9-2">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-0-1-2" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-2-4-3" />
- </linearGradient>
- <linearGradient
- id="linearGradient4972-6">
- <stop
- style="stop-color:#c7e3e7;stop-opacity:1;"
- offset="0"
- id="stop4974-71" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop4976-5" />
- </linearGradient>
- <linearGradient
- id="linearGradient4972-4-1-2">
- <stop
- style="stop-color:#daedef;stop-opacity:1;"
- offset="0"
- id="stop4974-6-9-4" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop4976-2-4-6" />
- </linearGradient>
- <linearGradient
- id="linearGradient6799-4-3-3">
- <stop
- style="stop-color:#c89840;stop-opacity:1;"
- offset="0"
- id="stop6801-4-0-8" />
- <stop
- style="stop-color:#798da2;stop-opacity:1;"
- offset="1"
- id="stop6803-5-7-9" />
- </linearGradient>
- <linearGradient
- id="linearGradient4972-5-7">
- <stop
- style="stop-color:#85c2cb;stop-opacity:1;"
- offset="0"
- id="stop4974-7-4" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop4976-1-3" />
- </linearGradient>
- <linearGradient
- id="linearGradient6893-5-8-8-9">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-0-5" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-5-5" />
- </linearGradient>
- <linearGradient
- id="linearGradient6893-5-8-0-5-7">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-5-6" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-8-6" />
- </linearGradient>
- <linearGradient
- id="linearGradient6893-5-8-0-4-9-7">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-0-1-0" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-2-4-33" />
- </linearGradient>
- <linearGradient
- id="linearGradient4972-5-2-6">
- <stop
- style="stop-color:#85c2cb;stop-opacity:1;"
- offset="0"
- id="stop4974-7-3-0" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop4976-1-9-5" />
- </linearGradient>
- <linearGradient
- id="linearGradient6893-5-8-8-8-8">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-0-7-9" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-5-3-2" />
- </linearGradient>
- <linearGradient
- id="linearGradient6893-5-8-0-4-9-2-0">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-0-1-2-1" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-2-4-3-6" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4972-6"
- id="linearGradient5572"
- gradientUnits="userSpaceOnUse"
- x1="5.1146584"
- y1="1044.7372"
- x2="12.520393"
- y2="1044.7372" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4972"
- id="linearGradient4283"
- gradientUnits="userSpaceOnUse"
- x1="5.1146584"
- y1="1044.7372"
- x2="12.520393"
- y2="1044.7372" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4972"
- id="linearGradient4288"
- gradientUnits="userSpaceOnUse"
- x1="5.1146584"
- y1="1044.7372"
- x2="12.520393"
- y2="1044.7372" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4972"
- id="linearGradient4321"
- gradientUnits="userSpaceOnUse"
- x1="5.1146584"
- y1="1044.7372"
- x2="12.520393"
- y2="1044.7372" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4972-4-1"
- id="linearGradient4382"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.6238641,0,0,1.6285353,-5.817902,-657.26294)"
- x1="5.1146584"
- y1="1044.7372"
- x2="12.520393"
- y2="1044.7372" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6799-4-3"
- id="linearGradient4384"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.6238641,0,0,1.6285353,-5.817902,-662.30115)"
- x1="11.977677"
- y1="1042.1279"
- x2="5.926301"
- y2="1051.2535" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-0-4-9"
- id="linearGradient4390"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2820342,0,0,0.26192632,-2.8911185,1046.2126)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-8-8"
- id="linearGradient4392"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.96301391,0,0,0.30750995,-1.0449584,-1044.537)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-0-4-9-2"
- id="linearGradient4394"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2784768,0,0,0.27549242,-2.8370137,-1046.8387)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- id="linearGradient6893-5-8-0-4-9-2-5">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-0-1-2-3" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-2-4-3-0" />
- </linearGradient>
- <linearGradient
- id="linearGradient6893-5-8-8-8-0">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-0-7-7" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-5-3-7" />
- </linearGradient>
- <linearGradient
- id="linearGradient6893-5-8-0-4-9-0">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-0-1-8" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-2-4-1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4972-4-1-4"
- id="linearGradient4382-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.6960825,0,0,1.7009614,-4.9210482,-731.7352)"
- x1="5.1146584"
- y1="1044.7372"
- x2="12.520393"
- y2="1044.7372" />
- <linearGradient
- id="linearGradient4972-4-1-4">
- <stop
- style="stop-color:#daedef;stop-opacity:1;"
- offset="0"
- id="stop4974-6-9-9" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop4976-2-4-0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6799-4-3-7"
- id="linearGradient4384-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.6960825,0,0,1.7009614,-4.9210482,-736.99747)"
- x1="11.977677"
- y1="1042.1279"
- x2="5.926301"
- y2="1051.2535" />
- <linearGradient
- id="linearGradient6799-4-3-7">
- <stop
- style="stop-color:#c89840;stop-opacity:1;"
- offset="0"
- id="stop6801-4-0-9" />
- <stop
- style="stop-color:#798da2;stop-opacity:1;"
- offset="1"
- id="stop6803-5-7-7" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4972-4-1-9"
- id="linearGradient4382-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.6960825,0,0,1.7009614,-6.197689,-731.7678)"
- x1="5.1146584"
- y1="1044.7372"
- x2="12.520393"
- y2="1044.7372" />
- <linearGradient
- id="linearGradient4972-4-1-9">
- <stop
- style="stop-color:#daedef;stop-opacity:1;"
- offset="0"
- id="stop4974-6-9-8" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop4976-2-4-9" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6799-4-3-9"
- id="linearGradient4384-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.6960825,0,0,1.7009614,-6.197689,-737.03007)"
- x1="11.977677"
- y1="1042.1279"
- x2="5.926301"
- y2="1051.2535" />
- <linearGradient
- id="linearGradient6799-4-3-9">
- <stop
- style="stop-color:#c89840;stop-opacity:1;"
- offset="0"
- id="stop6801-4-0-7" />
- <stop
- style="stop-color:#798da2;stop-opacity:1;"
- offset="1"
- id="stop6803-5-7-74" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-0-4-9-2-1"
- id="linearGradient4394-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.3892048,0,0,0.27549241,-31.899058,-1052.4756)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- id="linearGradient6893-5-8-0-4-9-2-1">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-0-1-2-2" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-2-4-3-7" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-8-8-07"
- id="linearGradient4392-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.0464198,0,0,0.30750995,-29.951794,-1049.0796)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- id="linearGradient6893-5-8-8-8-07">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-0-7-0" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-5-3-1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-0-4-9-4"
- id="linearGradient4390-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.3930703,0,0,0.26192631,-31.957849,1053.1869)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- id="linearGradient6893-5-8-0-4-9-4">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-0-1-26" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-2-4-0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4972-4-1-5"
- id="linearGradient4382-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1.623864,0.69032316,0,1.6285353,32.3374,-665.37304)"
- x1="5.1146584"
- y1="1044.7372"
- x2="12.520393"
- y2="1044.7372" />
- <linearGradient
- id="linearGradient4972-4-1-5">
- <stop
- style="stop-color:#daedef;stop-opacity:1;"
- offset="0"
- id="stop4974-6-9-97" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop4976-2-4-60" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6799-4-3-0"
- id="linearGradient4384-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1.623864,0.69032316,0,1.6285353,32.3374,-670.41122)"
- x1="11.977677"
- y1="1042.1279"
- x2="5.926301"
- y2="1051.2535" />
- <linearGradient
- id="linearGradient6799-4-3-0">
- <stop
- style="stop-color:#c89840;stop-opacity:1;"
- offset="0"
- id="stop6801-4-0-90" />
- <stop
- style="stop-color:#798da2;stop-opacity:1;"
- offset="1"
- id="stop6803-5-7-1" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5411"
- id="radialGradient5417"
- cx="13.94572"
- cy="1045.8254"
- fx="13.94572"
- fy="1045.8254"
- r="10.779004"
- gradientTransform="matrix(1,0,0,0.98529514,0,15.378714)"
- gradientUnits="userSpaceOnUse" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5411"
- id="radialGradient5419"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.8121447,-1.9541983,0.96980008,0.27977302,-1035.1855,788.68965)"
- cx="16.494715"
- cy="1050.2904"
- fx="16.494715"
- fy="1050.2904"
- r="10.779004" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-0-4-9"
- id="linearGradient5426"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2820342,0,0,0.26192632,-2.8911185,1046.2126)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-8-8"
- id="linearGradient5428"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.96301391,0,0,0.30750995,-1.0449584,-1044.537)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-0-4-9-2"
- id="linearGradient5430"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2784768,0,0,0.27549242,-2.8370137,-1046.8387)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-0-4-9-2-6"
- id="linearGradient5430-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2784768,0,0,0.27549242,-2.8370137,-1046.8387)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- id="linearGradient6893-5-8-0-4-9-2-6">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-0-1-2-35" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-2-4-3-9" />
- </linearGradient>
- <linearGradient
- y2="5.3933983"
- x2="5.8030186"
- y1="5.3933983"
- x1="9.2662354"
- gradientTransform="matrix(1.2784768,0,0,0.27549241,-2.8370135,-1044.4678)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient5475"
- xlink:href="#linearGradient6893-5-8-0-4-9-2-6"
- inkscape:collect="always" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-0-4-9-9"
- id="linearGradient5426-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2820342,0,0,0.26192632,-2.8911185,1046.2126)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- id="linearGradient6893-5-8-0-4-9-9">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-0-1-80" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-2-4-6" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-0-4-9-2-66"
- id="linearGradient5430-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2784768,0,0,0.27549242,-2.8370137,-1046.8387)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- id="linearGradient6893-5-8-0-4-9-2-66">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-0-1-2-23" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-2-4-3-8" />
- </linearGradient>
- <linearGradient
- y2="5.3933983"
- x2="5.8030186"
- y1="5.3933983"
- x1="9.2662354"
- gradientTransform="matrix(1.2784768,0,0,0.27549241,-2.8370135,-1044.4678)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient5475-9"
- xlink:href="#linearGradient6893-5-8-0-4-9-2-6-9"
- inkscape:collect="always" />
- <linearGradient
- id="linearGradient6893-5-8-0-4-9-2-6-9">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-0-1-2-35-8" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-2-4-3-9-1" />
- </linearGradient>
- <linearGradient
- y2="5.3933983"
- x2="5.8030186"
- y1="5.3933983"
- x1="9.2662354"
- gradientTransform="matrix(1.2784768,0,0,0.27549241,-2.8370135,-1044.4678)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient5525"
- xlink:href="#linearGradient6893-5-8-0-4-9-2-6-9"
- inkscape:collect="always" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-0-4-9-9-2"
- id="linearGradient5426-4-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2820342,0,0,0.26192632,-2.8911185,1046.2126)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- id="linearGradient6893-5-8-0-4-9-9-2">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-0-1-80-0" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-2-4-6-1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-0-4-9-2-66-1"
- id="linearGradient5430-1-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2784768,0,0,0.27549242,-2.8370137,-1046.8387)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- id="linearGradient6893-5-8-0-4-9-2-66-1">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-0-1-2-23-1" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-2-4-3-8-6" />
- </linearGradient>
- <linearGradient
- y2="5.3933983"
- x2="5.8030186"
- y1="5.3933983"
- x1="9.2662354"
- gradientTransform="matrix(1.2784768,0,0,0.27549241,-2.8370135,-1044.4678)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient5525-6"
- xlink:href="#linearGradient6893-5-8-0-4-9-2-6-9-6"
- inkscape:collect="always" />
- <linearGradient
- id="linearGradient6893-5-8-0-4-9-2-6-9-6">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-0-1-2-35-8-5" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-2-4-3-9-1-1" />
- </linearGradient>
- <linearGradient
- y2="5.3933983"
- x2="5.8030186"
- y1="5.3933983"
- x1="9.2662354"
- gradientTransform="matrix(1.2784768,0,0,0.27549241,-2.8370135,-1044.4678)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient5592"
- xlink:href="#linearGradient6893-5-8-0-4-9-2-6-9-6"
- inkscape:collect="always" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5641"
- id="linearGradient5647"
- x1="30.45603"
- y1="1028.9988"
- x2="30.45603"
- y2="1033.8717"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-12.948786,22.935422)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5641-4"
- id="linearGradient5647-2"
- x1="30.45603"
- y1="1028.9988"
- x2="30.45603"
- y2="1033.8717"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-12.948786,22.935422)" />
- <linearGradient
- id="linearGradient5641-4">
- <stop
- style="stop-color:#1e6cbe;stop-opacity:1;"
- offset="0"
- id="stop5643-1" />
- <stop
- style="stop-color:#104276;stop-opacity:1;"
- offset="1"
- id="stop5645-2" />
- </linearGradient>
- <linearGradient
- y2="1033.8717"
- x2="30.45603"
- y1="1028.9988"
- x1="30.45603"
- gradientTransform="matrix(0.71554797,0.15002359,0,0.70580829,-11.070338,316.74005)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient5664"
- xlink:href="#linearGradient5641-4"
- inkscape:collect="always" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-0-4-9"
- id="linearGradient5695"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2820342,0,0,0.26192632,-2.8911185,1046.2126)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-0-4-9-2"
- id="linearGradient5697"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2784768,0,0,0.27549242,-2.8370137,-1046.8387)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-0-4-9-2-6"
- id="linearGradient5699"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2784768,0,0,0.27549241,-2.8370135,-1044.4678)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- y2="1033.8717"
- x2="30.45603"
- y1="1028.9988"
- x1="30.45603"
- gradientTransform="matrix(0.71554797,0.15002359,0,0.70580829,-11.070338,316.74005)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient5664-4"
- xlink:href="#linearGradient5641-4-8"
- inkscape:collect="always" />
- <linearGradient
- id="linearGradient5641-4-8">
- <stop
- style="stop-color:#1e6cbe;stop-opacity:1;"
- offset="0"
- id="stop5643-1-4" />
- <stop
- style="stop-color:#104276;stop-opacity:1;"
- offset="1"
- id="stop5645-2-3" />
- </linearGradient>
- <linearGradient
- y2="1033.8717"
- x2="30.45603"
- y1="1028.9988"
- x1="30.45603"
- gradientTransform="matrix(0.69558301,0.14671086,0,0.69022308,-18.50745,332.58007)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient3174"
- xlink:href="#linearGradient5641-4-8"
- inkscape:collect="always" />
- </defs>
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="49.375"
- inkscape:cx="2.5"
- inkscape:cy="6.3797468"
- inkscape:document-units="px"
- inkscape:current-layer="layer1"
- showgrid="true"
- inkscape:window-width="1920"
- inkscape:window-height="1018"
- inkscape:window-x="-8"
- inkscape:window-y="-8"
- inkscape:window-maximized="1"
- showguides="true"
- inkscape:guide-bbox="true"
- inkscape:snap-global="true"
- inkscape:snap-bbox="true"
- inkscape:snap-nodes="false"
- inkscape:snap-others="false"
- inkscape:bbox-nodes="true">
- <inkscape:grid
- type="xygrid"
- id="grid4250" />
- </sodipodi:namedview>
- <metadata
- id="metadata7">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="Layer 1"
- inkscape:groupmode="layer"
- id="layer1"
- style="display:inline"
- transform="translate(0,-1036.3622)">
- <path
- style="display:inline;fill:#71baff;fill-opacity:1;stroke:url(#linearGradient3174);stroke-width:0.97756845px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 0.49163226,1038.0059 c 0,0 0.80343744,-1.0153 1.77602024,-1.0993 0.9725815,-0.083 2.241166,-0.044 2.241166,-0.044 v 14.1285 l -2.0297356,-2.1933 -0.9302966,2.6969 c 0,0 -0.97258148,-0.9231 -1.01486815,-1.7206 -0.0422843,-0.7971 -0.0422843,-11.7676 -0.0422843,-11.7676 z"
- id="path5639"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="csccccscc" />
- </g>
-</svg>
diff --git a/org.eclipse.help.webapp/basic/images/bookmarks_view.svg b/org.eclipse.help.webapp/basic/images/bookmarks_view.svg
deleted file mode 100644
index 2589945e2..000000000
--- a/org.eclipse.help.webapp/basic/images/bookmarks_view.svg
+++ /dev/null
@@ -1,991 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="16"
- height="16"
- id="svg2"
- version="1.1"
- inkscape:version="0.48.4 r9939"
- sodipodi:docname="bkmrk_nav.svg">
- <defs
- id="defs4">
- <linearGradient
- id="linearGradient5641">
- <stop
- style="stop-color:#1e6cbe;stop-opacity:1;"
- offset="0"
- id="stop5643" />
- <stop
- style="stop-color:#104276;stop-opacity:1;"
- offset="1"
- id="stop5645" />
- </linearGradient>
- <linearGradient
- id="linearGradient5411">
- <stop
- style="stop-color:#72828e;stop-opacity:1;"
- offset="0"
- id="stop5413" />
- <stop
- style="stop-color:#003358;stop-opacity:1;"
- offset="1"
- id="stop5415" />
- </linearGradient>
- <linearGradient
- id="linearGradient5630">
- <stop
- style="stop-color:#d8bc68;stop-opacity:1;"
- offset="0"
- id="stop5632" />
- <stop
- style="stop-color:#fff0c2;stop-opacity:1;"
- offset="1"
- id="stop5634" />
- </linearGradient>
- <linearGradient
- id="linearGradient4972">
- <stop
- style="stop-color:#c7e3e7;stop-opacity:1;"
- offset="0"
- id="stop4974" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop4976" />
- </linearGradient>
- <linearGradient
- id="linearGradient6893-5-8-8">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-0" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-5" />
- </linearGradient>
- <linearGradient
- id="linearGradient6893-5-8-0-5">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-5" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-8" />
- </linearGradient>
- <linearGradient
- id="linearGradient6893-5-8-0-4-9">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-0-1" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-2-4" />
- </linearGradient>
- <linearGradient
- id="linearGradient4972-4-1">
- <stop
- style="stop-color:#daedef;stop-opacity:1;"
- offset="0"
- id="stop4974-6-9" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop4976-2-4" />
- </linearGradient>
- <linearGradient
- id="linearGradient6799-4-3">
- <stop
- style="stop-color:#c89840;stop-opacity:1;"
- offset="0"
- id="stop6801-4-0" />
- <stop
- style="stop-color:#798da2;stop-opacity:1;"
- offset="1"
- id="stop6803-5-7" />
- </linearGradient>
- <linearGradient
- id="linearGradient6893-5-8-8-8">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-0-7" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-5-3" />
- </linearGradient>
- <linearGradient
- id="linearGradient6893-5-8-0-4-9-2">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-0-1-2" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-2-4-3" />
- </linearGradient>
- <linearGradient
- id="linearGradient4972-6">
- <stop
- style="stop-color:#c7e3e7;stop-opacity:1;"
- offset="0"
- id="stop4974-71" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop4976-5" />
- </linearGradient>
- <linearGradient
- id="linearGradient4972-4-1-2">
- <stop
- style="stop-color:#daedef;stop-opacity:1;"
- offset="0"
- id="stop4974-6-9-4" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop4976-2-4-6" />
- </linearGradient>
- <linearGradient
- id="linearGradient6799-4-3-3">
- <stop
- style="stop-color:#c89840;stop-opacity:1;"
- offset="0"
- id="stop6801-4-0-8" />
- <stop
- style="stop-color:#798da2;stop-opacity:1;"
- offset="1"
- id="stop6803-5-7-9" />
- </linearGradient>
- <linearGradient
- id="linearGradient4972-5-7">
- <stop
- style="stop-color:#85c2cb;stop-opacity:1;"
- offset="0"
- id="stop4974-7-4" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop4976-1-3" />
- </linearGradient>
- <linearGradient
- id="linearGradient6893-5-8-8-9">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-0-5" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-5-5" />
- </linearGradient>
- <linearGradient
- id="linearGradient6893-5-8-0-5-7">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-5-6" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-8-6" />
- </linearGradient>
- <linearGradient
- id="linearGradient6893-5-8-0-4-9-7">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-0-1-0" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-2-4-33" />
- </linearGradient>
- <linearGradient
- id="linearGradient4972-5-2-6">
- <stop
- style="stop-color:#85c2cb;stop-opacity:1;"
- offset="0"
- id="stop4974-7-3-0" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop4976-1-9-5" />
- </linearGradient>
- <linearGradient
- id="linearGradient6893-5-8-8-8-8">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-0-7-9" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-5-3-2" />
- </linearGradient>
- <linearGradient
- id="linearGradient6893-5-8-0-4-9-2-0">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-0-1-2-1" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-2-4-3-6" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4972-6"
- id="linearGradient5572"
- gradientUnits="userSpaceOnUse"
- x1="5.1146584"
- y1="1044.7372"
- x2="12.520393"
- y2="1044.7372" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4972"
- id="linearGradient4283"
- gradientUnits="userSpaceOnUse"
- x1="5.1146582"
- y1="1044.7372"
- x2="12.520393"
- y2="1044.7372" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4972"
- id="linearGradient4288"
- gradientUnits="userSpaceOnUse"
- x1="5.1146582"
- y1="1044.7372"
- x2="12.520393"
- y2="1044.7372" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4972"
- id="linearGradient4321"
- gradientUnits="userSpaceOnUse"
- x1="5.1146582"
- y1="1044.7372"
- x2="12.520393"
- y2="1044.7372" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4972-4-1"
- id="linearGradient4382"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.6238641,0,0,1.6285353,-5.7571096,-657.15428)"
- x1="5.1146584"
- y1="1044.7372"
- x2="12.520393"
- y2="1044.7372" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6799-4-3"
- id="linearGradient4384"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.6238641,0,0,1.6285353,-5.7571096,-662.19249)"
- x1="11.977677"
- y1="1042.1279"
- x2="5.926301"
- y2="1051.2535" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-0-4-9"
- id="linearGradient4390"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2820342,0,0,0.26192632,-2.8911185,1046.2126)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-8-8"
- id="linearGradient4392"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.96301391,0,0,0.30750995,-1.0449584,-1044.537)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-0-4-9-2"
- id="linearGradient4394"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2784768,0,0,0.27549242,-2.8370137,-1046.8387)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- id="linearGradient6893-5-8-0-4-9-2-5">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-0-1-2-3" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-2-4-3-0" />
- </linearGradient>
- <linearGradient
- id="linearGradient6893-5-8-8-8-0">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-0-7-7" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-5-3-7" />
- </linearGradient>
- <linearGradient
- id="linearGradient6893-5-8-0-4-9-0">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-0-1-8" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-2-4-1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4972-4-1-4"
- id="linearGradient4382-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.6960825,0,0,1.7009614,-4.9210482,-731.7352)"
- x1="5.1146584"
- y1="1044.7372"
- x2="12.520393"
- y2="1044.7372" />
- <linearGradient
- id="linearGradient4972-4-1-4">
- <stop
- style="stop-color:#daedef;stop-opacity:1;"
- offset="0"
- id="stop4974-6-9-9" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop4976-2-4-0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6799-4-3-7"
- id="linearGradient4384-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.6960825,0,0,1.7009614,-4.9210482,-736.99747)"
- x1="11.977677"
- y1="1042.1279"
- x2="5.926301"
- y2="1051.2535" />
- <linearGradient
- id="linearGradient6799-4-3-7">
- <stop
- style="stop-color:#c89840;stop-opacity:1;"
- offset="0"
- id="stop6801-4-0-9" />
- <stop
- style="stop-color:#798da2;stop-opacity:1;"
- offset="1"
- id="stop6803-5-7-7" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4972-4-1-9"
- id="linearGradient4382-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.6960825,0,0,1.7009614,-6.197689,-731.7678)"
- x1="5.1146584"
- y1="1044.7372"
- x2="12.520393"
- y2="1044.7372" />
- <linearGradient
- id="linearGradient4972-4-1-9">
- <stop
- style="stop-color:#daedef;stop-opacity:1;"
- offset="0"
- id="stop4974-6-9-8" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop4976-2-4-9" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6799-4-3-9"
- id="linearGradient4384-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.6960825,0,0,1.7009614,-6.197689,-737.03007)"
- x1="11.977677"
- y1="1042.1279"
- x2="5.926301"
- y2="1051.2535" />
- <linearGradient
- id="linearGradient6799-4-3-9">
- <stop
- style="stop-color:#c89840;stop-opacity:1;"
- offset="0"
- id="stop6801-4-0-7" />
- <stop
- style="stop-color:#798da2;stop-opacity:1;"
- offset="1"
- id="stop6803-5-7-74" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-0-4-9-2-1"
- id="linearGradient4394-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.3892048,0,0,0.27549241,-31.899058,-1052.4756)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- id="linearGradient6893-5-8-0-4-9-2-1">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-0-1-2-2" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-2-4-3-7" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-8-8-07"
- id="linearGradient4392-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.0464198,0,0,0.30750995,-29.951794,-1049.0796)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- id="linearGradient6893-5-8-8-8-07">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-0-7-0" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-5-3-1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-0-4-9-4"
- id="linearGradient4390-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.3930703,0,0,0.26192631,-31.957849,1053.1869)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- id="linearGradient6893-5-8-0-4-9-4">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-0-1-26" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-2-4-0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4972-4-1-5"
- id="linearGradient4382-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1.623864,0.69032316,0,1.6285353,31.851061,-665.08729)"
- x1="5.1146584"
- y1="1044.7372"
- x2="12.520393"
- y2="1044.7372" />
- <linearGradient
- id="linearGradient4972-4-1-5">
- <stop
- style="stop-color:#daedef;stop-opacity:1;"
- offset="0"
- id="stop4974-6-9-97" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop4976-2-4-60" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6799-4-3-0"
- id="linearGradient4384-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1.623864,0.69032316,0,1.6285353,31.851061,-670.12547)"
- x1="11.977677"
- y1="1042.1279"
- x2="5.926301"
- y2="1051.2535" />
- <linearGradient
- id="linearGradient6799-4-3-0">
- <stop
- style="stop-color:#c89840;stop-opacity:1;"
- offset="0"
- id="stop6801-4-0-90" />
- <stop
- style="stop-color:#798da2;stop-opacity:1;"
- offset="1"
- id="stop6803-5-7-1" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5411"
- id="radialGradient5417"
- cx="13.94572"
- cy="1045.8255"
- fx="13.94572"
- fy="1045.8255"
- r="10.779004"
- gradientTransform="matrix(1,0,0,0.98529514,0,15.378714)"
- gradientUnits="userSpaceOnUse" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5411"
- id="radialGradient5419"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.8121447,-1.9541983,0.96980008,0.27977302,-1035.1855,788.68965)"
- cx="16.494715"
- cy="1050.2904"
- fx="16.494715"
- fy="1050.2904"
- r="10.779004" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-0-4-9"
- id="linearGradient5426"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2820342,0,0,0.26192632,-2.8911185,1046.2126)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-8-8"
- id="linearGradient5428"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.96301391,0,0,0.30750995,-1.0449584,-1044.537)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-0-4-9-2"
- id="linearGradient5430"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2784768,0,0,0.27549242,-2.8370137,-1046.8387)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-0-4-9-2-6"
- id="linearGradient5430-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2784768,0,0,0.27549242,-2.8370137,-1046.8387)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- id="linearGradient6893-5-8-0-4-9-2-6">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-0-1-2-35" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-2-4-3-9" />
- </linearGradient>
- <linearGradient
- y2="5.3933983"
- x2="5.8030186"
- y1="5.3933983"
- x1="9.2662354"
- gradientTransform="matrix(1.2784768,0,0,0.27549241,-2.8370135,-1044.4678)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient5475"
- xlink:href="#linearGradient6893-5-8-0-4-9-2-6"
- inkscape:collect="always" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-0-4-9-9"
- id="linearGradient5426-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2820342,0,0,0.26192632,-2.8911185,1046.2126)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- id="linearGradient6893-5-8-0-4-9-9">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-0-1-80" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-2-4-6" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-0-4-9-2-66"
- id="linearGradient5430-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2784768,0,0,0.27549242,-2.8370137,-1046.8387)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- id="linearGradient6893-5-8-0-4-9-2-66">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-0-1-2-23" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-2-4-3-8" />
- </linearGradient>
- <linearGradient
- y2="5.3933983"
- x2="5.8030186"
- y1="5.3933983"
- x1="9.2662354"
- gradientTransform="matrix(1.2784768,0,0,0.27549241,-2.8370135,-1044.4678)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient5475-9"
- xlink:href="#linearGradient6893-5-8-0-4-9-2-6-9"
- inkscape:collect="always" />
- <linearGradient
- id="linearGradient6893-5-8-0-4-9-2-6-9">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-0-1-2-35-8" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-2-4-3-9-1" />
- </linearGradient>
- <linearGradient
- y2="5.3933983"
- x2="5.8030186"
- y1="5.3933983"
- x1="9.2662354"
- gradientTransform="matrix(1.2784768,0,0,0.27549241,-2.8370135,-1044.4678)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient5525"
- xlink:href="#linearGradient6893-5-8-0-4-9-2-6-9"
- inkscape:collect="always" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-0-4-9-9-2"
- id="linearGradient5426-4-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2820342,0,0,0.26192632,-2.8911185,1046.2126)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- id="linearGradient6893-5-8-0-4-9-9-2">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-0-1-80-0" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-2-4-6-1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-0-4-9-2-66-1"
- id="linearGradient5430-1-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2784768,0,0,0.27549242,-2.8370137,-1046.8387)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- id="linearGradient6893-5-8-0-4-9-2-66-1">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-0-1-2-23-1" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-2-4-3-8-6" />
- </linearGradient>
- <linearGradient
- y2="5.3933983"
- x2="5.8030186"
- y1="5.3933983"
- x1="9.2662354"
- gradientTransform="matrix(1.2784768,0,0,0.27549241,-2.8370135,-1044.4678)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient5525-6"
- xlink:href="#linearGradient6893-5-8-0-4-9-2-6-9-6"
- inkscape:collect="always" />
- <linearGradient
- id="linearGradient6893-5-8-0-4-9-2-6-9-6">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-0-1-2-35-8-5" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-2-4-3-9-1-1" />
- </linearGradient>
- <linearGradient
- y2="5.3933983"
- x2="5.8030186"
- y1="5.3933983"
- x1="9.2662354"
- gradientTransform="matrix(1.2784768,0,0,0.27549241,-2.8370135,-1044.4678)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient5592"
- xlink:href="#linearGradient6893-5-8-0-4-9-2-6-9-6"
- inkscape:collect="always" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5641"
- id="linearGradient5647"
- x1="30.45603"
- y1="1028.9988"
- x2="30.45603"
- y2="1033.8717"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-12.948786,22.935422)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5641-4"
- id="linearGradient5647-2"
- x1="30.45603"
- y1="1028.9988"
- x2="30.45603"
- y2="1033.8717"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-12.948786,22.935422)" />
- <linearGradient
- id="linearGradient5641-4">
- <stop
- style="stop-color:#1e6cbe;stop-opacity:1;"
- offset="0"
- id="stop5643-1" />
- <stop
- style="stop-color:#104276;stop-opacity:1;"
- offset="1"
- id="stop5645-2" />
- </linearGradient>
- <linearGradient
- y2="1033.8717"
- x2="30.45603"
- y1="1028.9988"
- x1="30.45603"
- gradientTransform="matrix(0.71755587,0.14615422,0,0.68760427,-11.219368,335.30884)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient5664"
- xlink:href="#linearGradient5641-4"
- inkscape:collect="always" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-0-4-9"
- id="linearGradient5695"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2820342,0,0,0.26192632,-2.8911185,1046.2126)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-0-4-9-2"
- id="linearGradient5697"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2784768,0,0,0.27549242,-2.8370137,-1046.8387)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-0-4-9-2-6"
- id="linearGradient5699"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2784768,0,0,0.27549241,-2.8370135,-1044.4678)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- </defs>
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="45.254832"
- inkscape:cx="8.9351454"
- inkscape:cy="13.418233"
- inkscape:document-units="px"
- inkscape:current-layer="g5494"
- showgrid="true"
- inkscape:window-width="1171"
- inkscape:window-height="959"
- inkscape:window-x="1324"
- inkscape:window-y="500"
- inkscape:window-maximized="0"
- showguides="true"
- inkscape:guide-bbox="true"
- inkscape:snap-global="false">
- <inkscape:grid
- type="xygrid"
- id="grid4250" />
- </sodipodi:namedview>
- <metadata
- id="metadata7">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title />
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="Layer 1"
- inkscape:groupmode="layer"
- id="layer1"
- style="display:inline"
- transform="translate(0,-1036.3622)">
- <g
- id="g4328"
- transform="matrix(0.7269685,0.15452131,0,0.7269685,-1.9135076,281.00893)">
- <path
- id="rect6795-0-1"
- style="color:#000000;fill:url(#radialGradient5419);fill-opacity:1;stroke:none;stroke-width:1.05102229;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 24.629424,1051.8747 c 0,0 -3.992044,0.5682 -11.390548,4.8211 0,-5.4647 0,-15.2237 0,-15.2237 0,0 0.0075,-4.3255 0.0075,-3.2598 0,1.0657 0.44242,-0.08 3.322649,-1.5295 2.880227,-1.4497 8.094855,-2.1898 8.094855,-2.1898 0,0 0.674765,13.1244 -0.03446,17.3817 z m -21.2774334,-11.0351 -0.185274,15.8319 c 0,0 3.5446198,-1.0065 10.1139074,0.015 0,-4.9305 0,-13.7353 0,-13.7353 0,0 -0.0067,-3.8997 -0.0067,-2.9382 0,0.9615 -0.392834,0.097 -2.95025,-0.1158 -2.5574137,-0.2119 -6.9716755,0.9414 -6.9716755,0.9414 z"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccscccccccsccc" />
- <path
- sodipodi:nodetypes="ccccczcc"
- inkscape:connector-curvature="0"
- id="rect6795"
- d="m 3.4603246,1039.0118 -0.1746117,14.8143 c 0,0 3.5230099,-0.9857 9.7142451,-0.039 0,-4.6135 0,-12.8522 0,-12.8522 0,0 -0.0063,-3.649 -0.0063,-2.7493 0,0.8997 -0.552604,0.1298 -2.962845,-0.065 -2.410241,-0.1947 -6.5704694,0.8908 -6.5704694,0.8908 z"
- style="color:#000000;fill:url(#linearGradient4382);fill-opacity:1;stroke:url(#linearGradient4384);stroke-width:1.37557542;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <g
- id="g5421"
- transform="translate(0.36475453,0.16563903)">
- <g
- id="g5494">
- <rect
- style="color:#000000;fill:none;stroke:url(#linearGradient5695);stroke-width:0.57948124;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect6891-5-7-3-9"
- width="5.0426011"
- height="0.20836112"
- x="5.1543803"
- y="1047.5212" />
- <rect
- transform="scale(1,-1)"
- style="color:#000000;fill:none;stroke:url(#linearGradient5697);stroke-width:0.59347337;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect6891-5-7-3-9-8"
- width="5.0286093"
- height="0.21915288"
- x="5.1861606"
- y="-1045.4623" />
- <rect
- transform="scale(1,-1)"
- style="color:#000000;fill:none;stroke:url(#linearGradient5699);stroke-width:0.59347337;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect6891-5-7-3-9-8-5"
- width="5.0286093"
- height="0.21915288"
- x="5.1861606"
- y="-1043.0914" />
- </g>
- </g>
- <path
- sodipodi:nodetypes="cccczzcc"
- inkscape:connector-curvature="0"
- id="rect6795-9"
- d="m 22.633627,1034.9971 0.174612,14.74 c 0,0 -3.583802,0.525 -9.775038,4.1039 0,-4.6135 0,-12.8522 0,-12.8522 0,0 0.0063,-3.6517 0.0063,-2.752 0,0.8997 0.370226,-0.066 2.780467,-1.2856 2.410241,-1.2194 6.813639,-1.9541 6.813639,-1.9541 z"
- style="color:#000000;fill:url(#linearGradient4382-9);fill-opacity:1;stroke:url(#linearGradient4384-0);stroke-width:1.37557542;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- </g>
- <g
- style="display:inline"
- id="g5494-1"
- transform="matrix(-0.7269685,0.15452131,0,0.7269685,16.858502,281.15492)">
- <rect
- style="color:#000000;fill:none;stroke:url(#linearGradient5426-4-0);stroke-width:0.57948124;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect6891-5-7-3-9-9"
- width="5.0426011"
- height="0.20836112"
- x="5.1543803"
- y="1047.5212" />
- <rect
- transform="scale(1,-1)"
- style="color:#000000;fill:none;stroke:url(#linearGradient5430-1-7);stroke-width:0.59347337;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect6891-5-7-3-9-8-3"
- width="5.0286093"
- height="0.21915288"
- x="5.1861606"
- y="-1045.4623" />
- <rect
- transform="scale(1,-1)"
- style="color:#000000;fill:none;stroke:url(#linearGradient5592);stroke-width:0.59347337;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect6891-5-7-3-9-8-5-2"
- width="5.0286093"
- height="0.21915288"
- x="5.1861606"
- y="-1043.0914" />
- </g>
- <path
- style="fill:#71baff;fill-opacity:1;stroke:url(#linearGradient5664);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
- d="m 8.3798787,1037.8372 c 0,0 0.8288172,-0.7904 1.8321243,-0.8741 1.003304,-0.083 2.311962,-0.044 2.311962,-0.044 l 0,14.0748 -2.093853,-2.1849 -0.9596847,2.6867 c 0,0 -1.0033045,-0.9197 -1.0469266,-1.7142 -0.043622,-0.794 -0.043622,-11.9439 -0.043622,-11.9439 z"
- id="path5639"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="csccccscc" />
- </g>
-</svg>
diff --git a/org.eclipse.help.webapp/basic/images/container_obj.svg b/org.eclipse.help.webapp/basic/images/container_obj.svg
deleted file mode 100644
index 9b09e9b18..000000000
--- a/org.eclipse.help.webapp/basic/images/container_obj.svg
+++ /dev/null
@@ -1,267 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="16"
- height="16"
- id="svg2"
- version="1.1"
- inkscape:version="0.91 r13725"
- sodipodi:docname="toc_topic_obj.svg">
- <defs
- id="defs4">
- <linearGradient
- inkscape:collect="always"
- id="linearGradient4446">
- <stop
- style="stop-color:#d1d6dd;stop-opacity:1"
- offset="0"
- id="stop4448" />
- <stop
- style="stop-color:#bfc9d6;stop-opacity:1"
- offset="1"
- id="stop4450" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient4289">
- <stop
- style="stop-color:#bfc9d6;stop-opacity:1"
- offset="0"
- id="stop4291" />
- <stop
- style="stop-color:#cbd2db;stop-opacity:1"
- offset="1"
- id="stop4293" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient4209">
- <stop
- style="stop-color:#eef6ff;stop-opacity:1"
- offset="0"
- id="stop4211" />
- <stop
- style="stop-color:#fdfeff;stop-opacity:1"
- offset="1"
- id="stop4213" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient4201">
- <stop
- style="stop-color:#717883;stop-opacity:1"
- offset="0"
- id="stop4203" />
- <stop
- style="stop-color:#81733e;stop-opacity:1"
- offset="1"
- id="stop4205" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient4179">
- <stop
- style="stop-color:#d6e0e6;stop-opacity:1;"
- offset="0"
- id="stop4181" />
- <stop
- style="stop-color:#d6e0e6;stop-opacity:0;"
- offset="1"
- id="stop4183" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4201"
- id="linearGradient4207"
- x1="21.948286"
- y1="1035.7197"
- x2="21.948286"
- y2="1028.4276"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-14.203124,22.029685)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4209"
- id="linearGradient4215"
- x1="20.93182"
- y1="1036.2058"
- x2="20.93182"
- y2="1030.549"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-14.203124,22.029685)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4289"
- id="linearGradient4295"
- x1="23.191113"
- y1="1022.8389"
- x2="26.21289"
- y2="1022.8389"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- gradientTransform="translate(-5.4632568e-7,-2.0000302)"
- inkscape:collect="always"
- xlink:href="#linearGradient4289"
- id="linearGradient4295-6"
- x1="23.191113"
- y1="1022.8389"
- x2="26.212891"
- y2="1022.8389"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- gradientTransform="translate(-5.4632568e-7,-3.9844052)"
- inkscape:collect="always"
- xlink:href="#linearGradient4289"
- id="linearGradient4295-6-2"
- x1="23.191113"
- y1="1022.8389"
- x2="26.212891"
- y2="1022.8389"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4179"
- id="linearGradient4374"
- gradientUnits="userSpaceOnUse"
- x1="15.156249"
- y1="1043.7998"
- x2="28.135472"
- y2="1043.7998" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4446"
- id="linearGradient4452"
- x1="17.205662"
- y1="1020.3426"
- x2="21.227332"
- y2="1020.3426"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-14.203124,34.030335)" />
- <linearGradient
- gradientTransform="translate(-14.203124,36.037394)"
- inkscape:collect="always"
- xlink:href="#linearGradient4446"
- id="linearGradient4452-6"
- x1="17.205662"
- y1="1020.3426"
- x2="21.227331"
- y2="1020.3426"
- gradientUnits="userSpaceOnUse" />
- </defs>
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="5.6568542"
- inkscape:cx="16.491742"
- inkscape:cy="3.3705216"
- inkscape:document-units="px"
- inkscape:current-layer="layer1"
- showgrid="false"
- inkscape:window-width="964"
- inkscape:window-height="972"
- inkscape:window-x="1353"
- inkscape:window-y="422"
- inkscape:window-maximized="0"
- showguides="true"
- inkscape:guide-bbox="true"
- inkscape:snap-global="false">
- <inkscape:grid
- type="xygrid"
- id="grid3999" />
- </sodipodi:namedview>
- <metadata
- id="metadata7">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title />
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="Layer 1"
- inkscape:groupmode="layer"
- id="layer1"
- style="display:inline"
- transform="translate(0,-1036.3622)">
- <g
- id="g4580"
- transform="translate(0,-11.992529)">
- <g
- id="g4571">
- <rect
- y="1051.3237"
- x="8.2643099"
- height="8.5930243"
- width="6.248764"
- id="rect4217"
- style="opacity:1;fill:#3d4b65;fill-opacity:1;stroke:#3d4b65;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="cssccssccscccs"
- inkscape:connector-curvature="0"
- d="m 7.535109,1056.0246 -2.209709,0 c -0.369764,0 -0.359452,-1.0385 -0.795495,-1.0385 l -3.071495,0 0,4.9497 2.452777,0 c 0.637939,0 0.201444,1.0469 0.60439,1.0469 l 3.019532,0 z m -0.0221,0.044 c 0,-0.4897 1.06066,-1.0164 1.06066,-1.0164 l -0.132583,4.9939 -0.883883,0.8839 c 0,0 -0.04419,-2.1102 -0.04419,-4.8614 z"
- style="display:inline;fill:#3d4b65;fill-opacity:1;fill-rule:evenodd;stroke:#3d4b65;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- id="path4192-8" />
- <path
- inkscape:connector-curvature="0"
- d="m 7.57662,1051.91 -2.209709,0 c -0.369764,0 -0.359452,-1.0385 -0.795495,-1.0385 l -3.071495,0 0,8.0433 2.452777,0 c 0.637939,0 0.201444,1.0469 0.60439,1.0469 l 3.019532,0 z m -0.0221,0.044 c 0,-0.4897 0.570981,-1.0164 1.06066,-1.0164 l 4.905553,0 0,8.0875 c 0,0 -3.574259,0 -5.038136,0 -0.350397,0 -0.883883,0.8839 -0.883883,0.8839 0,0 -0.04419,-5.2038 -0.04419,-7.955 z"
- style="fill:url(#linearGradient4215);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4207);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- id="path4192" />
- <g
- transform="translate(-14.171874,34.029685)"
- style="stroke:url(#linearGradient4374)"
- id="g4369">
- <rect
- style="opacity:1;fill:url(#linearGradient4295);fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="rect4287"
- width="3.0217779"
- height="1.0109552"
- x="23.191113"
- y="1022.3334" />
- <rect
- style="display:inline;opacity:1;fill:url(#linearGradient4295-6);fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="rect4287-1"
- width="3.0217779"
- height="1.0109552"
- x="23.191113"
- y="1020.3334" />
- <rect
- style="display:inline;opacity:1;fill:url(#linearGradient4295-6-2);fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="rect4287-1-6"
- width="3.0217779"
- height="1.0109552"
- x="23.191113"
- y="1018.349" />
- </g>
- </g>
- <path
- id="path4192-1"
- style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4452);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 7.024208,1054.8923 -1.325826,0 c -0.369764,0 -0.359452,-1.0385 -0.795495,-1.0385 l -1.900349,0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssc" />
- <path
- id="path4192-1-0"
- style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4452-6);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 7.024208,1056.8993 -1.325826,0 c -0.369764,0 -0.359452,-1.0385 -0.795495,-1.0385 l -1.900349,0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssc" />
- </g>
- </g>
-</svg>
diff --git a/org.eclipse.help.webapp/basic/images/e_contents_view.svg b/org.eclipse.help.webapp/basic/images/e_contents_view.svg
deleted file mode 100644
index 5b6159bc4..000000000
--- a/org.eclipse.help.webapp/basic/images/e_contents_view.svg
+++ /dev/null
@@ -1,161 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="16"
- height="16"
- id="svg2"
- version="1.1"
- inkscape:version="0.91 r13725"
- sodipodi:docname="toc_obj.svg">
- <defs
- id="defs4">
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4259"
- id="linearGradient4265"
- x1="24.120523"
- y1="1050.0033"
- x2="24.120523"
- y2="1040.597"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient4259">
- <stop
- style="stop-color:#dfe9f8;stop-opacity:1"
- offset="0"
- id="stop4261" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1"
- offset="1"
- id="stop4263" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4185"
- id="linearGradient4191"
- x1="22.993999"
- y1="1063.8751"
- x2="22.993999"
- y2="1052.5172"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,-12.561868)" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient4185">
- <stop
- style="stop-color:#525f71;stop-opacity:1"
- offset="0"
- id="stop4187" />
- <stop
- style="stop-color:#928d6e;stop-opacity:1"
- offset="1"
- id="stop4189" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4193"
- id="linearGradient4199"
- x1="21.093748"
- y1="1039.2216"
- x2="21.093748"
- y2="1048.3466"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient4193">
- <stop
- style="stop-color:#958e6c;stop-opacity:1;"
- offset="0"
- id="stop4195" />
- <stop
- style="stop-color:#536071;stop-opacity:1"
- offset="1"
- id="stop4197" />
- </linearGradient>
- </defs>
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1"
- inkscape:cx="143.92411"
- inkscape:cy="-16.55322"
- inkscape:document-units="px"
- inkscape:current-layer="g4274"
- showgrid="false"
- inkscape:window-width="1440"
- inkscape:window-height="900"
- inkscape:window-x="781"
- inkscape:window-y="423"
- inkscape:window-maximized="0"
- showguides="true"
- inkscape:guide-bbox="true"
- inkscape:snap-global="false">
- <inkscape:grid
- type="xygrid"
- id="grid3999" />
- </sodipodi:namedview>
- <metadata
- id="metadata7">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title />
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="Layer 1"
- inkscape:groupmode="layer"
- id="layer1"
- style="display:inline"
- transform="translate(0,-1036.3622)">
- <g
- id="g4274"
- transform="translate(-14.156249,0.03125)">
- <g
- style="display:inline"
- id="g4201"
- transform="translate(11.968749,-1.5211072e-7)">
- <g
- id="g4254"
- transform="translate(-11.937499,0)">
- <rect
- style="opacity:1;fill:url(#linearGradient4265);fill-opacity:1;stroke:url(#linearGradient4191);stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="rect4183"
- width="9.0049677"
- height="11.010238"
- x="18.627449"
- y="1039.8192" />
- <path
- style="display:inline;fill:#7aace7;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4199);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.656249,1039.1123 8.031249,-2.125 0,11.0312 -8.062499,2.125 z"
- id="path4156"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#958e6c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 19.643305,1041.6966 4.016734,-0.7459 -0.0221,2.3242 -4.014839,0.7291 z"
- id="path4181"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- </g>
- </g>
- </g>
- </g>
-</svg>
diff --git a/org.eclipse.help.webapp/basic/images/e_index_view.svg b/org.eclipse.help.webapp/basic/images/e_index_view.svg
deleted file mode 100644
index 74edc93ca..000000000
--- a/org.eclipse.help.webapp/basic/images/e_index_view.svg
+++ /dev/null
@@ -1,1338 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="16"
- height="16"
- id="svg2"
- version="1.1"
- inkscape:version="0.92.3 (2405546, 2018-03-11)"
- sodipodi:docname="e_index_view.svg">
- <defs
- id="defs4">
- <linearGradient
- id="linearGradient1326"
- inkscape:collect="always">
- <stop
- id="stop1322"
- offset="0"
- style="stop-color:#4073a8;stop-opacity:1" />
- <stop
- id="stop1324"
- offset="1"
- style="stop-color:#64893e;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- id="linearGradient1287"
- inkscape:collect="always">
- <stop
- id="stop1283"
- offset="0"
- style="stop-color:#8ca0c7;stop-opacity:1" />
- <stop
- id="stop1285"
- offset="1"
- style="stop-color:#17325d;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- id="linearGradient1281"
- inkscape:collect="always">
- <stop
- id="stop1277"
- offset="0"
- style="stop-color:#8ca0c7;stop-opacity:1" />
- <stop
- id="stop1279"
- offset="1"
- style="stop-color:#17325d;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- id="linearGradient1275"
- inkscape:collect="always">
- <stop
- id="stop1271"
- offset="0"
- style="stop-color:#8ca0c7;stop-opacity:1" />
- <stop
- id="stop1273"
- offset="1"
- style="stop-color:#17325d;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- id="linearGradient1269"
- inkscape:collect="always">
- <stop
- id="stop1265"
- offset="0"
- style="stop-color:#8ca0c7;stop-opacity:1" />
- <stop
- id="stop1267"
- offset="1"
- style="stop-color:#17325d;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient1167">
- <stop
- style="stop-color:#8ca0c7;stop-opacity:1"
- offset="0"
- id="stop1163" />
- <stop
- style="stop-color:#4a6192;stop-opacity:1"
- offset="1"
- id="stop1165" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient1157">
- <stop
- style="stop-color:#85c0ee;stop-opacity:1"
- offset="0"
- id="stop1153" />
- <stop
- style="stop-color:#f4f6f9;stop-opacity:1"
- offset="1"
- id="stop1155" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient1149">
- <stop
- style="stop-color:#4073a8;stop-opacity:1"
- offset="0"
- id="stop1145" />
- <stop
- style="stop-color:#789dc2;stop-opacity:1"
- offset="1"
- id="stop1147" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient1037">
- <stop
- style="stop-color:#e0e060;stop-opacity:1"
- offset="0"
- id="stop1033" />
- <stop
- style="stop-color:#80b050;stop-opacity:1"
- offset="1"
- id="stop1035" />
- </linearGradient>
- <linearGradient
- id="linearGradient5641">
- <stop
- style="stop-color:#1e6cbe;stop-opacity:1;"
- offset="0"
- id="stop5643" />
- <stop
- style="stop-color:#104276;stop-opacity:1;"
- offset="1"
- id="stop5645" />
- </linearGradient>
- <linearGradient
- id="linearGradient5411">
- <stop
- style="stop-color:#72828e;stop-opacity:1;"
- offset="0"
- id="stop5413" />
- <stop
- style="stop-color:#003358;stop-opacity:1;"
- offset="1"
- id="stop5415" />
- </linearGradient>
- <linearGradient
- id="linearGradient5630">
- <stop
- style="stop-color:#d8bc68;stop-opacity:1;"
- offset="0"
- id="stop5632" />
- <stop
- style="stop-color:#fff0c2;stop-opacity:1;"
- offset="1"
- id="stop5634" />
- </linearGradient>
- <linearGradient
- id="linearGradient4972">
- <stop
- style="stop-color:#c7e3e7;stop-opacity:1;"
- offset="0"
- id="stop4974" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop4976" />
- </linearGradient>
- <linearGradient
- id="linearGradient6893-5-8-8">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-0" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-5" />
- </linearGradient>
- <linearGradient
- id="linearGradient6893-5-8-0-5">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-5" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-8" />
- </linearGradient>
- <linearGradient
- id="linearGradient6893-5-8-0-4-9">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-0-1" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-2-4" />
- </linearGradient>
- <linearGradient
- id="linearGradient4972-4-1">
- <stop
- style="stop-color:#daedef;stop-opacity:1;"
- offset="0"
- id="stop4974-6-9" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop4976-2-4" />
- </linearGradient>
- <linearGradient
- id="linearGradient6799-4-3">
- <stop
- style="stop-color:#c89840;stop-opacity:1;"
- offset="0"
- id="stop6801-4-0" />
- <stop
- style="stop-color:#798da2;stop-opacity:1;"
- offset="1"
- id="stop6803-5-7" />
- </linearGradient>
- <linearGradient
- id="linearGradient6893-5-8-8-8">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-0-7" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-5-3" />
- </linearGradient>
- <linearGradient
- id="linearGradient6893-5-8-0-4-9-2">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-0-1-2" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-2-4-3" />
- </linearGradient>
- <linearGradient
- id="linearGradient4972-6">
- <stop
- style="stop-color:#c7e3e7;stop-opacity:1;"
- offset="0"
- id="stop4974-71" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop4976-5" />
- </linearGradient>
- <linearGradient
- id="linearGradient4972-4-1-2">
- <stop
- style="stop-color:#daedef;stop-opacity:1;"
- offset="0"
- id="stop4974-6-9-4" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop4976-2-4-6" />
- </linearGradient>
- <linearGradient
- id="linearGradient6799-4-3-3">
- <stop
- style="stop-color:#c89840;stop-opacity:1;"
- offset="0"
- id="stop6801-4-0-8" />
- <stop
- style="stop-color:#798da2;stop-opacity:1;"
- offset="1"
- id="stop6803-5-7-9" />
- </linearGradient>
- <linearGradient
- id="linearGradient4972-5-7">
- <stop
- style="stop-color:#85c2cb;stop-opacity:1;"
- offset="0"
- id="stop4974-7-4" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop4976-1-3" />
- </linearGradient>
- <linearGradient
- id="linearGradient6893-5-8-8-9">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-0-5" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-5-5" />
- </linearGradient>
- <linearGradient
- id="linearGradient6893-5-8-0-5-7">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-5-6" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-8-6" />
- </linearGradient>
- <linearGradient
- id="linearGradient6893-5-8-0-4-9-7">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-0-1-0" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-2-4-33" />
- </linearGradient>
- <linearGradient
- id="linearGradient4972-5-2-6">
- <stop
- style="stop-color:#85c2cb;stop-opacity:1;"
- offset="0"
- id="stop4974-7-3-0" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop4976-1-9-5" />
- </linearGradient>
- <linearGradient
- id="linearGradient6893-5-8-8-8-8">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-0-7-9" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-5-3-2" />
- </linearGradient>
- <linearGradient
- id="linearGradient6893-5-8-0-4-9-2-0">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-0-1-2-1" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-2-4-3-6" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4972-6"
- id="linearGradient5572"
- gradientUnits="userSpaceOnUse"
- x1="5.1146584"
- y1="1044.7372"
- x2="12.520393"
- y2="1044.7372" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4972"
- id="linearGradient4283"
- gradientUnits="userSpaceOnUse"
- x1="5.1146582"
- y1="1044.7372"
- x2="12.520393"
- y2="1044.7372" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4972"
- id="linearGradient4288"
- gradientUnits="userSpaceOnUse"
- x1="5.1146582"
- y1="1044.7372"
- x2="12.520393"
- y2="1044.7372" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4972"
- id="linearGradient4321"
- gradientUnits="userSpaceOnUse"
- x1="5.1146582"
- y1="1044.7372"
- x2="12.520393"
- y2="1044.7372" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4972-4-1"
- id="linearGradient4382"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.6238641,0,0,1.6285353,-5.817902,-657.26294)"
- x1="5.1146584"
- y1="1044.7372"
- x2="12.520393"
- y2="1044.7372" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6799-4-3"
- id="linearGradient4384"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.6238641,0,0,1.6285353,-5.817902,-662.30115)"
- x1="11.977677"
- y1="1042.1279"
- x2="5.926301"
- y2="1051.2535" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-0-4-9"
- id="linearGradient4390"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2820342,0,0,0.26192632,-2.8911185,1046.2126)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-8-8"
- id="linearGradient4392"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.96301391,0,0,0.30750995,-1.0449584,-1044.537)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-0-4-9-2"
- id="linearGradient4394"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2784768,0,0,0.27549242,-2.8370137,-1046.8387)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- id="linearGradient6893-5-8-0-4-9-2-5">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-0-1-2-3" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-2-4-3-0" />
- </linearGradient>
- <linearGradient
- id="linearGradient6893-5-8-8-8-0">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-0-7-7" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-5-3-7" />
- </linearGradient>
- <linearGradient
- id="linearGradient6893-5-8-0-4-9-0">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-0-1-8" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-2-4-1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4972-4-1-4"
- id="linearGradient4382-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.6960825,0,0,1.7009614,-4.9210482,-731.7352)"
- x1="5.1146584"
- y1="1044.7372"
- x2="12.520393"
- y2="1044.7372" />
- <linearGradient
- id="linearGradient4972-4-1-4">
- <stop
- style="stop-color:#daedef;stop-opacity:1;"
- offset="0"
- id="stop4974-6-9-9" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop4976-2-4-0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6799-4-3-7"
- id="linearGradient4384-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.6960825,0,0,1.7009614,-4.9210482,-736.99747)"
- x1="11.977677"
- y1="1042.1279"
- x2="5.926301"
- y2="1051.2535" />
- <linearGradient
- id="linearGradient6799-4-3-7">
- <stop
- style="stop-color:#c89840;stop-opacity:1;"
- offset="0"
- id="stop6801-4-0-9" />
- <stop
- style="stop-color:#798da2;stop-opacity:1;"
- offset="1"
- id="stop6803-5-7-7" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4972-4-1-9"
- id="linearGradient4382-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.6960825,0,0,1.7009614,-6.197689,-731.7678)"
- x1="5.1146584"
- y1="1044.7372"
- x2="12.520393"
- y2="1044.7372" />
- <linearGradient
- id="linearGradient4972-4-1-9">
- <stop
- style="stop-color:#daedef;stop-opacity:1;"
- offset="0"
- id="stop4974-6-9-8" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop4976-2-4-9" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6799-4-3-9"
- id="linearGradient4384-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.6960825,0,0,1.7009614,-6.197689,-737.03007)"
- x1="11.977677"
- y1="1042.1279"
- x2="5.926301"
- y2="1051.2535" />
- <linearGradient
- id="linearGradient6799-4-3-9">
- <stop
- style="stop-color:#c89840;stop-opacity:1;"
- offset="0"
- id="stop6801-4-0-7" />
- <stop
- style="stop-color:#798da2;stop-opacity:1;"
- offset="1"
- id="stop6803-5-7-74" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-0-4-9-2-1"
- id="linearGradient4394-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.3892048,0,0,0.27549241,-31.899058,-1052.4756)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- id="linearGradient6893-5-8-0-4-9-2-1">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-0-1-2-2" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-2-4-3-7" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-8-8-07"
- id="linearGradient4392-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.0464198,0,0,0.30750995,-29.951794,-1049.0796)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- id="linearGradient6893-5-8-8-8-07">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-0-7-0" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-5-3-1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-0-4-9-4"
- id="linearGradient4390-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.3930703,0,0,0.26192631,-31.957849,1053.1869)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- id="linearGradient6893-5-8-0-4-9-4">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-0-1-26" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-2-4-0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4972-4-1-5"
- id="linearGradient4382-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1.623864,0.69032316,0,1.6285353,32.3374,-665.37304)"
- x1="5.1146584"
- y1="1044.7372"
- x2="12.520393"
- y2="1044.7372" />
- <linearGradient
- id="linearGradient4972-4-1-5">
- <stop
- style="stop-color:#daedef;stop-opacity:1;"
- offset="0"
- id="stop4974-6-9-97" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop4976-2-4-60" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6799-4-3-0"
- id="linearGradient4384-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1.623864,0.69032316,0,1.6285353,32.3374,-670.41122)"
- x1="11.977677"
- y1="1042.1279"
- x2="5.926301"
- y2="1051.2535" />
- <linearGradient
- id="linearGradient6799-4-3-0">
- <stop
- style="stop-color:#c89840;stop-opacity:1;"
- offset="0"
- id="stop6801-4-0-90" />
- <stop
- style="stop-color:#798da2;stop-opacity:1;"
- offset="1"
- id="stop6803-5-7-1" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5411"
- id="radialGradient5417"
- cx="13.94572"
- cy="1045.8255"
- fx="13.94572"
- fy="1045.8255"
- r="10.779004"
- gradientTransform="matrix(1,0,0,0.98529514,0,15.378714)"
- gradientUnits="userSpaceOnUse" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5411"
- id="radialGradient5419"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.8121447,-1.9541983,0.96980008,0.27977302,-1035.1855,788.68965)"
- cx="16.494715"
- cy="1050.2904"
- fx="16.494715"
- fy="1050.2904"
- r="10.779004" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-0-4-9"
- id="linearGradient5426"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2820342,0,0,0.26192632,-2.8911185,1046.2126)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-8-8"
- id="linearGradient5428"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.96301391,0,0,0.30750995,-1.0449584,-1044.537)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-0-4-9-2"
- id="linearGradient5430"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2784768,0,0,0.27549242,-2.8370137,-1046.8387)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-0-4-9-2-6"
- id="linearGradient5430-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2784768,0,0,0.27549242,-2.8370137,-1046.8387)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- id="linearGradient6893-5-8-0-4-9-2-6">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-0-1-2-35" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-2-4-3-9" />
- </linearGradient>
- <linearGradient
- y2="5.3933983"
- x2="5.8030186"
- y1="5.3933983"
- x1="9.2662354"
- gradientTransform="matrix(1.2784768,0,0,0.27549241,-2.8370135,-1044.4678)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient5475"
- xlink:href="#linearGradient6893-5-8-0-4-9-2-6"
- inkscape:collect="always" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-0-4-9-9"
- id="linearGradient5426-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2820342,0,0,0.26192632,-2.8911185,1046.2126)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- id="linearGradient6893-5-8-0-4-9-9">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-0-1-80" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-2-4-6" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-0-4-9-2-66"
- id="linearGradient5430-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2784768,0,0,0.27549242,-2.8370137,-1046.8387)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- id="linearGradient6893-5-8-0-4-9-2-66">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-0-1-2-23" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-2-4-3-8" />
- </linearGradient>
- <linearGradient
- y2="5.3933983"
- x2="5.8030186"
- y1="5.3933983"
- x1="9.2662354"
- gradientTransform="matrix(1.2784768,0,0,0.27549241,-2.8370135,-1044.4678)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient5475-9"
- xlink:href="#linearGradient6893-5-8-0-4-9-2-6-9"
- inkscape:collect="always" />
- <linearGradient
- id="linearGradient6893-5-8-0-4-9-2-6-9">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-0-1-2-35-8" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-2-4-3-9-1" />
- </linearGradient>
- <linearGradient
- y2="5.3933983"
- x2="5.8030186"
- y1="5.3933983"
- x1="9.2662354"
- gradientTransform="matrix(1.2784768,0,0,0.27549241,-2.8370135,-1044.4678)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient5525"
- xlink:href="#linearGradient6893-5-8-0-4-9-2-6-9"
- inkscape:collect="always" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-0-4-9-9-2"
- id="linearGradient5426-4-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2820342,0,0,0.26192632,-2.8911185,1046.2126)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- id="linearGradient6893-5-8-0-4-9-9-2">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-0-1-80-0" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-2-4-6-1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-0-4-9-2-66-1"
- id="linearGradient5430-1-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2784768,0,0,0.27549242,-2.8370137,-1046.8387)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- id="linearGradient6893-5-8-0-4-9-2-66-1">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-0-1-2-23-1" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-2-4-3-8-6" />
- </linearGradient>
- <linearGradient
- y2="5.3933983"
- x2="5.8030186"
- y1="5.3933983"
- x1="9.2662354"
- gradientTransform="matrix(1.2784768,0,0,0.27549241,-2.8370135,-1044.4678)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient5525-6"
- xlink:href="#linearGradient6893-5-8-0-4-9-2-6-9-6"
- inkscape:collect="always" />
- <linearGradient
- id="linearGradient6893-5-8-0-4-9-2-6-9-6">
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="0"
- id="stop6895-8-7-7-0-1-2-35-8-5" />
- <stop
- style="stop-color:#7795b6;stop-opacity:1;"
- offset="1"
- id="stop6897-2-6-9-2-4-3-9-1-1" />
- </linearGradient>
- <linearGradient
- y2="5.3933983"
- x2="5.8030186"
- y1="5.3933983"
- x1="9.2662354"
- gradientTransform="matrix(1.2784768,0,0,0.27549241,-2.8370135,-1044.4678)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient5592"
- xlink:href="#linearGradient6893-5-8-0-4-9-2-6-9-6"
- inkscape:collect="always" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5641"
- id="linearGradient5647"
- x1="30.45603"
- y1="1028.9988"
- x2="30.45603"
- y2="1033.8717"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-12.948786,22.935422)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5641-4"
- id="linearGradient5647-2"
- x1="30.45603"
- y1="1028.9988"
- x2="30.45603"
- y2="1033.8717"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-12.948786,22.935422)" />
- <linearGradient
- id="linearGradient5641-4">
- <stop
- style="stop-color:#1e6cbe;stop-opacity:1;"
- offset="0"
- id="stop5643-1" />
- <stop
- style="stop-color:#104276;stop-opacity:1;"
- offset="1"
- id="stop5645-2" />
- </linearGradient>
- <linearGradient
- y2="1033.8717"
- x2="30.45603"
- y1="1028.9988"
- x1="30.45603"
- gradientTransform="matrix(0.71554797,0.15002359,0,0.70580829,-11.070338,316.74005)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient5664"
- xlink:href="#linearGradient5641-4"
- inkscape:collect="always" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-0-4-9"
- id="linearGradient5695"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2820342,0,0,0.26192632,-2.8911185,1046.2126)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-0-4-9-2"
- id="linearGradient5697"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2784768,0,0,0.27549242,-2.8370137,-1046.8387)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6893-5-8-0-4-9-2-6"
- id="linearGradient5699"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2784768,0,0,0.27549241,-2.8370135,-1044.4678)"
- x1="9.2662354"
- y1="5.3933983"
- x2="5.8030186"
- y2="5.3933983" />
- <linearGradient
- y2="1033.8717"
- x2="30.45603"
- y1="1028.9988"
- x1="30.45603"
- gradientTransform="matrix(0.71554797,0.15002359,0,0.70580829,-11.070338,316.74005)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient5664-4"
- xlink:href="#linearGradient5641-4-8"
- inkscape:collect="always" />
- <linearGradient
- id="linearGradient5641-4-8">
- <stop
- style="stop-color:#1e6cbe;stop-opacity:1;"
- offset="0"
- id="stop5643-1-4" />
- <stop
- style="stop-color:#104276;stop-opacity:1;"
- offset="1"
- id="stop5645-2-3" />
- </linearGradient>
- <linearGradient
- id="linearGradient5591-4">
- <stop
- id="stop5593-0"
- offset="0"
- style="stop-color:#e0e566;stop-opacity:1;" />
- <stop
- id="stop5595-5"
- offset="1"
- style="stop-color:#80b050;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- id="linearGradient5583-2">
- <stop
- id="stop5585-3"
- offset="0"
- style="stop-color:#005020;stop-opacity:1" />
- <stop
- id="stop5587-3"
- offset="1"
- style="stop-color:#309858;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5583-2"
- id="linearGradient5620"
- gradientUnits="userSpaceOnUse"
- x1="2.1879039"
- y1="9.2638359"
- x2="2.03125"
- y2="4.671875"
- gradientTransform="matrix(1.4105678,0,0,1.4692784,1.35886,1033.7454)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1037"
- id="linearGradient1039"
- x1="-5.757359"
- y1="1042.4757"
- x2="-5.077126"
- y2="1047.0719"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(11)" />
- <linearGradient
- id="linearGradient4852-7"
- inkscape:collect="always">
- <stop
- id="stop4854-4"
- offset="0"
- style="stop-color:#f03f51;stop-opacity:1" />
- <stop
- id="stop4856-0"
- offset="1"
- style="stop-color:#f5817d;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- id="linearGradient4844-4">
- <stop
- id="stop4846-8"
- offset="0"
- style="stop-color:#c51325;stop-opacity:1" />
- <stop
- id="stop4848-8"
- offset="1"
- style="stop-color:#ca5d49;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4852-7"
- id="linearGradient4047"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.49963553,0,0,0.49796697,0.18518926,524.81723)"
- x1="5.1118913"
- y1="1049.7977"
- x2="4.7528968"
- y2="1038.5814" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4844-4"
- id="linearGradient4049"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.49963553,0,0,0.49796697,0.18518926,524.81723)"
- x1="8.6566515"
- y1="1050.7386"
- x2="8.6566515"
- y2="1037.7" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1149"
- id="linearGradient1151"
- x1="-15.895145"
- y1="1049.3726"
- x2="-15.109204"
- y2="1037.396"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,1)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1157"
- id="linearGradient1159"
- x1="-4.9939418"
- y1="1048.1637"
- x2="-4.9939418"
- y2="1038.2643"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,1)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1167"
- id="linearGradient1169"
- x1="-14.997779"
- y1="1042.8622"
- x2="-5.0022229"
- y2="1042.8622"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0.0022229,1)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1167"
- id="linearGradient1169-1"
- x1="-14.997779"
- y1="1042.8622"
- x2="-5.002223"
- y2="1042.8622"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(17.997779,3)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1287"
- id="linearGradient1169-6"
- x1="-14.997779"
- y1="1042.8622"
- x2="-5.002223"
- y2="1042.8622"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,-0.30013206,0.30013206,0,-309.49638,1046.8609)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1281"
- id="linearGradient1169-6-1"
- x1="-14.997779"
- y1="1042.8622"
- x2="-5.002223"
- y2="1042.8622"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,-0.30013206,0.30013206,0,-306.49638,1046.8609)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1275"
- id="linearGradient1169-6-0"
- x1="-14.997779"
- y1="1042.8622"
- x2="-5.002223"
- y2="1042.8622"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,-0.30013206,0.30013206,0,-303.49638,1046.8609)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1269"
- id="linearGradient1169-6-7"
- x1="-14.997779"
- y1="1042.8622"
- x2="-5.002223"
- y2="1042.8622"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,-0.30013206,0.30013206,0,-300.49638,1046.8609)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1326"
- id="linearGradient1151-4"
- x1="-15.895145"
- y1="1049.3726"
- x2="-15.109204"
- y2="1037.396"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(5,1)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1326"
- id="linearGradient1151-4-1"
- x1="-15.895145"
- y1="1049.3726"
- x2="-15.109204"
- y2="1037.396"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,0.99092354,9,10.420147)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1326"
- id="linearGradient1365"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(23,1)"
- x1="-15.895145"
- y1="1049.3726"
- x2="-15.109204"
- y2="1037.396" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1157"
- id="linearGradient1367"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(18,1)"
- x1="-4.9939418"
- y1="1048.1637"
- x2="-4.9939418"
- y2="1038.2643" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1149"
- id="linearGradient1369"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(18,1)"
- x1="-15.895145"
- y1="1049.3726"
- x2="-15.109204"
- y2="1037.396" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1167"
- id="linearGradient1371"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(18.002223,1)"
- x1="-14.997779"
- y1="1042.8622"
- x2="-5.0022229"
- y2="1042.8622" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1326"
- id="linearGradient1365-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(28,1)"
- x1="-15.895145"
- y1="1049.3726"
- x2="-15.109204"
- y2="1037.396" />
- </defs>
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="22.627416"
- inkscape:cx="3.5371346"
- inkscape:cy="11.309364"
- inkscape:document-units="px"
- inkscape:current-layer="layer1"
- showgrid="true"
- inkscape:window-width="1920"
- inkscape:window-height="1018"
- inkscape:window-x="-8"
- inkscape:window-y="-8"
- inkscape:window-maximized="1"
- showguides="true"
- inkscape:guide-bbox="true"
- inkscape:snap-global="true"
- inkscape:snap-bbox="true"
- inkscape:bbox-nodes="true"
- inkscape:snap-nodes="false"
- inkscape:snap-others="false">
- <inkscape:grid
- type="xygrid"
- id="grid4250" />
- </sodipodi:namedview>
- <metadata
- id="metadata7">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="Layer 1"
- inkscape:groupmode="layer"
- id="layer1"
- style="display:inline"
- transform="translate(0,-1036.3622)">
- <path
- style="display:inline;fill:#e0e060;fill-opacity:1;stroke:url(#linearGradient1365-6);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 11.5,1049.8622 h 1.729631 v -9 H 14.5 v -2 h -3 z"
- id="path1143-1-4"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="display:inline;fill:#e0e060;fill-opacity:1;stroke:url(#linearGradient1365);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 6.5,1049.8622 h 7 v -9 h -4 v -2 h -3 z"
- id="path1143-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:url(#linearGradient1367);fill-opacity:1;stroke:url(#linearGradient1369);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 1.5,1049.8622 h 13 v -9 h -8 l -1.5,-2 H 1.5 Z"
- id="path1143"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:none;stroke:url(#linearGradient1371);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="M 3.004444,1043.8622 H 13"
- id="path1161"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:none;stroke:url(#linearGradient1169-1);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 3,1045.8622 h 9.995556"
- id="path1161-7"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:none;stroke:url(#linearGradient1169-6);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 3.5,1051.3622 v -3"
- id="path1161-3"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:none;stroke:url(#linearGradient1169-6-1);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 6.5,1051.3622 v -3"
- id="path1161-3-2"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:none;stroke:url(#linearGradient1169-6-0);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 9.5,1051.3622 v -3"
- id="path1161-3-9"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:none;stroke:url(#linearGradient1169-6-7);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.5,1051.3622 v -3"
- id="path1161-3-4"
- inkscape:connector-curvature="0" />
- <image
- y="1037.3622"
- x="21"
- id="image1140"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAXVJREFU
-OI2lkjFrVEEUhb8bki59inSCYCWopSwpAhYSJIVgY1CESBCLVBJlrXQJ2PgDhBBBExJIoXaaIsli
-kSpVJJU/YSEx7t55b2aPxfLeyxLYRPbCwDnDzLkfd8YkMUyNDHUbGC3Ey5VmibL8pGbz76ZK/+HF
-7jlfaJNEY31fi7M3ytS36/ssTK9UfuM39QdX+nwRYpJ4/bGph/dqfWifvjYvxH/zqGajAJ4lPHYB
-AwkM7t+9DQIwhDBAGGZCgs9f9qoZdELk1LsXdjxbnRCrgHaWOAmJXz8PiDGS5TnuOe4Bd6fdyXAP
-hBAIWeT5q6e0s1QFhJBz7InJW9cv1f3YEyHkVYDniRNP/Dk8vBTB7LPHeH6GAOBv6GJXrzGGMSYY
-702N8vFNIAMTp1k1rzKgE4vNQV9b589IYqa+pcZOSxM353TUko5aGqgbOy3N1LckqUeQxcSPb99Z
-XV1mobEBMFC/X9vuJyjWnaVN/Y+W1PvKw9Q/3rIiaWq8Z5oAAAAASUVORK5CYII=
-"
- style="image-rendering:optimizeSpeed"
- preserveAspectRatio="none"
- height="16"
- width="16" />
- </g>
-</svg>
diff --git a/org.eclipse.help.webapp/basic/images/e_search_results_view.svg b/org.eclipse.help.webapp/basic/images/e_search_results_view.svg
deleted file mode 100644
index 2e13a6111..000000000
--- a/org.eclipse.help.webapp/basic/images/e_search_results_view.svg
+++ /dev/null
@@ -1,508 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="16"
- height="16"
- id="svg2"
- version="1.1"
- inkscape:version="0.92.3 (2405546, 2018-03-11)"
- sodipodi:docname="quick_search.svg">
- <defs
- id="defs4">
- <linearGradient
- inkscape:collect="always"
- id="linearGradient1326">
- <stop
- style="stop-color:#f9fafc;stop-opacity:1"
- offset="0"
- id="stop1322" />
- <stop
- style="stop-color:#e3ebf8;stop-opacity:1"
- offset="1"
- id="stop1324" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient1310">
- <stop
- style="stop-color:#c7b571;stop-opacity:1"
- offset="0"
- id="stop1306" />
- <stop
- style="stop-color:#a9a285;stop-opacity:1"
- offset="1"
- id="stop1308" />
- </linearGradient>
- <linearGradient
- id="linearGradient1285"
- inkscape:collect="always">
- <stop
- id="stop1281"
- offset="0"
- style="stop-color:#9fb8f0;stop-opacity:1" />
- <stop
- id="stop1283"
- offset="1"
- style="stop-color:#718fcd;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- id="linearGradient1279"
- inkscape:collect="always">
- <stop
- id="stop1275"
- offset="0"
- style="stop-color:#9fb8f0;stop-opacity:1" />
- <stop
- id="stop1277"
- offset="1"
- style="stop-color:#718fcd;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient1265">
- <stop
- style="stop-color:#7f9ed8;stop-opacity:1"
- offset="0"
- id="stop1261" />
- <stop
- style="stop-color:#718fcd;stop-opacity:1"
- offset="1"
- id="stop1263" />
- </linearGradient>
- <linearGradient
- gradientTransform="matrix(0.66091722,0.66091722,-0.66091722,0.66091722,683.75303,332.65243)"
- inkscape:collect="always"
- xlink:href="#linearGradient5440"
- id="linearGradient5446"
- x1="25.367371"
- y1="1051.4069"
- x2="33.890358"
- y2="1051.4069"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- gradientTransform="matrix(0.67296667,0.67261869,-0.67296667,0.67261869,695.88897,319.95238)"
- inkscape:collect="always"
- xlink:href="#linearGradient5428"
- id="linearGradient5434"
- x1="26.107269"
- y1="1045.9496"
- x2="33.162998"
- y2="1045.9496"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5206"
- id="linearGradient5376"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.66091722,0.66091722,-0.66091722,0.66091722,683.75306,332.6524)"
- x1="26.45211"
- y1="1052.0043"
- x2="32.842041"
- y2="1052.0043" />
- <linearGradient
- gradientTransform="matrix(0.66091722,0.66091722,-0.66091722,0.66091722,683.34253,332.84136)"
- inkscape:collect="always"
- xlink:href="#linearGradient5351"
- id="linearGradient5374"
- gradientUnits="userSpaceOnUse"
- x1="25.98222"
- y1="1056.9694"
- x2="33.275513"
- y2="1056.9694" />
- <linearGradient
- gradientTransform="matrix(0.66091722,0.66091722,-0.66091722,0.66091722,683.34253,332.84136)"
- inkscape:collect="always"
- xlink:href="#linearGradient5331"
- id="linearGradient5372"
- gradientUnits="userSpaceOnUse"
- x1="26.880592"
- y1="1056.9694"
- x2="32.471878"
- y2="1056.9694" />
- <linearGradient
- gradientTransform="matrix(0.67296667,0.67261869,-0.67296667,0.67261869,695.88897,319.95238)"
- inkscape:collect="always"
- xlink:href="#linearGradient5378"
- id="linearGradient5370"
- gradientUnits="userSpaceOnUse"
- x1="27.009878"
- y1="1046.1316"
- x2="32.176903"
- y2="1046.1316" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5109"
- id="linearGradient5368"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.66091722,0.66091722,-0.66091722,0.66091722,683.52934,332.68514)"
- x1="29.714636"
- y1="1041.3262"
- x2="29.714636"
- y2="1039.1387" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient5109">
- <stop
- style="stop-color:#906f4e;stop-opacity:1"
- offset="0"
- id="stop5111" />
- <stop
- style="stop-color:#dfbd7f;stop-opacity:1"
- offset="1"
- id="stop5113" />
- </linearGradient>
- <linearGradient
- id="linearGradient5206">
- <stop
- style="stop-color:#bbb8bb;stop-opacity:1"
- offset="0"
- id="stop5208" />
- <stop
- id="stop5216"
- offset="0.25"
- style="stop-color:#ccc8cb;stop-opacity:1" />
- <stop
- id="stop5214"
- offset="0.5"
- style="stop-color:#bdb6bc;stop-opacity:1" />
- <stop
- style="stop-color:#9b8c98;stop-opacity:1"
- offset="1"
- id="stop5210" />
- </linearGradient>
- <linearGradient
- id="linearGradient5331">
- <stop
- style="stop-color:#fef48d;stop-opacity:1"
- offset="0"
- id="stop5333" />
- <stop
- id="stop5341"
- offset="0.3251386"
- style="stop-color:#fffffe;stop-opacity:1" />
- <stop
- id="stop5339"
- offset="0.66393197"
- style="stop-color:#fffffe;stop-opacity:1" />
- <stop
- style="stop-color:#fef48d;stop-opacity:1"
- offset="1"
- id="stop5335" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient5351">
- <stop
- style="stop-color:#e4a239;stop-opacity:1;"
- offset="0"
- id="stop5353" />
- <stop
- style="stop-color:#fada7d;stop-opacity:1"
- offset="1"
- id="stop5355" />
- </linearGradient>
- <linearGradient
- id="linearGradient5378">
- <stop
- id="stop5380"
- offset="0"
- style="stop-color:#f4d684;stop-opacity:1" />
- <stop
- style="stop-color:#fcf4c6;stop-opacity:1"
- offset="0.25"
- id="stop5382" />
- <stop
- style="stop-color:#fbeebc;stop-opacity:1"
- offset="0.5"
- id="stop5384" />
- <stop
- id="stop5386"
- offset="1"
- style="stop-color:#eeb960;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- id="linearGradient5428">
- <stop
- style="stop-color:#f0a53b;stop-opacity:1;"
- offset="0"
- id="stop5430" />
- <stop
- id="stop5438"
- offset="0.26895422"
- style="stop-color:#f2d58f;stop-opacity:1" />
- <stop
- id="stop5436"
- offset="0.60424823"
- style="stop-color:#efb965;stop-opacity:1" />
- <stop
- style="stop-color:#df9833;stop-opacity:1"
- offset="1"
- id="stop5432" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient5440">
- <stop
- style="stop-color:#ad8e5f;stop-opacity:1"
- offset="0"
- id="stop5442" />
- <stop
- style="stop-color:#8f6e4d;stop-opacity:1"
- offset="1"
- id="stop5444" />
- </linearGradient>
- <mask
- id="mask8820"
- maskUnits="userSpaceOnUse">
- <g
- inkscape:label="Layer 1"
- id="g8822"
- style="display:inline;fill:#ffffff;stroke:#ffffff"
- transform="matrix(1.0698871,0,0,1.0698871,15.540293,-72.622799)">
- <g
- style="display:inline;fill:#ffffff;stroke:#ffffff"
- id="g8824"
- transform="matrix(0.9346781,0,0,0.9346781,-14.571811,69.044514)">
- <g
- style="fill:#ffffff;stroke:#ffffff"
- transform="translate(15.600543)"
- id="g8826">
- <g
- style="fill:#ffffff;stroke:#ffffff"
- id="g8828"
- transform="rotate(45,26.208459,1022.0081)">
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path8830"
- d="m 28.565245,1040.0695 -1.069887,2.1398 h 4.279549 l -1.069887,-2.1398 c -0.472828,-0.9477 -1.844257,-0.7625 -2.139775,0 z"
- style="display:inline;fill:#ffffff;stroke:#ffffff;stroke-width:1.06988704;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path8832"
- d="m 26.607269,1042.2428 c 1.259438,-1.6377 4.858466,-1.5046 6.055728,0 v 8.5925 h -6.055728 z"
- style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path8834"
- d="m 29.411544,1042.9075 c -0.368467,0.01 -0.72715,0.043 -1.069887,0.1003 v 2.4073 c 0.342737,-0.057 0.70142,-0.09 1.069887,-0.1003 z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1px;marker:none;enable-background:accumulate" />
- <path
- sodipodi:nodetypes="sccccs"
- inkscape:connector-curvature="0"
- id="path8836"
- d="m 29.645582,1053.51 c -1.546954,0 -3.096933,0.3554 -3.778039,1.0365 v 0.5683 c 1.362214,1.3622 6.178977,1.3438 7.522644,0 v -0.5683 c -0.671834,-0.6719 -2.197651,-1.0342 -3.744605,-1.0365 z"
- style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path8838"
- d="m 26.422196,1052.4196 v 12.1257 h 6.413338 v -12.1257 z"
- style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.87995493;stroke-opacity:1" />
- <path
- inkscape:connector-curvature="0"
- id="path8840"
- d="m 25.867543,1050.1666 v 4.3799 c 1.778049,-1.9187 5.89609,-1.8666 7.522644,0 v -4.3799 c -1.258456,-2.537 -6.051006,-2.5281 -7.522644,0 z"
- style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1.0003444;stroke-linejoin:round;stroke-miterlimit:3;stroke-dasharray:none;stroke-opacity:1"
- sodipodi:nodetypes="ccccc" />
- </g>
- </g>
- </g>
- </g>
- </mask>
- <linearGradient
- id="linearGradient7592-1-3-6">
- <stop
- id="stop7594-6-9-5"
- offset="0"
- style="stop-color:#ad7212;stop-opacity:1;" />
- <stop
- id="stop7596-9-2-1"
- offset="1"
- style="stop-color:#875f1e;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- id="linearGradient7584-5-3-4">
- <stop
- id="stop7586-4-4-4"
- offset="0"
- style="stop-color:#f9cd5f;stop-opacity:1;" />
- <stop
- id="stop7588-5-0-3"
- offset="1"
- style="stop-color:#ffebb7;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1265"
- id="linearGradient1267"
- x1="-5.0521278"
- y1="1044.8525"
- x2="-2.0791261"
- y2="1044.8525"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.3545244,0,0,0.00297926,10.750603,1040.7661)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1285"
- id="linearGradient1271"
- x1="-5.08005"
- y1="1040.7997"
- x2="0.96027756"
- y2="1040.7997"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.66318052,0,0,4.9287419e-4,7.2869503,1041.3661)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1279"
- id="linearGradient1273"
- x1="-5.0656271"
- y1="1038.7997"
- x2="-0.062227711"
- y2="1038.7997"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.79885103,0,0,0.00106437,7.9743681,1038.7734)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1310"
- id="linearGradient1312"
- x1="-5.5077791"
- y1="1037.4548"
- x2="-5.0235996"
- y2="1046.3566"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(11,7.4309064e-5)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1326"
- id="linearGradient1328"
- x1="-3.0558093"
- y1="1038.361"
- x2="-3.1579704"
- y2="1045.557"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(11,7.4309064e-5)" />
- </defs>
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="18.760427"
- inkscape:cx="4.5240835"
- inkscape:cy="1.6631695"
- inkscape:document-units="px"
- inkscape:current-layer="layer1-2"
- showgrid="true"
- inkscape:window-width="1920"
- inkscape:window-height="1018"
- inkscape:window-x="-8"
- inkscape:window-y="-8"
- inkscape:window-maximized="1"
- showguides="true"
- inkscape:guide-bbox="true"
- inkscape:snap-bbox="true"
- inkscape:bbox-nodes="true"
- inkscape:snap-nodes="false"
- inkscape:snap-global="false">
- <inkscape:grid
- type="xygrid"
- id="grid5105" />
- </sodipodi:namedview>
- <metadata
- id="metadata7">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="Layer 1"
- inkscape:groupmode="layer"
- id="layer1"
- style="display:inline"
- transform="translate(0,-1036.3622)">
- <g
- style="display:inline"
- id="layer1-2"
- inkscape:label="Layer 1"
- transform="translate(-0.92087393,-0.01685309)">
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path5028"
- d="m 16.47385,1039.6239 c -0.272691,-0.2822 -0.554905,-0.5386 -0.843139,-0.7633 l -1.734497,1.895 c 0.288016,0.225 0.57023,0.4813 0.843138,0.7633 z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#496da1;fill-opacity:1;stroke:none;stroke-width:0.93467808px;marker:none;enable-background:accumulate" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="rect4221-4"
- d="m 14.94724,1038.9569 -2.121338,0.7071 2.828428,2.8284 0.707124,-2.1213 c 0.313851,-0.9389 -0.714952,-1.7229 -1.414214,-1.4142 z"
- style="display:inline;fill:none;stroke:url(#linearGradient5368);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="rect4221"
- d="m 12.345416,1038.8654 c 1.949678,-0.2544 4.282132,2.2559 4.075304,4.0732 l -5.782466,5.7795 -4.075304,-4.0732 z"
- style="fill:url(#linearGradient5370);fill-opacity:1;stroke:url(#linearGradient5434);stroke-width:0.93467802;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="rect4221-7-1-2"
- d="m 5.189458,1045.8513 -8.014085,8.0141 4.238686,4.2387 8.0140847,-8.0141 z"
- style="display:inline;fill:url(#linearGradient5372);fill-opacity:1;stroke:url(#linearGradient5374);stroke-width:0.8224746;stroke-opacity:1" />
- <path
- inkscape:connector-curvature="0"
- id="rect4221-7"
- d="m 6.722435,1043.8068 -2.894752,2.8947 c 2.443246,-0.093 5.1304959,2.6632 4.9718449,4.9719 l 2.8947521,-2.8948 c 0.845012,-2.5085 -2.3283491,-5.6701 -4.971845,-4.9718 z"
- style="display:inline;fill:url(#linearGradient5376);fill-opacity:1;stroke:url(#linearGradient5446);stroke-width:0.935;stroke-linejoin:round;stroke-miterlimit:3;stroke-dasharray:none;stroke-opacity:1"
- sodipodi:nodetypes="ccccc" />
- <rect
- style="fill:url(#linearGradient1328);fill-opacity:1;stroke:url(#linearGradient1312);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="rect1304"
- width="7"
- height="8.0000248"
- x="2.4208739"
- y="1037.879" />
- <path
- style="fill:none;stroke:url(#linearGradient1273);stroke-width:0.99999768px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 3.931926,1039.8791 3.9884909,-1e-4"
- id="path1232"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:none;stroke:url(#linearGradient1271);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 3.920874,1041.8791 h 4"
- id="path1232-2"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:none;stroke:url(#linearGradient1267);stroke-width:1.00000048px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 3.9195174,1043.8791 4.0027128,-2e-4"
- id="path1232-0"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path5028-3"
- d="m 14.231992,1040.9825 c -0.272691,-0.2822 -0.554905,-0.5386 -0.843139,-0.7633 l -1.734497,1.895 c 0.288016,0.225 0.57023,0.4813 0.843138,0.7633 z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#496da1;fill-opacity:1;stroke:none;stroke-width:0.93467808px;marker:none;enable-background:accumulate" />
- </g>
- </g>
-</svg>
diff --git a/org.eclipse.help.webapp/basic/images/e_synch_toc_nav.svg b/org.eclipse.help.webapp/basic/images/e_synch_toc_nav.svg
deleted file mode 100644
index fd235f6d9..000000000
--- a/org.eclipse.help.webapp/basic/images/e_synch_toc_nav.svg
+++ /dev/null
@@ -1,373 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="16"
- height="16"
- id="svg2"
- version="1.1"
- inkscape:version="0.92.3 (2405546, 2018-03-11)"
- sodipodi:docname="e_synch_toc_nav.gif.svg"
- inkscape:export-filename="C:\Users\jmietling\Documents\rect3997-9-1.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90">
- <defs
- id="defs4">
- <linearGradient
- inkscape:collect="always"
- id="linearGradient4871">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop4873" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop4875" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4871"
- id="linearGradient4877"
- x1="3"
- y1="1045.8622"
- x2="4"
- y2="1045.8622"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4871"
- id="linearGradient4879"
- x1="4.4999781"
- y1="1044.3466"
- x2="4.4999781"
- y2="1045.3433"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4871-7"
- id="linearGradient4877-1"
- x1="3"
- y1="1045.8622"
- x2="4"
- y2="1045.8622"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient4871-7">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop4873-4" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop4875-0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4871-7"
- id="linearGradient4879-9"
- x1="4.4999781"
- y1="1044.3466"
- x2="4.4999781"
- y2="1045.3433"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4871-7-1"
- id="linearGradient4877-1-7"
- x1="3"
- y1="1045.8622"
- x2="4"
- y2="1045.8622"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient4871-7-1">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop4873-4-1" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop4875-0-5" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4871-7-1"
- id="linearGradient4879-9-2"
- x1="4.4999781"
- y1="1044.3466"
- x2="4.4999781"
- y2="1045.3433"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- id="linearGradient7134"
- inkscape:collect="always">
- <stop
- id="stop7136"
- offset="0"
- style="stop-color:#bd8416;stop-opacity:1" />
- <stop
- id="stop7138"
- offset="1"
- style="stop-color:#a66b10;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- y2="1040.7345"
- x2="22.519354"
- y1="1042.0283"
- x1="22.519354"
- gradientUnits="userSpaceOnUse"
- id="linearGradient7608-3-3"
- xlink:href="#linearGradient7584-5-1"
- inkscape:collect="always" />
- <linearGradient
- id="linearGradient7584-5-1">
- <stop
- id="stop7586-4-6"
- offset="0"
- style="stop-color:#f9cd5f;stop-opacity:1;" />
- <stop
- id="stop7588-5-8"
- offset="1"
- style="stop-color:#ffebb7;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- y2="1045.3622"
- x2="23.551146"
- y1="1037.3622"
- x1="23.551146"
- gradientUnits="userSpaceOnUse"
- id="linearGradient7610-5-8"
- xlink:href="#linearGradient7134"
- inkscape:collect="always" />
- <linearGradient
- y2="1041.7356"
- x2="22.930616"
- y1="1039.6982"
- x1="22.930616"
- gradientUnits="userSpaceOnUse"
- id="linearGradient7608-9-7-1"
- xlink:href="#linearGradient7584-5-1"
- inkscape:collect="always" />
- <linearGradient
- gradientUnits="userSpaceOnUse"
- y2="1037.7311"
- x2="25.363291"
- y1="1044.7311"
- x1="25.363291"
- id="linearGradient7140"
- xlink:href="#linearGradient7134"
- inkscape:collect="always" />
- </defs>
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="15.999999"
- inkscape:cx="1.6290223"
- inkscape:cy="7.9808044"
- inkscape:document-units="px"
- inkscape:current-layer="layer1"
- showgrid="true"
- inkscape:window-width="1458"
- inkscape:window-height="814"
- inkscape:window-x="-8"
- inkscape:window-y="-8"
- inkscape:window-maximized="1"
- showguides="true"
- inkscape:guide-bbox="true"
- inkscape:snap-global="true"
- inkscape:snap-bbox="true"
- inkscape:snap-others="false"
- inkscape:bbox-nodes="true"
- inkscape:snap-nodes="false">
- <inkscape:grid
- type="xygrid"
- id="grid3999" />
- </sodipodi:namedview>
- <metadata
- id="metadata7">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="Layer 1"
- inkscape:groupmode="layer"
- id="layer1"
- style="display:inline"
- transform="translate(0,-1036.3622)">
- <g
- id="g5029"
- transform="matrix(0.59562329,0,0,0.59562329,-0.57375444,420.31576)">
- <path
- id="rect4035-17"
- d="m 2.6421734,1042.6833 v 5.0367 H 7.678914 v -5.0367 z m 1.6789131,1.6789 H 6 v 1.6789 H 4.3210865 Z"
- style="display:inline;fill:#5c7aaa;fill-opacity:1;stroke:none"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccccccc" />
- <g
- id="g4094"
- transform="matrix(0.55964608,0,0,0.55963589,2.6421482,459.89962)">
- <rect
- style="display:inline;fill:#91a5c7;fill-opacity:1;stroke:none"
- id="rect4035-1-1"
- width="3"
- height="3.0000174"
- x="3"
- y="1044.3622" />
- <path
- style="display:inline;opacity:0.5;fill:url(#linearGradient4877);fill-opacity:1;stroke:none"
- d="m 3,1044.3622 1,1 v 2 H 3 Z"
- id="rect4035-1-7-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="display:inline;opacity:0.5;fill:url(#linearGradient4879);fill-opacity:1;stroke:none"
- d="m 3,1044.3622 1,1 h 2 v -1 z"
- id="rect4035-1-7-4-5"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- </g>
- </g>
- <g
- style="display:inline"
- id="g5029-8"
- transform="matrix(0.59562329,0,0,0.59562329,3.4262456,424.31576)">
- <path
- id="rect4035-17-2"
- d="m 2.6421734,1042.6833 v 5.0367 H 7.678914 v -5.0367 z m 1.6789131,1.6789 H 6 v 1.6789 H 4.3210865 Z"
- style="display:inline;fill:#5c7aaa;fill-opacity:1;stroke:none"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccccccc" />
- <g
- id="g4094-4"
- transform="matrix(0.55964608,0,0,0.55963589,2.6421482,459.89962)">
- <rect
- style="display:inline;fill:#91a5c7;fill-opacity:1;stroke:none"
- id="rect4035-1-1-5"
- width="3"
- height="3.0000174"
- x="3"
- y="1044.3622" />
- <path
- style="display:inline;opacity:0.5;fill:url(#linearGradient4877-1);fill-opacity:1;stroke:none"
- d="m 3,1044.3622 1,1 v 2 H 3 Z"
- id="rect4035-1-7-1-5"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="display:inline;opacity:0.5;fill:url(#linearGradient4879-9);fill-opacity:1;stroke:none"
- d="m 3,1044.3622 1,1 h 2 v -1 z"
- id="rect4035-1-7-4-5-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- </g>
- </g>
- <g
- style="display:inline"
- id="g5029-8-7"
- transform="matrix(0.59562329,0,0,0.59562329,3.4262456,428.31576)">
- <path
- id="rect4035-17-2-6"
- d="m 2.6421734,1042.6833 v 5.0367 H 7.678914 v -5.0367 z m 1.6789135,1.6912 h 1.6789135 v 1.6913 H 4.3210869 Z"
- style="display:inline;fill:#5c7aaa;fill-opacity:1;stroke:none"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccccccc" />
- <g
- id="g4094-4-1"
- transform="matrix(0.55964608,0,0,0.55963589,2.6421482,459.89962)">
- <rect
- style="display:inline;fill:#91a5c7;fill-opacity:1;stroke:none"
- id="rect4035-1-1-5-4"
- width="3"
- height="3.0000174"
- x="3"
- y="1044.3622" />
- <path
- style="display:inline;opacity:0.5;fill:url(#linearGradient4877-1-7);fill-opacity:1;stroke:none"
- d="m 3,1044.3622 1,1 v 2 H 3 Z"
- id="rect4035-1-7-1-5-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="display:inline;opacity:0.5;fill:url(#linearGradient4879-9-2);fill-opacity:1;stroke:none"
- d="m 3,1044.3622 1,1 h 2 v -1 z"
- id="rect4035-1-7-4-5-1-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- </g>
- </g>
- <path
- style="display:inline;fill:#5c7aaa;fill-opacity:1;stroke:none"
- d="m 1.9999853,1044.3622 h 1.0000146 v 7 H 1.9999853 Z"
- id="rect4035-1-1-5-2"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#5c7aaa;fill-opacity:1;stroke:none"
- d="m 1.9999853,1046.3622 h 3.0000003 v 1 H 1.9999853 Z"
- id="rect4035-1-1-5-2-2"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#5c7aaa;fill-opacity:1;stroke:none"
- d="m 1.9999853,1050.3622 h 3.0000003 v 0.9999 H 1.9999853 Z"
- id="rect4035-1-1-5-2-2-1"
- inkscape:connector-curvature="0" />
- <g
- style="display:inline;stroke-width:1.16937912"
- id="g7604"
- transform="matrix(-0.85515466,0,0,0.85515466,29.19168,150.66021)">
- <path
- sodipodi:nodetypes="ccssscscsssszcc"
- inkscape:connector-curvature="0"
- id="path7582"
- d="m 23.585155,1039.3249 v -1.591 c 0,0 -0.353553,-0.8397 -1.370019,-0.044 -1.016466,0.7955 -2.209709,2.0772 -2.386486,2.4307 -0.176776,0.3536 -0.928077,0.9723 0.08839,1.9446 1.016466,0.9722 2.121321,1.9887 2.121321,1.9887 0,0 1.546796,1.4584 1.546796,0.088 0,-1.37 0,-1.812 0,-1.812 1.366404,-0.063 1.694788,0.3552 2.039845,0.6884 0.345482,0.3336 0.8125,1.9687 1.21875,2.0937 0.40625,0.125 0.625,-2.1875 0.625,-2.625 0,-0.4375 -0.174793,-1.2439 -0.71875,-1.9687 -0.293544,-0.3911 -1.006571,-0.9555 -1.53125,-1.0998 -0.524679,-0.1444 -1.633595,-0.094 -1.633595,-0.094 z"
- style="fill:url(#linearGradient7608-3-3);fill-opacity:1;stroke:url(#linearGradient7610-5-8);stroke-width:0.9355033;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccssscc"
- transform="translate(0,1036.3622)"
- inkscape:connector-curvature="0"
- id="path7602"
- d="M 23.069359,2.3660973 V 1.769476 c 0,0 0.110485,-0.3756505 -0.220971,-0.243068 -0.331456,0.1325826 -0.972272,0.6629126 -1.038563,0.773398 -0.06629,0.1104855 -0.751301,0.5966214 -0.596622,0.8175923 0.15468,0.2209709 1.458408,0.066291 1.458408,0.066291 z"
- style="opacity:0.85714285;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.16937912" />
- </g>
- <g
- style="display:inline;stroke-width:1.16937912"
- id="g7604-6"
- transform="matrix(0.85515466,0,0,-0.85515466,-7.953295,1937.1582)">
- <path
- sodipodi:nodetypes="ccssscsscsssszcc"
- inkscape:connector-curvature="0"
- id="path7582-7"
- d="m 23.585155,1039.3249 v -1.591 c 0,0 -0.353553,-0.8397 -1.370019,-0.044 -1.016466,0.7955 -2.209709,2.0772 -2.386486,2.4307 -0.176776,0.3536 -0.928077,0.9723 0.08839,1.9446 1.016466,0.9722 2.121321,1.9887 2.121321,1.9887 0,0 0.404271,0.3812 0.799458,0.5707 0.37782,0.1811 0.747338,0.1871 0.747338,-0.4827 0,-1.37 0,-1.812 0,-1.812 1.366404,-0.063 1.727345,0.3446 2.039845,0.6884 0.3125,0.3437 0.8125,1.9687 1.21875,2.0937 0.40625,0.125 0.625,-2.1875 0.625,-2.625 0,-0.4375 -0.09375,-1.3125 -0.71875,-1.9687 -0.625,-0.6563 -1.006571,-0.9555 -1.53125,-1.0998 -0.524679,-0.1444 -1.633595,-0.094 -1.633595,-0.094 z"
- style="fill:url(#linearGradient7608-9-7-1);fill-opacity:1;stroke:url(#linearGradient7140);stroke-width:0.9355033;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccssscc"
- inkscape:connector-curvature="0"
- id="path7602-2"
- d="m 23.069359,1042.9731 v 0.5966 c 0,0 0.110485,0.3757 -0.220971,0.2431 -0.331456,-0.1326 -0.972272,-0.6629 -1.038563,-0.7734 -0.06629,-0.1105 -0.751301,-0.5966 -0.596622,-0.8176 0.15468,-0.221 1.458408,-0.066 1.458408,-0.066 z"
- style="opacity:0.85714285;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.16937912" />
- </g>
- </g>
-</svg>
diff --git a/org.eclipse.help.webapp/basic/images/synch_toc_nav.svg b/org.eclipse.help.webapp/basic/images/synch_toc_nav.svg
deleted file mode 100644
index d0af902ac..000000000
--- a/org.eclipse.help.webapp/basic/images/synch_toc_nav.svg
+++ /dev/null
@@ -1,224 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="16"
- height="16"
- id="svg2"
- version="1.1"
- inkscape:version="0.92.3 (2405546, 2018-03-11)"
- sodipodi:docname="synch_toc_nav.svg"
- inkscape:export-filename="C:\Users\jmietling\Documents\rect3997-9-1.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90">
- <defs
- id="defs4">
- <linearGradient
- id="linearGradient2292">
- <stop
- style="stop-color:#e1ddd2;stop-opacity:1"
- offset="0"
- id="stop2288" />
- <stop
- style="stop-color:#f1f1ea;stop-opacity:1"
- offset="1"
- id="stop2290" />
- </linearGradient>
- <linearGradient
- y2="1040.7345"
- x2="22.519354"
- y1="1042.0283"
- x1="22.519354"
- gradientUnits="userSpaceOnUse"
- id="linearGradient7608-3-3"
- xlink:href="#linearGradient2292"
- inkscape:collect="always"
- gradientTransform="matrix(-0.85515466,0,0,0.85515466,29.19168,150.66021)" />
- <linearGradient
- id="linearGradient7584-5-1">
- <stop
- id="stop7586-4-6"
- offset="0"
- style="stop-color:#f9cd5f;stop-opacity:1;" />
- <stop
- id="stop7588-5-8"
- offset="1"
- style="stop-color:#ffebb7;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2292"
- id="linearGradient2327"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-0.85515466,0,0,0.85515466,29.19168,150.66021)"
- x1="22.519354"
- y1="1042.0283"
- x2="22.519354"
- y2="1040.7345" />
- </defs>
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="15.999999"
- inkscape:cx="-8.8084784"
- inkscape:cy="7.9808044"
- inkscape:document-units="px"
- inkscape:current-layer="layer1"
- showgrid="true"
- inkscape:window-width="1920"
- inkscape:window-height="1018"
- inkscape:window-x="-8"
- inkscape:window-y="-8"
- inkscape:window-maximized="1"
- showguides="true"
- inkscape:guide-bbox="true"
- inkscape:snap-global="true"
- inkscape:snap-bbox="true"
- inkscape:snap-others="false"
- inkscape:bbox-nodes="true"
- inkscape:snap-nodes="false">
- <inkscape:grid
- type="xygrid"
- id="grid3999" />
- </sodipodi:namedview>
- <metadata
- id="metadata7">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="Layer 1"
- inkscape:groupmode="layer"
- id="layer1"
- style="display:inline"
- transform="translate(0,-1036.3622)">
- <g
- transform="rotate(180,10.624999,1043.8907)"
- style="display:inline"
- id="g2296-9">
- <path
- sodipodi:nodetypes="ccssscscsssszcc"
- inkscape:connector-curvature="0"
- id="path7582-5"
- d="m 9.0227248,1039.4437 v -1.3605 c 0,0 0.3023425,-0.7181 1.1715782,-0.038 0.869236,0.6802 1.889643,1.7763 2.040815,2.0786 0.15117,0.3024 0.793649,0.8315 -0.07559,1.6629 -0.869235,0.8314 -1.814057,1.7007 -1.814057,1.7007 0,0 -1.3227499,1.2471 -1.3227499,0.075 0,-1.1715 0,-1.5495 0,-1.5495 -1.1684868,-0.054 -1.4493059,0.3037 -1.744383,0.5887 -0.2954405,0.2852 -0.6948131,1.6835 -1.0422197,1.7904 -0.3474066,0.1069 -0.5344717,-1.8706 -0.5344717,-2.2448 0,-0.3741 0.1494751,-1.0637 0.6146424,-1.6835 0.2510256,-0.3345 0.8607739,-0.8171 1.3094556,-0.9405 0.4486817,-0.1235 1.3969764,-0.08 1.3969764,-0.08 z"
- style="fill:url(#linearGradient2327);fill-opacity:1;stroke:#c2c1c1;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccssscc"
- inkscape:connector-curvature="0"
- id="path7602-7"
- d="m 9.4638101,1038.9336 v -0.5102 c 0,0 -0.094482,-0.3213 0.1889644,-0.2079 0.2834462,0.1134 0.8314425,0.5669 0.8881325,0.6614 0.05669,0.094 0.642478,0.5102 0.510204,0.6992 -0.132276,0.1889 -1.2471648,0.057 -1.2471648,0.057 z"
- style="opacity:0.85714285;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1" />
- </g>
- <g
- id="g5029"
- transform="matrix(0.59562329,0,0,0.59562329,-0.57375444,420.31576)">
- <g
- id="g2339">
- <rect
- y="1043.6277"
- x="3.6915188"
- height="2.7282345"
- width="2.8331668"
- id="rect2335"
- style="fill:#caccd0;fill-opacity:1;stroke:#caccd0;stroke-width:1.67891347;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="cccccccccc"
- inkscape:connector-curvature="0"
- style="display:inline;fill:#c2c1c1;fill-opacity:1;stroke:none"
- d="m 2.6421734,1042.6833 v 5.0367 H 7.678914 v -5.0367 z m 1.6789131,1.6789 H 6 v 1.6789 H 4.3210865 Z"
- id="rect4035-17" />
- </g>
- </g>
- <path
- style="display:inline;fill:#c2c1c1;fill-opacity:1;stroke:none"
- d="m 1.9999853,1044.3622 h 1.0000146 v 7 H 1.9999853 Z"
- id="rect4035-1-1-5-2"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#c2c1c1;fill-opacity:1;stroke:none"
- d="m 1.9999853,1046.3622 h 3.0000003 v 1 H 1.9999853 Z"
- id="rect4035-1-1-5-2-2"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#c2c1c1;fill-opacity:1;stroke:none"
- d="m 1.9999853,1050.3622 h 3.0000003 v 0.9999 H 1.9999853 Z"
- id="rect4035-1-1-5-2-2-1"
- inkscape:connector-curvature="0" />
- <g
- id="g2296">
- <path
- sodipodi:nodetypes="ccssscscsssszcc"
- inkscape:connector-curvature="0"
- id="path7582"
- d="m 9.0227248,1039.4437 v -1.3605 c 0,0 0.3023425,-0.7181 1.1715782,-0.038 0.869236,0.6802 1.889643,1.7763 2.040815,2.0786 0.15117,0.3024 0.793649,0.8315 -0.07559,1.6629 -0.869235,0.8314 -1.814057,1.7007 -1.814057,1.7007 0,0 -1.3227499,1.2471 -1.3227499,0.075 0,-1.1715 0,-1.5495 0,-1.5495 -1.1684868,-0.054 -1.4493059,0.3037 -1.744383,0.5887 -0.2954405,0.2852 -0.6948131,1.6835 -1.0422197,1.7904 -0.3474066,0.1069 -0.5344717,-1.8706 -0.5344717,-2.2448 0,-0.3741 0.1494751,-1.0637 0.6146424,-1.6835 0.2510256,-0.3345 0.8607739,-0.8171 1.3094556,-0.9405 0.4486817,-0.1235 1.3969764,-0.08 1.3969764,-0.08 z"
- style="fill:url(#linearGradient7608-3-3);fill-opacity:1;stroke:#c2c1c1;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccssscc"
- inkscape:connector-curvature="0"
- id="path7602"
- d="m 9.4638101,1038.9336 v -0.5102 c 0,0 -0.094482,-0.3213 0.1889644,-0.2079 0.2834462,0.1134 0.8314425,0.5669 0.8881325,0.6614 0.05669,0.094 0.642478,0.5102 0.510204,0.6992 -0.132276,0.1889 -1.2471648,0.057 -1.2471648,0.057 z"
- style="opacity:0.85714285;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1" />
- </g>
- <g
- style="display:inline"
- id="g5029-7"
- transform="matrix(0.59562329,0,0,0.59562329,3.42626,424.31574)">
- <g
- id="g2339-3">
- <rect
- y="1043.6277"
- x="3.6915188"
- height="2.7282345"
- width="2.8331668"
- id="rect2335-5"
- style="fill:#caccd0;fill-opacity:1;stroke:#caccd0;stroke-width:1.67891347;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="cccccccccc"
- inkscape:connector-curvature="0"
- style="display:inline;fill:#c2c1c1;fill-opacity:1;stroke:none"
- d="m 2.6421734,1042.6833 v 5.0367 H 7.678914 v -5.0367 z m 1.6789131,1.6789 H 6 v 1.6789 H 4.3210865 Z"
- id="rect4035-17-2" />
- </g>
- </g>
- <g
- style="display:inline"
- id="g5029-71"
- transform="matrix(0.59562329,0,0,0.59562329,3.42626,428.31574)">
- <g
- id="g2339-8">
- <rect
- y="1043.6277"
- x="3.6915188"
- height="2.7282345"
- width="2.8331668"
- id="rect2335-1"
- style="fill:#caccd0;fill-opacity:1;stroke:#caccd0;stroke-width:1.67891347;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="cccccccccc"
- inkscape:connector-curvature="0"
- style="display:inline;fill:#c2c1c1;fill-opacity:1;stroke:none"
- d="m 2.6421734,1042.6833 v 5.0367 H 7.678914 v -5.0367 z m 1.6789131,1.6789 H 6 v 1.6789 H 4.3210865 Z"
- id="rect4035-17-8" />
- </g>
- </g>
- </g>
-</svg>
diff --git a/org.eclipse.help.webapp/basic/images/toc_closed.svg b/org.eclipse.help.webapp/basic/images/toc_closed.svg
deleted file mode 100644
index 6ded0022d..000000000
--- a/org.eclipse.help.webapp/basic/images/toc_closed.svg
+++ /dev/null
@@ -1,161 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="16"
- height="16"
- id="svg2"
- version="1.1"
- inkscape:version="0.91 r13725"
- sodipodi:docname="toc_link_obj.svg">
- <defs
- id="defs4">
- <linearGradient
- inkscape:collect="always"
- id="linearGradient4191">
- <stop
- style="stop-color:#b9cad4;stop-opacity:1"
- offset="0"
- id="stop4193" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0"
- offset="1"
- id="stop4195" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient4181">
- <stop
- style="stop-color:#998f6a;stop-opacity:1"
- offset="0"
- id="stop4183" />
- <stop
- style="stop-color:#7d827c;stop-opacity:1"
- offset="1"
- id="stop4185" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient4173">
- <stop
- style="stop-color:#267fe3;stop-opacity:1"
- offset="0"
- id="stop4175" />
- <stop
- style="stop-color:#80b4ef;stop-opacity:1"
- offset="1"
- id="stop4177" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4173"
- id="linearGradient4179"
- x1="16.798458"
- y1="1047.219"
- x2="17.847075"
- y2="1045.6079"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4181"
- id="linearGradient4187"
- x1="18.834337"
- y1="1038.91"
- x2="25.201481"
- y2="1045.91"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4191"
- id="linearGradient4197"
- x1="25.593748"
- y1="1046.6279"
- x2="26.562498"
- y2="1048.5029"
- gradientUnits="userSpaceOnUse" />
- </defs>
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="45.254834"
- inkscape:cx="8.5007097"
- inkscape:cy="6.1408713"
- inkscape:document-units="px"
- inkscape:current-layer="g4274"
- showgrid="true"
- inkscape:window-width="1214"
- inkscape:window-height="1045"
- inkscape:window-x="680"
- inkscape:window-y="379"
- inkscape:window-maximized="0"
- showguides="true"
- inkscape:guide-bbox="true"
- inkscape:snap-global="false">
- <inkscape:grid
- type="xygrid"
- id="grid3999" />
- </sodipodi:namedview>
- <metadata
- id="metadata7">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title />
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="Layer 1"
- inkscape:groupmode="layer"
- id="layer1"
- style="display:inline"
- transform="translate(0,-1036.3622)">
- <g
- id="g4274"
- transform="translate(-14.156249,0.03125)">
- <path
- style="fill:#80b4ef;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4187);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 22.718749,1037.8623 6.169845,6.5927 -6.84375,3.965 -6.232345,-6.6827 z"
- id="path4163"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:url(#linearGradient4179);fill-opacity:1;fill-rule:evenodd;stroke:#8f8b70;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 15.829234,1041.7098 c 0,0 -0.511908,0.2976 -0.734834,0.5205 -0.440434,0.4405 -0.281901,2.757 -0.281901,2.757 l 5.875,5.875 0.972075,0.2604 0,-3.2292 z"
- id="path4165"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="csccccc" />
- <path
- style="fill:none;fill-rule:evenodd;stroke:#727b84;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 21.874999,1051.0498 c 0.25,-0.094 7.729397,-4.4626 7.729397,-4.4626 m -0.220971,-2.3156 -0.607442,0.334 -5.325044,3.0112 -1.66969,0.8033"
- id="path4169"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccc" />
- <path
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#8f8b70;stroke-width:1.11224616px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 23.984508,1042.9939 0,-1.147 -1.077488,-1.0427 -1.216519,0 -0.973215,1.1817 -1.112246,0.034 -0.263635,0.9839 1.375881,1.0669 1.112246,0 1.216519,-1.1472 z"
- id="path4171"
- inkscape:connector-curvature="0" />
- <path
- style="fill:url(#linearGradient4197);fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
- d="m 22.156249,1048.1123 7.0625,-3.7188 0,2.375 -7.28125,4.0938 z"
- id="path4189"
- inkscape:connector-curvature="0" />
- </g>
- </g>
-</svg>
diff --git a/org.eclipse.help.webapp/basic/images/toc_open.svg b/org.eclipse.help.webapp/basic/images/toc_open.svg
deleted file mode 100644
index 5b6159bc4..000000000
--- a/org.eclipse.help.webapp/basic/images/toc_open.svg
+++ /dev/null
@@ -1,161 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="16"
- height="16"
- id="svg2"
- version="1.1"
- inkscape:version="0.91 r13725"
- sodipodi:docname="toc_obj.svg">
- <defs
- id="defs4">
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4259"
- id="linearGradient4265"
- x1="24.120523"
- y1="1050.0033"
- x2="24.120523"
- y2="1040.597"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient4259">
- <stop
- style="stop-color:#dfe9f8;stop-opacity:1"
- offset="0"
- id="stop4261" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1"
- offset="1"
- id="stop4263" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4185"
- id="linearGradient4191"
- x1="22.993999"
- y1="1063.8751"
- x2="22.993999"
- y2="1052.5172"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,-12.561868)" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient4185">
- <stop
- style="stop-color:#525f71;stop-opacity:1"
- offset="0"
- id="stop4187" />
- <stop
- style="stop-color:#928d6e;stop-opacity:1"
- offset="1"
- id="stop4189" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4193"
- id="linearGradient4199"
- x1="21.093748"
- y1="1039.2216"
- x2="21.093748"
- y2="1048.3466"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient4193">
- <stop
- style="stop-color:#958e6c;stop-opacity:1;"
- offset="0"
- id="stop4195" />
- <stop
- style="stop-color:#536071;stop-opacity:1"
- offset="1"
- id="stop4197" />
- </linearGradient>
- </defs>
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1"
- inkscape:cx="143.92411"
- inkscape:cy="-16.55322"
- inkscape:document-units="px"
- inkscape:current-layer="g4274"
- showgrid="false"
- inkscape:window-width="1440"
- inkscape:window-height="900"
- inkscape:window-x="781"
- inkscape:window-y="423"
- inkscape:window-maximized="0"
- showguides="true"
- inkscape:guide-bbox="true"
- inkscape:snap-global="false">
- <inkscape:grid
- type="xygrid"
- id="grid3999" />
- </sodipodi:namedview>
- <metadata
- id="metadata7">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title />
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="Layer 1"
- inkscape:groupmode="layer"
- id="layer1"
- style="display:inline"
- transform="translate(0,-1036.3622)">
- <g
- id="g4274"
- transform="translate(-14.156249,0.03125)">
- <g
- style="display:inline"
- id="g4201"
- transform="translate(11.968749,-1.5211072e-7)">
- <g
- id="g4254"
- transform="translate(-11.937499,0)">
- <rect
- style="opacity:1;fill:url(#linearGradient4265);fill-opacity:1;stroke:url(#linearGradient4191);stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="rect4183"
- width="9.0049677"
- height="11.010238"
- x="18.627449"
- y="1039.8192" />
- <path
- style="display:inline;fill:#7aace7;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4199);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.656249,1039.1123 8.031249,-2.125 0,11.0312 -8.062499,2.125 z"
- id="path4156"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#958e6c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 19.643305,1041.6966 4.016734,-0.7459 -0.0221,2.3242 -4.014839,0.7291 z"
- id="path4181"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- </g>
- </g>
- </g>
- </g>
-</svg>
diff --git a/org.eclipse.help.webapp/basic/images/topic.svg b/org.eclipse.help.webapp/basic/images/topic.svg
deleted file mode 100644
index db5933fcf..000000000
--- a/org.eclipse.help.webapp/basic/images/topic.svg
+++ /dev/null
@@ -1,226 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="16"
- height="13"
- id="svg2"
- version="1.1"
- inkscape:version="0.92.3 (2405546, 2018-03-11)"
- sodipodi:docname="topic.svg">
- <defs
- id="defs4">
- <linearGradient
- inkscape:collect="always"
- id="linearGradient931">
- <stop
- style="stop-color:#f9fafc;stop-opacity:1"
- offset="0"
- id="stop927" />
- <stop
- style="stop-color:#dfe8f7;stop-opacity:1"
- offset="1"
- id="stop929" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient911">
- <stop
- style="stop-color:#e0c88f;stop-opacity:1"
- offset="0"
- id="stop907" />
- <stop
- style="stop-color:#d4b268;stop-opacity:1"
- offset="1"
- id="stop909" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient873">
- <stop
- style="stop-color:#a2b3cf;stop-opacity:1"
- offset="0"
- id="stop869" />
- <stop
- style="stop-color:#869abe;stop-opacity:1"
- offset="1"
- id="stop871" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient873"
- id="linearGradient4873-1"
- x1="7.0070496"
- y1="1051.8571"
- x2="12.016466"
- y2="1051.8571"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-1.0070491,-3.9997256)" />
- <linearGradient
- id="linearGradient5135-7"
- inkscape:collect="always">
- <stop
- id="stop5137-4"
- offset="0"
- style="stop-color:#9aaccb;stop-opacity:1" />
- <stop
- id="stop5139-0"
- offset="1"
- style="stop-color:#93a6c6;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4902-3"
- id="linearGradient4908-2"
- x1="10.544736"
- y1="1038.5779"
- x2="10.544736"
- y2="1052.3228"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.79430271,0,0,0.76853995,0.1334936,242.42306)" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient4902-3">
- <stop
- style="stop-color:#b4903d;stop-opacity:1"
- offset="0"
- id="stop4904-2" />
- <stop
- style="stop-color:#7b744f;stop-opacity:1"
- offset="1"
- id="stop4906-2" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5135-7"
- id="linearGradient4873-1-1"
- x1="7.0070496"
- y1="1051.8571"
- x2="12.016466"
- y2="1051.8571"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.39924809,0,0,1,3.2024491,-7.9892826)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient873"
- id="linearGradient4873-1-6"
- x1="7.0070496"
- y1="1051.8571"
- x2="12.016466"
- y2="1051.8571"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-1.0070491,-5.9892826)" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient911"
- id="radialGradient915"
- cx="9.4973984"
- cy="1043.7322"
- fx="9.4973984"
- fy="1043.7322"
- r="2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1888267,-0.01895316,0.01939058,1.0155155,-21.97417,-15.975069)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient931"
- id="linearGradient933"
- x1="8.2201166"
- y1="1040.9601"
- x2="8.7504463"
- y2="1050.3292"
- gradientUnits="userSpaceOnUse" />
- </defs>
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="22.627417"
- inkscape:cx="11.889411"
- inkscape:cy="2.2017921"
- inkscape:document-units="px"
- inkscape:current-layer="layer1"
- showgrid="true"
- inkscape:window-width="1920"
- inkscape:window-height="1018"
- inkscape:window-x="-8"
- inkscape:window-y="-8"
- inkscape:window-maximized="1"
- showguides="true"
- inkscape:guide-bbox="true"
- inkscape:snap-global="true"
- inkscape:snap-bbox="true"
- inkscape:bbox-nodes="true"
- inkscape:snap-nodes="false">
- <inkscape:grid
- type="xygrid"
- id="grid3999" />
- </sodipodi:namedview>
- <metadata
- id="metadata7">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="Layer 1"
- inkscape:groupmode="layer"
- id="layer1"
- style="display:inline"
- transform="translate(0,-1039.3622)">
- <path
- style="fill:url(#linearGradient933);stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
- d="m 4.6845824,1040.9159 h 5.0381359 l -0.2209709,2.8726 2.9168156,0.088 0.220971,6.9827 -7.9549516,-0.088 z"
- id="path925"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#d5b269;fill-opacity:1;fill-rule:evenodd;stroke:url(#radialGradient915);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="M 12.631977,1043.8754 H 9.5574519 v -2.8094"
- id="path4256"
- inkscape:connector-curvature="0" />
- <rect
- style="display:inline;fill:url(#linearGradient4873-1);fill-opacity:1;stroke:none"
- id="rect4001-1-7-4-0-9"
- width="5.0094166"
- height="1.0103934"
- x="6"
- y="1047.3518" />
- <rect
- style="display:inline;fill:url(#linearGradient4873-1-1);fill-opacity:1;stroke:none"
- id="rect4001-1-7-4-0-9-39"
- width="2"
- height="1.0103934"
- x="6"
- y="1043.3622" />
- <rect
- style="display:inline;fill:url(#linearGradient4873-1-6);fill-opacity:1;stroke:none"
- id="rect4001-1-7-4-0-9-1"
- width="5.0094166"
- height="1.0103934"
- x="6"
- y="1045.3622" />
- <path
- style="display:inline;fill:none;fill-opacity:1;stroke:url(#linearGradient4908-2);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
- d="m 4.5,1040.8622 h 5.5678 l 2.4322,2.3107 v 7.6505 h -8 z"
- id="rect4001"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccc" />
- </g>
-</svg>
diff --git a/org.eclipse.help.webapp/basic/index.jsp b/org.eclipse.help.webapp/basic/index.jsp
deleted file mode 100644
index 04e20fa4c..000000000
--- a/org.eclipse.help.webapp/basic/index.jsp
+++ /dev/null
@@ -1,48 +0,0 @@
-<%--
- Copyright (c) 2000, 2010 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
---%>
-<%@ include file="header.jsp"%>
-<%
- LayoutData data = new LayoutData(application,request, response);
-%>
-
-<html lang="<%=ServletResources.getString("locale", request)%>">
-
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title><%=data.getWindowTitle()%></title>
-<jsp:include page="livehelp_js.jsp"/>
-</head>
-
-<frameset rows="<%="0".equals(data.getBannerHeight())?"":data.getBannerHeight()+","%>45,*<%=data.getFooterRowText()%>">
-<%
- if(!("0".equals(data.getBannerHeight()))){
-%>
- <frame name="BannerFrame" title="<%=ServletResources.getString("Banner", request)%>" src='<%=data.getBannerURL()%>' marginwidth="0" marginheight="0" scrolling="no" frameborder="no" noresize>
-<%
- }
-%>
- <frame name="TabsFrame" title="<%=ServletResources.getString("helpToolbarFrame", request)%>" src='<%="basic/tabs.jsp"+UrlUtil.htmlEncode(data.getQuery())%>' marginwidth="5" marginheight="5" scrolling="no">
- <frame name="HelpFrame" title="<%=ServletResources.getString("ignore", "HelpFrame", request)%>" src='<%="basic/help.jsp"+UrlUtil.htmlEncode(data.getQuery())%>' frameborder="no" marginwidth="0" marginheight="0" scrolling="no">
-<%
- if(!("0".equals(data.getFooterHeight()))){
-%>
- <frame name="FooterFrame" title="<%=ServletResources.getString("Footer", request)%>" src='<%=data.getFooterURL()%>' marginwidth="0" marginheight="0" scrolling="no" frameborder="0" noresize=0>
-<%
- }
-%>
-
-</frameset>
-
-</html>
-
diff --git a/org.eclipse.help.webapp/basic/indexToolbar.jsp b/org.eclipse.help.webapp/basic/indexToolbar.jsp
deleted file mode 100644
index 792e0c87e..000000000
--- a/org.eclipse.help.webapp/basic/indexToolbar.jsp
+++ /dev/null
@@ -1,19 +0,0 @@
-<%--
- Copyright (c) 2006 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
---%>
-<%@ include file="header.jsp"%>
-
-
-<jsp:include page="toolbar.jsp">
- <jsp:param name="view" value="index"/>
-</jsp:include>
diff --git a/org.eclipse.help.webapp/basic/indexView.jsp b/org.eclipse.help.webapp/basic/indexView.jsp
deleted file mode 100644
index ee10c9da1..000000000
--- a/org.eclipse.help.webapp/basic/indexView.jsp
+++ /dev/null
@@ -1,40 +0,0 @@
-<%--
- Copyright (c) 2006, 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
---%>
-<%@ include file="header.jsp"%>
-<%
- IndexData data = new IndexData(application, request, response);
- WebappPreferences prefs = data.getPrefs();
-%>
-
-<html lang="<%=ServletResources.getString("locale", request)%>">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-
-<title><%=ServletResources.getString("Content", request)%></title>
-
-<base target="ContentViewFrame">
-</head>
-
-
-<body dir="<%=direction%>" bgcolor="<%=prefs.getBasicViewBackground()%>">
-
-<table border="0" cellpadding="0" cellspacing="0">
-<%
- data.generateBasicIndex(out);
-%>
-</table>
-
-</body>
-</html>
-
diff --git a/org.eclipse.help.webapp/basic/livehelp_js.jsp b/org.eclipse.help.webapp/basic/livehelp_js.jsp
deleted file mode 100644
index a0bfa1dab..000000000
--- a/org.eclipse.help.webapp/basic/livehelp_js.jsp
+++ /dev/null
@@ -1,66 +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.*" errorPage="/basic/err.jsp" contentType="text/html; charset=UTF-8"%>
-<%
- request.setCharacterEncoding("UTF-8");
-%>
-<script type="text/javascript">
-function liveActionInternal(topHelpWindow, pluginId, className, argument)
-{
-<%
- RequestData data = new RequestData(application,request, response);
- if(data.getMode() == RequestData.MODE_INFOCENTER){
-%>
- alert("<%=UrlUtil.JavaScriptEncode(ServletResources.getString("noLiveHelpInInfocenter", request))%>");
- return;
-<%
- }else{
-%>
- // construct the proper url for communicating with the server
- var url= window.location.href;
-
- var i = url.indexOf("?");
- if(i>0)
- url=url.substring(0, i);
-
- i = url.indexOf("/topic/");
- if(i < 0)
- i = url.lastIndexOf("/");
-
- url=url.substring(0, i+1);
- var encodedArg;
- if(window.encodeURIComponent){
- encodedArg=encodeURIComponent(argument);
- }else{
- encodedArg=escape(argument);
- }
- url=url+"livehelp/?pluginID="+pluginId+"&class="+className+"&arg="+encodedArg+"&nocaching="+Math.random();
-
- var tabsFrame = topHelpWindow.TabsFrame;
- if (!tabsFrame){
- return;
- }
- if(tabsFrame.liveHelpFrame){
- tabsFrame.liveHelpFrame.location=url;
- } else if(tabsFrame.document && tabsFrame.document.liveHelpFrame){
- tabsFrame.document.liveHelpFrame.src=url;
- }
-<%
- }
-%>
-}
-function showTopicInContentsInternal(topHelpWindow, topic) {
-}
-
-</script>
diff --git a/org.eclipse.help.webapp/basic/searchToolbar.jsp b/org.eclipse.help.webapp/basic/searchToolbar.jsp
deleted file mode 100644
index e0bffa965..000000000
--- a/org.eclipse.help.webapp/basic/searchToolbar.jsp
+++ /dev/null
@@ -1,19 +0,0 @@
-<%--
- Copyright (c) 2000, 2004 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
---%>
-<%@ include file="header.jsp"%>
-
-
-<jsp:include page="toolbar.jsp">
- <jsp:param name="view" value="search"/>
-</jsp:include> \ No newline at end of file
diff --git a/org.eclipse.help.webapp/basic/searchView.jsp b/org.eclipse.help.webapp/basic/searchView.jsp
deleted file mode 100644
index 5a2eb0b4a..000000000
--- a/org.eclipse.help.webapp/basic/searchView.jsp
+++ /dev/null
@@ -1,107 +0,0 @@
-<%--
- Copyright (c) 2000, 2010 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
---%>
-<%@ include file="header.jsp"%>
-<%
- SearchData data = new SearchData(application, request, response);
- WebappPreferences prefs = data.getPrefs();
- LayoutData ldata = new LayoutData(application,request, response);
-%>
-
-<html lang="<%=ServletResources.getString("locale", request)%>">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<meta http-equiv="Pragma" content="no-cache">
-<meta http-equiv="Expires" content="-1">
-
-<%
-if (data.isProgressRequest()) {
-%>
- <meta HTTP-EQUIV="REFRESH" CONTENT="2;URL=<%="searchView.jsp?"+UrlUtil.htmlEncode(request.getQueryString())%>">
-<%
-}
-%>
-
-<title><%=ServletResources.getString("SearchResults", request)%></title>
-<base target="ContentViewFrame">
-</head>
-
-<body dir="<%=direction%>" bgcolor="<%=prefs.getBasicViewBackground()%>">
-<%
-if (data.isProgressRequest()) {
-%>
-<table border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td>
- <%=ServletResources.getString("Indexing", request)%>
- </td>
- </tr>
- <tr>
- <td>
- <%=data.getIndexedPercentage()%>% <%=ServletResources.getString("complete", request)%>
- </td>
- </tr>
- <tr>
- <td>
- <br>
- <%=ServletResources.getString("IndexingPleaseWait", request)%>
- </td>
- </tr>
-</table>
-</body>
-</html>
-
-<%
- return;
-} else {
-%>
- <%@ include file="advanced.inc"%>
-<%
- if (data.isSearchRequest()) {
- if (data.getResultsCount() == 0){
- out.write(ServletResources.getString("Nothing_found", request));
- } else {
-%>
-
-<table border="0" cellpadding="0" cellspacing="0">
-<%
- //boolean disabledSearchResults = false;
- for (int topic = 0; topic < data.getResultsCount(); topic++){
- // if(!data.isEnabled(topic)){
- // continue;
- // }
-%>
-<tr>
- <td align='<%=isRTL?"left":"right"%>'><img src="<%=prefs.getImagesDirectory()%>/topic.svg" alt=""/></td>
- <td align='<%=isRTL?"right":"left"%>' nowrap>
- &nbsp;
- <a <%=("a"+topic).equals(data.getSelectedTopicId())?" name=\"selectedItem\" ":""%>
- href='<%=UrlUtil.htmlEncode(data.getTopicHref(topic))%>'
- title="<%=UrlUtil.htmlEncode(data.getTopicTocLabel(topic))%>">
- <%=UrlUtil.htmlEncode(data.getTopicLabel(topic))%>
- </a>
- </td>
-</tr>
-<%
- }
-%>
-</table>
-<%
- }
- }
-}
-
-%>
-</body>
-</html>
-
diff --git a/org.eclipse.help.webapp/basic/tabs.jsp b/org.eclipse.help.webapp/basic/tabs.jsp
deleted file mode 100644
index 023aa801f..000000000
--- a/org.eclipse.help.webapp/basic/tabs.jsp
+++ /dev/null
@@ -1,102 +0,0 @@
-<%--
- Copyright (c) 2000, 2010 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
---%>
-<%@ include file="header.jsp"%>
-<%
- LayoutData data = new LayoutData(application,request, response);
- WebappPreferences prefs = data.getPrefs();
- AbstractView[] views = data.getViews();
-%>
-
-<html lang="<%=ServletResources.getString("locale", request)%>">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-
-<title><%=ServletResources.getString("Tabs", request)%></title>
-
-<base target="ViewsFrame">
-<SCRIPT TYPE="text/javascript">
-<!--
-function resynch()
-{
- var topic = parent.HelpFrame.ContentViewFrame.window.location.href;
- // remove the query, if any
- var i = topic.indexOf('?');
- if (i != -1)
- topic = topic.substring(0, i);
- // remove the fragment, if any
- var i = topic.indexOf('#');
- if (i != -1)
- topic = topic.substring(0, i);
- parent.HelpFrame.ViewsFrame.location="view.jsp?view=toc&topic="+topic;
-}
-//-->
-</SCRIPT>
-</head>
-
-<body dir="<%=direction%>" bgcolor="<%=prefs.getBasicToolbarBackground()%>" link="#0000FF" vlink="#0000FF" alink="#0000FF">
- <table align="<%=isRTL?"right":"left"%>" border="0" cellpadding="0" cellspacing="0">
- <tr>
-
-<%
- for (int i=0; i<views.length; i++)
- {
- // do not show booksmarks view
- if("bookmarks".equals(views[i].getName())){
- continue;
- }
- // do not show non enabled views
- if(!views[i].isVisibleBasic()){
- continue;
- }
-
- // search view is not called "advanced view"
- String title = data.getTitle(views[i]);
- if("search".equals(views[i].getName())){
- title=ServletResources.getString("SearchLabel", request);
- }
-
- String viewHref="view.jsp?view="+views[i].getName();
-%>
- <td nowrap>
- <b>
- <a href='<%=viewHref%>' >
- <img alt="<%=title%>"
- title="<%=title%>"
- src="<%=data.getImageURL(views[i])%>" border=0>
-
- <%=title%>
- </a>
- &nbsp;
- </b>
- </td>
-<%
- }
-%>
- </tr>
- </table>
-
-<SCRIPT TYPE="text/javascript">
-<!--
-document.write("<table align=\"<%=isRTL?"left":"right"%>\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td nowrap><b><a href='javascript:parent.parent.TabsFrame.resynch();' >");
-document.write("<img alt=\"\" title=\"<%=ServletResources.getString("Synch", request)%>\" src=\"images/e_synch_toc_nav.svg\" border=0> ");
-document.write("<%=ServletResources.getString("shortSynch", request)%></a>&nbsp;</b></td></tr></table>");
-//-->
-</SCRIPT>
-
- <iframe name="liveHelpFrame" title="<%=ServletResources.getString("ignore", "liveHelpFrame", request)%>" frameborder="no" width="0" height="0" scrolling="no">
- <layer name="liveHelpFrame" frameborder="no" width="0" height="0" scrolling="no"></layer>
- </iframe>
-</body>
-</html>
-
diff --git a/org.eclipse.help.webapp/basic/tocToolbar.jsp b/org.eclipse.help.webapp/basic/tocToolbar.jsp
deleted file mode 100644
index 031facf0b..000000000
--- a/org.eclipse.help.webapp/basic/tocToolbar.jsp
+++ /dev/null
@@ -1,19 +0,0 @@
-<%--
- Copyright (c) 2000, 2004 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
---%>
-<%@ include file="header.jsp"%>
-
-
-<jsp:include page="toolbar.jsp">
- <jsp:param name="view" value="toc"/>
-</jsp:include> \ No newline at end of file
diff --git a/org.eclipse.help.webapp/basic/tocView.jsp b/org.eclipse.help.webapp/basic/tocView.jsp
deleted file mode 100644
index 19f0d0c58..000000000
--- a/org.eclipse.help.webapp/basic/tocView.jsp
+++ /dev/null
@@ -1,82 +0,0 @@
-<%--
- Copyright (c) 2000, 2010 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
---%>
-<%@ include file="header.jsp"%>
-<%
- TocData data = new TocData(application,request, response);
- WebappPreferences prefs = data.getPrefs();
-%>
-
-<html lang="<%=ServletResources.getString("locale", request)%>">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-
-<title><%=ServletResources.getString("Content", request)%></title>
-
-<base target="ContentViewFrame">
-</head>
-
-
-<body dir="<%=direction%>" bgcolor="<%=prefs.getBasicViewBackground()%>">
-<table border="0" cellpadding="0" cellspacing="0">
-<%
- for (int toc=0; toc<data.getTocCount(); toc++) {
- boolean isSelected =data.getSelectedToc() != -1 &&
- data.getTocHref(data.getSelectedToc()).equals(data.getTocHref(toc));
- //if(!data.isEnabled(toc) && !isSelected){
- // do not show
- // continue;
- //}
- String icon = isSelected ?
- prefs.getImagesDirectory()+"/toc_open.svg" :
- prefs.getImagesDirectory()+"/toc_closed.svg";
- String alt = isSelected ?
- ServletResources.getString("bookOpen", request) :
- ServletResources.getString("bookClosed", request) ;
-%>
- <tr>
- <td align='<%=isRTL?"right":"left"%>' nowrap>
-<%
- if(isSelected){
-%>
- <b><img src="<%=icon%>" alt="<%=alt%>" title="<%=alt%>"><a href="<%=data.getTocDescriptionTopic(toc)%>" target="ContentViewFrame">&nbsp;<%=data.getTocLabel(toc)%></a></b>
-<%
- }else{
-%>
- <b><img src="<%=icon%>" alt="<%=alt%>" title="<%=alt%>"><a href="<%="tocView.jsp?toc="+data.getTocHref(toc)%>" target='_self'>&nbsp;<%=data.getTocLabel(toc)%></a></b>
-<%
- }
-%>
- </td>
- </tr>
-<%
- // Only generate the selected toc
- if (isSelected) {
-%>
- <tr>
- <td align='<%=isRTL?"right":"left"%>' nowrap>
- <ul>
-<%
- data.generateBasicToc(toc, out);
-%>
- </ul>
- </td>
- </tr>
-<%
- }
- }
-%>
-</table>
-</body>
-</html>
-
diff --git a/org.eclipse.help.webapp/basic/toolbar.jsp b/org.eclipse.help.webapp/basic/toolbar.jsp
deleted file mode 100644
index cc94d09aa..000000000
--- a/org.eclipse.help.webapp/basic/toolbar.jsp
+++ /dev/null
@@ -1,42 +0,0 @@
-<%--
- Copyright (c) 2000, 2010 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
---%>
-<%@ include file="header.jsp"%>
-<%
- ToolbarData data = new ToolbarData(application,request, response);
- WebappPreferences prefs = data.getPrefs();
-%>
-
-
-<html lang="<%=ServletResources.getString("locale", request)%>">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-
-<title><%=ServletResources.getString("Toolbar", request)%></title>
-</head>
-
-<body dir="<%=direction%>" bgcolor="<%=prefs.getBasicToolbarBackground()%>">
-<%
- String title=data.getTitle();
- // search view is not called "advanced view"
- if("search".equals(request.getParameter("view"))){
- title=ServletResources.getString("SearchLabel", request);
- }
-%>
- <b>
- <%=title%>
- </b>
-
-</body>
-</html>
-
diff --git a/org.eclipse.help.webapp/basic/view.jsp b/org.eclipse.help.webapp/basic/view.jsp
deleted file mode 100644
index 0bf075aa0..000000000
--- a/org.eclipse.help.webapp/basic/view.jsp
+++ /dev/null
@@ -1,36 +0,0 @@
-<%--
- Copyright (c) 2000, 2010 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
---%>
-<%@ include file="header.jsp"%>
-<%
- LayoutData data = new LayoutData(application,request, response);
- AbstractView view = data.getCurrentView();
- if (view == null) return;
-%>
-
-<html lang="<%=ServletResources.getString("locale", request)%>">
-
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title><%=data.getTitle(view)%></title>
-</head>
-
-<frameset rows="30,*" >
- <frame name="<%=view.getName()%>ToolbarFrame" title="<%=ServletResources.getString(view.getName()+"ViewToolbar", request)%>"
- src='<%=data.getBasicURL(view,"Toolbar.jsp")%>' frameborder="no" marginwidth="5" marginheight="3" scrolling="no">
- <frame name='<%=view.getName()%>ViewFrame' title="<%=ServletResources.getString(view.getName()+"View", request)%>"
- src='<%=data.getBasicURL(view, "View.jsp") + "?" +UrlUtil.htmlEncode(request.getQueryString())%>#selectedItem' frameborder="no" marginwidth="5" marginheight="5">
-</frameset>
-
-</html>
-
diff --git a/org.eclipse.help.webapp/build.properties b/org.eclipse.help.webapp/build.properties
index 906b2bed1..47f6b1e8b 100644
--- a/org.eclipse.help.webapp/build.properties
+++ b/org.eclipse.help.webapp/build.properties
@@ -22,7 +22,6 @@ bin.includes = plugin.xml,\
about.html,\
META-INF/,\
index.jsp,\
- basic/,\
advanced/,\
.options,\
web-archive/,\
diff --git a/org.eclipse.help.webapp/index.jsp b/org.eclipse.help.webapp/index.jsp
index 34d3e14ee..6d6f47443 100644
--- a/org.eclipse.help.webapp/index.jsp
+++ b/org.eclipse.help.webapp/index.jsp
@@ -19,11 +19,6 @@
RequestScope.setScopeFromRequest(request, response);
LayoutData data = new LayoutData(application,request, response);
- if (request.getParameter("noscript") != null) {
- request.getRequestDispatcher("/basic/index.jsp" + data.getQuery()).forward(request, response);
- return;
- }
-
if(data.isBot()){
TocData tData = new TocData(application,request, response);
%>
@@ -38,9 +33,7 @@
</body>
</html>
<%
- }else if(data.isAdvancedUI()){
+ }else {
request.getRequestDispatcher("/advanced/index.jsp" + data.getQuery()).forward(request, response);
- }else{
- request.getRequestDispatcher("/basic/index.jsp" + data.getQuery()).forward(request, response);
}
%>
diff --git a/org.eclipse.help.webapp/plugin.xml b/org.eclipse.help.webapp/plugin.xml
index 62794c745..6935a878d 100644
--- a/org.eclipse.help.webapp/plugin.xml
+++ b/org.eclipse.help.webapp/plugin.xml
@@ -36,11 +36,6 @@
base-name="/advanced"
httpcontextId="help">
</resource>
- <resource
- alias="/basic"
- base-name="/basic"
- httpcontextId="help">
- </resource>
<serviceSelector
filter="(other.info=org.eclipse.help)">
</serviceSelector>
@@ -152,11 +147,6 @@
class="org.eclipse.equinox.jsp.jasper.registry.JSPFactory:/advanced/"
httpcontextId="help">
</servlet>
- <servlet
- alias="/basic/*.jsp"
- class="org.eclipse.equinox.jsp.jasper.registry.JSPFactory:/basic/"
- httpcontextId="help">
- </servlet>
<serviceSelector
filter="(other.info=org.eclipse.help)">
</serviceSelector>
diff --git a/org.eclipse.help.webapp/src/org/eclipse/help/internal/webapp/data/IndexData.java b/org.eclipse.help.webapp/src/org/eclipse/help/internal/webapp/data/IndexData.java
index cfaab4b45..b3880f7af 100644
--- a/org.eclipse.help.webapp/src/org/eclipse/help/internal/webapp/data/IndexData.java
+++ b/org.eclipse.help.webapp/src/org/eclipse/help/internal/webapp/data/IndexData.java
@@ -48,9 +48,6 @@ public class IndexData extends ActivitiesData {
// expand all by default flag
private boolean expandAll;
- // flag right-to-left direction of text
- private boolean isRTL;
-
// global writer for private generate...() methods
private Writer out;
@@ -68,7 +65,6 @@ public class IndexData extends ActivitiesData {
expandAll = preferences.isIndexExpandAll();
plusMinusImage = expandAll ? "/minus.svg" : "/plus.svg"; //$NON-NLS-1$ //$NON-NLS-2$
expandedCollapsed = expandAll ? "expanded" : "collapsed"; //$NON-NLS-1$ //$NON-NLS-2$
- isRTL = UrlUtil.isRTL(request, response);
index = HelpPlugin.getIndexManager().getIndex(getLocale());
}
@@ -127,14 +123,6 @@ public class IndexData extends ActivitiesData {
* [<ul>list of topics</ul>]
* [<ul>nested entries</ul>]
* </li>
- *
- * For basic UI:
- * <li><a ...>...</a>
- * [<ul>
- * list of topics
- * nested entries
- * </ul>]
- * </li>
*/
private void generateEntry(IIndexEntry entry, int level) throws IOException {
if (entry.getKeyword() != null && entry.getKeyword().length() > 0) {
@@ -144,76 +132,17 @@ public class IndexData extends ActivitiesData {
boolean singleTopic = topics.length == 1;
out.write("<li>"); //$NON-NLS-1$
- if (usePlusMinus && advancedUI) generatePlusImage(multipleTopics);
+ if (usePlusMinus) generatePlusImage(multipleTopics);
generateAnchor(singleTopic, entry, level);
if (multipleTopics || subentries.length > 0) {
- if (!advancedUI) {
- out.write("<ul>\n"); //$NON-NLS-1$
- }
if (multipleTopics) generateTopicList(entry);
generateSubentries(entry, level + 1);
- if (!advancedUI) {
- out.write("</ul>\n"); //$NON-NLS-1$
- }
}
out.write("</li>\n"); //$NON-NLS-1$
}
}
/**
- * Generates the HTML code (a list) for the index.
- * Basic UI version.
- *
- * @param out
- * @throws IOException
- */
- public void generateBasicIndex(Writer out) throws IOException {
- this.out = out;
- IIndexEntry[] entries = index.getEntries();
- for (IIndexEntry entrie : entries) {
- generateBasicEntry(entrie, 0);
- }
- }
-
- /**
- * Generates the HTML code for an index entry.
- * Basic UI version.
- *
- * @param entry
- * @param level
- * @throws IOException
- */
- /*
- * <tr><td align={ "left" | "right" } nowrap>
- * <a ...>...</a>
- * </td></tr>
- * [<tr><td align={ "left" | "right" } nowrap><ul>
- * list of topics
- * nested entries
- * </ul></td></tr>]
- */
- private void generateBasicEntry(IIndexEntry entry, int level) throws IOException {
- ITopic[] topics = entry.getTopics();
- IIndexEntry[] subentries = entry.getSubentries();
- boolean multipleTopics = topics.length > 1;
- boolean singleTopic = topics.length == 1;
-
- out.write("<tr><td align=\""); //$NON-NLS-1$
- out.write(isRTL ? "right" : "left"); //$NON-NLS-1$ //$NON-NLS-2$
- out.write("\" nowrap>\n"); //$NON-NLS-1$
- generateAnchor(singleTopic, entry, level);
- out.write("</td></tr>\n"); //$NON-NLS-1$
- if (multipleTopics || subentries.length > 0) {
- out.write("<tr><td align=\""); //$NON-NLS-1$
- out.write(isRTL ? "right" : "left"); //$NON-NLS-1$ //$NON-NLS-2$
- out.write("\" nowrap><ul>\n"); //$NON-NLS-1$
- if (multipleTopics) generateTopicList(entry);
- generateSubentries(entry, level + 1);
- out.write("</ul></td></tr>\n"); //$NON-NLS-1$
- }
- }
-
- /**
* Generates the HTML code for the plus/minus image.
*
* @param multipleTopics
@@ -254,13 +183,10 @@ public class IndexData extends ActivitiesData {
/*
* For advanced UI:
* <a [ id="..." ] [ class="nolink" ] href="...">...</a>
- *
- * For basic UI:
- * <a href="...">...</a>
*/
private void generateAnchor(boolean singleTopic, IIndexEntry entry, int level) throws IOException {
out.write("<a "); //$NON-NLS-1$
- if (level == 0 && advancedUI) {
+ if (level == 0 ) {
out.write("id=\""); //$NON-NLS-1$
out.write(entry.getKeyword());
out.write("\" "); //$NON-NLS-1$
@@ -270,9 +196,7 @@ public class IndexData extends ActivitiesData {
out.write(UrlUtil.getHelpURL((entry.getTopics()[0]).getHref()));
out.write("\">"); //$NON-NLS-1$
} else {
- if (advancedUI) {
- out.write("class=\"nolink\" "); //$NON-NLS-1$
- }
+ out.write("class=\"nolink\" "); //$NON-NLS-1$
out.write("href=\"about:blank\">"); //$NON-NLS-1$
}
out.write(UrlUtil.htmlEncode(entry.getKeyword()));
@@ -291,22 +215,16 @@ public class IndexData extends ActivitiesData {
* <li><img class="h" src="images/plus.svg" alt=""><a href="..."><img src="images/topic.svg" alt="">...</a></li>
* <li>...
* </ul>
- *
- * For basic UI:
- * <li><a href="..."><img src="images/topic.svg" border=0 alt="">...</a></li>
- * <li>...
*/
private void generateTopicList(IIndexEntry entry) throws IOException {
ITopic[] topics = entry.getTopics();
- if (advancedUI) {
- out.write("\n<ul class=\""); //$NON-NLS-1$
- out.write(expandedCollapsed);
- out.write("\">\n"); //$NON-NLS-1$
- }
+ out.write("\n<ul class=\""); //$NON-NLS-1$
+ out.write(expandedCollapsed);
+ out.write("\">\n"); //$NON-NLS-1$
for (ITopic topic : topics) {
out.write("<li>"); //$NON-NLS-1$
- if (usePlusMinus && advancedUI) {
+ if (usePlusMinus) {
out.write("<img class=\"h\" src=\""); //$NON-NLS-1$
out.write(imagesDirectory);
out.write(plusMinusImage);
@@ -317,16 +235,11 @@ public class IndexData extends ActivitiesData {
out.write("\"><img src=\""); //$NON-NLS-1$
out.write(imagesDirectory);
out.write("/topic.svg\" "); //$NON-NLS-1$
- if (!advancedUI) {
- out.write("border=0 "); //$NON-NLS-1$
- }
out.write("alt=\"\">"); //$NON-NLS-1$
out.write(UrlUtil.htmlEncode(topic.getLabel()));
out.write("</a></li>\n"); //$NON-NLS-1$
}
- if (advancedUI) {
- out.write("</ul>\n"); //$NON-NLS-1$
- }
+ out.write("</ul>\n"); //$NON-NLS-1$
}
/**
@@ -341,20 +254,13 @@ public class IndexData extends ActivitiesData {
* <ul class="expanded">
* entries...
* </ul>
- *
- * For basic UI:
- * entries...
*/
private void generateSubentries(IIndexEntry entry, int level) throws IOException {
- if (advancedUI) {
- out.write("<ul class=\"expanded\">\n"); //$NON-NLS-1$
- }
+ out.write("<ul class=\"expanded\">\n"); //$NON-NLS-1$
IIndexEntry[] subentries = entry.getSubentries();
for (IIndexEntry subentrie : subentries) {
generateEntry(subentrie, level);
}
- if (advancedUI) {
- out.write("</ul>\n"); //$NON-NLS-1$
- }
+ out.write("</ul>\n"); //$NON-NLS-1$
}
}
diff --git a/org.eclipse.help.webapp/src/org/eclipse/help/internal/webapp/data/LayoutData.java b/org.eclipse.help.webapp/src/org/eclipse/help/internal/webapp/data/LayoutData.java
index eb3bdfa9e..a10db3e44 100644
--- a/org.eclipse.help.webapp/src/org/eclipse/help/internal/webapp/data/LayoutData.java
+++ b/org.eclipse.help.webapp/src/org/eclipse/help/internal/webapp/data/LayoutData.java
@@ -241,13 +241,6 @@ public class LayoutData extends RequestData {
return createURL(view.getURL(), view.getName(), fileSuffix);
}
- /**
- * Returns the URL of a JSP file in the basic presentation
- */
- public String getBasicURL(AbstractView view, String fileSuffix) {
- return createURL(view.getBasicURL(), view.getName(), fileSuffix);
- }
-
private String createURL(String path, String viewName, String fileSuffix) {
if (path == null || path.length() == 0) {
return viewName + fileSuffix;
diff --git a/org.eclipse.help.webapp/src/org/eclipse/help/internal/webapp/data/RequestData.java b/org.eclipse.help.webapp/src/org/eclipse/help/internal/webapp/data/RequestData.java
index 861912a07..3e58ca639 100644
--- a/org.eclipse.help.webapp/src/org/eclipse/help/internal/webapp/data/RequestData.java
+++ b/org.eclipse.help.webapp/src/org/eclipse/help/internal/webapp/data/RequestData.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2015 IBM Corporation and others.
+ * Copyright (c) 2000, 2019 IBM Corporation and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
@@ -31,7 +31,6 @@ public class RequestData {
protected HttpServletResponse response;
protected String locale;
protected WebappPreferences preferences;
- protected boolean advancedUI;
/**
* Constructs the data for a request.
*
@@ -46,8 +45,6 @@ public class RequestData {
preferences = new WebappPreferences();
locale = UrlUtil.getLocale(request, response);
- String agent = request.getHeader("User-Agent"); //$NON-NLS-1$
- advancedUI = UrlUtil.isAdvanced(agent);
}
/**
@@ -109,8 +106,4 @@ public class RequestData {
public int getMode() {
return BaseHelpSystem.getMode();
}
- public boolean isAdvancedUI() {
- return advancedUI;
- }
-
}
diff --git a/org.eclipse.help.webapp/src/org/eclipse/help/internal/webapp/data/TocData.java b/org.eclipse.help.webapp/src/org/eclipse/help/internal/webapp/data/TocData.java
index 576687ea9..7230c0d89 100644
--- a/org.eclipse.help.webapp/src/org/eclipse/help/internal/webapp/data/TocData.java
+++ b/org.eclipse.help.webapp/src/org/eclipse/help/internal/webapp/data/TocData.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2016 IBM Corporation and others.
+ * Copyright (c) 2000, 2019 IBM Corporation and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
@@ -46,8 +46,6 @@ public class TocData extends ActivitiesData {
private String expandPathParam;
private String completePath;
- // help form of selected topic href
- private String topicHelpHref;
// Selected TOC
private int selectedToc = -1;
// path from TOC to the root topic of the TOC fragment
@@ -61,9 +59,6 @@ public class TocData extends ActivitiesData {
// List of TOC's, unfiltered
private IToc[] tocs;
- // images directory
- private String imagesDirectory;
-
// Scope
private AbstractHelpScope scope;
/**
@@ -116,9 +111,6 @@ public class TocData extends ActivitiesData {
}
}
}
-
- imagesDirectory = preferences.getImagesDirectory();
-
loadTocs();
}
@@ -220,10 +212,6 @@ public class TocData extends ActivitiesData {
* @return true if TOC should be visible
*/
private boolean isEnabled(IToc toc) {
- if(!isAdvancedUI()){
- // activities never filtered for basic browsers
- return true;
- }
return HelpBasePlugin.getActivitySupport().isEnabled(toc.getHref()) &&
!UAContentFilter.isFiltered(toc, HelpEvaluationContext.getContext());
}
@@ -297,88 +285,6 @@ public class TocData extends ActivitiesData {
}
/**
- * Generates the HTML code (a tree) for a TOC.
- *
- * @param toc
- * @param out
- * @throws IOException
- */
- public void generateBasicToc(int toc, Writer out) throws IOException {
- ITopic[] topics = getEnabledSubtopics(tocs[toc]);
- for (ITopic topic : topics) {
- generateBasicTopic(topic, out);
- }
-
- }
-
- private void generateBasicTopic(ITopic topic, Writer out)
- throws IOException {
-
- out.write("<li>"); //$NON-NLS-1$
- ITopic[] topics = getEnabledSubtopics(topic);
- boolean hasNodes = topics.length > 0;
- if (hasNodes) {
- out.write("<nobr>"); //$NON-NLS-1$
- out.write("<a "); //$NON-NLS-1$
- if (getSelectedTopicHelpHref().equals(topic.getHref())) {
- out.write("name=\"selectedItem\" "); //$NON-NLS-1$
- }
- out.write("href="+"\"" + UrlUtil.getHelpURL(topic.getHref())+"\"" + ">"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$
- out.write("<img src='"); //$NON-NLS-1$
- out.write(imagesDirectory);
- out.write("/container_obj.svg' alt=\"\" border=0>&nbsp;"); //$NON-NLS-1$
- out.write(UrlUtil.htmlEncode(topic.getLabel()));
- out.write("</a>"); //$NON-NLS-1$
- out.write("</nobr>"); //$NON-NLS-1$
-
- out.write("<ul>\n"); //$NON-NLS-1$
-
- for (ITopic topic2 : topics) {
- generateBasicTopic(topic2, out);
- }
-
- out.write("</ul>\n"); //$NON-NLS-1$
- } else {
- out.write("<nobr>"); //$NON-NLS-1$
- out.write("<a "); //$NON-NLS-1$
- if (getSelectedTopicHelpHref().equals(topic.getHref())) {
- out.write("name=\"selectedItem\" "); //$NON-NLS-1$
- }
- out.write("href="+"\"" + UrlUtil.getHelpURL(topic.getHref()) +"\""+ ">"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$
- out.write("<img src='"); //$NON-NLS-1$
- out.write(imagesDirectory);
- out.write("/topic.svg' alt=\"\" border=0>&nbsp;"); //$NON-NLS-1$
- out.write(UrlUtil.htmlEncode(topic.getLabel()));
- out.write("</a>"); //$NON-NLS-1$
- out.write("</nobr>"); //$NON-NLS-1$
- }
-
- out.write("</li>\n"); //$NON-NLS-1$
- }
- /**
- * @return String - help form of selected topic URL, or ""
- */
- private String getSelectedTopicHelpHref() {
- if (topicHelpHref == null) {
- String topic = getSelectedTopic();
- if (topic == null || topic.length() == 0) {
- topicHelpHref = ""; //$NON-NLS-1$
- return topicHelpHref;
- }
- int index = topic.indexOf("/topic/"); //$NON-NLS-1$
- if (index != -1)
- topic = topic.substring(index + 6);
- index = topic.indexOf('?');
- if (index != -1)
- topic = topic.substring(0, index);
- topicHelpHref = topic;
- if (topic == null) {
- topicHelpHref = ""; //$NON-NLS-1$
- }
- }
- return topicHelpHref;
- }
- /**
* Obtains children topics for a given navigation element. Topics from TOCs
* not matching enabled activities are filtered out.
*
diff --git a/org.eclipse.help.webapp/src/org/eclipse/help/internal/webapp/data/UrlUtil.java b/org.eclipse.help.webapp/src/org/eclipse/help/internal/webapp/data/UrlUtil.java
index b0394f1a8..b2c7320b0 100644
--- a/org.eclipse.help.webapp/src/org/eclipse/help/internal/webapp/data/UrlUtil.java
+++ b/org.eclipse.help.webapp/src/org/eclipse/help/internal/webapp/data/UrlUtil.java
@@ -721,32 +721,6 @@ public class UrlUtil {
}
}
- /*
- * Get the version from a string of the form mm.nn
- */
- private static int getMajorVersion(String version) {
- int result = 0;
- for (int i = 0; i < version.length(); i++) {
- char next = version.charAt(i);
- if (next >= '0' && next <= '9') {
- result = result * 10 + next - '0';
- } else {
- break;
- }
- }
- return result;
- }
-
- public static boolean isAdvanced(String agent) {
- if (agent == null) return false;
- if (isIE(agent) && "5.5".compareTo(getIEVersion(agent)) <= 0) return true; //$NON-NLS-1$
- if (isMozilla(agent) && isGecko(agent)) return true;
- if (isSafari(agent) && "120".compareTo(getSafariVersion(agent)) <= 0) return true; //$NON-NLS-1$
- if (isOpera(agent) && getMajorVersion(getOperaVersion(agent)) >= 9) return true;
- if (isMozilla(agent) && !isKonqueror(agent)) return true;
- return false;
- }
-
// Return true if the URI is of the form /<context>/nav/*
public static boolean isNavPath(String uri) {
int slash1 = uri.indexOf('/');
diff --git a/org.eclipse.help.webapp/src/org/eclipse/help/internal/webapp/data/WebappPreferences.java b/org.eclipse.help.webapp/src/org/eclipse/help/internal/webapp/data/WebappPreferences.java
index e3fff81db..88ed447cb 100644
--- a/org.eclipse.help.webapp/src/org/eclipse/help/internal/webapp/data/WebappPreferences.java
+++ b/org.eclipse.help.webapp/src/org/eclipse/help/internal/webapp/data/WebappPreferences.java
@@ -80,10 +80,6 @@ public class WebappPreferences {
return getPreferenceString("advanced.toolbarBackground"); //$NON-NLS-1$
}
- public String getBasicToolbarBackground() {
- return getPreferenceString("basic.toolbarBackground"); //$NON-NLS-1$
- }
-
public String getToolbarFont() {
return getPreferenceString("advanced.toolbarFont"); //$NON-NLS-1$
}
@@ -100,10 +96,6 @@ public class WebappPreferences {
return "background-color: " + viewBackground + ";"; //$NON-NLS-1$ //$NON-NLS-2$
}
- public String getBasicViewBackground() {
- return getPreferenceString("basic.viewBackground"); //$NON-NLS-1$
- }
-
public String getViewFont() {
return getPreferenceString("advanced.viewFont"); //$NON-NLS-1$
}
diff --git a/org.eclipse.help.webapp/src/org/eclipse/help/webapp/AbstractView.java b/org.eclipse.help.webapp/src/org/eclipse/help/webapp/AbstractView.java
index 96d3aaf8f..8e867ed65 100644
--- a/org.eclipse.help.webapp/src/org/eclipse/help/webapp/AbstractView.java
+++ b/org.eclipse.help.webapp/src/org/eclipse/help/webapp/AbstractView.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2009, 2015 IBM Corporation and others.
+ * Copyright (c) 2009, 2019 IBM Corporation and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
@@ -41,8 +41,10 @@ public abstract class AbstractView {
/**
* @return a URL path, relative to /help which is the
* location of the jsp files in the basic presentation
+ * @deprecated Help webapp no longer has basic view.
*/
- public String getBasicURL() {
+ @Deprecated
+ public String getBasicURL() {
return getURL();
}
@@ -84,8 +86,10 @@ public abstract class AbstractView {
/**
* @return true if the view should be shown in the basic presentation
+ * @deprecated Help webapp no longer has basic view.
*/
- public boolean isVisibleBasic() {
+ @Deprecated
+ public boolean isVisibleBasic() {
return true;
}
diff --git a/org.eclipse.ua.tests/help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java b/org.eclipse.ua.tests/help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
index 94a882b73..10a55115b 100644
--- a/org.eclipse.ua.tests/help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
+++ b/org.eclipse.ua.tests/help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
@@ -37,7 +37,6 @@ public class BrowserIdentificationTest {
assertFalse(UrlUtil.isSafari(agent));
assertFalse(UrlUtil.isGecko(agent));
assertEquals("6.0", UrlUtil.getIEVersion(agent));
- assertTrue(UrlUtil.isAdvanced(agent));
}
@Test
@@ -50,7 +49,6 @@ public class BrowserIdentificationTest {
assertFalse(UrlUtil.isSafari(agent));
assertTrue(UrlUtil.isGecko(agent));
assertEquals("1.8.0.8", UrlUtil.getMozillaVersion(agent));
- assertTrue(UrlUtil.isAdvanced(agent));
}
@Test
@@ -63,7 +61,6 @@ public class BrowserIdentificationTest {
assertFalse(UrlUtil.isSafari(agent));
assertTrue(UrlUtil.isGecko(agent));
assertEquals("1.4", UrlUtil.getMozillaVersion(agent));
- assertTrue(UrlUtil.isAdvanced(agent));
}
@Test
@@ -75,7 +72,6 @@ public class BrowserIdentificationTest {
assertTrue(UrlUtil.isKonqueror(agent));
assertFalse(UrlUtil.isSafari(agent));
assertFalse(UrlUtil.isGecko(agent));
- assertFalse(UrlUtil.isAdvanced(agent));
}
@Test
@@ -88,7 +84,6 @@ public class BrowserIdentificationTest {
assertFalse(UrlUtil.isSafari(agent));
assertTrue(UrlUtil.isGecko(agent));
assertEquals("1.7.3", UrlUtil.getMozillaVersion(agent));
- assertTrue(UrlUtil.isAdvanced(agent));
}
@Test
@@ -101,7 +96,6 @@ public class BrowserIdentificationTest {
assertTrue(UrlUtil.isSafari(agent));
assertFalse(UrlUtil.isGecko(agent));
assertEquals("417", UrlUtil.getSafariVersion(agent));
- assertTrue(UrlUtil.isAdvanced(agent));
}
@Test
@@ -114,7 +108,6 @@ public class BrowserIdentificationTest {
assertFalse(UrlUtil.isSafari(agent));
assertFalse(UrlUtil.isGecko(agent));
assertEquals("9.02", UrlUtil.getOperaVersion(agent));
- assertTrue(UrlUtil.isAdvanced(agent));
}
@Test
@@ -127,7 +120,6 @@ public class BrowserIdentificationTest {
assertFalse(UrlUtil.isSafari(agent));
assertFalse(UrlUtil.isGecko(agent));
assertEquals("6.0", UrlUtil.getIEVersion(agent));
- assertTrue(UrlUtil.isAdvanced(agent));
}
@Test
@@ -140,7 +132,6 @@ public class BrowserIdentificationTest {
assertFalse(UrlUtil.isSafari(agent));
assertTrue(UrlUtil.isGecko(agent));
assertEquals("1.9", UrlUtil.getMozillaVersion(agent));
- assertTrue(UrlUtil.isAdvanced(agent));
}
@Test
@@ -152,7 +143,6 @@ public class BrowserIdentificationTest {
assertFalse(UrlUtil.isKonqueror(agent));
assertFalse(UrlUtil.isSafari(agent));
assertFalse(UrlUtil.isGecko(agent));
- assertTrue(UrlUtil.isAdvanced(agent));
}
@Test
@@ -165,7 +155,6 @@ public class BrowserIdentificationTest {
assertFalse(UrlUtil.isSafari(agent));
assertTrue(UrlUtil.isGecko(agent));
assertEquals("1.8.1.13", UrlUtil.getMozillaVersion(agent));
- assertTrue(UrlUtil.isAdvanced(agent));
}

Back to the top