Last change
on this file was fc7ec52, checked in by darkopopovski <darkopopovski39@…>, 2 years ago |
all files
|
-
Property mode
set to
100644
|
File size:
947 bytes
|
Rev | Line | |
---|
[fc7ec52] | 1 | <div class="container" xmlns:th="http://www.thymeleaf.org">
|
---|
| 2 | <form class="form-signin mt-xl-5" method="post" action="/login">
|
---|
| 3 | <h2 class="form-signin-heading">Sign in</h2>
|
---|
| 4 | <p>
|
---|
| 5 | <label for="user_username" class="sr-only">Username</label>
|
---|
| 6 | <input type="text" id="user_username" name="user_username" class="form-control" placeholder="Username" required=""
|
---|
| 7 | autofocus="">
|
---|
| 8 | </p>
|
---|
| 9 | <p>
|
---|
| 10 | <label for="user_password" class="sr-only">Password</label>
|
---|
| 11 | <input type="password" id="user_password" name="user_password" class="form-control" placeholder="Password"
|
---|
| 12 | required="">
|
---|
| 13 | </p>
|
---|
| 14 |
|
---|
| 15 | <div th:text="${param.error}" class="text-danger"></div>
|
---|
| 16 |
|
---|
| 17 | <button id="submit" class="btn btn-lg btn-primary btn-block" type="submit">Sign in</button>
|
---|
| 18 | </form>
|
---|
| 19 | <a href="/register" class="btn btn-block btn-light">Register here</a>
|
---|
| 20 | </div>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.