diff --git a/stock/templates/registered/operationmanagement.html b/stock/templates/registered/operationmanagement.html index dc6c7d17..a878d4b8 100644 --- a/stock/templates/registered/operationmanagement.html +++ b/stock/templates/registered/operationmanagement.html @@ -17,6 +17,12 @@ +
+
+ Current Eve Time: +
+
+
@@ -24,41 +30,43 @@ + - + {% if perms.auth.optimer_management %} - - + + {% endif %} {% for ops in optimer %} - - - - - - - - - - + + + + + + + + + + + {% if perms.auth.optimer_management %} - - + + + {% endif %} @@ -70,7 +78,24 @@ + + + {% endblock content %} diff --git a/stock/templates/registered/timermanagement.html b/stock/templates/registered/timermanagement.html index 28cca142..50930914 100755 --- a/stock/templates/registered/timermanagement.html +++ b/stock/templates/registered/timermanagement.html @@ -30,7 +30,7 @@ - + {% if perms.auth.timer_management %} @@ -106,16 +106,15 @@ {% endifequal %} - - + + {% if perms.auth.timer_management %} - + {% if perms.auth.timer_management %} {% endif %} @@ -339,7 +339,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 +347,20 @@ function updateClock() { document.getElementById("current-time").innerHTML = "" + clock.toUTCString() + ""; } + + {% endblock content %}
Operation NameForm Up System Form Up Location Start TimeLocal Time Duration FCDetailsDetails Post TimeCreatorActionCreatorAction
{{ ops.operation_name }}{{ ops.doctrine }} - {{ ops.system }} - {{ ops.location }}{{ ops.start | date:"Y-m-d H:i" }}{{ ops.duration }}{{ ops.fc }}{{ ops.details }}{{ ops.post_time}}
{{ ops.operation_name }}{{ ops.doctrine }} + {{ ops.system }} + {{ ops.location }}{{ ops.start | date:"Y-m-d H:i" }}
{{ ops.duration }}{{ ops.fc }}{{ ops.details }}{{ ops.post_time}}{{ ops.eve_character }} + {{ ops.eve_character }} - + - - 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 +208,7 @@ {% endifequal %} {{ timer.eve_time | date:"Y-m-d H:i" }}
{{ timer.eve_character.character_name }} @@ -217,9 +216,10 @@ - + +