better branding

This commit is contained in:
Matthias Wirth
2025-09-28 02:16:13 +00:00
parent fe0b6caab9
commit 99b0ae1a67
4 changed files with 15 additions and 4 deletions

View File

@@ -556,6 +556,12 @@ if (uuid != null) {
haveTraces = Boolean(data.haveTraces || data.globeIndexGrid);
if (data.readsb) {
jQuery("#decoder_pre").text("decoder:");
jQuery("#decoder_link").text("readsb");
jQuery("#decoder_link").attr("href", "https://github.com/wiedehopf/readsb#readsb");
}
if (heatmap || replay) {
if (replay && data.globeIndexGrid != null)
globeIndex = 1;

View File

@@ -880,8 +880,13 @@
</tr>
<tr class="infoblock_heading">
<td style="text-align: right" class=link>
<a href="https://github.com/wiedehopf/tar1090#tar1090" id="tar1090_version" target="_blank">tar1090 on github</a>
<td style="text-align: right" class="infoBlockTitleText">
<span id="webinterface_pre"></span>
<span class="link"><a href="https://github.com/wiedehopf/tar1090#tar1090" target="_blank" id="webinterface_link">tar1090</a></span>
<span id="webinterface_version"></span>
<span id="decoder_pre"></span>
<span class="link"><a href="" target="_blank" id="decoder_link"></a></span>
<span id="decoder_version"></span>
</td>
</tr>
<tr class="rSpacer">

View File

@@ -315,7 +315,7 @@ select {
.hidden { display: none; }
.infoblock_heading a { text-decoration: none; color: blue; font-size: x-small;}
.infoblock_heading a { text-decoration: none; color: blue; font-size: var(--FS2); }
.dim { opacity: 0.3; filter:alpha(opacity=30); /* For IE8 and earlier */ }

View File

@@ -328,7 +328,7 @@ do
dir=$(pwd)
cd "$TMP"
sed -i -e "s/tar1090 on github/tar1090 on github (${TAR_VERSION})/" index.html
sed -i -e 's/id="webinterface_version">/\0'"(${TAR_VERSION})/" index.html
"$gpath/git/cachebust.sh" "$gpath/git/cachebust.list" "$TMP"