Colors green to red mark fast to slow duration.
' +
'green = within 1 second of the sections best time.
' +
'red = 9 seconds or more slower than the section best.
' +
'purple is the section best.
' +
'Purple underline is fastest lap. Green underline is personal best lap
| '; // 0_0, 1_1, 1_2, 1_3, ......, 1_0, 2_1, .... for (var l=1; l <= maxLaps; l++) { // laps for (var c=1; c <= maxChronos; c++) { // intermediates manyCells += ' | '; } // finish of the lap manyCells += ' | '; // Lap column manyCells += ' | '; } html += ''; html += ' |
| ' + manyCells + ' | ||
| '+riders[riderIndex].Nom+' | '; html += manyCells; html += ' |
| ' + (i+1) + ' | ' + row.rider + ' | lap ' + row.lap + ' | ' + formatDuration(row.duration,true) + ' | '; html += '(' + formatDuration(row.startTime) + ' - ' + formatDuration(row.finishTime) + ') |