Changeset 00fa72f for src/main/resources
- Timestamp:
- 02/09/23 14:06:45 (21 months ago)
- Branches:
- master
- Children:
- 6a9006d, a9ffccd
- Parents:
- 0ba5d1a
- Location:
- src/main/resources/templates
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/templates/projectionsForFilm.html
r0ba5d1a r00fa72f 47 47 <div class="card-footer" style="border-bottom-right-radius:30px;border-bottom-left-radius:30px"> 48 48 <small> 49 <form th:action="@{'/home/getSeats/{id}' (id=${ film.getId_film()})}"49 <form th:action="@{'/home/getSeats/{id}' (id=${projection.id_projection})}" 50 50 th:method="GET"> 51 51 <input type="hidden" name="film" id="film" th:value="${film.id_film}"> 52 52 <div class="form-group"> 53 53 <label style="color: black;font-size: 20px;font-weight: bold">Категорија на седиште</label> 54 <select name="id_c inema" class="form-control" id="id_cinema">54 <select name="id_category" class="form-control" id="id_category"> 55 55 <option 56 56 th:each="category : ${categories}" 57 th:value="${category.id _category}"57 th:value="${category.idcategory}" 58 58 th:text="${category.getName()}"> 59 59 </option>
Note:
See TracChangeset
for help on using the changeset viewer.