$verb = ($station_order > 1) ? "arrived at" : "left";
echo "<p class=\"" . implode(' ', $classes) . "\">";
- echo "$delta: CMDR <strong><span class=\"$style_cmdr\">$cmdr_name</span></strong> flying <span class=\"$style_hull\">$hull_name</span> <strong><span class=\"$style_ship\">$ship_name</span></strong> from $start_time $verb <span class=\"$style_order\">$nth</span> station ";
- if ($allotted_time) echo "of lap <span class=\"$style_lap\">$lap_number</span>, ";
+ echo "$delta: CMDR <strong><span class=\"$style_cmdr\">$cmdr_name</span></strong> flying <span class=\"$style_hull\">$hull_name</span> <strong><span class=\"$style_ship\">$ship_name</span></strong> from <span class=\"$style_entry\">$start_time</span> $verb <span class=\"$style_order\">$nth station</span> ";
+ if ($allotted_time) echo "of <span class=\"$style_lap\">lap $lap_number</span>, ";
echo "<em><span class=\"$style_station\">$station_name</span></em> $type in <strong><span class=\"$style_system\">$system_name</span></strong> at $arrival";
if ($station_id == $finish_line && $station_number > 1 && is_numeric($hull_end)) echo " with $hull_end% hull remaining";
else if ($station_id == $start_line && is_numeric($hull_start)) echo " with $hull_start% hull";