diff --git a/stock/templates/registered/corputils.html b/stock/templates/registered/corputils.html index b8678029..46a589df 100644 --- a/stock/templates/registered/corputils.html +++ b/stock/templates/registered/corputils.html @@ -12,118 +12,172 @@ {% if perms.auth.corputils %}
{% if corp %} -
Corporation
-
-
-
+
+
+ +
+
+

{{ corp.corporation_name }}

-
-

Name: {{ corp.corporation_name }}

+

Ticker: {{ corp.corporation_ticker }}

-

Ticker: {{ corp.corporation_ticker }}

+

Member count: {{ corp.member_count }}

-

Member count: {{ corp.member_count }}

+

Player count: {{characters_with_api|length}}

-

Player count: {{characters_with_api|length}}

- -

Unregistered characters: {{characters_without_api|length}}

-
-
- - {% if membercorp_list %} - - {% endif %} - - +

Unregistered characters: {{characters_without_api|length}}

+
+
+ API Index: +
+
+ {{characters_with_api|length}}/{{ corp.member_count }} +
+
+
- - -
-
-
Registered Characters
+ + +
+
+ {% if characters_with_api %}
-
- +
+
- - - - + + + + + {% for maincharname, player in characters_with_api %} - - - - - - - {% endfor %} - {% for character_name, character_id in characters_without_api %} - - - - - - + + + + + + + {% endfor %}
Main characterMain corporationCharacter listMain characterKillboardMain corporationCharacter list
- - -

{{ maincharname }}

-
-

{{ player.maincorp }}

-
- {% for char in player.altlist %} -

{{ char.character_name }}

- {% endfor %} -
- - -

{{ character_name }}

-
-

-
-

No API registered!

-
+ + +

{{ maincharname }}

+
+ Killboard + + {% if not corp.corporation_name == player.maincorp%} + + {{ player.maincorp }} + + {% else %} + + {{ player.maincorp }} + + {% endif %} + + {% for char in player.altlist %} +

{{ char.character_name }}

+ {% endfor %} +
+ {% else %} + + {% endif %} +
+
+ {% if characters_without_api %} +
+
+ + + + + + + + {% for character_name, character_id in characters_without_api %} + + + + + + + {% endfor %} +
CharacterKillboardAPI
+ + +

{{ character_name }}

+
+ Killboard + + No API registered! +
+
+
+ {% else %} + + {% endif %}
- {% else %} -
-
-
- -
+ {% else %} +
+
+
+
- {% endif %}
+ {% endif %} +
{% else %} {% if IS_CORP %} @@ -132,31 +186,4 @@ {% endif %} {% endif %}
- - {% if perms.auth.corputils %} - - - {% endif %} -{% endblock content %} \ No newline at end of file +{% endblock content %}