freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/game.fmt
changeset 54 f041b6570ff9
parent 48 69e897fe8140
child 55 830e0ba29c04
     1.1 --- a/freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/game.fmt	Sun Aug 30 14:37:47 2009 +0200
     1.2 +++ b/freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/game.fmt	Mon Aug 31 22:44:47 2009 +0200
     1.3 @@ -6,7 +6,7 @@
     1.4    </head>
     1.5    <body>
     1.6        <h1>Game</h1>
     1.7 -      <h3>${id.white} vs. ${id.black}</h3>
     1.8 +      <h3>${doc.game.id.@white} vs. ${doc.game.id.@black}</h3>
     1.9        <form action="move">
    1.10            <input type="hidden" name="type" value="fence" readonly="readonly"/>
    1.11            <select name="column">
    1.12 @@ -52,6 +52,6 @@
    1.13            </select>
    1.14            <input type="submit" value="Move!" />
    1.15        </form>
    1.16 -      <pre>${board}</pre>
    1.17 +      <pre>${doc.game.board}</pre>
    1.18    </body>
    1.19  </html>
    1.20 \ No newline at end of file