aa-structures 2.17.0__tar.gz → 3.0.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {aa_structures-2.17.0 → aa_structures-3.0.0}/PKG-INFO +5 -4
- {aa_structures-2.17.0 → aa_structures-3.0.0}/pyproject.toml +2 -2
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/__init__.py +1 -1
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/core/serializers.py +6 -6
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/js/public.js +9 -3
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/js/structures.js +5 -1
- aa_structures-3.0.0/structures/templates/structures/base.html +46 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/templates/structures/modals/poco_details.html +15 -15
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/templates/structures/modals/starbase_detail.html +19 -20
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/templates/structures/modals/structure_details.html +19 -21
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/templates/structures/partials/menu.html +2 -2
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/templates/structures/public.html +28 -34
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/templates/structures/statistics.html +11 -19
- aa_structures-3.0.0/structures/templates/structures/structures.html +197 -0
- aa_structures-3.0.0/structures/templates/structures/templatetags/list_asset.html +11 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/templates/structures/templatetags/list_item.html +3 -3
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/templates/structures/templatetags/list_tax_item.html +3 -3
- aa_structures-3.0.0/structures/templates/structures/templatetags/list_title.html +1 -0
- aa_structures-2.17.0/structures/templates/structures/base.html +0 -13
- aa_structures-2.17.0/structures/templates/structures/structures.html +0 -207
- aa_structures-2.17.0/structures/templates/structures/templatetags/list_asset.html +0 -9
- aa_structures-2.17.0/structures/templates/structures/templatetags/list_title.html +0 -1
- {aa_structures-2.17.0 → aa_structures-3.0.0}/LICENSE +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/README.md +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/admin.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/app_settings.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/apps.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/auth_hooks.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/constants.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/core/__init__.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/core/notification_embeds/__init__.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/core/notification_embeds/billing_embeds.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/core/notification_embeds/corporate_embeds.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/core/notification_embeds/helpers.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/core/notification_embeds/main.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/core/notification_embeds/moonmining_embeds.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/core/notification_embeds/orbital_embeds.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/core/notification_embeds/skyhook_embeds.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/core/notification_embeds/sov_embeds.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/core/notification_embeds/structures_embeds.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/core/notification_embeds/tower_embeds.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/core/notification_embeds/war_embeds.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/core/notification_timers.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/core/notification_types.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/core/sovereignty.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/core/starbases.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/forms.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/helpers.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/locale/de/LC_MESSAGES/django.mo +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/locale/de/LC_MESSAGES/django.po +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/locale/django.pot +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/locale/en/LC_MESSAGES/django.mo +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/locale/en/LC_MESSAGES/django.po +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/locale/es/LC_MESSAGES/django.mo +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/locale/es/LC_MESSAGES/django.po +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/locale/fr_FR/LC_MESSAGES/django.po +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/locale/it_IT/LC_MESSAGES/django.mo +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/locale/it_IT/LC_MESSAGES/django.po +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/locale/ja/LC_MESSAGES/django.mo +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/locale/ja/LC_MESSAGES/django.po +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/locale/ko_KR/LC_MESSAGES/django.po +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/locale/ru/LC_MESSAGES/django.mo +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/locale/ru/LC_MESSAGES/django.po +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/locale/uk/LC_MESSAGES/django.mo +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/locale/uk/LC_MESSAGES/django.po +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/locale/zh_Hans/LC_MESSAGES/django.po +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/management/commands/__init__.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/management/commands/structures_load_eve.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/management/commands/structures_preload_eveuniverse.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/management/commands/structures_update_poco_planets.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/managers.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/migrations/0001_initial_new.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/migrations/0002_remove_eveuniverse_relation_names.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/migrations/0003_add_localization_and_unique_key.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/migrations/0004_improve_localization.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/migrations/0005_add_notification_types.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/migrations/0006_add_ownercharacter_disabled.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/migrations/0007_add_notificationtypes_skyhook_metenox.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/migrations/0008_add_notificationtypes_skyhook_metenox.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/migrations/0009_add_project_goal_notifications.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/migrations/__init__.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/models/__init__.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/models/eveuniverse.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/models/notifications.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/models/owners.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/models/structures_1.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/models/structures_2.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/providers.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/css/global.css +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/css/main.css +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/css/public.css +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/css/statistics.css +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/css/structures.css +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/bars-rotate-fade-black-36.svg +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/bars-rotate-fade-white-36.svg +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/eve_symbol_128.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/panel/0h.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/panel/0l.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/panel/0m.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/panel/0r.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/panel/0s.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/panel/1h.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/panel/1l.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/panel/1m.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/panel/1r.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/panel/2h.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/panel/2l.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/panel/2m.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/panel/2r.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/panel/3h.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/panel/3l.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/panel/3m.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/panel/3r.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/panel/4h.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/panel/4l.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/panel/4m.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/panel/4s.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/panel/5h.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/panel/5l.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/panel/5m.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/panel/5s.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/panel/6h.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/panel/6l.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/panel/6m.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/panel/7h.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/panel/7l.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/panel/7m.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/panel/8h.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/panel/8l.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/panel/8m.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/panel/blank.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/panel/circle.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/panel/dustwheel.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/panel/h.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/panel/l.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/panel/m.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/panel/noship.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/panel/r.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/panel/tyrannis.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/panel/tyrannis_blue.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/panel/tyrannis_darkred.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/panel/tyrannis_default.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/panel/tyrannis_revelations.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/img/structures_logo.png +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/js/global.js +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/js/statistics.js +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/vendor/datatables/plugins/dataTables.rowGroup.min.js +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/vendor/datatables/plugins/datetime.js +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/vendor/datatables/plugins/filterDropDown.min.js +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/vendor/datatables/plugins/rowGroup.bootstrap.min.css +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/static/structures/vendor/datatables/plugins/rowGroup.dataTables.min.css +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tasks.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/templates/structures/modals/fitting_assets.html +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/templates/structures/modals/fitting_gfx.html +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/templates/structures/modals/tab_general_detail.html +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/templates/structures/modals/tab_services_detail.html +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/templates/structures/partials/public/poco_list.html +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/templates/structures/partials/statistics/structure_summary.html +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/templates/structures/partials/structures/active_tags.html +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/templates/structures/partials/structures/jump_gate_list.html +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/templates/structures/partials/structures/orbital_list.html +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/templates/structures/partials/structures/starbase_list.html +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/templates/structures/partials/structures/structure_list.html +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/templates/structures/templatetags/detail_title.html +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/templatetags/__init__.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/templatetags/structures.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/__init__.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/core/__init__.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/core/notification_embeds/__init__.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/core/notification_embeds/test_helpers.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/core/notification_embeds/test_main.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/core/test_notification_structuretimers.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/core/test_notification_types.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/core/test_notifications_timers.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/core/test_serializers.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/core/test_sovereignty.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/core/test_starbases.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/integration/__init__.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/integration/test_tasks.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/integration/test_views.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/models/__init__.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/models/test_eveuniverse.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/models/test_notifications_1.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/models/test_notifications_2.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/models/test_notifications_3.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/models/test_notifications_discord.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/models/test_owners_1.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/models/test_owners_2.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/models/test_owners_3.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/models/test_owners_4.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/models/test_owners_5.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/models/test_owners_6.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/models/test_structures.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/test_admin.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/test_helpers.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/test_managers_1.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/test_managers_2.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/test_tasks.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/testdata/__init__.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/testdata/constants.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/testdata/create_eveuniverse.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/testdata/entities.json +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/testdata/esi_data.json +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/testdata/eveuniverse.json +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/testdata/factories.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/testdata/generate_notifications.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/testdata/generate_notifications_2.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/testdata/generate_structures.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/testdata/helpers.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/testdata/load_eveuniverse.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/testdata/tasks_loadtest.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/testdata/test_generate_structures.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/views/__init__.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/views/test_public.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/views/test_service_status.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/views/test_statistics.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/views/test_structures.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/tests/views/utils.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/urls.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/views/__init__.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/views/common.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/views/public.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/views/statistics.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/views/status.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/views/structures.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/webhooks/__init__.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/webhooks/core.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/webhooks/managers.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/webhooks/models.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/webhooks/tests/__init__.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/webhooks/tests/test_core.py +0 -0
- {aa_structures-2.17.0 → aa_structures-3.0.0}/structures/webhooks/tests/test_utils.py +0 -0
@@ -1,13 +1,12 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: aa-structures
|
3
|
-
Version:
|
3
|
+
Version: 3.0.0
|
4
4
|
Summary: App for managing Eve Online structures with Alliance Auth.
|
5
5
|
Author-email: Erik Kalkoken <kalkoken87@gmail.com>
|
6
6
|
Requires-Python: >=3.8
|
7
7
|
Description-Content-Type: text/markdown
|
8
8
|
Classifier: Environment :: Web Environment
|
9
9
|
Classifier: Framework :: Django
|
10
|
-
Classifier: Framework :: Django :: 4.0
|
11
10
|
Classifier: Framework :: Django :: 4.2
|
12
11
|
Classifier: Intended Audience :: End Users/Desktop
|
13
12
|
Classifier: License :: OSI Approved :: MIT License
|
@@ -17,10 +16,12 @@ Classifier: Programming Language :: Python :: 3.8
|
|
17
16
|
Classifier: Programming Language :: Python :: 3.9
|
18
17
|
Classifier: Programming Language :: Python :: 3.10
|
19
18
|
Classifier: Programming Language :: Python :: 3.11
|
19
|
+
Classifier: Programming Language :: Python :: 3.12
|
20
20
|
Classifier: Topic :: Internet :: WWW/HTTP
|
21
21
|
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
|
22
|
+
License-File: LICENSE
|
22
23
|
Requires-Dist: allianceauth-app-utils>=1.22
|
23
|
-
Requires-Dist: allianceauth>=
|
24
|
+
Requires-Dist: allianceauth>=4
|
24
25
|
Requires-Dist: dhooks-lite>=1.0
|
25
26
|
Requires-Dist: django-eveuniverse>=1.5.2
|
26
27
|
Requires-Dist: django-multiselectfield
|
@@ -12,7 +12,6 @@ authors = [{ name = "Erik Kalkoken", email = "kalkoken87@gmail.com" }]
|
|
12
12
|
classifiers = [
|
13
13
|
"Environment :: Web Environment",
|
14
14
|
"Framework :: Django",
|
15
|
-
"Framework :: Django :: 4.0",
|
16
15
|
"Framework :: Django :: 4.2",
|
17
16
|
"Intended Audience :: End Users/Desktop",
|
18
17
|
"License :: OSI Approved :: MIT License",
|
@@ -22,12 +21,13 @@ classifiers = [
|
|
22
21
|
"Programming Language :: Python :: 3.9",
|
23
22
|
"Programming Language :: Python :: 3.10",
|
24
23
|
"Programming Language :: Python :: 3.11",
|
24
|
+
"Programming Language :: Python :: 3.12",
|
25
25
|
"Topic :: Internet :: WWW/HTTP",
|
26
26
|
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
|
27
27
|
]
|
28
28
|
dependencies = [
|
29
29
|
"allianceauth-app-utils>=1.22",
|
30
|
-
"allianceauth>=
|
30
|
+
"allianceauth>=4",
|
31
31
|
"dhooks-lite>=1.0",
|
32
32
|
"django-eveuniverse>=1.5.2",
|
33
33
|
"django-multiselectfield",
|
@@ -330,8 +330,8 @@ class _AbstractStructureListSerializer(ABC):
|
|
330
330
|
):
|
331
331
|
ajax_url = reverse("structures:structure_details", args=[structure.id])
|
332
332
|
row["details"] = format_html(
|
333
|
-
'<button type="button" class="btn btn-
|
334
|
-
'data-toggle="modal" data-target="#modalUpwellDetails" '
|
333
|
+
'<button type="button" class="btn btn-secondary" '
|
334
|
+
'data-bs-toggle="modal" data-bs-target="#modalUpwellDetails" '
|
335
335
|
f"data-ajax_url={ajax_url} "
|
336
336
|
f'title="{_("Show fitting")}">'
|
337
337
|
'<i class="fas fa-search"></i></button>'
|
@@ -340,8 +340,8 @@ class _AbstractStructureListSerializer(ABC):
|
|
340
340
|
elif structure.is_poco:
|
341
341
|
ajax_url = reverse("structures:poco_details", args=[structure.id])
|
342
342
|
row["details"] = format_html(
|
343
|
-
'<button type="button" class="btn btn-
|
344
|
-
'data-toggle="modal" data-target="#modalPocoDetails" '
|
343
|
+
'<button type="button" class="btn btn-secondary" '
|
344
|
+
'data-bs-toggle="modal" data-bs-target="#modalPocoDetails" '
|
345
345
|
f"data-ajax_url={ajax_url} "
|
346
346
|
f'title="{_("Show details")}">'
|
347
347
|
'<i class="fas fa-search"></i></button>'
|
@@ -350,8 +350,8 @@ class _AbstractStructureListSerializer(ABC):
|
|
350
350
|
elif structure.is_starbase:
|
351
351
|
ajax_url = reverse("structures:starbase_detail", args=[structure.id])
|
352
352
|
row["details"] = format_html(
|
353
|
-
'<button type="button" class="btn btn-
|
354
|
-
'data-toggle="modal" data-target="#modalStarbaseDetail" '
|
353
|
+
'<button type="button" class="btn btn-secondary" '
|
354
|
+
'data-bs-toggle="modal" data-bs-target="#modalStarbaseDetail" '
|
355
355
|
f"data-ajax_url={ajax_url} "
|
356
356
|
f'title="{_("Show details")}">'
|
357
357
|
'<i class="fas fa-search"></i></button>'
|
@@ -92,41 +92,47 @@ $(document).ready(function () {
|
|
92
92
|
{
|
93
93
|
idx: pocos_idx_start,
|
94
94
|
title: filterTitles.constellation,
|
95
|
-
maxWidth: "
|
95
|
+
maxWidth: "10em",
|
96
96
|
},
|
97
97
|
{
|
98
98
|
idx: pocos_idx_start + 1,
|
99
99
|
title: filterTitles.planet_type,
|
100
|
+
maxWidth: "10em",
|
100
101
|
},
|
101
102
|
{
|
102
103
|
idx: pocos_idx_start + 2,
|
103
104
|
title: filterTitles.space_type,
|
105
|
+
maxWidth: "10em",
|
104
106
|
},
|
105
107
|
{
|
106
108
|
idx: pocos_idx_start + 3,
|
107
109
|
title: filterTitles.region,
|
110
|
+
maxWidth: "10em",
|
108
111
|
},
|
109
112
|
{
|
110
113
|
idx: pocos_idx_start + 4,
|
111
114
|
title: filterTitles.solar_system,
|
115
|
+
maxWidth: "10em",
|
112
116
|
},
|
113
117
|
{
|
114
118
|
idx: pocos_idx_start + 5,
|
115
119
|
title: filterTitles.corporation,
|
116
|
-
maxWidth: "
|
120
|
+
maxWidth: "10em",
|
117
121
|
},
|
118
122
|
{
|
119
123
|
idx: pocos_idx_start + 6,
|
120
124
|
title: filterTitles.alliance,
|
121
|
-
maxWidth: "
|
125
|
+
maxWidth: "10em",
|
122
126
|
},
|
123
127
|
{
|
124
128
|
idx: pocos_idx_start + 7,
|
125
129
|
title: filterTitles.access,
|
130
|
+
maxWidth: "10em",
|
126
131
|
},
|
127
132
|
],
|
128
133
|
autoSize: false,
|
129
134
|
bootstrap: true,
|
135
|
+
bootstrap_version: 5,
|
130
136
|
},
|
131
137
|
});
|
132
138
|
});
|
@@ -22,7 +22,7 @@ $(document).ready(function () {
|
|
22
22
|
$('a[href="#' + tabId + '"]').tab("show");
|
23
23
|
|
24
24
|
/* remember last selected tab */
|
25
|
-
$('a[data-toggle="tab"]').on("shown.bs.tab", function (e) {
|
25
|
+
$('a[data-bs-toggle="tab"]').on("shown.bs.tab", function (e) {
|
26
26
|
const selectedTabId = $(e.target).attr("href").substr(1);
|
27
27
|
setCookie(COOKIE_LAST_TAB_ID, selectedTabId, COOKIE_LAST_TAB_HOURS);
|
28
28
|
});
|
@@ -155,6 +155,7 @@ $(document).ready(function () {
|
|
155
155
|
],
|
156
156
|
autoSize: false,
|
157
157
|
bootstrap: true,
|
158
|
+
bootstrap_version: 5,
|
158
159
|
},
|
159
160
|
},
|
160
161
|
});
|
@@ -242,6 +243,7 @@ $(document).ready(function () {
|
|
242
243
|
],
|
243
244
|
autoSize: false,
|
244
245
|
bootstrap: true,
|
246
|
+
bootstrap_version: 5,
|
245
247
|
},
|
246
248
|
},
|
247
249
|
});
|
@@ -328,6 +330,7 @@ $(document).ready(function () {
|
|
328
330
|
],
|
329
331
|
autoSize: false,
|
330
332
|
bootstrap: true,
|
333
|
+
bootstrap_version: 5,
|
331
334
|
},
|
332
335
|
},
|
333
336
|
});
|
@@ -455,6 +458,7 @@ $(document).ready(function () {
|
|
455
458
|
],
|
456
459
|
autoSize: false,
|
457
460
|
bootstrap: true,
|
461
|
+
bootstrap_version: 5,
|
458
462
|
},
|
459
463
|
createdRow: function (row, data, dataIndex) {
|
460
464
|
if (data["is_reinforced"]) {
|
@@ -0,0 +1,46 @@
|
|
1
|
+
{% extends 'allianceauth/base-bs5.html' %}
|
2
|
+
{% load i18n %}
|
3
|
+
{% load navactive %}
|
4
|
+
|
5
|
+
{% block page_title %}{% translate "Structures" %}{% endblock %}
|
6
|
+
|
7
|
+
{% block header_nav_brand %}{% translate "Structures" %}{% endblock %}
|
8
|
+
|
9
|
+
{% block header_nav_collapse_left %}
|
10
|
+
{% if perms.structures.view_corporation_structures or perms.structures.view_alliance_structures or perms.structures.view_all_structures %}
|
11
|
+
<li class="nav-item">
|
12
|
+
<a class="nav-link {% navactive request 'structures:structure_list' %}" href="{% url 'structures:structure_list' %}">
|
13
|
+
{% translate 'Structure List' %}
|
14
|
+
</a>
|
15
|
+
</li>
|
16
|
+
|
17
|
+
<li class="nav-item">
|
18
|
+
<a class="nav-link {% navactive request 'structures:statistics' %}" href="{% url 'structures:statistics' %}">
|
19
|
+
{% translate 'Statistics' %}
|
20
|
+
</a>
|
21
|
+
</li>
|
22
|
+
{% endif %}
|
23
|
+
|
24
|
+
|
25
|
+
<li class="nav-item me-auto">
|
26
|
+
<a class="nav-link {% navactive request 'structures:public' %}" href="{% url 'structures:public' %}">
|
27
|
+
{% translate 'Public' %}
|
28
|
+
</a>
|
29
|
+
</li>
|
30
|
+
|
31
|
+
{% endblock header_nav_collapse_left %}
|
32
|
+
|
33
|
+
{% block header_nav_user_character_control %}
|
34
|
+
{% if perms.structures.add_structure_owner %}
|
35
|
+
<li class="nav-item">
|
36
|
+
<a class="nav-link text-success" href="{% url 'structures:add_structure_owner' %}" title="{% translate 'Add new structure owner or add new sync character to an existing structure owner' %}">
|
37
|
+
<i class="fa-solid fa-plus"></i>
|
38
|
+
</a>
|
39
|
+
</li>
|
40
|
+
{% endif %}
|
41
|
+
<div class="vr"></div>
|
42
|
+
{% endblock header_nav_user_character_control %}
|
43
|
+
|
44
|
+
{% block content %}
|
45
|
+
{% block details %}{% endblock %}
|
46
|
+
{% endblock %}
|
@@ -4,8 +4,8 @@
|
|
4
4
|
{% load structures %}
|
5
5
|
|
6
6
|
<div class="modal-header">
|
7
|
-
<
|
8
|
-
<
|
7
|
+
<h5 class="modal-title">{{ structure }}</h5>
|
8
|
+
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
9
9
|
</div>
|
10
10
|
|
11
11
|
<div class="modal-body">
|
@@ -13,27 +13,27 @@
|
|
13
13
|
<br>
|
14
14
|
|
15
15
|
<!-- Nav tabs -->
|
16
|
-
<ul class="nav nav-
|
17
|
-
<li
|
18
|
-
<
|
16
|
+
<ul class="nav nav-pills" role="tablist">
|
17
|
+
<li class="nav-item" role="presentation">
|
18
|
+
<button class="nav-link active" data-bs-target="#tab-poco-general" aria-controls="modules" role="tab" data-bs-toggle="tab">
|
19
19
|
{% translate "General" %}
|
20
|
-
</
|
20
|
+
</button>
|
21
21
|
</li>
|
22
|
-
|
23
|
-
<
|
24
|
-
{% translate "Reinforcement
|
25
|
-
</
|
22
|
+
<li class="nav-item" role="presentation">
|
23
|
+
<button class="nav-link" data-bs-target="#tab-poco-reinforcement" aria-controls="access" role="tab" data-bs-toggle="tab">
|
24
|
+
{% translate "Reinforcement" %}
|
25
|
+
</button>
|
26
26
|
</li>
|
27
|
-
<li role="presentation">
|
28
|
-
<
|
29
|
-
{% translate "Tax
|
30
|
-
</
|
27
|
+
<li class="nav-item" role="presentation">
|
28
|
+
<button class="nav-link" data-bs-target="#tab-poco-settings" aria-controls="settings" role="tab" data-bs-toggle="tab">
|
29
|
+
{% translate "Tax & Access" %}
|
30
|
+
</button>
|
31
31
|
</li>
|
32
32
|
</ul>
|
33
33
|
|
34
34
|
<!-- Tab panes -->
|
35
35
|
<div class="tab-content">
|
36
|
-
<div role="tabpanel" class="tab-pane active" id="tab-poco-general">
|
36
|
+
<div role="tabpanel" class="tab-pane show active" id="tab-poco-general">
|
37
37
|
{% include "structures/modals/tab_general_detail.html" %}
|
38
38
|
</div>
|
39
39
|
|
@@ -4,8 +4,8 @@
|
|
4
4
|
{% load structures %}
|
5
5
|
|
6
6
|
<div class="modal-header">
|
7
|
-
<
|
8
|
-
<
|
7
|
+
<h5 class="modal-title">{{structure}}</h5>
|
8
|
+
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
9
9
|
</div>
|
10
10
|
|
11
11
|
<div class="modal-body">
|
@@ -13,37 +13,36 @@
|
|
13
13
|
<br>
|
14
14
|
|
15
15
|
<!-- Nav tabs -->
|
16
|
-
<ul class="nav nav-
|
17
|
-
<li
|
18
|
-
<
|
16
|
+
<ul class="nav nav-pills" role="tablist">
|
17
|
+
<li class="nav-item" role="presentation">
|
18
|
+
<button class="nav-link active" data-bs-target="#tab-starbase-general" aria-controls="modules" role="tab" data-bs-toggle="tab">
|
19
19
|
{% translate "General" %}
|
20
|
-
</
|
20
|
+
</button>
|
21
21
|
</li>
|
22
|
-
<li role="presentation">
|
23
|
-
<
|
22
|
+
<li class="nav-item" role="presentation">
|
23
|
+
<button class="nav-link" data-bs-target="#tab-starbase-fuel" aria-controls="fuels" role="tab" data-bs-toggle="tab">
|
24
24
|
{% translate "Fuel" %} <small>({{ fuel_blocks_count|default:"-"|intcomma }})</small>
|
25
|
-
</
|
25
|
+
</button>
|
26
26
|
</li>
|
27
|
-
<li role="presentation">
|
28
|
-
<
|
27
|
+
<li class="nav-item" role="presentation">
|
28
|
+
<button class="nav-link" data-bs-target="#tab-starbase-modules" aria-controls="modules" role="tab" data-bs-toggle="tab">
|
29
29
|
{% translate "Modules" %} <small>({{ modules_count }})</small>
|
30
|
-
</
|
30
|
+
</button>
|
31
31
|
</li>
|
32
|
-
<li role="presentation">
|
33
|
-
<
|
32
|
+
<li class="nav-item" role="presentation">
|
33
|
+
<button class="nav-link" data-bs-target="#tab-starbase-settings" aria-controls="settings" role="tab" data-bs-toggle="tab">
|
34
34
|
{% translate "Settings" %}
|
35
|
-
</
|
35
|
+
</button>
|
36
36
|
</li>
|
37
|
-
<li role="presentation">
|
38
|
-
<
|
37
|
+
<li class="nav-item" role="presentation">
|
38
|
+
<button class="nav-link" data-bs-target="#tab-starbase-access" aria-controls="access" role="tab" data-bs-toggle="tab">
|
39
39
|
{% translate "Access" %}
|
40
|
-
</
|
40
|
+
</button>
|
41
41
|
</li>
|
42
42
|
</ul>
|
43
|
-
|
44
43
|
<!-- Tab panes -->
|
45
44
|
<div class="tab-content">
|
46
|
-
<div role="tabpanel" class="tab-pane active" id="tab-starbase-general">
|
45
|
+
<div role="tabpanel" class="tab-pane show active" id="tab-starbase-general">
|
47
46
|
{% include "structures/modals/tab_general_detail.html" %}
|
48
47
|
</div>
|
49
48
|
|
@@ -4,10 +4,8 @@
|
|
4
4
|
{% load structures %}
|
5
5
|
|
6
6
|
<div class="modal-header">
|
7
|
-
<
|
8
|
-
|
9
|
-
</button>
|
10
|
-
<h4 class="modal-title">{{structure.eve_solar_system.name}} - {{structure.name}}</h4>
|
7
|
+
<h5 class="modal-title">{{structure.eve_solar_system.name}} - {{structure.name}}</h5>
|
8
|
+
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
11
9
|
</div>
|
12
10
|
|
13
11
|
<div class="modal-body">
|
@@ -15,38 +13,38 @@
|
|
15
13
|
<br>
|
16
14
|
|
17
15
|
<!-- Nav tabs -->
|
18
|
-
<ul class="nav nav-
|
19
|
-
<li
|
20
|
-
<
|
16
|
+
<ul class="nav nav-pills" role="tablist">
|
17
|
+
<li class="nav-item" role="presentation">
|
18
|
+
<button class="nav-link active" data-bs-target="#tab-structure-general" aria-controls="modules" role="tab" data-bs-toggle="tab">
|
21
19
|
{% translate "General" %}
|
22
|
-
</
|
20
|
+
</button>
|
23
21
|
</li>
|
24
|
-
<li role="presentation">
|
25
|
-
<
|
22
|
+
<li class="nav-item" role="presentation">
|
23
|
+
<button class="nav-link" data-bs-target="#tab-structure-services" aria-controls="fuel" role="tab" data-bs-toggle="tab">
|
26
24
|
{% translate "Services" %} <small>({{ services_count|default:"-"|intcomma }})</small>
|
27
|
-
</
|
25
|
+
</button>
|
28
26
|
</li>
|
29
27
|
|
30
|
-
<li role="presentation">
|
31
|
-
<
|
28
|
+
<li class="nav-item" role="presentation">
|
29
|
+
<button class="nav-link" data-bs-target="#tab-structure-fuel" aria-controls="fuel" role="tab" data-bs-toggle="tab">
|
32
30
|
{% translate "Fuel" %} <small>({{ fuel_blocks_total|default:"-"|intcomma }})</small>
|
33
|
-
</
|
31
|
+
</button>
|
34
32
|
</li>
|
35
|
-
<li role="presentation">
|
36
|
-
<
|
33
|
+
<li class="nav-item" role="presentation">
|
34
|
+
<button class="nav-link" data-bs-target="#tab-structure-ammo" aria-controls="ammo" role="tab" data-bs-toggle="tab">
|
37
35
|
{% translate "Ammo" %} <small>({{ ammo_total|default:"-"|intcomma }})</small>
|
38
|
-
</
|
36
|
+
</button>
|
39
37
|
</li>
|
40
|
-
<li role="presentation">
|
41
|
-
<
|
38
|
+
<li class="nav-item" role="presentation">
|
39
|
+
<button class="nav-link" data-bs-target="#tab-structure-modules" aria-controls="modules" role="tab" data-bs-toggle="tab">
|
42
40
|
{% translate "Modules" %} <small>({{ modules_count }})</small>
|
43
|
-
</
|
41
|
+
</button>
|
44
42
|
</li>
|
45
43
|
</ul>
|
46
44
|
|
47
45
|
<!-- Tab panes -->
|
48
46
|
<div class="tab-content">
|
49
|
-
<div role="tabpanel" class="tab-pane active" id="tab-structure-general">
|
47
|
+
<div role="tabpanel" class="tab-pane show active" id="tab-structure-general">
|
50
48
|
{% include "structures/modals/tab_general_detail.html" %}
|
51
49
|
</div>
|
52
50
|
|
{aa_structures-2.17.0 → aa_structures-3.0.0}/structures/templates/structures/partials/menu.html
RENAMED
@@ -5,8 +5,8 @@
|
|
5
5
|
<nav class="navbar navbar-default">
|
6
6
|
<div class="container-fluid">
|
7
7
|
<div class="navbar-header">
|
8
|
-
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
|
9
|
-
data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
|
8
|
+
<button type="button" class="navbar-toggle collapsed" data-bs-toggle="collapse"
|
9
|
+
data-bs-target="#bs-example-navbar-collapse-1" aria-expanded="false">
|
10
10
|
<span class="sr-only">{% translate "Toggle navigation" %}</span>
|
11
11
|
<span class="icon-bar"></span>
|
12
12
|
<span class="icon-bar"></span>
|
@@ -5,44 +5,41 @@
|
|
5
5
|
|
6
6
|
{% block details %}
|
7
7
|
|
8
|
-
<span class="pull-right">
|
9
|
-
<form class="form-inline">
|
10
|
-
<select
|
11
|
-
class="form-control"
|
12
|
-
name="character_id"
|
13
|
-
style="height: auto;"
|
14
|
-
onchange="this.form.submit()"
|
15
|
-
title="Character for calculating access and tax">
|
16
|
-
{% for character in characters %}
|
17
|
-
<option
|
18
|
-
value="{{ character.character_id }}"
|
19
|
-
{% if character.character_id == selected_character.character_id %} selected{% endif %}>
|
20
|
-
{{ character.character_name }}
|
21
|
-
</option>
|
22
|
-
{% endfor %}
|
23
|
-
</select>
|
24
|
-
</form>
|
25
|
-
</span>
|
26
8
|
|
27
9
|
<!-- Nav tabs -->
|
28
|
-
<ul
|
10
|
+
<ul class="nav nav-tabs" role="tablist">
|
29
11
|
|
30
|
-
<li role="presentation" class="
|
31
|
-
<
|
12
|
+
<li role="presentation" class="nav-item me-auto">
|
13
|
+
<button class="nav-link active" aria-controls="orbitals" role="tab" data-bs-toggle="tab" data-bs-target="#pocos">
|
32
14
|
{% translate "Customs Offices" %} <small>({{ pocos_count|default:"-" }})</small>
|
33
|
-
</
|
15
|
+
</button>
|
34
16
|
</li>
|
35
17
|
|
18
|
+
<li role="presentation" class="nav-item">
|
19
|
+
<form class="form-inline">
|
20
|
+
<select
|
21
|
+
class="form-control"
|
22
|
+
name="character_id"
|
23
|
+
style="height: auto;"
|
24
|
+
onchange="this.form.submit()"
|
25
|
+
title="Character for calculating access and tax">
|
26
|
+
{% for character in characters %}
|
27
|
+
<option
|
28
|
+
value="{{ character.character_id }}"
|
29
|
+
{% if character.character_id == selected_character.character_id %} selected{% endif %}>
|
30
|
+
{{ character.character_name }}
|
31
|
+
</option>
|
32
|
+
{% endfor %}
|
33
|
+
</select>
|
34
|
+
</form>
|
35
|
+
</li>
|
36
36
|
</ul>
|
37
37
|
|
38
|
-
<div class="
|
39
|
-
<div class="
|
40
|
-
<div class="tab-content">
|
41
|
-
|
42
|
-
<div role="tabpanel" class="tab-pane active" id="orbitals">
|
43
|
-
{% include "structures/partials/public/poco_list.html" %}
|
44
|
-
</div>
|
38
|
+
<div class="card card-default card-tabs border-0">
|
39
|
+
<div class="card-body tab-content">
|
45
40
|
|
41
|
+
<div role="tabpanel" class="tab-pane show active" id="orbitals">
|
42
|
+
{% include "structures/partials/public/poco_list.html" %}
|
46
43
|
</div>
|
47
44
|
|
48
45
|
<p class="text-muted">
|
@@ -65,16 +62,13 @@
|
|
65
62
|
type="application/javascript"
|
66
63
|
src="{% static 'structures/vendor/datatables/plugins/dataTables.rowGroup.min.js' %}">
|
67
64
|
</script>
|
68
|
-
|
69
|
-
type="application/javascript"
|
70
|
-
src="{% static 'structures/vendor/datatables/plugins/filterDropDown.min.js' %}">
|
71
|
-
</script>
|
65
|
+
{% include "bundles/filterdropdown-js.html" %}
|
72
66
|
<script type="application/javascript" src="{% static 'structures/js/global.js' %}"></script>
|
73
67
|
<script type="application/javascript" src="{% static 'structures/js/public.js' %}"></script>
|
74
68
|
{% endblock %}
|
75
69
|
|
76
70
|
{% block extra_css %}
|
77
|
-
{% include 'bundles/datatables-css.html' %}
|
71
|
+
{% include 'bundles/datatables-css-bs5.html' %}
|
78
72
|
|
79
73
|
<link
|
80
74
|
rel="stylesheet"
|
{aa_structures-2.17.0 → aa_structures-3.0.0}/structures/templates/structures/statistics.html
RENAMED
@@ -6,22 +6,18 @@
|
|
6
6
|
{% block details %}
|
7
7
|
|
8
8
|
<!-- Nav tabs -->
|
9
|
-
<ul
|
10
|
-
|
11
|
-
|
12
|
-
|
9
|
+
<ul class="nav nav-tabs" role="tablist">
|
10
|
+
<li role="presentation" class="nav-item">
|
11
|
+
<button class="nav-link active" aria-controls="summary" role="tab" data-bs-toggle="tab" data-bs-toggle="#summary">
|
12
|
+
{% trans "Summary" %}
|
13
|
+
</button>
|
13
14
|
</li>
|
14
|
-
|
15
15
|
</ul>
|
16
16
|
|
17
|
-
<div class="
|
18
|
-
<div class="
|
19
|
-
<div class="tab-
|
20
|
-
|
21
|
-
<div role="tabpanel" class="tab-pane active" id="summary">
|
22
|
-
{% include "structures/partials/statistics/structure_summary.html" %}
|
23
|
-
</div>
|
24
|
-
|
17
|
+
<div class="card card-default card-tabs border-0">
|
18
|
+
<div class="card-body tab-content">
|
19
|
+
<div role="tabpanel" class="tab-pane show active" id="summary">
|
20
|
+
{% include "structures/partials/statistics/structure_summary.html" %}
|
25
21
|
</div>
|
26
22
|
</div>
|
27
23
|
</div>
|
@@ -33,18 +29,14 @@
|
|
33
29
|
|
34
30
|
{% block extra_javascript %}
|
35
31
|
{% include 'bundles/datatables-js.html' %}
|
36
|
-
|
37
|
-
type="application/javascript"
|
38
|
-
src="{% static 'structures/vendor/datatables/plugins/filterDropDown.min.js' %}">
|
39
|
-
</script>
|
32
|
+
{% include "bundles/filterdropdown-js.html" %}
|
40
33
|
<script type="application/javascript" src="{% static 'structures/js/global.js' %}"></script>
|
41
34
|
<script type="application/javascript" src="{% static 'structures/js/statistics.js' %}"></script>
|
42
35
|
|
43
36
|
{% endblock %}
|
44
37
|
|
45
38
|
{% block extra_css %}
|
46
|
-
{% include 'bundles/datatables-css.html' %}
|
47
|
-
|
39
|
+
{% include 'bundles/datatables-css-bs5.html' %}
|
48
40
|
<link rel="stylesheet" href="{% static 'structures/css/global.css' %}" type="text/css" media="screen">
|
49
41
|
<link rel="stylesheet" href="{% static 'structures/css/main.css' %}" type="text/css" media="screen">
|
50
42
|
<link rel="stylesheet" href="{% static 'structures/css/statistics.css' %}" type="text/css" media="screen">
|