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