freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/login.fmt
changeset 59 fd7e8e705b75
parent 56 7c3794f5baa1
child 70 3c9966fc0352
     1.1 --- a/freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/login.fmt	Fri Sep 04 20:26:48 2009 +0200
     1.2 +++ b/freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/login.fmt	Fri Sep 04 23:02:23 2009 +0200
     1.3 @@ -5,15 +5,15 @@
     1.4      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     1.5    </head>
     1.6    <body>
     1.7 -      <h1>Quoridor Community Server</h1>
     1.8 -      <h2>Login</h2>
     1.9 +      <h1>${bundle.TITLE}</h1>
    1.10 +      <h2>${bundle.LOGIN}</h2>
    1.11  
    1.12        <b>${message!""}</b>
    1.13  
    1.14        <form action="login" method="post">
    1.15 -            Name: <input type="text" name="name"/>
    1.16 -            Password: <input type="password" name="password"/>
    1.17 -            <input type="submit" value="Login!"/>
    1.18 +            ${bundle.NAME}: <input type="text" name="name"/>
    1.19 +            ${bundle.PASSWORD}: <input type="password" name="password"/>
    1.20 +            <input type="submit" value="${bundle.LOGIN}"/>
    1.21        </form>
    1.22    </body>
    1.23  </html>
    1.24 \ No newline at end of file