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 @@ ...@@ -55,10 +55,15 @@
<footer> <footer>
<p align="center"> <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> </p>
</footer> </footer>
<script>
var year = new Date().getFullYear();
document.getElementById('year').innerHTML = year;
</script>
</body> </body>
......
...@@ -55,10 +55,15 @@ ...@@ -55,10 +55,15 @@
<footer> <footer>
<p align="center"> <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> </p>
</footer> </footer>
<script>
var year = new Date().getFullYear();
document.getElementById('year').innerHTML = year;
</script>
</body> </body>
......
...@@ -61,12 +61,16 @@ ...@@ -61,12 +61,16 @@
<footer> <footer>
<p align="center"> <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> </p>
</footer> </footer>
<script>
var year = new Date().getFullYear();
document.getElementById('year').innerHTML = year;
</script>
</body> </body>
......
...@@ -61,12 +61,16 @@ ...@@ -61,12 +61,16 @@
<footer> <footer>
<p align="center"> <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> </p>
</footer> </footer>
<script>
var year = new Date().getFullYear();
document.getElementById('year').innerHTML = year;
</script>
</body> </body>
......
...@@ -48,10 +48,15 @@ ...@@ -48,10 +48,15 @@
<footer> <footer>
<p align="center"> <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> </p>
</footer> </footer>
<script>
var year = new Date().getFullYear();
document.getElementById('year').innerHTML = year;
</script>
</body> </body>
</body> </body>
......
...@@ -48,10 +48,15 @@ ...@@ -48,10 +48,15 @@
<link rel="stylesheet" href="css/myCesiumStyle.css"> <link rel="stylesheet" href="css/myCesiumStyle.css">
<footer> <footer>
<p align="center"> <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> </p>
</footer> </footer>
<script>
var year = new Date().getFullYear();
document.getElementById('year').innerHTML = year;
</script>
</body> </body>
</body> </body>
......
...@@ -55,10 +55,15 @@ ...@@ -55,10 +55,15 @@
<footer> <footer>
<p align="center"> <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> </p>
</footer> </footer>
<script>
var year = new Date().getFullYear();
document.getElementById('year').innerHTML = year;
</script>
</body> </body>
......
...@@ -52,10 +52,15 @@ ...@@ -52,10 +52,15 @@
<footer> <footer>
<p align="center"> <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> </p>
</footer> </footer>
<script>
var year = new Date().getFullYear();
document.getElementById('year').innerHTML = year;
</script>
</body> </body>
......
...@@ -56,10 +56,15 @@ ...@@ -56,10 +56,15 @@
<footer> <footer>
<p align="center"> <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> </p>
</footer> </footer>
<script>
var year = new Date().getFullYear();
document.getElementById('year').innerHTML = year;
</script>
</body> </body>
......
...@@ -56,10 +56,15 @@ ...@@ -56,10 +56,15 @@
<footer> <footer>
<p align="center"> <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> </p>
</footer> </footer>
<script>
var year = new Date().getFullYear();
document.getElementById('year').innerHTML = year;
</script>
</body> </body>
......
...@@ -57,10 +57,15 @@ ...@@ -57,10 +57,15 @@
<footer> <footer>
<p align="center"> <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> </p>
</footer> </footer>
<script>
var year = new Date().getFullYear();
document.getElementById('year').innerHTML = year;
</script>
</body> </body>
</html> </html>
\ No newline at end of file
...@@ -50,11 +50,16 @@ ...@@ -50,11 +50,16 @@
</div> </div>
</div> </div>
<footer> <footer>
<p align="center"> <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> </p>
</footer> </footer>
<script>
var year = new Date().getFullYear();
document.getElementById('year').innerHTML = year;
</script>
</body> </body>
......
...@@ -406,11 +406,15 @@ ...@@ -406,11 +406,15 @@
<p class="float-right"> <p class="float-right">
<a href="#">Back to top</a> <a href="#">Back to top</a>
</p> </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> </div>
</footer> </footer>
<script>
var year = new Date().getFullYear();
document.getElementById('year').innerHTML = year;
</script>
<!-- KEINE ÄNDERUNGEN NACH DIESER ZEILE --> <!-- KEINE ÄNDERUNGEN NACH DIESER ZEILE -->
<script src="settings.js"> </script> <script src="settings.js"> </script>
......
...@@ -273,14 +273,19 @@ ...@@ -273,14 +273,19 @@
</main> </main>
<footer class="text-muted"> <footer class="text-white">
<div class="container"> <div class="container">
<p class="float-right"> <p class="float-right">
<a href="#">Back to top</a> <a href="#">Back to top</a>
</p> </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> </div>
</footer> </footer>
<script>
var year = new Date().getFullYear();
document.getElementById('year').innerHTML = year;
</script>
</body> </body>
</html> </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