freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/login.fmt
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Fri, 04 Sep 2009 20:26:48 +0200
changeset 56 7c3794f5baa1
parent 46 71e4cf307c93
child 59 fd7e8e705b75
permissions -rw-r--r--
Reload of the game page, warning messages, listing just game in progress
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
     2 <html>
     3   <head>
     4     <title></title>
     5     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     6   </head>
     7   <body>
     8       <h1>Quoridor Community Server</h1>
     9       <h2>Login</h2>
    10 
    11       <b>${message!""}</b>
    12 
    13       <form action="login" method="post">
    14             Name: <input type="text" name="name"/>
    15             Password: <input type="password" name="password"/>
    16             <input type="submit" value="Login!"/>
    17       </form>
    18   </body>
    19 </html>