main
Last change
on this file was cab5859, checked in by andrejtodorovski <82031894+andrejtodorovski@…>, 23 months ago |
Added all advanced reports, added bootstrap for every template
|
-
Property mode
set to
100644
|
File size:
685 bytes
|
Line | |
---|
1 | <div>
|
---|
2 | <h1 th:if="${hasError}" th:text="${error}"></h1>
|
---|
3 | <div th:if="${!hasError}">
|
---|
4 | <h3 class="mt-3 mb-3">Достава до овластен сервис</h3>
|
---|
5 | <form class="form-signin mt-xl-5" method="post" action="/part/chooseRepairShop">
|
---|
6 | <p>
|
---|
7 | <label for="rs" class="sr-only">Избор на сервис</label>
|
---|
8 | <select id="rs" required name="rs">
|
---|
9 | <option th:each="aut : ${authorized}"
|
---|
10 | th:text="${aut.getName()}"
|
---|
11 | th:value="${aut.getId()}">
|
---|
12 | </option>
|
---|
13 | </select>
|
---|
14 | </p>
|
---|
15 | <button class="btn btn-lg btn-primary btn-block" type="submit">Достава до сервис</button>
|
---|
16 | </form>
|
---|
17 | </div>
|
---|
18 | </div> |
---|
Note:
See
TracBrowser
for help on using the repository browser.