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
jaroslav@46
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
jaroslav@46
     2
<html>
jaroslav@46
     3
  <head>
jaroslav@46
     4
    <title></title>
jaroslav@46
     5
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
jaroslav@46
     6
  </head>
jaroslav@46
     7
  <body>
jaroslav@46
     8
      <h1>Quoridor Community Server</h1>
jaroslav@46
     9
      <h2>Login</h2>
jaroslav@46
    10
jaroslav@56
    11
      <b>${message!""}</b>
jaroslav@46
    12
jaroslav@46
    13
      <form action="login" method="post">
jaroslav@46
    14
            Name: <input type="text" name="name"/>
jaroslav@46
    15
            Password: <input type="password" name="password"/>
jaroslav@46
    16
            <input type="submit" value="Login!"/>
jaroslav@46
    17
      </form>
jaroslav@46
    18
  </body>
jaroslav@46
    19
</html>