New FANCY mumble status
This commit is contained in:
parent
82349d2c3f
commit
5f0fb58d87
@ -30,12 +30,13 @@
|
||||
<li class="divider-vertical"></li>
|
||||
<li><a href="https://chaospott.de/calendar.html">Termine</a></li>
|
||||
</ul>
|
||||
<!--<ul class="nav navbar-nav navbar-right">
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
<script>
|
||||
$.getJSON("https://status.chaospott.de/api/").done(function (data) {
|
||||
if (data.state.open) {
|
||||
$.getJSON("https://apoc.uber.space/chaospott_mumble.json").done(function (data) {
|
||||
if (data.connected_users > 0) {
|
||||
$("#status_open").css("display", "block");
|
||||
$("#status_bar").css("borderColor", "#29A900");
|
||||
document.getElementById("mumble_users_online").text_content=data.connected_users;
|
||||
} else {
|
||||
$("#status_closed").css("display", "block");
|
||||
$("#status_bar").css("borderColor", "#D9534F");
|
||||
@ -43,16 +44,16 @@
|
||||
});
|
||||
</script>
|
||||
<li id="status_open" style="background-color:#29A900;">
|
||||
<a href="/status.html" style="color:#ffffff !important;">
|
||||
<i class="fa fa-unlock"></i> Raumstatus: offen
|
||||
<a href="mumble://mumble.chaospott.de" style="color:#ffffff !important;">
|
||||
<i class="fa fa-unlock"></i> Nutzer online: <span id="mumble_users_online"></span>
|
||||
</a>
|
||||
</li>
|
||||
<li id="status_closed" style="background-color:#D9534F;">
|
||||
<a href="/status.html" style="color:#ffffff !important;">
|
||||
<i class="fa fa-lock"></i> Raumstatus: geschlossen
|
||||
<a href="mumble://mumble.chaospott.de" style="color:#ffffff !important;">
|
||||
<i class="fa fa-lock"></i> Keine Nutzer online
|
||||
</a>
|
||||
</li>
|
||||
</ul>-->
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<a href="/2020/03/28/virtueller-chaostreff.html">
|
||||
|
Loading…
Reference in New Issue
Block a user