Display debug info about games in list
authorMartin Rexa <martin.rexa@centrum.cz>
Wed, 13 Jan 2010 16:57:55 +0100
changeset 2184633b40ea42f
parent 217 2e300319c9a8
child 219 d836818f5554
Display debug info about games in list
freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/elo.fmt
     1.1 --- a/freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/elo.fmt	Wed Jan 13 16:57:28 2010 +0100
     1.2 +++ b/freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/elo.fmt	Wed Jan 13 16:57:55 2010 +0100
     1.3 @@ -6,8 +6,10 @@
     1.4    </head>
     1.5    <body bgcolor="white">
     1.6        <h3><a href="/">${bundle.TITLE_PLAIN}</a></h3>
     1.7 -      <#assign when=toDate[doc.eloList.modified?string]/>
     1.8 -      <h4>${bundle.ELO_LIST} - ${when?date?string.long}</h4>
     1.9 +      <#assign first=toDate[doc.eloList.firstGame?string]/>
    1.10 +      <#assign last=toDate[doc.eloList.lastGame?string]/>
    1.11 +      <h4>${bundle.ELO_LIST} - ${last?date?string.long}</h4>
    1.12 +      <!-- New games: ${first?datetime?string.long} - ${last?datetime?string.long} -->
    1.13        <table border="1">
    1.14            <thead>
    1.15                <tr>