mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
Prettified Code!
This commit is contained in:
parent
270884fc6a
commit
3cb932aa1d
1 changed files with 97 additions and 106 deletions
|
@ -1717,11 +1717,9 @@
|
||||||
></button>
|
></button>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
|
|
||||||
|
|
||||||
<div class="card mb-3">
|
<div class="card mb-3">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<div class="input-group input-group-sm mb-1">
|
<div class="input-group input-group-sm mb-1">
|
||||||
<span class="input-group-text">
|
<span class="input-group-text">
|
||||||
<i class="bi bi-mic-fill" style="font-size: 1rem"></i>
|
<i class="bi bi-mic-fill" style="font-size: 1rem"></i>
|
||||||
</span>
|
</span>
|
||||||
|
@ -1732,13 +1730,17 @@
|
||||||
<!-- <option selected value="3011">USB Interface</option>-->
|
<!-- <option selected value="3011">USB Interface</option>-->
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<p class="card-text">Select your audio device for transmitting. It <strong>must</strong> be running on a sample rate of <strong>48000Hz</strong></p>
|
<p class="card-text">
|
||||||
</div>
|
Select your audio device for transmitting. It
|
||||||
</div>
|
<strong>must</strong> be running on a sample rate of
|
||||||
|
<strong>48000Hz</strong>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<div class="input-group input-group-sm">
|
<div class="input-group input-group-sm">
|
||||||
<span class="input-group-text">
|
<span class="input-group-text">
|
||||||
<i class="bi bi-volume-up" style="font-size: 1rem"></i>
|
<i class="bi bi-volume-up" style="font-size: 1rem"></i>
|
||||||
</span>
|
</span>
|
||||||
|
@ -1746,22 +1748,14 @@
|
||||||
class="form-select form-select-sm"
|
class="form-select form-select-sm"
|
||||||
aria-label=".form-select-sm"
|
aria-label=".form-select-sm"
|
||||||
></select>
|
></select>
|
||||||
</div> <p class="card-text">Select your audio device for receiving. It <strong>must</strong> be running on a sample rate of <strong>48000Hz</strong></p>
|
</div>
|
||||||
</div>
|
<p class="card-text">
|
||||||
</div>
|
Select your audio device for receiving. It
|
||||||
|
<strong>must</strong> be running on a sample rate of
|
||||||
|
<strong>48000Hz</strong>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1807,90 +1801,87 @@
|
||||||
></button>
|
></button>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
|
|
||||||
<div class="alert alert-info" role="alert">
|
<div class="alert alert-info" role="alert">
|
||||||
These settings will be saved automatically when changing.
|
These settings will be saved automatically when changing.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="card mb-3">
|
<div class="card mb-3">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h5 class="card-title"><div
|
<h5 class="card-title">
|
||||||
class="input-group input-group-sm mb-0"
|
<div
|
||||||
data-bs-placement="bottom"
|
class="input-group input-group-sm mb-0"
|
||||||
data-bs-toggle="tooltip"
|
data-bs-placement="bottom"
|
||||||
data-bs-trigger="hover"
|
data-bs-toggle="tooltip"
|
||||||
data-bs-html="false"
|
data-bs-trigger="hover"
|
||||||
title="Enter your callsign and save it"
|
data-bs-html="false"
|
||||||
|
title="Enter your callsign and save it"
|
||||||
|
>
|
||||||
|
<span class="input-group-text">
|
||||||
|
<i
|
||||||
|
class="bi bi-person-bounding-box"
|
||||||
|
style="font-size: 1rem"
|
||||||
|
></i>
|
||||||
|
</span>
|
||||||
|
<input
|
||||||
|
type="text"
|
||||||
|
class="form-control"
|
||||||
|
placeholder="callsign"
|
||||||
|
pattern="[A-Z]*"
|
||||||
|
maxlength="8"
|
||||||
|
style="max-width: 8rem"
|
||||||
|
aria-label="Input group"
|
||||||
|
aria-describedby="btnGroupAddon"
|
||||||
|
disabled
|
||||||
|
/>
|
||||||
|
<select
|
||||||
|
class="form-select form-select-sm"
|
||||||
|
aria-label=".form-select-sm"
|
||||||
|
style="max-width: 6rem"
|
||||||
|
disabled
|
||||||
>
|
>
|
||||||
<span class="input-group-text">
|
<option selected value="SSID">SSID</option>
|
||||||
<i
|
</select>
|
||||||
class="bi bi-person-bounding-box"
|
</div>
|
||||||
style="font-size: 1rem"
|
</h5>
|
||||||
></i>
|
<p class="card-text">
|
||||||
</span>
|
Enter your callsign and SSID. Your callsign can have a length
|
||||||
<input
|
of a maximum of 7 characters
|
||||||
type="text"
|
</p>
|
||||||
class="form-control"
|
</div>
|
||||||
placeholder="callsign"
|
</div>
|
||||||
pattern="[A-Z]*"
|
<div class="card mb-3">
|
||||||
maxlength="8"
|
<div class="card-body">
|
||||||
style="max-width: 8rem"
|
<h5 class="card-title">
|
||||||
aria-label="Input group"
|
<div
|
||||||
aria-describedby="btnGroupAddon"
|
class="input-group input-group-sm mb-0"
|
||||||
disabled
|
data-bs-placement="bottom"
|
||||||
/>
|
data-bs-toggle="tooltip"
|
||||||
<select
|
data-bs-trigger="hover"
|
||||||
class="form-select form-select-sm"
|
data-bs-html="false"
|
||||||
aria-label=".form-select-sm"
|
title="Enter your gridsquare and save it"
|
||||||
style="max-width: 6rem"
|
>
|
||||||
disabled
|
<span class="input-group-text">
|
||||||
>
|
<i class="bi bi-house-fill" style="font-size: 1rem"></i>
|
||||||
<option selected value="SSID">SSID</option>
|
</span>
|
||||||
|
<input
|
||||||
</select>
|
type="text"
|
||||||
</div></h5>
|
class="form-control mr-1"
|
||||||
<p class="card-text">Enter your callsign and SSID. Your callsign can have a length of a maximum of 7 characters</p>
|
style="max-width: 6rem"
|
||||||
</div>
|
placeholder="locator"
|
||||||
</div>
|
maxlength="6"
|
||||||
<div class="card mb-3">
|
aria-label="Input group"
|
||||||
<div class="card-body">
|
aria-describedby="btnGroupAddon"
|
||||||
<h5 class="card-title"><div
|
disabled
|
||||||
class="input-group input-group-sm mb-0"
|
/>
|
||||||
data-bs-placement="bottom"
|
</div>
|
||||||
data-bs-toggle="tooltip"
|
</h5>
|
||||||
data-bs-trigger="hover"
|
<p class="card-text">
|
||||||
data-bs-html="false"
|
Enter your position as qth-locator, also known as maidenhead
|
||||||
title="Enter your gridsquare and save it"
|
locator. You can enter 4 or 6 digits, while 6 digits are
|
||||||
>
|
recommended.
|
||||||
<span class="input-group-text">
|
</p>
|
||||||
<i class="bi bi-house-fill" style="font-size: 1rem"></i>
|
</div>
|
||||||
</span>
|
</div>
|
||||||
<input
|
|
||||||
type="text"
|
|
||||||
class="form-control mr-1"
|
|
||||||
style="max-width: 6rem"
|
|
||||||
placeholder="locator"
|
|
||||||
maxlength="6"
|
|
||||||
aria-label="Input group"
|
|
||||||
aria-describedby="btnGroupAddon"
|
|
||||||
disabled
|
|
||||||
/>
|
|
||||||
</div></h5>
|
|
||||||
<p class="card-text">Enter your position as qth-locator, also known as maidenhead locator. You can enter 4 or 6 digits, while 6 digits are recommended.</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue