source: src/main/resources/templates/selectWarehouse.html@ cab5859

main
Last change on this file since cab5859 was cab5859, checked in by andrejtodorovski <82031894+andrejtodorovski@…>, 18 months ago

Added all advanced reports, added bootstrap for every template

  • Property mode set to 100644
File size: 550 bytes
Line 
1<div>
2 <h1 class="mt-3 mb-3">Одбери овластен сервис</h1>
3 <form class="form-signin mt-xl-5" method="post" action="/finishRegister">
4 <label for="location"></label><select class="form-control" id="location" required name="location">
5 <option th:each="loc : ${locations}"
6 th:text="${loc.getLocation()}"
7 th:value="${loc.getLocation()}">
8 </option>
9 </select>
10 <button type="submit" class="btn btn-primary btn-lg btn-block">Заврши со регистрација</button>
11 </form>
12</div>
Note: See TracBrowser for help on using the repository browser.