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) |
---|---|---|---|---|---|
=$race->id?> | = racetype($race->type) ?> | = date_format(new DateTime($race->timestamp), 'd M Y @ H:i') ?> | = getTrack($race->track_id)->name ?> | = getCar($race->car_id)->name ?> | endposition > 0) { echo $race->endposition; $gain = $race->startposition - $race->endposition; if ($gain >= 0) { echo " (+$gain)"; } else { echo "($gain)"; } } else { echo 'Retired/Not finished'; } ?> |