Project

General

Profile

« Previous | Next » 

Revision 5a52f49b

Added by dsorber about 13 years ago

It would help if I spelled the acronym right...

View differences:

525.743/code/web/templates/index.html
<th class="min">Min</th>
</tr>
<tr py:for="ctr, row in enumerate(results)" class="${ctr % 2 and 'odd' or 'even'}">
<td><a href="bcfs/day/${row[0][3:5] + row[0][0:2] + row[0][6:10]}">${row[0]}</a></td>
<td><a href="bfcs/day/${row[0][3:5] + row[0][0:2] + row[0][6:10]}">${row[0]}</a></td>
<td class="center">${row[1]}</td>
<td class="center">${round(float(row[2]), 3)}</td>
<td class="center">${row[3]}</td>

Also available in: Unified diff