aboutsummaryrefslogtreecommitdiff
path: root/login.st
blob: 8aa2092bbb0ef12ac8ca2f8d1a42d8411d420155 (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:
!$