code cleanup, cleaned up locales folder to only include needed locales

This commit is contained in:
Patrick Tschuchnig
2019-02-11 16:47:24 +01:00
parent e8d931b764
commit 755740e1ba
478 changed files with 98128 additions and 25495 deletions

View File

@@ -1,20 +1,17 @@
<!DOCTYPE html>
<html lang="de">
<head>
<!DOCTYPE html><html lang="de">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="https://getbootstrap.com/favicon.ico">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="https://getbootstrap.com/favicon.ico">
<!-- please dont judge me, im not getting paid for this. -->
<title>IT-LAB-Leitung</title>
<!-- Bootstrap core CSS -->
<link href="ressources/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="ressources/sticky-footer-navbar.css" rel="stylesheet">
<!-- Bootstrap core CSS -->
<link href="ressources/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="ressources/sticky-footer-navbar.css" rel="stylesheet">
</head>
<header><nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
@@ -62,13 +59,16 @@
</div>
</div>
</main>
<!--<script src="ressources/lib/web/viewer.js"></script>-->
<script src="ressources/jquery-3.js"></script>
<script src="ressources/popper.js"></script>
<script src="ressources/bootstrap.js"></script>
<footer class="footer">
<div class="container">
<span class="text-muted">© 2019, BFI Ausbildungszentrum St. Stefan im Lavanttal</span>
</div>
</footer>
<script src="lib/web/viewer.js"></script>
<script src="ressources/jquery-3.js"></script>
<script src="ressources/popper.js"></script>
<script src="ressources/bootstrap.js"></script>
<div class="container">
<span class="text-muted">© 2019, BFI St. Stefan</span>
</div>
</footer>
</body></html>