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/day.html
<h1>${title}</h1>
<table>
<tr>
<th>Datetime</th>
<th>Time</th>
<th class="sensor1">Sensor 1</th>
<th class="sensor2">Sensor 2</th>
<th class="sensor3">Sensor 3</th>
......
<th class="max">Relay Status</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>${row[0]}</td>
<td class="center">${row[1]}</td>
<td class="center">${row[2]}</td>
<td class="center">${row[3]}</td>

Also available in: Unified diff