Added footer and source link to comply with the AGPL.
This commit is contained in:
@@ -25,13 +25,14 @@
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
||||
<!-- Bootstrap icons -->
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
|
||||
<link rel="stylesheet" href="/css/base.css" type="text/css">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<!-- Papaparse for csv import -->
|
||||
<script src="https://unpkg.com/papaparse@latest/papaparse.min.js"></script>
|
||||
<title>Inventory - {% block pagename %}{% endblock pagename %}</title>
|
||||
<script type="text/javascript" src="/js/base.js"></script>
|
||||
<script rel="script" type="text/javascript" src="/js/base.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<body class="d-flex flex-column min-vh-100">
|
||||
<!-- Navbar -->
|
||||
<nav class='navbar navbar-expand-lg bg-body bg-body-tertiary'>
|
||||
<div class='container-fluid'>
|
||||
@@ -65,9 +66,38 @@
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<div id="content" class="mx-3">
|
||||
{% block body %}{% endblock body %}
|
||||
<!-- Modals -->
|
||||
</div>
|
||||
<div class="container mt-auto">
|
||||
<footer class="d-flex flex-wrap border-top py-3 my-4 justify-content-between align-items-center">
|
||||
<p class="col-md-4 mb-0 text-body-secondary">© 2024 Johannes Randerath.</p>
|
||||
<a class="col-md-4 d-flex align-items-center justify-content-center mb-3 mb-md-0 me-md-auto link-body-emphasis text-decoration-none" href="http://u.fsf.org/16e"><img src="https://static.fsf.org/nosvn/images/badges/fsfs_icons_beige-bg.png" width="100" alt="Free Software, Free Society"></a>
|
||||
<ul class="nav col-md-4 justify-content-end">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link text-body-secondary px-2" href="/">
|
||||
Home
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link text-body-secondary px-2" href="https://gitea.randerath.eu/johannes/inventur">
|
||||
Source
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link text-body-secondary px-2" href="/txt/COPYING">
|
||||
License
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link text-body-secondary px-2" href="https://www.eff.org">
|
||||
Internet Privacy
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</footer>
|
||||
</div>
|
||||
<!-- Base modals -->
|
||||
{% include "base_modals" %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user