Race time | Qualify Sessions | Qualify Time | Practice Sessions | Practice Time: | Retired / Not finished |
---|---|---|---|---|---|
= secondsToTime(round($timeontrackRace)) . " ($R)" ?> |
= $qualifiescount ?> |
= secondsToTime(round($timeontrackQualify)) . " ($Q)" ?> |
= $practicescount ?> |
= secondsToTime(round($timeontrackPractice)) . " ($P)" ?> |
= "$racesretired ($racesretiredpercent)" ?> |
Session ID | Type | Started on | Track | Car | Finish Position (gain/loss) |
---|---|---|---|---|---|
id}")?>">=$race->id?> | = racetype($race->type) ?> | = date_format(new DateTime($race->timestamp), 'd M Y @ H:i') ?> | = $race->track_name ?> | = $race->car_name ?> | endposition > 0) { echo $race->endposition; $gain = $race->startposition - $race->endposition; if ($gain >= 0) echo " (+$gain)"; else echo "($gain)"; } else echo 'Retired/Not finished'; ?> |