freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/index.fmt
changeset 54 f041b6570ff9
parent 49 75074e02f345
child 56 7c3794f5baa1
     1.1 --- a/freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/index.fmt	Sun Aug 30 14:44:49 2009 +0200
     1.2 +++ b/freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/index.fmt	Mon Aug 31 22:44:47 2009 +0200
     1.3 @@ -6,10 +6,11 @@
     1.4    </head>
     1.5    <body>
     1.6        <h1>Quoridor Community Server</h1>
     1.7 -
     1.8        <ol>
     1.9 -      <#list model as item>
    1.10 -        <li>${item.white} vs. ${item.black} <a href="games/${item.id}/">board</a></li>
    1.11 +      <#list doc.gameIds.* as g>
    1.12 +        <li>
    1.13 +            ${g.@white} vs. ${g.@black} <a href="games/${g.@id}/">board</a>
    1.14 +        </li>
    1.15        </#list>
    1.16        </ol>
    1.17        <form action="games/create">