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
     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>${bundle.TITLE}</h1>
     9       <h2>${bundle.LOGIN}</h2>
    10 
    11       <b>${message!""}</b>
    12 
    13       <form action="login" method="post">
    14             ${bundle.NAME}: <input type="text" name="name"/>
    15             ${bundle.PASSWORD}: <input type="password" name="password"/>
    16             <input type="submit" value="${bundle.LOGIN}"/>
    17       </form>
    18   </body>
    19 </html>