The backend for the AiteStory website
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
594 B

  1. extends ../base/master
  2. block append css
  3. link[rel="stylesheet"][href="/ui/css/form.css"]
  4. block menu
  5. import menu
  6. block main
  7. article
  8. h1 Login
  9. form[action="/user/login"][method="POST"]
  10. p Use your wiki.aiterp.net account.
  11. p.danger #{$.Error}
  12. input
  13. [placeholder="Username"]
  14. [name="username"]
  15. [type="text"]
  16. [value=$.UserName]
  17. [autofocus] ? $.UserName == ""
  18. input
  19. [placeholder="Password"]
  20. [name="password"]
  21. [type="password"]
  22. [autofocus] ? $.UserName != ""
  23. button[type="submit"] Login