File tree Expand file tree Collapse file tree 4 files changed +15
-11
lines changed
src/main/webapp/wfsclient Expand file tree Collapse file tree 4 files changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -141,4 +141,11 @@ war {
141
141
into(' META-INF' ) {
142
142
from processLicense
143
143
}
144
+ filesMatching(' **/index.html' ) {
145
+ filter(ReplaceTokens , tokens : [
146
+ vendorName : project. vendorName,
147
+ vendorCopyright : project. vendorCopyright,
148
+ vendorWebsiteUrl : project. vendorWebsiteUrl
149
+ ])
150
+ }
144
151
}
Original file line number Diff line number Diff line change 2
2
< html xmlns ="http://www.w3.org/1999/xhtml " lang ="en ">
3
3
< HEAD >
4
4
< title > WFS Client</ title >
5
- < script type ="text/javascript " src ="lib/jquery1_9_1 .js "> </ script >
5
+ < script type ="text/javascript " src ="lib/jquery-3.7.1.min .js "> </ script >
6
6
< link type ="text/css " href ="css/style.css " rel ="stylesheet "/>
7
7
< link rel ="icon " type ="image/png " href ="img/wfs_logo.png ">
8
8
<!-- codeMirror library for highlighting XML code -->
19
19
< div id ="container ">
20
20
< div id ="Header ">
21
21
< div id ="CompanyLogo ">
22
- < img src ="img/wfs_logo.png " alt ="virtualcitysystems GmbH " width ="70 " height ="70 " style ="vertical-align:middle "/>
22
+ < img src ="img/wfs_logo.png " alt ="@vendorName@ " width ="70 " height ="70 " style ="vertical-align:middle "/>
23
23
< h1 > VC WFS Client</ h1 >
24
- < a href ="https://vc.systems/ " target ="_blank " title ="virtualcitysystems GmbH ">
25
- < img src ="img/vcs_logo.png " alt ="virtualcitysystems GmbH " width ="200 " height ="48 " style ="vertical-align:middle; padding-top:20px; position: absolute; right: 10px "/>
24
+ < a href ="@vendorWebsiteUrl@ " target ="_blank " title ="@vendorName@ ">
25
+ < img src ="img/vcs_logo.png " alt ="@vendorName@ " width ="200 " height ="48 " style ="vertical-align:middle; padding-top:20px; position: absolute; right: 10px "/>
26
26
</ a >
27
27
</ div >
28
28
</ div >
@@ -39,8 +39,8 @@ <h2>Response</h2>
39
39
< textarea id ="response "> </ textarea >
40
40
</ div >
41
41
< div id ="copyright ">
42
- < a href ="https://vc.systems/ " target ="_blank ">
43
- (C) 2015 - 2024, virtualcitysystems GmbH . All rights reserved.
42
+ < a href ="@vendorWebsiteUrl@ " target ="_blank ">
43
+ (C) @vendorCopyright@, @vendorName@ . All rights reserved.
44
44
</ a >
45
45
</ div >
46
46
</ div >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments