Add Timerboard Structures, step 2 (#976)

Added additional labels for added structure types
This commit is contained in:
Ariel Rin 2018-02-24 12:35:49 +10:00 committed by Adarnof
parent d58ac8a718
commit d8f4d56dd8

View File

@ -120,7 +120,6 @@
Engineering Complex [XL] Engineering Complex [XL]
</div> </div>
{% endifequal %} {% endifequal %}
{% ifequal timer.structure "Station" %} {% ifequal timer.structure "Station" %}
<div class="label label-danger"> <div class="label label-danger">
Station Station
@ -131,8 +130,23 @@
TCU TCU
</div> </div>
{% endifequal %} {% endifequal %}
{% ifequal timer.structure "Other" %} {% ifequal timer.structure "Refinery[M]" %}
<div class="label label-default"> <div class="label label-warning">
Refinery [M]
</div>
{% endifequal %}
{% ifequal timer.structure "Refinery[L]" %}
<div class="label label-warning">
Refinery [L]
</div>
{% endifequal %}
{% ifequal timer.structure "Moon Mining Cycle" %}
<div class="label label-success">
Moon Mining Cycle
</div>
{% endifequal %}
{% ifequal timer.structure "Other
<div class="label label-default
Other Other
</div> </div>
{% endifequal %} {% endifequal %}
@ -265,6 +279,21 @@
TCU TCU
</div> </div>
{% endifequal %} {% endifequal %}
{% ifequal timer.structure "Refinery[M]" %}
<div class="label label-warning">
Refinery [M]
</div>
{% endifequal %}
{% ifequal timer.structure "Refinery[L]" %}
<div class="label label-warning">
Refinery [L]
</div>
{% endifequal %}
{% ifequal timer.structure "Moon Mining Cycle" %}
<div class="label label-success">
Moon Mining Cycle
</div>
{% endifequal %}
{% ifequal timer.structure "Other" %} {% ifequal timer.structure "Other" %}
<div class="label label-default"> <div class="label label-default">
Other Other
@ -400,6 +429,21 @@
TCU TCU
</div> </div>
{% endifequal %} {% endifequal %}
{% ifequal timer.structure "Refinery[M]" %}
<div class="label label-warning">
Refinery [M]
</div>
{% endifequal %}
{% ifequal timer.structure "Refinery[L]" %}
<div class="label label-warning">
Refinery [L]
</div>
{% endifequal %}
{% ifequal timer.structure "Moon Mining Cycle" %}
<div class="label label-success">
Moon Mining Cycle
</div>
{% endifequal %}
{% ifequal timer.structure "Other" %} {% ifequal timer.structure "Other" %}
<div class="label label-default"> <div class="label label-default">
Other Other