Added links to elo and openings on top
authorMartin Rexa <martin.rexa@centrum.cz>
Tue, 12 Jan 2010 15:58:37 +0100
changeset 197e4a20612bd33
parent 196 7c4da0dc55a4
child 198 8eb871e208d2
Added links to elo and openings on top
freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/index.fmt
     1.1 --- a/freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/index.fmt	Tue Jan 12 15:58:13 2010 +0100
     1.2 +++ b/freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/index.fmt	Tue Jan 12 15:58:37 2010 +0100
     1.3 @@ -70,6 +70,8 @@
     1.4          </p>
     1.5        </#if>
     1.6  
     1.7 +      <h5><a href="/elo">${bundle.ELO_LIST}</a></h5>
     1.8 +      <h5><a href="/openings">${bundle.OPENINGS}</a></h5>
     1.9        <#if (toMove > 0)>
    1.10        <h5>${bundle("GAME_MOVE", toMove?int)}</h5>
    1.11