# HG changeset patch # User Martin Rexa # Date 1263398275 -3600 # Node ID 4633b40ea42fc6a7e983ed3ba2b1439854011271 # Parent 2e300319c9a88a302e72b3f573464d5851b103d5 Display debug info about games in list diff -r 2e300319c9a8 -r 4633b40ea42f freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/elo.fmt --- a/freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/elo.fmt Wed Jan 13 16:57:28 2010 +0100 +++ b/freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/elo.fmt Wed Jan 13 16:57:55 2010 +0100 @@ -6,8 +6,10 @@

${bundle.TITLE_PLAIN}

- <#assign when=toDate[doc.eloList.modified?string]/> -

${bundle.ELO_LIST} - ${when?date?string.long}

+ <#assign first=toDate[doc.eloList.firstGame?string]/> + <#assign last=toDate[doc.eloList.lastGame?string]/> +

${bundle.ELO_LIST} - ${last?date?string.long}

+