source: bus-n-go-do-5ta-faza/src/main/resources/templates/kupiBilet.html@ bfb90dd

Last change on this file since bfb90dd was baf4cc4, checked in by ppaunovski <paunovskipavel@…>, 4 weeks ago

split group project and individual project into two separate folders

  • Property mode set to 100644
File size: 576 bytes
RevLine 
[baf4cc4]1<div xmlns:th="http://www.thymeleaf.org">
2
3
4 <div style="width: 500px">
5 <form method="post" action="/bilet/kupi">
6
7 <p>
8 <label for="tipbilet" class="sr-only">Tip Bilet</label>
9 <select id="tipbilet" name="tipbilet" class="form-control">
10 <option class="form-control" th:each="tip : ${tipbileti}" th:value="${tip.tbId}" th:text="${tip.tbIme}"></option>
11 </select>
12 </p>
13
14 <input type="submit" value="Kupi" class="btn btn-success">
15 </form>
16
17 </div>
18</div>
19
20
Note: See TracBrowser for help on using the repository browser.