diff --git a/stock/templates/registered/operationmanagement.html b/stock/templates/registered/operationmanagement.html index dc6c7d17..28f25918 100644 --- a/stock/templates/registered/operationmanagement.html +++ b/stock/templates/registered/operationmanagement.html @@ -17,6 +17,12 @@ +
+
+ Current Eve Time: +
+
+
@@ -24,27 +30,29 @@ - + + - - + + {% if perms.auth.optimer_management %} - - + + {% endif %} {% for ops in optimer %} - + - - + + + {% if perms.auth.optimer_management %} @@ -70,7 +78,24 @@ + + + {% endblock content %} diff --git a/stock/templates/registered/timermanagement.html b/stock/templates/registered/timermanagement.html index 28cca142..2e774a3c 100755 --- a/stock/templates/registered/timermanagement.html +++ b/stock/templates/registered/timermanagement.html @@ -30,7 +30,7 @@ - + {% if perms.auth.timer_management %} @@ -106,8 +106,8 @@ {% endifequal %} - - + + {% if perms.auth.timer_management %} - + {% if perms.auth.timer_management %} {% endif %} @@ -339,7 +340,6 @@ var clock{{ timer.id }} = document.getElementById("countdown{{ timer.id }}"), ta setInterval(function(){clockClosest.innerHTML = targetDate.format('D @ h:ia'); if (targetDate > Date.now()){ clockClosest.innerHTML = clockClosest.innerHTML + "
" + countdown(targetDate).toString();}}, 1000); {% for timer in timers %}setInterval(function(){clock{{ timer.id }}.innerHTML = targetDate{{ timer.id }}.format('D @ h:ia'); if (targetDate{{ timer.id }} > Date.now()){ clock{{ timer.id }}.innerHTML = clock{{ timer.id }}.innerHTML + "
" + countdown(targetDate{{ timer.id }}).toString();}}, 1000);{% endfor %} -{% for timer in corp_timers %}setInterval(function(){clock{{ timer.id }}.innerHTML = targetDate{{ timer.id }}.format('D @ h:ia'); if (targetDate{{ timer.id }} > Date.now()){ clock{{ timer.id }}.innerHTML = clock{{ timer.id }}.innerHTML + "
" + countdown(targetDate{{ timer.id }}).toString();}}, 1000);{% endfor %} setInterval(function(){updateClock()}, 1000); @@ -348,5 +348,20 @@ function updateClock() { document.getElementById("current-time").innerHTML = "" + clock.toUTCString() + ""; } + + {% endblock content %}
Operation NameForm Up System Form Up Location Start TimeDurationLocal TimeDuration FCDetailsPost TimeDetailsPost TimeCreatorActionCreatorAction
{{ ops.operation_name }}{{ ops.operation_name }} {{ ops.doctrine }} {{ ops.system }} {{ ops.location }} {{ ops.start | date:"Y-m-d H:i" }}{{ ops.duration }}{{ ops.fc }}
{{ ops.duration }}{{ ops.fc }} {{ ops.details }} {{ ops.post_time}}System Structure Eve TimeLocal TimeLocal Time CreatorAction {{ closest_timer.eve_time | date:"Y-m-d H:i" }}{{ closest_timer.eve_character.character_name }}{{ closest_timer.eve_character.character_name }} @@ -209,7 +209,7 @@ {% endifequal %} {{ timer.eve_time | date:"Y-m-d H:i" }}
{{ timer.eve_character.character_name }} @@ -217,9 +217,10 @@ - + +