Compare commits
No commits in common. "4e38888cc84d63f83f4430b58823393d59160fd6" and "c407336d608c7a2248daf27c30140b2d0c525a40" have entirely different histories.
4e38888cc8
...
c407336d60
@ -30,13 +30,12 @@
|
|||||||
<li class="divider-vertical"></li>
|
<li class="divider-vertical"></li>
|
||||||
<li><a href="https://chaospott.de/calendar.html">Termine</a></li>
|
<li><a href="https://chaospott.de/calendar.html">Termine</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul class="nav navbar-nav navbar-right">
|
<!--<ul class="nav navbar-nav navbar-right">
|
||||||
<script>
|
<script>
|
||||||
$.getJSON("https://apoc.uber.space/chaospott_mumble.json").done(function (data) {
|
$.getJSON("https://status.chaospott.de/status.json").done(function (data) {
|
||||||
if (data.connected_users > 0) {
|
if (data.state.open) {
|
||||||
$("#status_open").css("display", "block");
|
$("#status_open").css("display", "block");
|
||||||
$("#status_bar").css("borderColor", "#29A900");
|
$("#status_bar").css("borderColor", "#29A900");
|
||||||
document.getElementById("mumble_users_online").text_content=data.connected_users;
|
|
||||||
} else {
|
} else {
|
||||||
$("#status_closed").css("display", "block");
|
$("#status_closed").css("display", "block");
|
||||||
$("#status_bar").css("borderColor", "#D9534F");
|
$("#status_bar").css("borderColor", "#D9534F");
|
||||||
@ -44,19 +43,19 @@
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<li id="status_open" style="background-color:#29A900;">
|
<li id="status_open" style="background-color:#29A900;">
|
||||||
<a href="mumble://mumble.chaospott.de" style="color:#ffffff !important;">
|
<a href="/status.html" style="color:#ffffff !important;">
|
||||||
<i class="fa fa-unlock"></i> Nutzer online: <span id="mumble_users_online"></span>
|
<i class="fa fa-unlock"></i> Raumstatus: offen
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li id="status_closed" style="background-color:#D9534F;">
|
<li id="status_closed" style="background-color:#D9534F;">
|
||||||
<a href="mumble://mumble.chaospott.de" style="color:#ffffff !important;">
|
<a href="/status.html" style="color:#ffffff !important;">
|
||||||
<i class="fa fa-lock"></i> Keine Nutzer online
|
<i class="fa fa-lock"></i> Raumstatus: geschlossen
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>-->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<a href="/2020/03/28/virtueller-chaostreff.html">
|
<a href="/2021/01/25/chaostreff-online.html">
|
||||||
<div style="margin-bottom: 0;" class="alert alert-danger text-center">
|
<div style="margin-bottom: 0;" class="alert alert-danger text-center">
|
||||||
<p>Aufgrund der aktuellen Situation sind die Clubräume bis auf Weiteres geschlossen. Der Chaostreff findet online statt.</p>
|
<p>Aufgrund der aktuellen Situation sind die Clubräume bis auf Weiteres geschlossen. Der Chaostreff findet online statt.</p>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user