Commit eeefed6c authored by Sven Schneider's avatar Sven Schneider
Browse files

added dynamic year in copyright info on all html websites

parent 8424bf68
Pipeline #3809 passed with stages
in 44 seconds
......@@ -55,10 +55,15 @@
<footer>
<p align="center">
<h5>Copyright &copy; 2018 - 2020, HFT-Stuttgart. All rights reserved</h5>
<h5>Copyright &copy; 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>
......
......@@ -55,10 +55,15 @@
<footer>
<p align="center">
<h5>Copyright &copy; 2018 - 2020, HFT-Stuttgart. All rights reserved</h5>
<h5>Copyright &copy; 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>
......
......@@ -61,12 +61,16 @@
<footer>
<p align="center">
<h5>Copyright &copy; 2018 - 2020, HFT-Stuttgart. All rights reserved</h5>
<p align="center">
<h5>Copyright &copy; 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>
......
......@@ -61,12 +61,16 @@
<footer>
<p align="center">
<h5>Copyright &copy; 2018 - 2020, HFT-Stuttgart. All rights reserved</h5>
<p align="center">
<h5>Copyright &copy; 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>
......
......@@ -48,10 +48,15 @@
<footer>
<p align="center">
<h5>Copyright &copy; 2018 - 2020, HFT-Stuttgart. All rights reserved</h5>
<h5>Copyright &copy; 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>
......
......@@ -48,10 +48,15 @@
<link rel="stylesheet" href="css/myCesiumStyle.css">
<footer>
<p align="center">
<h5>Copyright &copy; 2018 - 2020, HFT-Stuttgart. All rights reserved</h5>
<h5>Copyright &copy; 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>
......
......@@ -55,10 +55,15 @@
<footer>
<p align="center">
<h5>Copyright &copy; 2018 - 2020, HFT-Stuttgart. All rights reserved</h5>
<h5>Copyright &copy; 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>
......
......@@ -52,10 +52,15 @@
<footer>
<p align="center">
<h5>Copyright &copy; 2018 - 2020, HFT-Stuttgart. All rights reserved</h5>
<h5>Copyright &copy; 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>
......
......@@ -56,10 +56,15 @@
<footer>
<p align="center">
<h5>Copyright &copy; 2018 - 2020, HFT-Stuttgart. All rights reserved</h5>
<h5>Copyright &copy; 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>
......
......@@ -56,10 +56,15 @@
<footer>
<p align="center">
<h5>Copyright &copy; 2018 - 2020, HFT-Stuttgart. All rights reserved</h5>
<h5>Copyright &copy; 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>
......
......@@ -57,10 +57,15 @@
<footer>
<p align="center">
<h5>Copyright &copy; 2018 - 2020, HFT-Stuttgart. All rights reserved</h5>
<h5>Copyright &copy; 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
......@@ -50,11 +50,16 @@
</div>
</div>
<footer>
<p align="center">
<h5>Copyright &copy; 2018 - 2020, HFT-Stuttgart. All rights reserved</h5>
</p>
</footer>
<footer>
<p align="center">
<h5>Copyright &copy; 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>
......
......@@ -406,11 +406,15 @@
<p class="float-right">
<a href="#">Back to top</a>
</p>
<p>urbanVIS is &copy; by Sven Schneider and colaborators at HFT Stuttgart, 2020.</p>
<p>urbanVIS is &copy; 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>
......
......@@ -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 &copy; by Sven Schneider and colaborators at HFT Stuttgart, 2020.</p>
<p>urbanVIS is &copy; 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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment