Last change
on this file since bde8b13 was b101b69, checked in by ppaunovski <paunovskipavel@…>, 11 months ago |
initial classes, no inheritance yet v2
|
-
Property mode
set to
100644
|
File size:
809 bytes
|
Line | |
---|
1 | <div xmlns:th="http://www.thymeleaf.org">
|
---|
2 | <section class="jumbotron text-center">
|
---|
3 | <div class="container">
|
---|
4 | <h1 class="jumbotron-heading">WEB PROGRAMMING SHOP</h1>
|
---|
5 | <h3 class="jumbotron-heading">All products</h3>
|
---|
6 | </div>
|
---|
7 | </section>
|
---|
8 |
|
---|
9 | <div style="width: 500px">
|
---|
10 | <form method="post" action="/bilet/kupi">
|
---|
11 |
|
---|
12 | <p>
|
---|
13 | <label for="tipbilet" class="sr-only">Tip Bilet</label>
|
---|
14 | <select id="tipbilet" name="tipbilet" class="form-control">
|
---|
15 | <option class="form-control" th:each="tip : ${tipbileti}" th:value="${tip.tbId}" th:text="${tip.tbIme}"></option>
|
---|
16 | </select>
|
---|
17 | </p>
|
---|
18 |
|
---|
19 | <input type="submit" value="Kupi" class="btn btn-success">
|
---|
20 | </form>
|
---|
21 |
|
---|
22 | </div>
|
---|
23 | </div>
|
---|
24 |
|
---|
25 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.