{% extends "basepage.xhtml" %} {% block head_css %} .messagebox {font-weight:bold;font-size:16px;padding:0;margin:15px 15px 15px 15px;} {% endblock %} {% block html_title %}Hostile Takeover Administration{% endblock %} {% block page_content %}

ADMINISTRATION


{% if account.ADMIN_LOG_ACCESS_RIGHT %}
Admin Log
{% endif %} {% if account.ADJUST_SCORE_ACCESS_RIGHT %}
Adjust Score
{% endif %} {% if account.SEE_PLAYER_INFO_ACCESS_RIGHT %}
Player Detail
{% endif %} {% if account.HIDE_PLAYER_ACCESS_RIGHT %}
Hide / Show Player
{% endif %} {% if account.BLOCK_PLAYER_ACCESS_RIGHT %}
Block / Unblock Player
{% endif %} {% if account.RESET_PLAYER_ACCESS_RIGHT %}
Reset Player Stats
{% endif %} {% if account.SEND_CHAT_ACCESS_RIGHT %}
Send Chat to Server
{% endif %} {% if account.DRAIN_ACCESS_RIGHT %}
Drain / Undrain Server
{% endif %} {% if account.ADD_ACCOUNT_ACCESS_RIGHT %} {% endif %} {% if account.REMOVE_ACCOUNT_ACCESS_RIGHT %} {% endif %}
Logout
{% endblock %}