main
Last change
on this file since ac151d1 was ac151d1, checked in by David <darsov2@…>, 7 months ago |
initial
|
-
Property mode
set to
100644
|
File size:
1.1 KB
|
Line | |
---|
1 | <div class="container mt-5">
|
---|
2 | <form action="/vote" method="post">
|
---|
3 | <div class="mb-3">
|
---|
4 | <label for="licence" class="form-label">Број на лична карта</label>
|
---|
5 | <input type="text" class="form-control" id="licence" aria-describedby="emailHelp" name="numberLicence">
|
---|
6 | <div id="emailHelp" class="form-text">We'll never share your email with anyone else.</div>
|
---|
7 | </div>
|
---|
8 | <div class="mb-3">
|
---|
9 | <label for="embg" class="form-label">ЕМБГ</label>
|
---|
10 | <input type="text" maxlength="13" class="form-control" id="embg" name="embg">
|
---|
11 | </div>
|
---|
12 | <div class="mb-3 form-check">
|
---|
13 | <input type="checkbox" class="form-check-input" id="exampleCheck1">
|
---|
14 | <label class="form-check-label" for="exampleCheck1">Check me out</label>
|
---|
15 | </div>
|
---|
16 | <div class="mb-3 form-check" th:if="${error != null && error == true}">
|
---|
17 | <label class="form-check-label text-danger" for="exampleCheck1">Внесените податоци се погрешни</label>
|
---|
18 | </div>
|
---|
19 | <button type="submit" class="btn btn-primary">Продолжи</button>
|
---|
20 | </form>
|
---|
21 | </div> |
---|
Note:
See
TracBrowser
for help on using the repository browser.