prepared file upload

This commit is contained in:
Jottyfan
2023-01-28 18:40:23 +01:00
parent e6e625306d
commit 9e7850a4a1
37 changed files with 625 additions and 76 deletions

View File

@ -18,10 +18,10 @@
<script th:src="@{/js/mytoggle.js}"></script>
<script th:src="@{/js/myAjax.js}"></script>
<script th:src="@{/js/progress.js}"></script>
<th:block layout:fragment="libs"></th:block>
</head>
<body>
<nav class="navbar navbar-expand-lg bg-light">
<nav class="navbar navbar-expand-lg bg-light navbar-background">
<span class="navbar-brand"><img th:src="@{/images/logo.png}" width="128px" /></span>
<div class="container-fluid">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false">
<span class="navbar-toggler-icon"></span>
@ -41,7 +41,7 @@
</div>
</div>
</nav>
<div layout:fragment="content">Layout content</div>
<div layout:fragment="content">content</div>
<div class="versionclip">
<a href="https://gitlab.com/jottyfan/camporganizer2/-/issues" class="versionlink" target="_blank" th:text="${'Version ' + @manifestBean.getVersion()}"></a>
</div>