Changeset bcb4acc for src/main/resources/templates/projections.html
- Timestamp:
- 08/24/23 03:31:06 (15 months ago)
- Branches:
- master
- Children:
- 4158cac
- Parents:
- 1e7126f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/templates/projections.html
r1e7126f rbcb4acc 206 206 <label style="color: white;font-size: 20px;font-weight: bold">Избери Кино:</label> 207 207 <select name="id_cinema" class="form-control" id="id_cinema"> 208 <option th:value="${null}" text="Please Select"></option> 208 209 <option 209 th:selected="${cinemas.get(1)}"210 210 th:each="cinema : ${cinemas}" 211 211 th:value="${cinema.getId_cinema()}"
Note:
See TracChangeset
for help on using the changeset viewer.