better branding
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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 */ }
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user