mirror of
https://github.com/Roslund/sthlm-mesh.git
synced 2026-03-28 17:43:02 +01:00
36 lines
2.3 KiB
HTML
36 lines
2.3 KiB
HTML
---
|
|
title: Meddelanden
|
|
linkTitle: Meddelanden
|
|
menu: {main: {weight: 50}}
|
|
---
|
|
<section id="messages" class="pt-0 row td-box td-box--white td-box--height-auto" style="padding-bottom: 0px !important;"x>
|
|
<h2 id="senaste-meddelanden" class="pt-3">Senaste meddelanden<a class="td-heading-self-link" href="#senaste-meddelanden" aria-label="Heading self-link"></a></h2>
|
|
|
|
<div class="btn-toolbar mb-2" role="toolbar" aria-label="Toolbar with button groups">
|
|
<div class="btn-group btn-group-sm me-2" role="group" aria-label="Basic radio toggle button group">
|
|
<input type="radio" class="btn-check" name="btnradio" id="all" autocomplete="off" checked>
|
|
<label class="btn btn-outline-primary" for="all">Alla</label>
|
|
</div>
|
|
<div class="btn-group btn-group-sm me-2" role="group" aria-label="Basic radio toggle button group">
|
|
<input type="radio" class="btn-check" name="btnradio" id="1978245180" autocomplete="off">
|
|
<label class="btn btn-outline-primary" for="1978245180" data-bs-toggle="tooltip" data-bs-placement="top" title="SA0CVK 0 (Ny Router)">CVK</label>
|
|
|
|
<input type="radio" class="btn-check" name="btnradio" id="862351628" autocomplete="off">
|
|
<label class="btn btn-outline-primary" for="862351628" data-bs-toggle="tooltip" data-bs-placement="top" title="JwK Bas">JwK</label>
|
|
|
|
<input type="radio" class="btn-check" name="btnradio" id="3663385928" autocomplete="off">
|
|
<label class="btn btn-outline-primary" for="3663385928" data-bs-toggle="tooltip" data-bs-placement="top" title="Mariehäll Alprosen">Ros1</label>
|
|
|
|
<input type="radio" class="btn-check" name="btnradio" id="2971894662" autocomplete="off">
|
|
<label class="btn btn-outline-primary" for="2971894662" data-bs-toggle="tooltip" data-bs-placement="top" title="Stora Älgön 2.0">Älg</label>
|
|
</div>
|
|
<!-- Info Button with Tooltip -->
|
|
<div data-bs-toggle="tooltip" data-bs-placement="right" title="Visar meddelanden mottagna av respektive nod. Användbart för att förstå vilka noder som har hört ett meddelande.">
|
|
<span class="badge rounded-pill bg-dark">?</span>
|
|
</div>
|
|
</div>
|
|
<div id="loading"><p>Loading...</p></div>
|
|
</section>
|
|
|
|
<script src="/js/messages.js"></script>
|