Changeset 39a45e6 for src/main/resources/templates/addEvent.html
- Timestamp:
- 02/08/23 14:41:02 (22 months ago)
- Branches:
- master
- Children:
- 632e3d8
- Parents:
- 61fed7c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/templates/addEvent.html
r61fed7c r39a45e6 1 1 <th:block xmlns:th="http://www.thymeleaf.org"> 2 2 <div style="color: white" class="container"> 3 <h1 class="jumbotron-heading"> Add New Event</h1>3 <h1 class="jumbotron-heading">Додани нов настан</h1> 4 4 <div class="row"> 5 5 <div class="col-md-5"> 6 6 <form action="/home/addE" method="POST"> 7 7 <div class="form-group"> 8 <label for="theme"> Theme</label>8 <label for="theme">Тема</label> 9 9 <input type="text" 10 10 class="form-control" … … 12 12 name="theme" 13 13 required 14 placeholder=" Enter theme">14 placeholder="внеси тема"> 15 15 </div> 16 16 <div class="form-group"> 17 <label for="duration"> Duration</label>17 <label for="duration">Траење</label> 18 18 <input type="text" 19 19 class="form-control" … … 23 23 </div> 24 24 <div class="form-group"> 25 <label for="repeating"> Repeating</label>25 <label for="repeating">Дали се повторува</label> 26 26 <input type="text" 27 27 class="form-control" 28 28 id="repeating" 29 29 name="repeating" 30 placeholder=" repeating">30 placeholder=""> 31 31 </div> 32 32 <div class="form-group"> 33 <label for="start_date"> Start Date</label>33 <label for="start_date">Почетен датум</label> 34 34 <input type="date" 35 35 class="form-control" … … 39 39 </div> 40 40 <div class="form-group"> 41 <label for="img_url"> Image Url</label>41 <label for="img_url">Слика</label> 42 42 <input type="text" 43 43 class="form-control" … … 47 47 </div> 48 48 49 <button style="background-color: #ff5019" id="submit" type="submit" class="btn btn-primary"> Add Event</button>49 <button style="background-color: #ff5019" id="submit" type="submit" class="btn btn-primary">Додади</button> 50 50 </form> 51 51 </div> 52 52 53 </div> 54 55 <button style="background-color: #ff5019" class="btn btn-primary"><a style="color: white" href="/addEventToCinema">Додади настан во кинотека</a></button> 56 53 57 </div> 54 58
Note:
See TracChangeset
for help on using the changeset viewer.