mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-15 07:20:17 +02:00
added citadels and engineering complexes to timerboard (#602)
This commit is contained in:
parent
ce35e72e44
commit
286cb9e1d1
@ -90,6 +90,37 @@
|
|||||||
POS [L]
|
POS [L]
|
||||||
</div>
|
</div>
|
||||||
{% endifequal %}
|
{% endifequal %}
|
||||||
|
{% ifequal timer.structure "Citadel[M]" %}
|
||||||
|
<div class="label label-danger">
|
||||||
|
Citadel [M]
|
||||||
|
</div>
|
||||||
|
{% endifequal %}
|
||||||
|
{% ifequal timer.structure "Citadel[L]" %}
|
||||||
|
<div class="label label-danger">
|
||||||
|
Citadel [L]
|
||||||
|
</div>
|
||||||
|
{% endifequal %}
|
||||||
|
{% ifequal timer.structure "Citadel[XL]" %}
|
||||||
|
<div class="label label-danger">
|
||||||
|
Citadel [XL]
|
||||||
|
</div>
|
||||||
|
{% endifequal %}
|
||||||
|
{% ifequal timer.structure "Engineering Complex[M]" %}
|
||||||
|
<div class="label label-warning">
|
||||||
|
Engineering Complex [M]
|
||||||
|
</div>
|
||||||
|
{% endifequal %}
|
||||||
|
{% ifequal timer.structure "Engineering Complex[L]" %}
|
||||||
|
<div class="label label-warning">
|
||||||
|
Engineering Complex [L]
|
||||||
|
</div>
|
||||||
|
{% endifequal %}
|
||||||
|
{% ifequal timer.structure "Engineering Complex[XL]" %}
|
||||||
|
<div class="label label-warning">
|
||||||
|
Engineering Complex [XL]
|
||||||
|
</div>
|
||||||
|
{% endifequal %}
|
||||||
|
|
||||||
{% ifequal timer.structure "Station" %}
|
{% ifequal timer.structure "Station" %}
|
||||||
<div class="label label-danger">
|
<div class="label label-danger">
|
||||||
Station
|
Station
|
||||||
@ -191,11 +222,41 @@
|
|||||||
POS [L]
|
POS [L]
|
||||||
</div>
|
</div>
|
||||||
{% endifequal %}
|
{% endifequal %}
|
||||||
|
{% ifequal timer.structure "Citadel[M]" %}
|
||||||
|
<div class="label label-danger">
|
||||||
|
Citadel [M]
|
||||||
|
</div>
|
||||||
|
{% endifequal %}
|
||||||
|
{% ifequal timer.structure "Citadel[L]" %}
|
||||||
|
<div class="label label-danger">
|
||||||
|
Citadel [L]
|
||||||
|
</div>
|
||||||
|
{% endifequal %}
|
||||||
|
{% ifequal timer.structure "Citadel[XL]" %}
|
||||||
|
<div class="label label-danger">
|
||||||
|
Citadel [XL]
|
||||||
|
</div>
|
||||||
|
{% endifequal %}
|
||||||
|
{% ifequal timer.structure "Engineering Complex[M]" %}
|
||||||
|
<div class="label label-warning">
|
||||||
|
Engineering Complex [M]
|
||||||
|
</div>
|
||||||
|
{% endifequal %}
|
||||||
|
{% ifequal timer.structure "Engineering Complex[L]" %}
|
||||||
|
<div class="label label-warning">
|
||||||
|
Engineering Complex [L]
|
||||||
|
</div>
|
||||||
|
{% endifequal %}
|
||||||
|
{% ifequal timer.structure "Engineering Complex[XL]" %}
|
||||||
|
<div class="label label-warning">
|
||||||
|
Engineering Complex [XL]
|
||||||
|
</div>
|
||||||
|
{% endifequal %}
|
||||||
{% ifequal timer.structure "Station" %}
|
{% ifequal timer.structure "Station" %}
|
||||||
<div class="label label-danger">
|
<div class="label label-danger">
|
||||||
Station
|
Station
|
||||||
</div>
|
</div>
|
||||||
{% endifequal %}
|
{% endifequal %}
|
||||||
{% ifequal timer.structure "TCU" %}
|
{% ifequal timer.structure "TCU" %}
|
||||||
<div class="label label-danger">
|
<div class="label label-danger">
|
||||||
TCU
|
TCU
|
||||||
@ -292,6 +353,36 @@
|
|||||||
<div class="label label-info">
|
<div class="label label-info">
|
||||||
POS [L]
|
POS [L]
|
||||||
</div>
|
</div>
|
||||||
|
{% endifequal %}
|
||||||
|
{% ifequal timer.structure "Citadel[M]" %}
|
||||||
|
<div class="label label-danger">
|
||||||
|
Citadel [M]
|
||||||
|
</div>
|
||||||
|
{% endifequal %}
|
||||||
|
{% ifequal timer.structure "Citadel[L]" %}
|
||||||
|
<div class="label label-danger">
|
||||||
|
Citadel [L]
|
||||||
|
</div>
|
||||||
|
{% endifequal %}
|
||||||
|
{% ifequal timer.structure "Citadel[XL]" %}
|
||||||
|
<div class="label label-danger">
|
||||||
|
Citadel [XL]
|
||||||
|
</div>
|
||||||
|
{% endifequal %}
|
||||||
|
{% ifequal timer.structure "Engineering Complex[M]" %}
|
||||||
|
<div class="label label-warning">
|
||||||
|
Engineering Complex [M]
|
||||||
|
</div>
|
||||||
|
{% endifequal %}
|
||||||
|
{% ifequal timer.structure "Engineering Complex[L]" %}
|
||||||
|
<div class="label label-warning">
|
||||||
|
Engineering Complex [L]
|
||||||
|
</div>
|
||||||
|
{% endifequal %}
|
||||||
|
{% ifequal timer.structure "Engineering Complex[XL]" %}
|
||||||
|
<div class="label label-warning">
|
||||||
|
Engineering Complex [XL]
|
||||||
|
</div>
|
||||||
{% endifequal %}
|
{% endifequal %}
|
||||||
{% ifequal timer.structure "Station" %}
|
{% ifequal timer.structure "Station" %}
|
||||||
<div class="label label-danger">
|
<div class="label label-danger">
|
||||||
|
@ -6,8 +6,12 @@ from django.utils.translation import ugettext_lazy as _
|
|||||||
|
|
||||||
class TimerForm(forms.Form):
|
class TimerForm(forms.Form):
|
||||||
structure_choices = [('POCO', 'POCO'), ('I-HUB', 'I-HUB'), ('POS[S]', 'POS[S]'),
|
structure_choices = [('POCO', 'POCO'), ('I-HUB', 'I-HUB'), ('POS[S]', 'POS[S]'),
|
||||||
('POS[M]', 'POS[M]'), ('POS[L]', 'POS[L]'), ('Station', 'Station'), ('TCU', 'TCU'),
|
('POS[M]', 'POS[M]'), ('POS[L]', 'POS[L]'), ('Citadel[M]', 'Citadel[M]'),
|
||||||
(_('Other'), _('Other'))]
|
('Citadel[L]', 'Citadel[L]'), ('Citadel[XL]', 'Citadel[XL]'),
|
||||||
|
('Engineering Complex[M]', 'Engineering Complex[M]'),
|
||||||
|
('Engineering Complex[L]', 'Engineering Complex[L]'),
|
||||||
|
('Engineering Complex[XL]', 'Engineering Complex[XL]'),
|
||||||
|
('Station', 'Station'), ('TCU', 'TCU'), (_('Other'), _('Other'))]
|
||||||
objective_choices = [('Friendly', _('Friendly')), ('Hostile', _('Hostile')), ('Neutral', _('Neutral'))]
|
objective_choices = [('Friendly', _('Friendly')), ('Hostile', _('Hostile')), ('Neutral', _('Neutral'))]
|
||||||
|
|
||||||
details = forms.CharField(max_length=254, required=True, label=_('Details'))
|
details = forms.CharField(max_length=254, required=True, label=_('Details'))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user