Handle Inspire Sat 7

This commit is contained in:
phl0
2024-09-06 12:11:37 +02:00
parent 0700710bc0
commit 9266d133d9
2 changed files with 4 additions and 2 deletions

View File

@@ -66,13 +66,15 @@ var custom_date_format = "<?php echo $custom_date_format ?>";
if (strpos($activation['sat'], 'TEVEL') !== false) {
echo "<a href=\"https://mailman.amsat.org/hyperkitty/search?q=TEVEL&page=1&mlist=amsat-bb%40amsat.org&sort=date-desc\" target=\"_blank\">" . __("Info") . "</a>";
} else if (strpos($activation['sat'], 'UVSQ') !== false) {
echo "<a href=\"https://x.com/uvsqsat?s=20\" target=\"_blank\">" . __("Info") . "</a>";
echo "<a href=\"http://uvsq-sat.projet.latmos.ipsl.fr/\" target=\"_blank\">" . __("Info") . "</a>";
} else if (strpos($activation['sat'], 'PO-101') !== false) {
echo "<a href=\"https://x.com/Diwata2PH?s=20\" target=\"_blank\">" . __("Info") . "</a>";
} else if (strpos($activation['sat'], 'CAS-3H') !== false) {
echo "<a href=\"https://www.amsat.org/two-way-satellites/lilacsat-2-cas-3h/\" target=\"_blank\">" . __("Info") . "</a>";
} else if (strpos($activation['sat'], 'LEDSAT') !== false) {
echo "<a href=\"https://www.esa.int/Education/CubeSats_-_Fly_Your_Satellite/Connect_and_communicate_with_a_satellite_via_the_LEDSAT_Digipeater_Challenge\" target=\"_blank\">" . __("Info") . "</a>";
} else if (strpos($activation['sat'], 'INSPIRE7') !== false) {
echo "<a href=\"https://inspiresat7.projet.latmos.ipsl.fr/\" target=\"_blank\">" . __("Info") . "</a>";
}
?>
</td>

View File

@@ -92,7 +92,7 @@ function update(i) {
}
}
for (let i=1; i<=26; i+=2) {
for (let i=1; i<=28; i+=2) {
var x = setInterval(function() {
update(i);
}, 1000);