Skip to content
This repository was archived by the owner on Jan 1, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion web/kiwi/admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<body class="id-kiwi-body">
<div class="id-kiwi-msg-container">
<div id="id-kiwi-msg-logo-container">
<a href="http://bluebison.net" target="_blank"><img id="id-left-logo" src="gfx/kiwi-with-headphones.51x67.png" /></a>
<a href="http://bluebison.net" target="_blank"><img id="id-left-logo" src="gfx/kiwi-with-headphones.102x134.png" width="51px" height="67px" /></a>
<div id="id-left-logo-text"><a href="http://bluebison.net" target="_blank">&copy; bluebison.net</a></div>
</div>
<div id="id-kiwi-msg"></div>
Expand Down
Binary file added web/kiwi/gfx/kiwi-with-headphones.102x134.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web/openwebrx/icons/stepdn.16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web/openwebrx/icons/stepdn.18.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web/openwebrx/icons/stepdn.20.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web/openwebrx/icons/stepup.16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web/openwebrx/icons/stepup.18.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web/openwebrx/icons/stepup.20.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web/openwebrx/icons/zoomin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web/openwebrx/icons/zoomout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion web/openwebrx/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

<div class="id-kiwi-msg-container">
<div id="id-kiwi-msg-logo-container">
<a href="http://bluebison.net" target="_blank"><img id="id-left-logo" src="gfx/kiwi-with-headphones.51x67.png" /></a>
<a href="http://bluebison.net" target="_blank"><img id="id-left-logo" src="gfx/kiwi-with-headphones.51x67.png" width="51px" height="67px" /></a>
<div id="id-left-logo-text"><a href="http://bluebison.net" target="_blank">&copy; bluebison.net</a></div>
</div>
<div id="id-kiwi-msg"></div>
Expand Down
12 changes: 6 additions & 6 deletions web/openwebrx/openwebrx.js
Original file line number Diff line number Diff line change
Expand Up @@ -6152,12 +6152,12 @@ function panels_setup()
w3_div('id-button-9-10 class-button-small||title="LW/MW 9/10 kHz tuning step" onclick="button_9_10()"', '10')
),
w3_div('id-step-freq',
'<img id="id-step-0" src="icons/stepdn.20.png" onclick="freqstep(0)" />',
'<img id="id-step-1" src="icons/stepdn.18.png" onclick="freqstep(1)" style="padding-bottom:1px" />',
'<img id="id-step-2" src="icons/stepdn.16.png" onclick="freqstep(2)" style="padding-bottom:2px" />',
'<img id="id-step-3" src="icons/stepup.16.png" onclick="freqstep(3)" style="padding-bottom:2px" />',
'<img id="id-step-4" src="icons/stepup.18.png" onclick="freqstep(4)" style="padding-bottom:1px" />',
'<img id="id-step-5" src="icons/stepup.20.png" onclick="freqstep(5)" />'
'<img id="id-step-0" src="icons/stepdn.20.png" onclick="freqstep(0)" style="width:20px;height:20px" />',
'<img id="id-step-1" src="icons/stepdn.18.png" onclick="freqstep(1)" style="width:18px;height:18px;padding-bottom:1px" />',
'<img id="id-step-2" src="icons/stepdn.16.png" onclick="freqstep(2)" style="width:16px;height:16px;padding-bottom:2px" />',
'<img id="id-step-3" src="icons/stepup.16.png" onclick="freqstep(3)" style="width:16px;height:16px;padding-bottom:2px" />',
'<img id="id-step-4" src="icons/stepup.18.png" onclick="freqstep(4)" style="width:18px;height:18px;padding-bottom:1px" />',
'<img id="id-step-5" src="icons/stepup.20.png" onclick="freqstep(5)" style="width:20px;height:20px" />'
),
w3_div('',
w3_button('id-button-spectrum class-button', 'Spec', 'toggle_or_set_spec')
Expand Down