Revize d411f143
Přidáno uživatelem Vojtěch Danišík před téměř 5 roky(ů)
src/main/webapp/WEB-INF/templates/login.html | ||
---|---|---|
19 | 19 |
<table> |
20 | 20 |
<tr> |
21 | 21 |
<td>Přihlašovací jméno:</td> |
22 |
<td><input type="text" class="form-control"/></td> |
|
22 |
<td><input type="text" name="username" id="username" class="form-control"/></td>
|
|
23 | 23 |
</tr> |
24 | 24 |
<tr> |
25 | 25 |
<td>Heslo:</td> |
26 |
<td><input type="password" class="form-control"/></td> |
|
26 |
<td><input type="password" name="password" id="password" class="form-control"/></td>
|
|
27 | 27 |
</tr> |
28 | 28 |
<tr> |
29 | 29 |
<td><button class="btn-primary btn" type="submit">Přihlásit</button></td> |
Také k dispozici: Unified diff
re #8014 Login into app + session for user.