Changeset 04153a9
- Timestamp:
- 02/10/23 11:35:17 (21 months ago)
- Branches:
- master
- Children:
- 633b371
- Parents:
- ef84238
- Location:
- src/main/resources/templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/templates/event.html
ref84238 r04153a9 52 52 минути 53 53 </h4> 54 <th:block sec:authorize="hasAuthority('ROLE_USER')" th:if="${#request.getRemoteUser() != null}"> 54 55 <form th:action="@{'/home/addInterestedEvent/{id}' (id=${event.id_event})}" 55 56 th:method="POST"> 56 57 <button class="button" type="submit">Додади Заинтересиран</button> 57 58 </form> 59 </th:block> 58 60 </div> 59 61 <div class="slika"> -
src/main/resources/templates/projectionsForFilm.html
ref84238 r04153a9 27 27 </style> 28 28 <h1 style="color: white" th:text="${film.name}"></h1> 29 <div style="border-radius:30px" >29 <div style="border-radius:30px" xmlns:sec="http://www.w3.org/1999/xhtml"> 30 30 <div class="row"> 31 31 <div class="col-12 mt-3" style="padding-left:100px;height:75%;"> … … 47 47 <div class="card-footer" style="border-bottom-right-radius:30px;border-bottom-left-radius:30px"> 48 48 <small> 49 <th:block sec:authorize="hasAuthority('ROLE_USER')" th:if="${#request.getRemoteUser() != null}"> 49 50 <form th:action="@{'/home/getSeats/{id}' (id=${projection.id_projection})}" 50 51 th:method="GET"> … … 63 64 <button class="button" type="submit">Резервирај</button> 64 65 </form> 65 66 </th:block> 66 67 </small> 67 68 </div>
Note:
See TracChangeset
for help on using the changeset viewer.