Revize 0fcb708f
Přidáno uživatelem Matěj Zeman před téměř 3 roky(ů)
server/templates/auth/login.html | ||
---|---|---|
7 | 7 |
<body> |
8 | 8 |
<form action="/login" method="post"> |
9 | 9 |
<label for="username">Username:</label><br> |
10 |
<input type="text" id="username" name="username"><br><br>
|
|
11 |
<label for="password">Password:</label> |
|
12 |
<input type="password" id="password" name="password"> |
|
10 |
<input type="text" id="username" name="username"><br> |
|
11 |
<label for="password">Password:</label><br>
|
|
12 |
<input type="password" id="password" name="password"><br>
|
|
13 | 13 |
<input type="submit" value="LogIn"> |
14 | 14 |
</form> |
15 | 15 |
</body> |
Také k dispozici: Unified diff
re #9846 Changed keyman devices, body devices views. Added Head devices view. Changed filtering of logs, ldlogs, body devices, head devices and keyman devices. Changed HTML tables style and few labels.