daster/views/authorization.dt

27 lines
896 B
Plaintext

doctype html
head
title #{serverInfo.name}: авторизация
link(rel='icon', type='image/png', sizes='128x128', href='favicon.png')
link(rel='stylesheet', type='text/css', href='jquery-ui.min.css')
link(rel='stylesheet', type='text/css', href='authorization.css')
script(src='jquery-3.7.0.min.js')
script(src='jquery-ui.min.js')
script(src='noticer.min.js')
script(src='authorization.js')
body
div.form
div.logo
div.title #{serverInfo.name}
table
tbody
tr
td.label Логин:
td
input.input-focus#login(type='text')
tr
td.label Пароль:
td
input.input-focus#password(type='password')
div.div-button
button#authorization Войти