-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtsl_transmitter.html
40 lines (39 loc) · 2.2 KB
/
tsl_transmitter.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
layout: default
---
<h1 class="text-center">LioranBoard Transmitter </h1>
<!-- Connection Info -->
<div class="row justify-content-center">
<div class="col col-auto">
<svg id="toclient_circle" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="red" class="bi bi-circle-fill d-md-none me-1" viewBox="0 0 16 16">
<circle cx="8" cy="8" r="8"/>
</svg>
<span>Receiver</span><span class="d-none d-md-inline-flex me-1">: </span><span id="toclient" class="disconnected d-none d-md-inline-flex">Not connected.</span>
</div>
<div class="col col-auto">
<svg id="topubsub_circle" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="red" class="bi bi-circle-fill d-md-none me-1" viewBox="0 0 16 16">
<circle cx="8" cy="8" r="8"/>
</svg>
<span>Pubsub</span><span class="d-none d-md-inline-flex me-1">: </span><span class="disconnected d-none d-md-inline-flex" id="topubsub">Not connected.</span>
</div>
<div class="col col-auto">
<svg id="tochat_circle" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="red" class="bi bi-circle-fill d-md-none me-1" viewBox="0 0 16 16">
<circle cx="8" cy="8" r="8"/>
</svg>
<span>Chat</span><span class="d-none d-md-inline-flex me-1">: </span><span class="disconnected d-none d-md-inline-flex" id="tochat">Not connected.</span>
</div>
</div> <br>
<!--Tabs -->
<div class="row justify-content-center g-0">
<ul class="nav nav-pills mb-0" id="extensions-tab" role="tablist">
</div>
<!-- Tab Content -->
<div class="tab-content" id="extensions-tabContent">
{% include twitch_triggers.html %}
{% include ext_tabcontent.html %}
</div>
<div class="row justify-content-center mt-3 px-2 mb-5" id="footer"> <a class="tslCollapse collapsed" data-bs-toggle="collapse" href="#installedextensions" role="button" aria-expanded="false" aria-controls="installedextensions"></a>
<span class='collapse' id="installedextensions"></span>
<span id ='extensions-tab-buttons' class="mt-2">
<button id="extensionsshow">Show All Tabs</button> <button id="extensionshide">Hide All Tabs</button> <button id="extensionsresetorder">Reset Tab Order</button> <button onclick="location.reload()">Refresh</button></span>
</div>