source: src/main/resources/templates/addEvent.html@ 39a45e6

Last change on this file since 39a45e6 was 39a45e6, checked in by milamihajlovska <mila.mihajlovska01@…>, 22 months ago

updates in html

  • Property mode set to 100644
File size: 2.6 KB
RevLine 
[a073dad]1<th:block xmlns:th="http://www.thymeleaf.org">
[b5ce654]2 <div style="color: white" class="container">
[39a45e6]3 <h1 class="jumbotron-heading">Додани нов настан</h1>
[a073dad]4 <div class="row">
5 <div class="col-md-5">
6 <form action="/home/addE" method="POST">
7 <div class="form-group">
[39a45e6]8 <label for="theme">Тема</label>
[a073dad]9 <input type="text"
10 class="form-control"
11 id="theme"
12 name="theme"
13 required
[39a45e6]14 placeholder="внеси тема">
[a073dad]15 </div>
16 <div class="form-group">
[39a45e6]17 <label for="duration">Траење</label>
[a073dad]18 <input type="text"
19 class="form-control"
20 id="duration"
21 name="duration"
22 placeholder="Duration">
23 </div>
24 <div class="form-group">
[39a45e6]25 <label for="repeating">Дали се повторува</label>
[a073dad]26 <input type="text"
27 class="form-control"
28 id="repeating"
29 name="repeating"
[39a45e6]30 placeholder="">
[a073dad]31 </div>
32 <div class="form-group">
[39a45e6]33 <label for="start_date">Почетен датум</label>
[a073dad]34 <input type="date"
35 class="form-control"
36 id="start_date"
37 name="start_date"
38 >
39 </div>
[0fb69cc]40 <div class="form-group">
[39a45e6]41 <label for="img_url">Слика</label>
[0fb69cc]42 <input type="text"
43 class="form-control"
44 id="img_url"
45 name="img_url"
46 placeholder="URL">
47 </div>
[a073dad]48
[39a45e6]49 <button style="background-color: #ff5019" id="submit" type="submit" class="btn btn-primary">Додади</button>
[a073dad]50 </form>
51 </div>
[39a45e6]52
[a073dad]53 </div>
[39a45e6]54
55 <button style="background-color: #ff5019" class="btn btn-primary"><a style="color: white" href="/addEventToCinema">Додади настан во кинотека</a></button>
56
[a073dad]57 </div>
58
59</th:block>
Note: See TracBrowser for help on using the repository browser.