@@ -27,38 +27,30 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
2727<meta name =" viewport" content =" initial-scale=1, maximum-scale=1, user-scalable=no" />
2828<meta name =" viewport" content =" width=device-width" >
2929
30- <link rel =" stylesheet" href =" <%= urlBuilder. getResourcePath(spagoBiContext , " /node_modules/@fortawesome/fontawesome-free/css/all.css" ) % >" >
31- <link rel =" stylesheet" href =" <%= urlBuilder. getResourcePath(spagoBiContext , " /node_modules/weather-icons/css/weather-icons.min.css" ) % >" >
30+ <link rel =" stylesheet" href =" <%= urlBuilder. getResourcePath(cockpitEngineContext , " /node_modules/@fortawesome/fontawesome-free/css/all.css" ) % >" >
31+ <link rel =" stylesheet" href =" <%= urlBuilder. getResourcePath(cockpitEngineContext , " /node_modules/weather-icons/css/weather-icons.min.css" ) % >" >
3232
3333<!-- angular reference-->
34- <script type =" text/javascript" src =" <%= urlBuilder. getResourcePath(spagoBiContext , " /dist/angular-bundle.js" ) % >" ></script >
34+ <script type =" text/javascript" src =" <%= urlBuilder. getResourcePath(cockpitEngineContext , " /dist/angular-bundle.js" ) % >" ></script >
3535
3636
37- <!-- All internal/external libraries bundle -->
38- <script type =" text/javascript" src =" <%= urlBuilder. getResourcePath(spagoBiContext, " /dist/knowage-lib-bundle.js" ) % >" ></script >
39-
4037<!-- All internal/external cockpit specific libraries bundle -->
4138<script type =" text/javascript" src =" <%= urlBuilder. getResourcePath(cockpitEngineContext, " /dist/knowagecockpit-lib-bundle.js" ) % >" ></script >
4239
43- <script type =" text/javascript" nonce =" <%= request. getAttribute(" cspNonce" ) % >" >
44- if (/ MSIE \d | Trident. * rv:/ .test (navigator .userAgent ))
45- document .write (' <script type="text/javascript" src="<%= KnowageSystemConfiguration . getKnowageContext() % > /js/lib/rgbcolor/rgbcolor.js"><\/ script>' );
46- </script >
47-
4840<!-- All node_modules libraries bundle -->
4941<script type =" text/javascript" src =" <%= urlBuilder. getResourcePath(cockpitEngineContext, " /dist/knowagecockpit-modules-bundle.js" ) % >" ></script >
5042
5143<!-- All external styles bundle -->
5244<link rel =" stylesheet" href =" <%= urlBuilder. getResourcePath(cockpitEngineContext," /dist/knowagecockpit-modules-styles-bundle.css" ) % >" >
53- <link rel =" stylesheet" href =" <%= urlBuilder. getResourcePath(spagoBiContext ," /node_modules/ng-wysiwyg/dist/editor.min.css" ) % >" >
45+ <link rel =" stylesheet" href =" <%= urlBuilder. getResourcePath(cockpitEngineContext ," /node_modules/ng-wysiwyg/dist/editor.min.css" ) % >" >
5446
5547<!-- AngularJS Slider -->
56- <link rel =" stylesheet" href =" <%= urlBuilder. getResourcePath(spagoBiContext , " /node_modules/angularjs-slider/dist/rzslider.min.css" ) % >" >
57- <script type =" text/javascript" src =" <%= urlBuilder. getResourcePath(spagoBiContext , " /node_modules/angularjs-slider/dist/rzslider.min.js" ) % >" ></script >
48+ <link rel =" stylesheet" href =" <%= urlBuilder. getResourcePath(cockpitEngineContext , " /node_modules/angularjs-slider/dist/rzslider.min.css" ) % >" >
49+ <script type =" text/javascript" src =" <%= urlBuilder. getResourcePath(cockpitEngineContext , " /node_modules/angularjs-slider/dist/rzslider.min.js" ) % >" ></script >
5850
5951<!-- OpenLayers Extension -->
60- <link rel =" stylesheet" href =" <%= urlBuilder. getResourcePath(spagoBiContext , " /node_modules/ol-ext/dist/ol-ext.min.css" ) % >" >
61- <script type =" text/javascript" src =" <%= urlBuilder. getResourcePath(spagoBiContext , " /node_modules/ol-ext/dist/ol-ext.js" ) % >" ></script >
52+ <link rel =" stylesheet" href =" <%= urlBuilder. getResourcePath(cockpitEngineContext , " /node_modules/ol-ext/dist/ol-ext.min.css" ) % >" >
53+ <script type =" text/javascript" src =" <%= urlBuilder. getResourcePath(cockpitEngineContext , " /node_modules/ol-ext/dist/ol-ext.js" ) % >" ></script >
6254
6355<%@include file =" /WEB-INF/jsp/commons/angular/sbiModule.jspf" %>
6456
@@ -79,6 +71,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
7971 <% } % >
8072
8173<!-- KNOWAGE main css import -->
82- <link rel =" stylesheet" type =" text/css" href =" <%= urlBuilder. getResourcePath(spagoBiContext , " /themes/commons/css/customStyle.css" ) % >" />
74+ <link rel =" stylesheet" type =" text/css" href =" <%= urlBuilder. getResourcePath(cockpitEngineContext , " /themes/commons/css/customStyle.css" ) % >" />
8375
8476
0 commit comments