diff --git a/system/templates/online.html.twig b/system/templates/online.html.twig index 6f798740..a15cb5f3 100644 --- a/system/templates/online.html.twig +++ b/system/templates/online.html.twig @@ -4,24 +4,35 @@
{% endif %} +
+ {# vocation statistics #} {% if setting('core.online_vocations') %} -
+ + {% set title = 'Vocation statistics' %} + {% set tableClass = 'Table3' %} + {% set background = config('darkborder') %} + {% set content %} + {% if setting('core.online_vocations_images') %} - - - - - - - - +
+ + - + + + + + + + + + + @@ -29,30 +40,30 @@
Sorcerers Druids Paladins Knights
{{ vocs[1] }} {{ vocs[2] }} {{ vocs[3] }}
 
- {% else %} - - - - - + {% else %} +
Vocation statistics
{% for i in 1..config.vocations_amount %} - + {% endfor %}
{{ config.vocations[i] }} {{ vocs[i] }}
-
+
{% endif %} + +{% endset %} +{% include 'tables.headline.html.twig' %} + {% endif %}
{# show skulls #} {% if setting('core.online_skulls') %} - +
-
+ - 1 - 6 Frags
- 6+ Frags or Red Skull
- 10+ Frags or Black Skull @@ -125,7 +136,8 @@ {% set title = 'Players Online' %} {% set tableClass = 'Table2' %} {% set content %} - +
+ {% if setting('core.account_country') %} + {% if setting('core.account_country') %} {% endif %}
#   @@ -151,7 +163,7 @@ {% for player in players %} {% set i = i + 1 %} -
{{ player.country_image|raw }}