Changeset 4158cac for src/main/resources/templates/projections.html
- Timestamp:
- 08/24/23 12:25:25 (15 months ago)
- Branches:
- master
- Children:
- 4173acf
- Parents:
- bcb4acc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/templates/projections.html
rbcb4acc r4158cac 202 202 <form style="margin-left: 20px" th:action="@{'/home/projections'}" 203 203 th:method="GET"> 204 205 <div class="form-group"> 204 <div class="row"> 205 206 <div class="form-group col-2"> 206 207 <label style="color: white;font-size: 20px;font-weight: bold">Избери Кино:</label> 207 208 <select name="id_cinema" class="form-control" id="id_cinema"> … … 215 216 216 217 </div> 217 <button class="button" type="submit">Filter</button> 218 <div class="col-10 mt-4"> 219 <button class="button" type="submit">Филтрирај</button> 220 </div> 221 222 </div> 223 218 224 </form> 219 225 <div xmlns:th="http://www.thymeleaf.org">
Note:
See TracChangeset
for help on using the changeset viewer.