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