- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/templates/addEvent.html
r39a45e6 r0fb69cc 1 1 <th:block xmlns:th="http://www.thymeleaf.org"> 2 2 <div style="color: white" class="container"> 3 <h1 class="jumbotron-heading"> Додани нов настан</h1>3 <h1 class="jumbotron-heading">Add New Event</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"> Тема</label>8 <label for="theme">Theme</label> 9 9 <input type="text" 10 10 class="form-control" … … 12 12 name="theme" 13 13 required 14 placeholder=" внеси тема">14 placeholder="Enter theme"> 15 15 </div> 16 16 <div class="form-group"> 17 <label for="duration"> Траење</label>17 <label for="duration">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"> Дали се повторува</label>25 <label for="repeating">Repeating</label> 26 26 <input type="text" 27 27 class="form-control" 28 28 id="repeating" 29 29 name="repeating" 30 placeholder=" ">30 placeholder="repeating"> 31 31 </div> 32 32 <div class="form-group"> 33 <label for="start_date"> Почетен датум</label>33 <label for="start_date">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"> Слика</label>41 <label for="img_url">Image 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"> Додади</button>49 <button style="background-color: #ff5019" id="submit" type="submit" class="btn btn-primary">Add Event</button> 50 50 </form> 51 51 </div> 52 53 52 </div> 54 55 <button style="background-color: #ff5019" class="btn btn-primary"><a style="color: white" href="/addEventToCinema">Додади настан во кинотека</a></button>56 57 53 </div> 58 54
Note:
See TracChangeset
for help on using the changeset viewer.