dashboard eye candy

This commit is contained in:
Jottyfan
2022-10-15 12:51:53 +02:00
parent a3df68e4f7
commit f49fb7edab
3 changed files with 27 additions and 10 deletions

View File

@ -16,7 +16,10 @@
<div class="mainpage">
<div class="card usercard" th:each="b : ${mybookings}">
<div class="card-header">
<span th:text="${b.campName + ' ' + #numbers.formatInteger(b.year, 4)}" style="font-weight: bolder"></span>&nbsp;in&nbsp;<a th:href="${b.url}" target="_blank" th:text="${b.locationName}"></a>
<span th:text="${b.forename + ' ' + b.surname + ' an ' + b.campName + ' ' + #numbers.formatInteger(b.year, 4)}" style="font-weight: bolder"></span>&nbsp;in&nbsp;<a th:href="${b.url}"
target="_blank" th:text="${b.locationName}"></a><button class="btn btn-dropdown" style="right: 2px; top: 2px; position: absolute" th:onclick="$('#body_' + [[${b.pk}]]).toggle()"><i class="fas fa-caret-down"></i></button>
</div>
<div th:id="${'body_' + b.pk}" class="card-body">
<div class="container">
<div class="row">
<div class="col-sm-4">Zeit:</div>
@ -29,8 +32,7 @@
<div class="col-sm-8" th:text="${b.countries}"></div>
</div>
</div>
</div>
<div class="card-body">
<hr />
<div class="container">
<div class="row">
<div class="col-sm-4">Rolle:</div>