added support for youth group
This commit is contained in:
@@ -4,20 +4,16 @@
|
||||
<th:block layout:fragment="content">
|
||||
<div class="borderdist">
|
||||
<div class="container" th:if="${hasDateRole || hasBUrole}">
|
||||
<pre>Kommende Einteilung für den Bibelunterricht</pre>
|
||||
<div class="row">
|
||||
<div class="col-sm-6 col-md-4 col-lg-2 card p-2 m-1" th:each="s : ${list}">
|
||||
<div th:text="${#temporals.format(s.day, 'dd.MM.yyyy')}"></div>
|
||||
<div th:text="${s.fullname}"></div>
|
||||
<div class="tag tagbu" th:if="${s.isBibleclass}">Bibelunt.</div>
|
||||
<div class="tag tagju" th:if="${s.isYouthgroup}">Jungsch.</div>
|
||||
<div class="tagfollow" th:text="${#temporals.format(s.day, 'dd.MM.yyyy')}"></div>
|
||||
<div th:class="'tagfollow' + ${currentUserName == #strings.toLowerCase(s.fullname) ? ' tagemphasize' : ''}" th:text="${s.fullname}"></div>
|
||||
</div>
|
||||
<div class="alert alert-info" th:if="${list.size() < 1}">Es gibt noch keine neuen Termine oder Zusagen für Termine.</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" th:unless="${hasDateRole || hasBUrole}">
|
||||
<div class="alert alert-info">
|
||||
Willkommen im Anmeldeportal für die Gemeindefreizeit. Durch das Anklicken des Buttons <a class="btn btn-outline-secondary" th:href="@{/camp/registration}">Anmeldung Gemeindefreizeit</a> kannst du das Anmeldeformular öffnen.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</th:block>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user