Changeset 4158cac for src/main/resources/templates/films.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/films.html
rbcb4acc r4158cac 203 203 <form style="margin-left: 20px" th:action="@{'/home/films'}" 204 204 th:method="GET"> 205 206 <div class="form-group"> 205 <div class="row"> 206 207 <div class="form-group col-2"> 207 208 <label style="color: white;font-size: 20px;font-weight: bold">Избери Кино:</label> 208 209 <select name="id_cinema" class="form-control" id="id_cinema"> … … 216 217 217 218 </div> 218 <div class="form-group ">219 <label style="color: white;font-size: 20px;font-weight: bold">Избери Жа рн:</label>219 <div class="form-group col-2"> 220 <label style="color: white;font-size: 20px;font-weight: bold">Избери Жанр:</label> 220 221 <select name="id_genre" class="form-control" id="id_genre"> 221 222 <option th:value="${null}" text="Please Select"></option> … … 228 229 229 230 </div> 230 <button class="button" type="submit">Filter</button> 231 <div class="col-8 mt-4"> 232 <button class="button" type="submit">Филтрирај</button> 233 234 </div> 235 </div> 231 236 </form> 232 237 … … 259 264 </div> 260 265 </div> 266 </div>
Note:
See TracChangeset
for help on using the changeset viewer.