freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/game.fmt
changeset 75 6802034b7a6f
parent 69 90de58894949
child 77 d574ac6e44cc
     1.1 --- a/freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/game.fmt	Mon Sep 07 22:16:19 2009 +0200
     1.2 +++ b/freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/game.fmt	Thu Sep 10 23:19:40 2009 +0200
     1.3 @@ -80,6 +80,10 @@
     1.4                </select>
     1.5                <input type="submit" value="${bundle.MOVE}" />
     1.6            </form>
     1.7 +          <form action="/games/${doc.game.id.@id}/move">
     1.8 +              <input type="hidden" name="type" value="resign" readonly="readonly"/>
     1.9 +              <input type="submit" value="${bundle.RESIGN}" />
    1.10 +          </form>
    1.11        </#if>
    1.12        <pre>${doc.game.board}</pre>
    1.13