@ -30,8 +30,8 @@
|
|||||||
</header>
|
</header>
|
||||||
<main th:fragment="bodycontent">
|
<main th:fragment="bodycontent">
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<div class="row">
|
<div>
|
||||||
<div class="col-9 shadow-sm p-4" style="border: 10px solid aliceblue; border-radius: 5px; background: aliceblue">
|
<div class="shadow-sm p-4 col-8" style="border: 10px solid aliceblue; display: inline-block; border-radius: 5px; background: aliceblue">
|
||||||
<h1 style="color: black; font-weight: bold; font-optical-sizing: auto; overflow-wrap: break-word" th:text="${group.getTitle()}"></h1>
|
<h1 style="color: black; font-weight: bold; font-optical-sizing: auto; overflow-wrap: break-word" th:text="${group.getTitle()}"></h1>
|
||||||
<h3>
|
<h3>
|
||||||
<span class="badge badge-pill badge-dark" style="background: darkslategray"
|
<span class="badge badge-pill badge-dark" style="background: darkslategray"
|
||||||
@ -67,28 +67,27 @@
|
|||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-3" style="white-space: nowrap">
|
<div class="col-4" style="white-space: nowrap; float: right; background: white; display: inline-block; margin-bottom: 100px; margin-top: -8px">
|
||||||
<div style="display: inline-block; margin: 0">
|
<h2>Mitglieder</h2>
|
||||||
<h2>Mitglieder</h2>
|
<div th:switch="${group.getUserMaximum() != 100000}">
|
||||||
<div th:switch="${group.getUserMaximum() != 100000}">
|
<h4 th:case="${true}">
|
||||||
<h4 th:case="${true}">
|
<a th:text="${group.getMembers().size()}"></a>
|
||||||
<a th:text="${group.getMembers().size()}"></a>
|
<a>von maximal</a>
|
||||||
<a>von maximal</a>
|
<a th:text="${group.getUserMaximum()}"></a>
|
||||||
<a th:text="${group.getUserMaximum()}"></a>
|
<a>Benutzern.</a>
|
||||||
<a>Benutzern.</a>
|
</h4>
|
||||||
</h4>
|
<h4 th:case="${false}"> unbegrenzte Teilnehmeranzahl</h4>
|
||||||
<h4 th:case="${false}"> unbegrenzte Teilnehmeranzahl</h4>
|
</div>
|
||||||
</div>
|
<div th:if="${group.getRoles().get(user.getId()) == admin}">
|
||||||
<div th:if="${group.getRoles().get(user.getId()) == admin}">
|
<form method="get"
|
||||||
<form method="get"
|
th:action="@{/gruppen2/details/members/{id}(id=${group.getId()})}">
|
||||||
th:action="@{/gruppen2/details/members/{id}(id=${group.getId()})}">
|
<button class="btn btn-secondary" style="background: slategrey; float: left">Mitglieder bearbeiten</button>
|
||||||
<button class="btn btn-secondary" style="background: slategrey; float: left">Mitglieder bearbeiten</button>
|
</form>
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div style="overflow-y: scroll;
|
||||||
|
height:60vh">
|
||||||
<ul class="list-group-flush" style="background: slategrey"
|
<ul class="list-group-flush" style="background: slategrey"
|
||||||
th:each="member : ${group.getMembers()}">
|
th:each="member : ${group.getMembers()}">
|
||||||
<li class="list-group-item" style="background: aliceblue">
|
<li class="list-group-item" style="background: aliceblue">
|
||||||
|
|||||||
@ -36,7 +36,7 @@
|
|||||||
<h3>
|
<h3>
|
||||||
<span class="badge badge-pill badge-dark" style="background: darkslategray"
|
<span class="badge badge-pill badge-dark" style="background: darkslategray"
|
||||||
th:if='${group.getVisibility() == group.getVisibility().PRIVATE }'>Private Gruppe</span>
|
th:if='${group.getVisibility() == group.getVisibility().PRIVATE }'>Private Gruppe</span>
|
||||||
<span class="badge badge-pill badge-primary"
|
<span class="badge badge-pill badge-primary" style="background: #52a1eb"
|
||||||
th:if="${group.getVisibility() == group.getVisibility().PUBLIC}">Öffentliche Gruppe</span>
|
th:if="${group.getVisibility() == group.getVisibility().PUBLIC}">Öffentliche Gruppe</span>
|
||||||
<span class="badge badge-pill badge-success"
|
<span class="badge badge-pill badge-success"
|
||||||
style="background: lightseagreen"
|
style="background: lightseagreen"
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
<title>Seite nicht gefunden</title>
|
<title>Seite nicht gefunden</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="mx-auto" style="vertical-align: border-radius: 5px; center; horiz-align: center; top: 50%; left: 50%;">
|
<div class="mx-auto" style="vertical-align: center; border-radius: 5px; horiz-align: center; top: 50%; left: 50%;">
|
||||||
<div class="jumbotron" style="background: aliceblue">
|
<div class="jumbotron" style="background: aliceblue">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1 class="display-3">UPSI</h1>
|
<h1 class="display-3">UPSI</h1>
|
||||||
@ -26,8 +26,10 @@
|
|||||||
<p th:text="${message}"></p>
|
<p th:text="${message}"></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<p><a class="btn btn-primary btn-lg" href="#" onclick="window.history.back(-1);return false;" role="button">Zurück</a>
|
|
||||||
</p>
|
<button style="color: #52a1eb">
|
||||||
|
<a style="color: white" class="btn btn-primary btn-lg" href="#" onclick="window.history.back(-1);return false;" role="button">Zurück</a>
|
||||||
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user