aboutsummaryrefslogtreecommitdiff
path: root/login.st
blob: 998923c5b112e333189ac0f194e078624f9cf9e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$header(title=logintext)$

<p>$logintext$</p>

<form action="login" method="POST">
  Username: <input name="name" type="text" /> <br />
  Password: <input name="password" type="password" /> <br />
  <input type="submit" value="Log In" />
</form>

$footer()$

<!--
Local Variables:
  mode: html
  coding: utf-8
End:
-->