diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-10-12 02:52:22 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-10-12 02:53:52 +0300 |
commit | d05ea66f4bbcf0cc5c8908f3435c68de1b070fa1 (patch) | |
tree | 7c7a769206646f2b81a0eda0680f0be5033a4197 /pkg/tpl/login_templ.txt |
Начальная версияv0.0.1
Diffstat (limited to 'pkg/tpl/login_templ.txt')
-rw-r--r-- | pkg/tpl/login_templ.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pkg/tpl/login_templ.txt b/pkg/tpl/login_templ.txt new file mode 100644 index 0000000..af8cbb3 --- /dev/null +++ b/pkg/tpl/login_templ.txt @@ -0,0 +1,6 @@ +<article class=\"grid\"><div><hgroup><h1>Вход</h1><p>Вход в систему</p></hgroup><form method=\"post\" hx-post=\"/user/login\" hx-target=\"form\" hx-select=\"form\" hx-indicator=\"#loader\"> +<article><header>Ошибка</header> +</article> +<input type=\"email\" name=\"email\" placeholder=\"Электропочта\" aria-label=\"Электропочта\" autocomplete=\"email\" value=\" +\" required> <input type=\"password\" name=\"password\" placeholder=\"Пароль\" aria-label=\"Пароль\" autocomplete=\"current-password\" required><fieldset><label for=\"remember\"><input type=\"checkbox\" role=\"switch\" id=\"remember\" name=\"remember\" checked=\" +\"> Запомнить</label></fieldset><button type=\"submit\" class=\"contrast\">Вход</button></form></div><div></div></article> |