Changeset cc52b09 for src/main/resources/templates/homepage.html
- Timestamp:
- 02/02/23 23:05:16 (21 months ago)
- Branches:
- master
- Children:
- a436340
- Parents:
- 9280859
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/templates/homepage.html
r9280859 rcc52b09 26 26 <div class="card"> 27 27 <div class="card-body py-5 px-md-5"> 28 <form th:action="@{/search}" method="get" th:object="${search}">29 28 <div> 30 29 <label for="student-birth-date">Date of search:</label> 31 <input type="date" th:field="${search.date}"id="student-birth-date"/>30 <input type="date" id="student-birth-date"/> 32 31 </div> 33 32 <div> 34 <button type="submit" class="button" >Search</button>33 <button type="submit" class="button" id="search">Search</button> 35 34 </div> 36 </form>37 35 </div> 38 36 </div>
Note:
See TracChangeset
for help on using the changeset viewer.