diff --git a/public/Kirchturm1.html b/public/Kirchturm1.html index df6c8f5e6b6fc43bfa71e7640a2b11a24743a222..325e21c7cc0111e3a9d6def19be71685c0b8e0ac 100644 --- a/public/Kirchturm1.html +++ b/public/Kirchturm1.html @@ -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> diff --git a/public/Kirchturm2.html b/public/Kirchturm2.html index 1d99c5f1bcdb03cc027b9d8e1b2b1c52202cca19..492538456425626bb2b0fff06377710c2df65b55 100644 --- a/public/Kirchturm2.html +++ b/public/Kirchturm2.html @@ -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> diff --git a/public/StreamlineParticles.html b/public/StreamlineParticles.html index 9abe0b3308108cb4c55ade81801c5cda2438698f..80552f485907da8045e93165f775fcc9182128f6 100644 --- a/public/StreamlineParticles.html +++ b/public/StreamlineParticles.html @@ -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> diff --git a/public/StreamlinesMultipart.html b/public/StreamlinesMultipart.html index 23b7f23ac28715bc14d6701026bf2aa865019c6b..88f7aff61df1b73465ccb03c635c2e5ca65ebd52 100644 --- a/public/StreamlinesMultipart.html +++ b/public/StreamlinesMultipart.html @@ -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> diff --git a/public/Welcome2Simstadt.html b/public/Welcome2Simstadt.html index 1a76d9055a6d4784566132135f3db7b1c093118e..7c5d8df94ff0c5a2424d7f7672caf1014761d74f 100644 --- a/public/Welcome2Simstadt.html +++ b/public/Welcome2Simstadt.html @@ -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> diff --git a/public/Welcome2iCity.html b/public/Welcome2iCity.html index 7d0ab5413659ceebb3c1be7224e829a0e90d658e..45cf0938c80729cc35635f52d1ffd90e81342417 100644 --- a/public/Welcome2iCity.html +++ b/public/Welcome2iCity.html @@ -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> diff --git a/public/circularData.html b/public/circularData.html index 92be775be378364fb9d2f0e923b030bb25cd12f2..5a0e4e49e258f2447317f8829180a02844df791c 100644 --- a/public/circularData.html +++ b/public/circularData.html @@ -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> diff --git a/public/iStoeck.html b/public/iStoeck.html index 6188397421a83031f62fc433a73c55544d736860..81b3d28889fe89f62c016534aada90505bd12422 100644 --- a/public/iStoeck.html +++ b/public/iStoeck.html @@ -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> diff --git a/public/iStoeckHM.html b/public/iStoeckHM.html index 6718e5cd646aa795a0d48759f64692767125ee34..f6fe253d5811d7b3b20fd483ce430f38891a4ba6 100644 --- a/public/iStoeckHM.html +++ b/public/iStoeckHM.html @@ -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> diff --git a/public/iStoeckHMGeoJSON.html b/public/iStoeckHMGeoJSON.html index 73ce81d15288633edc93417a17fc5b20ba9a05e3..134c8ff6f354e91610380c1e62d480b2d7185d8a 100644 --- a/public/iStoeckHMGeoJSON.html +++ b/public/iStoeckHMGeoJSON.html @@ -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> diff --git a/public/iStoeckHexgrid_2m.html b/public/iStoeckHexgrid_2m.html index be387797f5ac16adc25c8d5d0eb3ac09fec382b8..7ade184b2723c4e5a78d4404bef3f4db7efd5140 100644 --- a/public/iStoeckHexgrid_2m.html +++ b/public/iStoeckHexgrid_2m.html @@ -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 diff --git a/public/iStoeckStreams.html b/public/iStoeckStreams.html index c5e24c3bf99d982741ac2ce0640210facd96e933..6cc44b686bb8abe8155c2172e15a1cb4d8844868 100644 --- a/public/iStoeckStreams.html +++ b/public/iStoeckStreams.html @@ -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> diff --git a/public/index.html b/public/index.html index 2a11d3b0daea93ad96f1ed921690a7ea944916be..29411748decd4f02d8bd48d2726b81f0cc678cf8 100644 --- a/public/index.html +++ b/public/index.html @@ -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> diff --git a/public/welcome.html b/public/welcome.html index 768b07a2c5f8081c0c5b92c1ceeae09bf7cca90e..46f06402f8eb005a50791e09bbe32cdec6fb276e 100644 --- a/public/welcome.html +++ b/public/welcome.html @@ -273,14 +273,19 @@ </main> - <footer class="text-muted"> + <footer class="text-white"> <div class="container"> <p class="float-right"> <a href="#">Back to top</a> </p> - <p>UrbanCFD 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> </body> </html> \ No newline at end of file