small adjustments

This commit is contained in:
HB9HIL
2025-04-18 15:42:09 +02:00
parent d23b288936
commit 6d22493018
2 changed files with 2 additions and 1 deletions

View File

@@ -43,6 +43,7 @@
var lang_general_word_confirmed = "<?= __("Confirmed"); ?>";
var lang_general_word_worked_not_confirmed = "<?= __("Worked not confirmed"); ?>";
var lang_general_word_not_worked = "<?= __("Not worked"); ?>";
var lang_general_word_all = "<?= __("All"); ?>";
var lang_general_gridsquares = "<?= __("Gridsquares"); ?>";
var lang_admin_close = "<?= __("Close"); ?>";
var lang_admin_save = "<?= __("Save"); ?>";

View File

@@ -32,7 +32,7 @@ if (isset($filtered)) {
echo '<td>' . Predict_Time::daynum2readable($pass->aos, $zone, $format) . '<span style="margin-left: 10px; display: inline-block;"><a href="' . $ics.'" target="newics"><i class="fas fa-calendar-plus"></i></a><span></td>';
echo '<td>' . Predict_Time::daynum2readable($pass->los, $zone, $format) . '</td>';
echo '<td>' . returntimediff(Predict_Time::daynum2readable($pass->aos, $zone, $format), Predict_Time::daynum2readable($pass->los, $zone, $format), $format) . '</td>';
echo '<td><a href="flightpath/'.$pass->satname.'"><?xml version="1.0" encoding="UTF-8" standalone="no"?>
echo '<td><a href="flightpath/'.$pass->satname.'" target="_blank"><?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" baseProfile="full" width="'.($scale*2).'" height="'.($scale*2).'">
<circle cx="'.$scale.'" cy="'.$scale.'" r="'.($scale / 10 * 9).'" stroke="darkgrey" stroke-width="1" fill="none" />
<circle cx="'.$scale.'" cy="'.$scale.'" r="'.($scale / 10 * 6).'" stroke="darkgrey" stroke-width="1" fill="none" />