freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/login.fmt
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Fri, 04 Sep 2009 23:02:23 +0200
changeset 59 fd7e8e705b75
parent 56 7c3794f5baa1
child 70 3c9966fc0352
permissions -rw-r--r--
Localization of the game
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@59
     8
      <h1>${bundle.TITLE}</h1>
jaroslav@59
     9
      <h2>${bundle.LOGIN}</h2>
jaroslav@46
    10
jaroslav@56
    11
      <b>${message!""}</b>
jaroslav@46
    12
jaroslav@46
    13
      <form action="login" method="post">
jaroslav@59
    14
            ${bundle.NAME}: <input type="text" name="name"/>
jaroslav@59
    15
            ${bundle.PASSWORD}: <input type="password" name="password"/>
jaroslav@59
    16
            <input type="submit" value="${bundle.LOGIN}"/>
jaroslav@46
    17
      </form>
jaroslav@46
    18
  </body>
jaroslav@46
    19
</html>