@@ -30,30 +30,30 @@ String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.
3030 <link rel =" stylesheet" href =" <%= basePath % >${ dojoLocal } /dijit/themes/flat/flat.css?ver=${ jsVerBuild } " >
3131
3232
33- <link rel =" stylesheet" href =" <%= basePath % >/ css/core.css?ver=${ jsVerBuild } " media =" screen" >
33+ <link rel =" stylesheet" href =" <%= basePath % > css/core.css?ver=${ jsVerBuild } " media =" screen" >
3434
35- <link rel =" stylesheet" href =" <%= basePath % >/ d3/nv.d3.css" >
35+ <link rel =" stylesheet" href =" <%= basePath % > d3/nv.d3.css" >
3636
37- <link rel =" stylesheet" href =" <%= basePath % >/ leaflet/leaflet.css?ver=${ jsVerBuild } " />
37+ <link rel =" stylesheet" href =" <%= basePath % > leaflet/leaflet.css?ver=${ jsVerBuild } " />
3838
3939 <script type =" text/javascript" src =" <%= basePath % > core.configJsAction.action?ver=${ jsVerBuild } &lc=${ LocaleCode } &refreshUUID=${ uuid } " ></script >
4040 <script type =" text/javascript" src =" <%= basePath % > core.generateMenuJs.action?ver=${ jsVerBuild } &lc=${ LocaleCode } &refreshUUID=${ uuid } " ></script >
4141
42- <script src =" <%= basePath % >/ leaflet/leaflet.js?ver=${ jsVerBuild } " ></script >
42+ <script src =" <%= basePath % > leaflet/leaflet.js?ver=${ jsVerBuild } " ></script >
4343
4444 <script >
4545 var dojoConfig = {
4646 parseOnLoad: true ,
4747 packages: [
48- { name: " d3" , location: " <%= basePath % >/ d3/" , main: " d3" },
49- { name: " nv" , location: " <%= basePath % >/ d3/" , main: " nv.d3" }
48+ { name: " d3" , location: " <%= basePath % > d3/" , main: " d3" },
49+ { name: " nv" , location: " <%= basePath % > d3/" , main: " nv.d3" }
5050 ]
5151 };
5252 </script >
5353 <script type =" text/javascript" src =" <%= basePath % >${ dojoLocal } /dojo/dojo.js?ver=${ jsVerBuild } " ></script >
54- <script type =" text/javascript" src =" <%= basePath % >/ js/home.js?ver=${ jsVerBuild } " djConfig =" parseOnLoad: true" ></script >
55- <script type =" text/javascript" src =" <%= basePath % >/ js/core.js?ver=${ jsVerBuild } " djConfig =" parseOnLoad: true" ></script >
56- <script type =" text/javascript" src =" <%= basePath % >/ js/page.js?ver=${ jsVerBuild } " djConfig =" parseOnLoad: true" ></script >
54+ <script type =" text/javascript" src =" <%= basePath % > js/home.js?ver=${ jsVerBuild } " djConfig =" parseOnLoad: true" ></script >
55+ <script type =" text/javascript" src =" <%= basePath % > js/core.js?ver=${ jsVerBuild } " djConfig =" parseOnLoad: true" ></script >
56+ <script type =" text/javascript" src =" <%= basePath % > js/page.js?ver=${ jsVerBuild } " djConfig =" parseOnLoad: true" ></script >
5757
5858 <s:if test =" \" Y\ " == googleMapEnable " >
5959 <!--
@@ -65,49 +65,49 @@ String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.
6565 <!-- modify applicationContext-appSettings.properties settings googleMap.enable=Y -->
6666 </s:else >
6767
68- <script type =" text/javascript" src =" <%= basePath % >/ jquery/jquery-3.2.1.min.js" ></script >
69- <script type =" text/javascript" src =" <%= basePath % >/ html2canvas/html2canvas.js" ></script >
70- <script type =" text/javascript" src =" <%= basePath % >/ html2canvas/html2canvas.svg.js" ></script >
68+ <script type =" text/javascript" src =" <%= basePath % > jquery/jquery-3.2.1.min.js" ></script >
69+ <script type =" text/javascript" src =" <%= basePath % > html2canvas/html2canvas.js" ></script >
70+ <script type =" text/javascript" src =" <%= basePath % > html2canvas/html2canvas.svg.js" ></script >
7171
72- <script type =" text/javascript" src =" <%= basePath % >/ canvg/canvg.js" ></script >
73- <script type =" text/javascript" src =" <%= basePath % >/ canvg/rgbcolor.js" ></script >
74- <script type =" text/javascript" src =" <%= basePath % >/ canvg/StackBlur.js" ></script >
72+ <script type =" text/javascript" src =" <%= basePath % > canvg/canvg.js" ></script >
73+ <script type =" text/javascript" src =" <%= basePath % > canvg/rgbcolor.js" ></script >
74+ <script type =" text/javascript" src =" <%= basePath % > canvg/StackBlur.js" ></script >
7575
7676
77- <script type =" text/javascript" src =" <%= basePath % >/ signature_pad/signature_pad.js" ></script >
77+ <script type =" text/javascript" src =" <%= basePath % > signature_pad/signature_pad.js" ></script >
7878
7979
8080 <!-- Highcharts -->
81- <script src =" <%= basePath % >/ highcharts/js/highcharts.js" ></script >
82- <script src =" <%= basePath % >/ highcharts/js/highcharts-3d.js" ></script >
83- <script src =" <%= basePath % >/ highcharts/js/highcharts-more.js" ></script >
84- <script src =" <%= basePath % >/ highcharts/js/modules/heatmap.js" ></script >
85- <script src =" <%= basePath % >/ highcharts/js/modules/exporting.js" ></script >
86- <script src =" <%= basePath % >/ highcharts/js/modules/solid-gauge.js" ></script >
81+ <script src =" <%= basePath % > highcharts/js/highcharts.js" ></script >
82+ <script src =" <%= basePath % > highcharts/js/highcharts-3d.js" ></script >
83+ <script src =" <%= basePath % > highcharts/js/highcharts-more.js" ></script >
84+ <script src =" <%= basePath % > highcharts/js/modules/heatmap.js" ></script >
85+ <script src =" <%= basePath % > highcharts/js/modules/exporting.js" ></script >
86+ <script src =" <%= basePath % > highcharts/js/modules/solid-gauge.js" ></script >
8787
8888
8989 <!-- ################################################################################ -->
9090 <!-- jqPlot -->
91- <script type =" text/javascript" src =" <%= basePath % >/ jqplot/jquery.jqplot.js" ></script >
92- <script type =" text/javascript" src =" <%= basePath % >/ jqplot/plugins/jqplot.meterGaugeRenderer.js" ></script >
91+ <script type =" text/javascript" src =" <%= basePath % > jqplot/jquery.jqplot.js" ></script >
92+ <script type =" text/javascript" src =" <%= basePath % > jqplot/plugins/jqplot.meterGaugeRenderer.js" ></script >
9393
9494 <!-- jqPlot plugins -->
95- <script type =" text/javascript" src =" <%= basePath % >/ jqplot/plugins/jqplot.barRenderer.js" ></script >
96- <script type =" text/javascript" src =" <%= basePath % >/ jqplot/plugins/jqplot.categoryAxisRenderer.js" ></script >
97- <script type =" text/javascript" src =" <%= basePath % >/ jqplot/plugins/jqplot.pointLabels.js" ></script >
95+ <script type =" text/javascript" src =" <%= basePath % > jqplot/plugins/jqplot.barRenderer.js" ></script >
96+ <script type =" text/javascript" src =" <%= basePath % > jqplot/plugins/jqplot.categoryAxisRenderer.js" ></script >
97+ <script type =" text/javascript" src =" <%= basePath % > jqplot/plugins/jqplot.pointLabels.js" ></script >
9898
99- <script type =" text/javascript" src =" <%= basePath % >/ jqplot/plugins/jqplot.dateAxisRenderer.js" ></script >
100- <script type =" text/javascript" src =" <%= basePath % >/ jqplot/plugins/jqplot.canvasTextRenderer.js" ></script >
101- <script type =" text/javascript" src =" <%= basePath % >/ jqplot/plugins/jqplot.canvasAxisTickRenderer.js" ></script >
99+ <script type =" text/javascript" src =" <%= basePath % > jqplot/plugins/jqplot.dateAxisRenderer.js" ></script >
100+ <script type =" text/javascript" src =" <%= basePath % > jqplot/plugins/jqplot.canvasTextRenderer.js" ></script >
101+ <script type =" text/javascript" src =" <%= basePath % > jqplot/plugins/jqplot.canvasAxisTickRenderer.js" ></script >
102102
103- <link rel =" stylesheet" type =" text/css" href =" <%= basePath % >/ jqplot/jquery.jqplot.css" />
103+ <link rel =" stylesheet" type =" text/css" href =" <%= basePath % > jqplot/jquery.jqplot.css" />
104104 <!-- ################################################################################ -->
105105
106106
107107 <!-- ################################################################################ -->
108108 <!-- OrgChart -->
109- <script type =" text/javascript" src =" <%= basePath % >/ OrgChart/jquery.orgchart.js" ></script >
110- <link rel =" stylesheet" type =" text/css" href =" <%= basePath % >/ OrgChart/jquery.orgchart.css" />
109+ <script type =" text/javascript" src =" <%= basePath % > OrgChart/jquery.orgchart.js" ></script >
110+ <link rel =" stylesheet" type =" text/css" href =" <%= basePath % > OrgChart/jquery.orgchart.css" />
111111 <!-- ################################################################################ -->
112112
113113<style type =" text/css" >
0 commit comments