|
@ -2,7 +2,7 @@ |
|
|
<div class="mumble" style="background-image: url( {{ MEDIA_URL }}/mumble/linie_v.png )"> |
|
|
<div class="mumble" style="background-image: url( {{ MEDIA_URL }}/mumble/linie_v.png )"> |
|
|
<span class="mumble"> |
|
|
<span class="mumble"> |
|
|
{% if Player.isAuthed %} |
|
|
{% if Player.isAuthed %} |
|
|
<img src="{{ MEDIA_URL }}/mumble/authenticated.png" alt="authed" title="Authenticated" /> |
|
|
|
|
|
|
|
|
<img src="{{ MEDIA_URL }}/mumble/authenticated.png" alt="authed" title="Authenticated" /> |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
{% if Player.mute or Player.suppress %} |
|
|
{% if Player.mute or Player.suppress %} |
|
|
<img src="{{ MEDIA_URL }}/mumble/muted_server.png" alt="muted" title="Muted by server" /> |
|
|
<img src="{{ MEDIA_URL }}/mumble/muted_server.png" alt="muted" title="Muted by server" /> |
|
@ -16,6 +16,9 @@ |
|
|
{% if Player.selfDeaf %} |
|
|
{% if Player.selfDeaf %} |
|
|
<img src="{{ MEDIA_URL }}/mumble/deafened_self.png" alt="self-deafened" title="Deafened by themselves" /> |
|
|
<img src="{{ MEDIA_URL }}/mumble/deafened_self.png" alt="self-deafened" title="Deafened by themselves" /> |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
|
|
|
{% if Player.hasComment %} |
|
|
|
|
|
<img src="{{ MEDIA_URL }}/mumble/comment.png" alt="has comment" title="has a User Comment set" /> |
|
|
|
|
|
{% endif %} |
|
|
</span> |
|
|
</span> |
|
|
<span> |
|
|
<span> |
|
|
<img src="{{ MEDIA_URL }}/mumble/knoten_v.png" /> |
|
|
<img src="{{ MEDIA_URL }}/mumble/knoten_v.png" /> |
|
|