mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
small adjustments
This commit is contained in:
@@ -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"); ?>";
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user