freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/login.fmt
changeset 46 71e4cf307c93
child 56 7c3794f5baa1
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/login.fmt	Sat Aug 29 15:55:53 2009 +0200
     1.3 @@ -0,0 +1,19 @@
     1.4 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
     1.5 +<html>
     1.6 +  <head>
     1.7 +    <title></title>
     1.8 +    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     1.9 +  </head>
    1.10 +  <body>
    1.11 +      <h1>Quoridor Community Server</h1>
    1.12 +      <h2>Login</h2>
    1.13 +
    1.14 +      <b>${model!""}</b>
    1.15 +
    1.16 +      <form action="login" method="post">
    1.17 +            Name: <input type="text" name="name"/>
    1.18 +            Password: <input type="password" name="password"/>
    1.19 +            <input type="submit" value="Login!"/>
    1.20 +      </form>
    1.21 +  </body>
    1.22 +</html>
    1.23 \ No newline at end of file