aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2009-02-23 17:46:58 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2009-02-23 17:46:58 +0100
commit0208289a5535bd838bbcc55750f3436a66ce2027 (patch)
treee4795797fb230ca72c21d0e9e35b06abdd106911
parent5f115b1abd8228b349f94a6268d1bad68c0330bf (diff)
login.st: Simplify.
-rw-r--r--login.st32
1 files changed, 16 insertions, 16 deletions
diff --git a/login.st b/login.st
index c6e49f5..998923c 100644
--- a/login.st
+++ b/login.st
@@ -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$ &mdash; G&ouml;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:
+-->