diff --git a/stock/templates/public/base.html b/stock/templates/public/base.html index 9c4f3bde..fc820a98 100755 --- a/stock/templates/public/base.html +++ b/stock/templates/public/base.html @@ -149,15 +149,15 @@
  • Fleet Operations + class="fa fa-exclamation fa-fw grayiconecolor"> Fleet Operations
  • - + {% if perms.auth.timer_view %}
  • OP Timers + class="fa fa-clock-o fa-fw grayiconecolor"> Structure Timers
  • {% endif %} diff --git a/stock/templates/registered/addtimer.html b/stock/templates/registered/addtimer.html index eadd6c01..53939938 100755 --- a/stock/templates/registered/addtimer.html +++ b/stock/templates/registered/addtimer.html @@ -1,38 +1,38 @@ -{% extends "public/base.html" %} -{% load bootstrap %} -{% load staticfiles %} - -{% block title %}Alliance Auth - Timer Create{% endblock %} - -{% block page_title %}Timer Create{% endblock page_title %} -{% block extra_css %} - {% endblock extra_css %} - -{% block content %} -
    -

    Create Timer

    - -
    -
    -
    - -
    -
    -
    -
    - -{% endblock content %} - -{% block extra_script %} - - $('#id_eve_time').datetimepicker({ - maskInput: true, - format: 'Y-m-d H:i',minDate:0 - }); - -{% endblock extra_script %} +{% extends "public/base.html" %} +{% load bootstrap %} +{% load staticfiles %} + +{% block title %}Alliance Auth - Structure Timer Create{% endblock %} + +{% block page_title %}Timer Create{% endblock page_title %} +{% block extra_css %} + {% endblock extra_css %} + +{% block content %} +
    +

    Create Structure Timer

    + +
    +
    +
    + +
    +
    +
    +
    + +{% endblock content %} + +{% block extra_script %} + + $('#id_eve_time').datetimepicker({ + maskInput: true, + format: 'Y-m-d H:i',minDate:0 + }); + +{% endblock extra_script %} diff --git a/stock/templates/registered/operationmanagement.html b/stock/templates/registered/operationmanagement.html index a7f00708..bf31de22 100644 --- a/stock/templates/registered/operationmanagement.html +++ b/stock/templates/registered/operationmanagement.html @@ -49,7 +49,7 @@ {% if perms.auth.optimer_management %} {{ ops.eve_character }} - + diff --git a/stock/templates/registered/timermanagement.html b/stock/templates/registered/timermanagement.html index 3af49280..1064ccd8 100755 --- a/stock/templates/registered/timermanagement.html +++ b/stock/templates/registered/timermanagement.html @@ -1,342 +1,342 @@ -{% extends "public/base.html" %} -{% load staticfiles %} - -{% block title %}Alliance Auth{% endblock %} - -{% block page_title %}Timer Management{% endblock page_title %} -{% block extra_css %}{% endblock extra_css %} - -{% block content %} -
    -

    Operation Timers - -

    -
    -
    - Current Eve Time: -
    -
    -

    Next Timer

    - - - - - - - - - - {% if perms.auth.timer_management %} - - {% endif %} - - {% if closest_timer %} - {% ifequal closest_timer.important True %} - - {% else %} - - {% endifequal %} - - - - - - - - {% if perms.auth.timer_management %} - - {% endif %} - {% endif %} - -
    DetailsObjectiveSystemStructureEve TimeLocal TimeCreatorAction
    {{ closest_timer.details }} - {% ifequal closest_timer.objective "Hostile" %} -
    - Hostile -
    - {% endifequal %} - {% ifequal closest_timer.objective "Friendly" %} -
    - Friendly -
    - {% endifequal %} - {% ifequal closest_timer.objective "Neutral" %} -
    - Neutral -
    - {% endifequal %} -
    {{ closest_timer.system }} {{ closest_timer.planet_moon }} - - {% ifequal closest_timer.structure "I-HUB" %} -
    - I-HUB -
    - {% endifequal %} - {% ifequal closest_timer.structure "POCO" %} -
    - POCO -
    - {% endifequal %} - {% ifequal closest_timer.structure "POS[S]" %} -
    - POS [S] -
    - {% endifequal %} - {% ifequal closest_timer.structure "POS[M]" %} -
    - POS [M] -
    - {% endifequal %} - {% ifequal closest_timer.structure "POS[L]" %} -
    - POS [L] -
    - {% endifequal %} - {% ifequal closest_timer.structure "Station" %} -
    - Station -
    - {% endifequal %} - {% ifequal closest_timer.structure "TCU" %} -
    - TCU -
    - {% endifequal %} - {% ifequal closest_timer.structure "Other" %} -
    - Other -
    - {% endifequal %} -
    {{ closest_timer.eve_time | date:"Y-m-d H:i" }}{{ closest_timer.eve_character.character_name }} - - - - -
    - {% if corp_timers %} -

    Corp Timers

    - - - - - - - - - - {% if perms.auth.timer_management %} - - {% endif %} - - {% for timer in corp_timers %} - {% ifequal timer.important True %} - - {% else %} - - {% endifequal %} - - - - - - - - {% if perms.auth.timer_management %} - - {% endif %} - - {% endfor %} -
    DetailsObjectiveSystemStructureEve TimeLocal TimeCreatorAction
    {{ timer.details }} - {% ifequal timer.objective "Hostile" %} -
    - Hostile -
    - {% endifequal %} - {% ifequal timer.objective "Friendly" %} -
    - Friendly -
    - {% endifequal %} - {% ifequal timer.objective "Neutral" %} -
    - Neutral -
    - {% endifequal %} -
    {{ timer.system }} {{ timer.planet_moon }} - - {% ifequal timer.structure "I-HUB" %} -
    - I-HUB -
    - {% endifequal %} - {% ifequal timer.structure "POCO" %} -
    - POCO -
    - {% endifequal %} - {% ifequal timer.structure "POS[S]" %} -
    - POS [S] -
    - {% endifequal %} - {% ifequal timer.structure "POS[M]" %} -
    - POS [M] -
    - {% endifequal %} - {% ifequal timer.structure "POS[L]" %} -
    - POS [L] -
    - {% endifequal %} - {% ifequal timer.structure "Station" %} -
    - Station -
    - {% endifequal %} - {% ifequal timer.structure "TCU" %} -
    - TCU -
    - {% endifequal %} - {% ifequal timer.structure "Other" %} -
    - Other -
    - {% endifequal %} -
    {{ timer.eve_time | date:"Y-m-d H:i" }}
    {{ timer.eve_character.character_name }} - - - -
    - {% endif %} -

    Future Timers

    - - - - - - - - - - {% if perms.auth.timer_management %} - - {% endif %} - - {% for timer in timers %} - {% ifnotequal timer closest_timer %} - {% ifequal timer.important True %} - - {% else %} - - {% endifequal %} - - - - - - - - {% if perms.auth.timer_management %} - - {% endif %} - - {% endifnotequal %} - {% endfor %} -
    DetailsObjectiveSystemStructureEve TimeLocal TimeCreatorAction
    {{ timer.details }} - {% ifequal timer.objective "Hostile" %} -
    - Hostile -
    - {% endifequal %} - {% ifequal timer.objective "Friendly" %} -
    - Friendly -
    - {% endifequal %} - {% ifequal timer.objective "Neutral" %} -
    - Neutral -
    - {% endifequal %} -
    {{ timer.system }} {{ timer.planet_moon }} - - {% ifequal timer.structure "I-HUB" %} -
    - I-HUB -
    - {% endifequal %} - {% ifequal timer.structure "POCO" %} -
    - POCO -
    - {% endifequal %} - {% ifequal timer.structure "POS[S]" %} -
    - POS [S] -
    - {% endifequal %} - {% ifequal timer.structure "POS[M]" %} -
    - POS [M] -
    - {% endifequal %} - {% ifequal timer.structure "POS[L]" %} -
    - POS [L] -
    - {% endifequal %} - {% ifequal timer.structure "Station" %} -
    - Station -
    - {% endifequal %} - {% ifequal timer.structure "TCU" %} -
    - TCU -
    - {% endifequal %} - {% ifequal timer.structure "Other" %} -
    - Other -
    - {% endifequal %} -
    {{ timer.eve_time | date:"Y-m-d H:i" }}
    {{ timer.eve_character.character_name }} - - - -
    -
    - - - - - -{% endblock content %} +{% extends "public/base.html" %} +{% load staticfiles %} + +{% block title %}Alliance Auth{% endblock %} + +{% block page_title %}Structure Timer Management{% endblock page_title %} +{% block extra_css %}{% endblock extra_css %} + +{% block content %} +
    +

    Structure Timers + +

    +
    +
    + Current Eve Time: +
    +
    +

    Next Timer

    + + + + + + + + + + {% if perms.auth.timer_management %} + + {% endif %} + + {% if closest_timer %} + {% ifequal closest_timer.important True %} + + {% else %} + + {% endifequal %} + + + + + + + + {% if perms.auth.timer_management %} + + {% endif %} + {% endif %} + +
    DetailsObjectiveSystemStructureEve TimeLocal TimeCreatorAction
    {{ closest_timer.details }} + {% ifequal closest_timer.objective "Hostile" %} +
    + Hostile +
    + {% endifequal %} + {% ifequal closest_timer.objective "Friendly" %} +
    + Friendly +
    + {% endifequal %} + {% ifequal closest_timer.objective "Neutral" %} +
    + Neutral +
    + {% endifequal %} +
    {{ closest_timer.system }} {{ closest_timer.planet_moon }} + + {% ifequal closest_timer.structure "I-HUB" %} +
    + I-HUB +
    + {% endifequal %} + {% ifequal closest_timer.structure "POCO" %} +
    + POCO +
    + {% endifequal %} + {% ifequal closest_timer.structure "POS[S]" %} +
    + POS [S] +
    + {% endifequal %} + {% ifequal closest_timer.structure "POS[M]" %} +
    + POS [M] +
    + {% endifequal %} + {% ifequal closest_timer.structure "POS[L]" %} +
    + POS [L] +
    + {% endifequal %} + {% ifequal closest_timer.structure "Station" %} +
    + Station +
    + {% endifequal %} + {% ifequal closest_timer.structure "TCU" %} +
    + TCU +
    + {% endifequal %} + {% ifequal closest_timer.structure "Other" %} +
    + Other +
    + {% endifequal %} +
    {{ closest_timer.eve_time | date:"Y-m-d H:i" }}{{ closest_timer.eve_character.character_name }} + + + + +
    + {% if corp_timers %} +

    Corp Timers

    + + + + + + + + + + {% if perms.auth.timer_management %} + + {% endif %} + + {% for timer in corp_timers %} + {% ifequal timer.important True %} + + {% else %} + + {% endifequal %} + + + + + + + + {% if perms.auth.timer_management %} + + {% endif %} + + {% endfor %} +
    DetailsObjectiveSystemStructureEve TimeLocal TimeCreatorAction
    {{ timer.details }} + {% ifequal timer.objective "Hostile" %} +
    + Hostile +
    + {% endifequal %} + {% ifequal timer.objective "Friendly" %} +
    + Friendly +
    + {% endifequal %} + {% ifequal timer.objective "Neutral" %} +
    + Neutral +
    + {% endifequal %} +
    {{ timer.system }} {{ timer.planet_moon }} + + {% ifequal timer.structure "I-HUB" %} +
    + I-HUB +
    + {% endifequal %} + {% ifequal timer.structure "POCO" %} +
    + POCO +
    + {% endifequal %} + {% ifequal timer.structure "POS[S]" %} +
    + POS [S] +
    + {% endifequal %} + {% ifequal timer.structure "POS[M]" %} +
    + POS [M] +
    + {% endifequal %} + {% ifequal timer.structure "POS[L]" %} +
    + POS [L] +
    + {% endifequal %} + {% ifequal timer.structure "Station" %} +
    + Station +
    + {% endifequal %} + {% ifequal timer.structure "TCU" %} +
    + TCU +
    + {% endifequal %} + {% ifequal timer.structure "Other" %} +
    + Other +
    + {% endifequal %} +
    {{ timer.eve_time | date:"Y-m-d H:i" }}
    {{ timer.eve_character.character_name }} + + + +
    + {% endif %} +

    Future Timers

    + + + + + + + + + + {% if perms.auth.timer_management %} + + {% endif %} + + {% for timer in timers %} + {% ifnotequal timer closest_timer %} + {% ifequal timer.important True %} + + {% else %} + + {% endifequal %} + + + + + + + + {% if perms.auth.timer_management %} + + {% endif %} + + {% endifnotequal %} + {% endfor %} +
    DetailsObjectiveSystemStructureEve TimeLocal TimeCreatorAction
    {{ timer.details }} + {% ifequal timer.objective "Hostile" %} +
    + Hostile +
    + {% endifequal %} + {% ifequal timer.objective "Friendly" %} +
    + Friendly +
    + {% endifequal %} + {% ifequal timer.objective "Neutral" %} +
    + Neutral +
    + {% endifequal %} +
    {{ timer.system }} {{ timer.planet_moon }} + + {% ifequal timer.structure "I-HUB" %} +
    + I-HUB +
    + {% endifequal %} + {% ifequal timer.structure "POCO" %} +
    + POCO +
    + {% endifequal %} + {% ifequal timer.structure "POS[S]" %} +
    + POS [S] +
    + {% endifequal %} + {% ifequal timer.structure "POS[M]" %} +
    + POS [M] +
    + {% endifequal %} + {% ifequal timer.structure "POS[L]" %} +
    + POS [L] +
    + {% endifequal %} + {% ifequal timer.structure "Station" %} +
    + Station +
    + {% endifequal %} + {% ifequal timer.structure "TCU" %} +
    + TCU +
    + {% endifequal %} + {% ifequal timer.structure "Other" %} +
    + Other +
    + {% endifequal %} +
    {{ timer.eve_time | date:"Y-m-d H:i" }}
    {{ timer.eve_character.character_name }} + + + +
    +
    + + + + + +{% endblock content %}