freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/game.fmt
changeset 59 fd7e8e705b75
parent 56 7c3794f5baa1
child 60 74d333da1725
     1.1 --- a/freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/game.fmt	Fri Sep 04 20:26:48 2009 +0200
     1.2 +++ b/freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/game.fmt	Fri Sep 04 23:02:23 2009 +0200
     1.3 @@ -5,11 +5,11 @@
     1.4      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     1.5    </head>
     1.6    <body>
     1.7 -      <h1>Game</h1>
     1.8 -      <h3>${doc.game.id.@white} vs. ${doc.game.id.@black}</h3>
     1.9 +      <h1>${bundle.GAME}</h1>
    1.10 +      <h3>${doc.game.id.@white}${bundle.VS}${doc.game.id.@black}</h3>
    1.11  
    1.12        <p>
    1.13 -      <a href="/games/${doc.game.id.@id}">Reload</a>
    1.14 +      <a href="/games/${doc.game.id.@id}">${bundle.RELOAD}</a>
    1.15        </p>
    1.16        
    1.17        <#if message?? >
    1.18 @@ -42,10 +42,10 @@
    1.19                    <option>8</option>
    1.20                </select>
    1.21                <select name="direction">
    1.22 -                  <option>Horizontal</option>
    1.23 -                  <option>Vertical</option>
    1.24 +                  <option>${bundle.H}</option>
    1.25 +                  <option>${bundle.V}</option>
    1.26                </select>
    1.27 -              <input type="submit" value="Place!" />
    1.28 +              <input type="submit" value="${bundle.PLACE}" />
    1.29            </form>
    1.30            <form action="move">
    1.31                <input type="hidden" name="type" value="move" readonly="readonly"/>
    1.32 @@ -62,7 +62,7 @@
    1.33                    <option>N</option>
    1.34                    <option>S</option>
    1.35                </select>
    1.36 -              <input type="submit" value="Move!" />
    1.37 +              <input type="submit" value="${bundle.MOVE}" />
    1.38            </form>
    1.39        </#if>
    1.40        <pre>${doc.game.board}</pre>