Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sven Schneider
urbanVIS
Commits
eeefed6c
Commit
eeefed6c
authored
3 years ago
by
Sven Schneider
Browse files
Options
Download
Email Patches
Plain Diff
added dynamic year in copyright info on all html websites
parent
8424bf68
Pipeline
#3809
passed with stages
in 44 seconds
Changes
14
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
public/Kirchturm1.html
+6
-1
public/Kirchturm1.html
public/Kirchturm2.html
+6
-1
public/Kirchturm2.html
public/StreamlineParticles.html
+7
-3
public/StreamlineParticles.html
public/StreamlinesMultipart.html
+7
-3
public/StreamlinesMultipart.html
public/Welcome2Simstadt.html
+6
-1
public/Welcome2Simstadt.html
public/Welcome2iCity.html
+6
-1
public/Welcome2iCity.html
public/circularData.html
+6
-1
public/circularData.html
public/iStoeck.html
+6
-1
public/iStoeck.html
public/iStoeckHM.html
+6
-1
public/iStoeckHM.html
public/iStoeckHMGeoJSON.html
+6
-1
public/iStoeckHMGeoJSON.html
public/iStoeckHexgrid_2m.html
+6
-1
public/iStoeckHexgrid_2m.html
public/iStoeckStreams.html
+10
-5
public/iStoeckStreams.html
public/index.html
+5
-1
public/index.html
public/welcome.html
+7
-2
public/welcome.html
with
90 additions
and
23 deletions
+90
-23
public/Kirchturm1.html
+
6
-
1
View file @
eeefed6c
...
...
@@ -55,10 +55,15 @@
<footer>
<p
align=
"center"
>
<h5>
Copyright
©
2018 -
2020
, HFT-Stuttgart. All rights reserved
</h5>
<h5>
Copyright
©
2018 -
<span
id=
'year'
></span>
, HFT-Stuttgart. All rights reserved
</h5>
</p>
</footer>
<script>
var
year
=
new
Date
().
getFullYear
();
document
.
getElementById
(
'
year
'
).
innerHTML
=
year
;
</script>
</body>
...
...
This diff is collapsed.
Click to expand it.
public/Kirchturm2.html
+
6
-
1
View file @
eeefed6c
...
...
@@ -55,10 +55,15 @@
<footer>
<p
align=
"center"
>
<h5>
Copyright
©
2018 -
2020
, HFT-Stuttgart. All rights reserved
</h5>
<h5>
Copyright
©
2018 -
<span
id=
'year'
></span>
, HFT-Stuttgart. All rights reserved
</h5>
</p>
</footer>
<script>
var
year
=
new
Date
().
getFullYear
();
document
.
getElementById
(
'
year
'
).
innerHTML
=
year
;
</script>
</body>
...
...
This diff is collapsed.
Click to expand it.
public/StreamlineParticles.html
+
7
-
3
View file @
eeefed6c
...
...
@@ -61,12 +61,16 @@
<footer>
<p
align=
"center"
>
<h5>
Copyright
©
2018 -
2020
, HFT-Stuttgart. All rights reserved
</h5>
<p
align=
"center"
>
<h5>
Copyright
©
2018 -
<span
id=
'year'
></span>
, HFT-Stuttgart. All rights reserved
</h5>
</p>
</footer>
<script>
var
year
=
new
Date
().
getFullYear
();
document
.
getElementById
(
'
year
'
).
innerHTML
=
year
;
</script>
</body>
...
...
This diff is collapsed.
Click to expand it.
public/StreamlinesMultipart.html
+
7
-
3
View file @
eeefed6c
...
...
@@ -61,12 +61,16 @@
<footer>
<p
align=
"center"
>
<h5>
Copyright
©
2018 -
2020
, HFT-Stuttgart. All rights reserved
</h5>
<p
align=
"center"
>
<h5>
Copyright
©
2018 -
<span
id=
'year'
></span>
, HFT-Stuttgart. All rights reserved
</h5>
</p>
</footer>
<script>
var
year
=
new
Date
().
getFullYear
();
document
.
getElementById
(
'
year
'
).
innerHTML
=
year
;
</script>
</body>
...
...
This diff is collapsed.
Click to expand it.
public/Welcome2Simstadt.html
+
6
-
1
View file @
eeefed6c
...
...
@@ -48,10 +48,15 @@
<footer>
<p
align=
"center"
>
<h5>
Copyright
©
2018 -
2020
, HFT-Stuttgart. All rights reserved
</h5>
<h5>
Copyright
©
2018 -
<span
id=
'year'
></span>
, HFT-Stuttgart. All rights reserved
</h5>
</p>
</footer>
<script>
var
year
=
new
Date
().
getFullYear
();
document
.
getElementById
(
'
year
'
).
innerHTML
=
year
;
</script>
</body>
</body>
...
...
This diff is collapsed.
Click to expand it.
public/Welcome2iCity.html
+
6
-
1
View file @
eeefed6c
...
...
@@ -48,10 +48,15 @@
<link
rel=
"stylesheet"
href=
"css/myCesiumStyle.css"
>
<footer>
<p
align=
"center"
>
<h5>
Copyright
©
2018 -
2020
, HFT-Stuttgart. All rights reserved
</h5>
<h5>
Copyright
©
2018 -
<span
id=
'year'
></span>
, HFT-Stuttgart. All rights reserved
</h5>
</p>
</footer>
<script>
var
year
=
new
Date
().
getFullYear
();
document
.
getElementById
(
'
year
'
).
innerHTML
=
year
;
</script>
</body>
</body>
...
...
This diff is collapsed.
Click to expand it.
public/circularData.html
+
6
-
1
View file @
eeefed6c
...
...
@@ -55,10 +55,15 @@
<footer>
<p
align=
"center"
>
<h5>
Copyright
©
2018 -
2020
, HFT-Stuttgart. All rights reserved
</h5>
<h5>
Copyright
©
2018 -
<span
id=
'year'
></span>
, HFT-Stuttgart. All rights reserved
</h5>
</p>
</footer>
<script>
var
year
=
new
Date
().
getFullYear
();
document
.
getElementById
(
'
year
'
).
innerHTML
=
year
;
</script>
</body>
...
...
This diff is collapsed.
Click to expand it.
public/iStoeck.html
+
6
-
1
View file @
eeefed6c
...
...
@@ -52,10 +52,15 @@
<footer>
<p
align=
"center"
>
<h5>
Copyright
©
2018 -
2020
, HFT-Stuttgart. All rights reserved
</h5>
<h5>
Copyright
©
2018 -
<span
id=
'year'
></span>
, HFT-Stuttgart. All rights reserved
</h5>
</p>
</footer>
<script>
var
year
=
new
Date
().
getFullYear
();
document
.
getElementById
(
'
year
'
).
innerHTML
=
year
;
</script>
</body>
...
...
This diff is collapsed.
Click to expand it.
public/iStoeckHM.html
+
6
-
1
View file @
eeefed6c
...
...
@@ -56,10 +56,15 @@
<footer>
<p
align=
"center"
>
<h5>
Copyright
©
2018 -
2020
, HFT-Stuttgart. All rights reserved
</h5>
<h5>
Copyright
©
2018 -
<span
id=
'year'
></span>
, HFT-Stuttgart. All rights reserved
</h5>
</p>
</footer>
<script>
var
year
=
new
Date
().
getFullYear
();
document
.
getElementById
(
'
year
'
).
innerHTML
=
year
;
</script>
</body>
...
...
This diff is collapsed.
Click to expand it.
public/iStoeckHMGeoJSON.html
+
6
-
1
View file @
eeefed6c
...
...
@@ -56,10 +56,15 @@
<footer>
<p
align=
"center"
>
<h5>
Copyright
©
2018 -
2020
, HFT-Stuttgart. All rights reserved
</h5>
<h5>
Copyright
©
2018 -
<span
id=
'year'
></span>
, HFT-Stuttgart. All rights reserved
</h5>
</p>
</footer>
<script>
var
year
=
new
Date
().
getFullYear
();
document
.
getElementById
(
'
year
'
).
innerHTML
=
year
;
</script>
</body>
...
...
This diff is collapsed.
Click to expand it.
public/iStoeckHexgrid_2m.html
+
6
-
1
View file @
eeefed6c
...
...
@@ -57,10 +57,15 @@
<footer>
<p
align=
"center"
>
<h5>
Copyright
©
2018 -
2020
, HFT-Stuttgart. All rights reserved
</h5>
<h5>
Copyright
©
2018 -
<span
id=
'year'
></span>
, HFT-Stuttgart. All rights reserved
</h5>
</p>
</footer>
<script>
var
year
=
new
Date
().
getFullYear
();
document
.
getElementById
(
'
year
'
).
innerHTML
=
year
;
</script>
</body>
</html>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
public/iStoeckStreams.html
+
10
-
5
View file @
eeefed6c
...
...
@@ -50,11 +50,16 @@
</div>
</div>
<footer>
<p
align=
"center"
>
<h5>
Copyright
©
2018 - 2020, HFT-Stuttgart. All rights reserved
</h5>
</p>
</footer>
<footer>
<p
align=
"center"
>
<h5>
Copyright
©
2018 -
<span
id=
'year'
></span>
, HFT-Stuttgart. All rights reserved
</h5>
</p>
</footer>
<script>
var
year
=
new
Date
().
getFullYear
();
document
.
getElementById
(
'
year
'
).
innerHTML
=
year
;
</script>
</body>
...
...
This diff is collapsed.
Click to expand it.
public/index.html
+
5
-
1
View file @
eeefed6c
...
...
@@ -406,11 +406,15 @@
<p
class=
"float-right"
>
<a
href=
"#"
>
Back to top
</a>
</p>
<p>
urbanVIS is
©
by Sven Schneider and colaborators at HFT Stuttgart,
2020
.
</p>
<p>
urbanVIS is
©
by Sven Schneider and colaborators at HFT Stuttgart,
<span
id=
'year'
></span>
.
</p>
</div>
</footer>
<script>
var
year
=
new
Date
().
getFullYear
();
document
.
getElementById
(
'
year
'
).
innerHTML
=
year
;
</script>
<!-- KEINE ÄNDERUNGEN NACH DIESER ZEILE -->
<script
src=
"settings.js"
>
</script>
...
...
This diff is collapsed.
Click to expand it.
public/welcome.html
+
7
-
2
View file @
eeefed6c
...
...
@@ -273,14 +273,19 @@
</main>
<footer
class=
"text-
mu
te
d
"
>
<footer
class=
"text-
whi
te"
>
<div
class=
"container"
>
<p
class=
"float-right"
>
<a
href=
"#"
>
Back to top
</a>
</p>
<p>
U
rban
CFD
is
©
by Sven Schneider and colaborators at HFT Stuttgart,
2020
.
</p>
<p>
u
rban
VIS
is
©
by Sven Schneider and colaborators at HFT Stuttgart,
<span
id=
'year'
></span>
.
</p>
</div>
</footer>
<script>
var
year
=
new
Date
().
getFullYear
();
document
.
getElementById
(
'
year
'
).
innerHTML
=
year
;
</script>
</body>
</html>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets