diff options
-rw-r--r-- | login.st | 32 |
1 files changed, 16 insertions, 16 deletions
@@ -1,18 +1,18 @@ -<?xml version="1.0" ?> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +$header(title=logintext)$ -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>$logintext$ — Gödel-Gentzen Clojure Syndication Services Super System</title> - </head> +<p>$logintext$</p> - <body> - $logintext$ - <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> - </body> -</html> +<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: +--> |