diff --git a/stock/templates/registered/corputils.html b/stock/templates/registered/corputils.html
index 933a2d8b..8cfffe7d 100644
--- a/stock/templates/registered/corputils.html
+++ b/stock/templates/registered/corputils.html
@@ -52,7 +52,7 @@
@@ -159,10 +159,8 @@
{% for apiinfo in player.apilist %}
-
-
+
+ {% trans "API JackKnife" %}
{% endfor %}
diff --git a/stock/templates/registered/corputilssearchview.html b/stock/templates/registered/corputilssearchview.html
index f28c3217..e60a2fee 100644
--- a/stock/templates/registered/corputilssearchview.html
+++ b/stock/templates/registered/corputilssearchview.html
@@ -13,7 +13,7 @@
{% if perms.auth.corputils %}
-
+
@@ -21,10 +21,10 @@
-
-
diff --git a/stock/templates/registered/dashboard.html b/stock/templates/registered/dashboard.html
index 50431be4..ff1c498b 100644
--- a/stock/templates/registered/dashboard.html
+++ b/stock/templates/registered/dashboard.html
@@ -7,7 +7,7 @@
- {% if perms.auth.member %}
+ {% if STATE == MEMBER_STATE or user.is_superuser%}
@@ -19,9 +19,8 @@
{% trans "Main character" %}
- 
+
+
diff --git a/stock/templates/registered/discord.html b/stock/templates/registered/discord.html
deleted file mode 100644
index 08fb9402..00000000
--- a/stock/templates/registered/discord.html
+++ /dev/null
@@ -1,35 +0,0 @@
-{% extends "public/base.html" %}
-{% load bootstrap %}
-{% load staticfiles %}
-{% load i18n %}
-
-{% block title %}Alliance Auth{% endblock %}
-
-{% block page_title %}{% trans "Jabber Broadcast" %}{% endblock page_title %}
-{% block extra_css %}{% endblock extra_css %}
-
-{% block content %}
-
-
-
-
-
-
- {% if success %}
- {% trans "Account Linked" %}
- {% endif %}
- {% trans "Enter your Discord account credentials below. These are not stored: they are needed to determine your user ID and make you join the server." %}
- {% trans "If you do not have a Discord account, please create one on their site and report back with the credentials." %}
-
-
-
-
-
-
-{% endblock content %}
diff --git a/stock/templates/registered/fatlinkpersonalmonthlystatisticsview.html b/stock/templates/registered/fatlinkpersonalmonthlystatisticsview.html
index 1255d3b7..fac9a02c 100644
--- a/stock/templates/registered/fatlinkpersonalmonthlystatisticsview.html
+++ b/stock/templates/registered/fatlinkpersonalmonthlystatisticsview.html
@@ -11,12 +11,8 @@
diff --git a/stock/templates/registered/fatlinkpersonalstatisticsview.html b/stock/templates/registered/fatlinkpersonalstatisticsview.html
index 2bb2ba24..53bae5b9 100644
--- a/stock/templates/registered/fatlinkpersonalstatisticsview.html
+++ b/stock/templates/registered/fatlinkpersonalstatisticsview.html
@@ -10,13 +10,9 @@
diff --git a/stock/templates/registered/fatlinkstatisticsview.html b/stock/templates/registered/fatlinkstatisticsview.html
index 6c143abb..9fe2349d 100644
--- a/stock/templates/registered/fatlinkstatisticsview.html
+++ b/stock/templates/registered/fatlinkstatisticsview.html
@@ -10,13 +10,9 @@
diff --git a/stock/templates/registered/fatlinkview.html b/stock/templates/registered/fatlinkview.html
index e658dfa5..bd201cc0 100644
--- a/stock/templates/registered/fatlinkview.html
+++ b/stock/templates/registered/fatlinkview.html
@@ -16,8 +16,8 @@
-
-
+
+ {% trans "Personal statistics" %}
|
@@ -53,13 +53,13 @@
-
-
+
+ {% trans "View statistics" %}
|
-
-
+
+ {% trans "Create fatlink" %}
|
@@ -81,9 +81,8 @@
{{ link.fatdatetime }} |
{{ link.duration }} |
-
-
+
+
|
diff --git a/stock/templates/registered/fleetfits.html b/stock/templates/registered/fleetfits.html
deleted file mode 100644
index 866b6054..00000000
--- a/stock/templates/registered/fleetfits.html
+++ /dev/null
@@ -1,20 +0,0 @@
-{% extends "public/base.html" %}
-{% load bootstrap %}
-{% load staticfiles %}
-{% load i18n %}
-
-{% block title %}Alliance Auth{% endblock %}
-
-{% block page_title %}{% trans "Alliance Fleet Doctrines" %}{% endblock page_title %}
-{% block extra_css %}{% endblock extra_css %}
-
-{% block content %}
-
-Main bash/defense doctrine (SHIELD)
- Vexor Navy Issue
- Ishtar
- Scimitar
- Scythe
-
-Ship DNA can be exported by different tools I recommend using fleetup.com OR https://www.fuzzwork.co.uk/ships/dnagen.php to get the Ship DNA
-{% endblock content %}
diff --git a/stock/templates/registered/fleetfits.html.example b/stock/templates/registered/fleetfits.html.example
deleted file mode 100644
index 47b59748..00000000
--- a/stock/templates/registered/fleetfits.html.example
+++ /dev/null
@@ -1,19 +0,0 @@
-{% extends "public/base.html" %}
-{% load bootstrap %}
-{% load staticfiles %}
-
-{% block title %}Alliance Auth{% endblock %}
-
-{% block page_title %}Alliance Fleet Doctrines{% endblock page_title %}
-{% block extra_css %}{% endblock extra_css %}
-
-{% block content %}
-
-Main bash/defense doctrine (SHIELD)
- Vexor Navy Issue
- Ishtar
- Scimitar
- Scythe
-
-Ship DNA can be exported by different tools I recommend using fleetup.com OR https://www.fuzzwork.co.uk/ships/dnagen.php to get the Ship DNA
-{% endblock content %}
diff --git a/stock/templates/registered/fleetup.html b/stock/templates/registered/fleetup.html
index a62064c0..c0224125 100644
--- a/stock/templates/registered/fleetup.html
+++ b/stock/templates/registered/fleetup.html
@@ -22,10 +22,10 @@
@@ -82,7 +82,7 @@
{% if start.doctrine %}
{% for doctrine in start.doctrine %}
- {{ doctrine.Name }}
+ {{ doctrine.Name }}
{% endfor %}
diff --git a/stock/templates/registered/fleetupcharacters.html b/stock/templates/registered/fleetupcharacters.html
index a10f9e9b..925c9421 100644
--- a/stock/templates/registered/fleetupcharacters.html
+++ b/stock/templates/registered/fleetupcharacters.html
@@ -22,11 +22,11 @@
{% endif %}
-{% endblock content %}
\ No newline at end of file
+{% endblock content %}
diff --git a/stock/templates/registered/fleetupdoctrine.html b/stock/templates/registered/fleetupdoctrine.html
index 2d14368e..3a5bc194 100644
--- a/stock/templates/registered/fleetupdoctrine.html
+++ b/stock/templates/registered/fleetupdoctrine.html
@@ -21,11 +21,11 @@
@@ -56,7 +56,7 @@
{% for item in Role.list %}
-
+
|
{{ item.Name }}
diff --git a/stock/templates/registered/fleetupdoctrinesview.html b/stock/templates/registered/fleetupdoctrinesview.html
index d54e69f0..72407798 100644
--- a/stock/templates/registered/fleetupdoctrinesview.html
+++ b/stock/templates/registered/fleetupdoctrinesview.html
@@ -21,11 +21,11 @@
@@ -56,13 +56,13 @@
-
+
|
{{ item.Name }}
|
- {{ item.FolderName }}
+ {{ item.FolderName }}
|
{{ item.LastUpdatedString }}
diff --git a/stock/templates/registered/fleetupfitting.html b/stock/templates/registered/fleetupfitting.html
index fea33765..ea696664 100644
--- a/stock/templates/registered/fleetupfitting.html
+++ b/stock/templates/registered/fleetupfitting.html
@@ -21,11 +21,11 @@
-{% endblock content %}
\ No newline at end of file
+{% endblock content %}
diff --git a/stock/templates/registered/fleetupfittingsview.html b/stock/templates/registered/fleetupfittingsview.html
index f3dfd623..0ad75699 100644
--- a/stock/templates/registered/fleetupfittingsview.html
+++ b/stock/templates/registered/fleetupfittingsview.html
@@ -21,11 +21,11 @@
|
diff --git a/stock/templates/registered/groups.html b/stock/templates/registered/groups.html
index 30e9f63c..ca5ec16e 100644
--- a/stock/templates/registered/groups.html
+++ b/stock/templates/registered/groups.html
@@ -10,7 +10,7 @@
{% block content %}
- {% if perms.auth.member %}
+ {% if STATE == MEMBER_STATE or user.is_superuser %}
{% trans "GroupID" %} |
@@ -27,10 +27,8 @@
{% if pair.0 in user.groups.all %}
{% if pair.2 == "" %}
-
-
+
+ {% trans "Leave" %}
{% else %}
{% endif %}
{% elif pair.2 == "" %}
-
-
+
+ {% trans "Request" %}
{% else %}
|
-
-
+
+
{% if personal_app.approved == None %}
-
-
+
+
{% endif %}
|
@@ -102,9 +100,8 @@
{% endif %}
-
-
+
+
|
@@ -143,9 +140,8 @@
{% endif %}
-
-
+
+
|
diff --git a/stock/templates/registered/hrapplicationsearchview.html b/stock/templates/registered/hrapplicationsearchview.html
index 6940e1e9..ac2fedd8 100755
--- a/stock/templates/registered/hrapplicationsearchview.html
+++ b/stock/templates/registered/hrapplicationsearchview.html
@@ -45,9 +45,8 @@
{% endif %}
-
-
+
+
|
diff --git a/stock/templates/registered/hrapplicationview.html b/stock/templates/registered/hrapplicationview.html
index 004c805f..c07edcf7 100644
--- a/stock/templates/registered/hrapplicationview.html
+++ b/stock/templates/registered/hrapplicationview.html
@@ -76,16 +76,16 @@
{% if app.approved == None %}
{% if app.reviewer == user %}
{% if perms.hrapplications.approve_application %}
- {% trans "Approve" %}
+ {% trans "Approve" %}
{% endif %}
{% if perms.hrapplications.reject_application %}
- {% trans "Reject" %}
+ {% trans "Reject" %}
{% endif %}
{% if perms.hrapplications.delete_application %}
- {% trans "Delete" %}
+ {% trans "Delete" %}
{% endif %}
{% elif not app.reviewer %}
- {% trans "Mark in Progress" %}
+ {% trans "Mark in Progress" %}
{% endif %}
{% endif %}
{% if perms.hrapplications.add_applicationcomment %}
diff --git a/stock/templates/registered/hrcreateapplication.html b/stock/templates/registered/hrcreateapplication.html
deleted file mode 100644
index 2534de6b..00000000
--- a/stock/templates/registered/hrcreateapplication.html
+++ /dev/null
@@ -1,33 +0,0 @@
-{% extends "public/base.html" %}
-{% load bootstrap %}
-{% load staticfiles %}
-{% load i18n %}
-
-{% block title %}Alliance Auth - Create Application{% endblock %}
-
-{% block page_title %}{% trans "Create Application" %}{% endblock page_title %}
-{% block extra_css %}{% endblock extra_css %}
-
-{% block content %}
-
-
-
-
-
-
- {% if success %}
- {% trans "Application Submitted" %}
- {% else %}
-
- {% endif %}
-
-
-
-
-
-{% endblock content %}
diff --git a/stock/templates/registered/notification_list.html b/stock/templates/registered/notification_list.html
index 3d93993a..30fa8e0f 100644
--- a/stock/templates/registered/notification_list.html
+++ b/stock/templates/registered/notification_list.html
@@ -13,6 +13,10 @@
@@ -22,22 +26,18 @@
{% trans "Timestamp" %} |
{% trans "Title" %} |
- {% trans "View" %} |
+ {% trans "Action" %} |
{% for notif in unread %}
{{ notif.timestamp }} |
{{ notif.title }} |
-
-
+
+
-
-
+
+
|
@@ -53,22 +53,18 @@
{% trans "Timestamp" %} |
{% trans "Title" %} |
- {% trans "View" %} |
+ {% trans "Action" %} |
{% for notif in read %}
{{ notif.timestamp }} |
{{ notif.title }} |
-
-
+
+
-
-
+
+
|
diff --git a/stock/templates/registered/operationmanagement.html b/stock/templates/registered/operationmanagement.html
index eb29b1bd..f74e539b 100644
--- a/stock/templates/registered/operationmanagement.html
+++ b/stock/templates/registered/operationmanagement.html
@@ -12,11 +12,9 @@
@@ -44,11 +42,11 @@
{% for ops in optimer %}
-
+
{{ ops.operation_name }} |
{{ ops.doctrine }} |
- {{ ops.system }}
+ {{ ops.system }}
|
{{ ops.location }} |
{{ ops.start | date:"Y-m-d H:i" }} |
@@ -57,23 +55,19 @@
{{ ops.fc }} |
{{ ops.details }} |
{{ ops.post_time}} |
- {% if perms.auth.optimer_management %}
- {{ ops.eve_character }} |
-
-
-
-
-
-
-
- |
-
-
- {% endif %}
-
- {% endfor %}
+ {% if perms.auth.optimer_management %}
+ {{ ops.eve_character }} |
+
+
+
+
+
+
+
+ |
+ {% endif %}
+
+ {% endfor %}
diff --git a/stock/templates/registered/service_credentials.html b/stock/templates/registered/service_credentials.html
new file mode 100644
index 00000000..944da785
--- /dev/null
+++ b/stock/templates/registered/service_credentials.html
@@ -0,0 +1,23 @@
+{% extends "public/base.html" %}
+{% load staticfiles %}
+
+{% block page_title %}Credentials{% endblock page_title %}
+{% block title %}Credentials{% endblock title%}
+{% block content %}
+
+{% endblock %}
diff --git a/stock/templates/registered/service_password.html b/stock/templates/registered/service_password.html
index fbc260c5..7ac2ea30 100644
--- a/stock/templates/registered/service_password.html
+++ b/stock/templates/registered/service_password.html
@@ -11,15 +11,6 @@
{% block content %}
- {% if error %}
-
- {% endif %}
diff --git a/stock/templates/registered/services.html b/stock/templates/registered/services.html
index dba4975f..3f6e24ba 100755
--- a/stock/templates/registered/services.html
+++ b/stock/templates/registered/services.html
@@ -10,7 +10,7 @@
{% block content %}
- {% if ENABLE_AUTH_DISCORD or ENABLE_BLUE_DISCORD %}
+ {% if SHOW_DISCORD %}
{% if request.user.is_superuser %}
{% trans "Link Discord" %} Server
@@ -18,629 +18,204 @@
{% endif %}
{% endif %}
- {% if perms.auth.blue_member %}
{% trans "Service" %} |
{% trans "Username" %} |
- {% trans "Password" %} |
{% trans "Domain" %} |
{% trans "Action" %} |
- {% if ENABLE_BLUE_FORUM %}
-
- Forums |
- {{ authinfo.forum_username }} |
- {{ authinfo.forum_password }} |
- {{ FORUM_URL }} |
-
- {% ifequal authinfo.forum_username "" %}
-
-
-
- {% else %}
-
-
-
-
-
-
-
-
-
- {% endifequal %}
- |
-
- {% endif %}
- {% if ENABLE_BLUE_SMF %}
-
- SMF Forums |
- {{ authinfo.smf_username }} |
- {{ authinfo.smf_password }} |
- {{ SMF_URL }} |
-
- {% ifequal authinfo.smf_username "" %}
-
-
-
- {% else %}
-
-
-
-
-
-
-
-
-
- {% endifequal %}
- |
-
- {% endif %}
- {% if ENABLE_BLUE_IPBOARD %}
-
- IPBoard Forums |
- {{ authinfo.ipboard_username }} |
- {{ authinfo.ipboard_password }} |
- {{ FORUM_URL }} |
-
- {% ifequal authinfo.ipboard_username "" %}
-
-
-
- {% else %}
-
-
-
-
-
-
-
-
-
- {% endifequal %}
- |
-
- {% endif %}
- {% if ENABLE_BLUE_XENFORO %}
-
- XenForo Forums |
- {{ authinfo.xenforo_username }} |
- {{ authinfo.xenforo_password }} |
- {{ FORUM_URL }} |
-
- {% ifequal authinfo.xenforo_username "" %}
-
-
-
- {% else %}
-
-
-
-
-
-
-
-
-
- {% endifequal %}
- |
-
- {% endif %}
- {% if ENABLE_BLUE_MARKET %}
-
- Alliance Market |
- {{ authinfo.market_username }} |
- {{ authinfo.market_password }} |
- {{ MARKET_URL }} |
-
- {% ifequal authinfo.market_username "" %}
-
-
-
- {% else %}
-
-
-
-
-
-
-
-
-
- {% endifequal %}
- |
-
- {% endif %}
- {% if ENABLE_BLUE_PATHFINDER %}
-
- Pathfinder |
- {{ authinfo.pathfinder_username }} |
- {{ authinfo.pathfinder_password }} |
- {{ PATHFINDER_URL }} |
-
- {% ifequal authinfo.pathfinder_username "" %}
-
-
-
- {% else %}
-
-
-
-
-
-
-
-
-
- {% endifequal %}
- |
-
- {% endif %}
- {% if ENABLE_BLUE_JABBER %}
-
- Jabber |
- {{ authinfo.jabber_username }} |
- {{ authinfo.jabber_password }} |
- {{ JABBER_URL }} |
-
- {% ifequal authinfo.jabber_username "" %}
-
-
-
- {% else %}
-
-
-
-
-
-
-
-
-
- {% endifequal %}
- |
-
- {% endif %}
- {% if ENABLE_BLUE_MUMBLE %}
-
- Mumble |
- {{ authinfo.mumble_username }} |
- {{ authinfo.mumble_password }} |
- {{ MUMBLE_URL }} |
-
- {% ifequal authinfo.mumble_username "" %}
-
-
-
- {% else %}
-
-
-
-
-
-
-
-
-
- {% endifequal %}
- |
-
- {% endif %}
- {% if ENABLE_BLUE_IPS4 %}
- IPS4 |
- {{ authinfo.ips4_username }} |
- {{ authinfo.ips4_password }} |
- {{ IPS4_URL }} |
-
- {% ifequal authinfo.ips4_username "" %}
-
-
-
- {% else %}
-
-
-
-
-
-
-
-
-
- {% endifequal %}
- |
- {% endif %}
- {% if ENABLE_BLUE_DISCORD %}
-
- Discord |
- |
- |
- https://discordapp.com |
-
- {% ifequal authinfo.discord_uid "" %}
-
-
-
- {% else %}
-
-
-
-
-
-
- {% endifequal %}
- |
-
- {% endif %}
- {% if ENABLE_BLUE_DISCOURSE %}
-
- Discourse |
- {{ authinfo.discourse_username }} |
- {{ authinfo.discourse_password }} |
- {{ DISCOURSE_URL }} |
-
- {% ifequal authinfo.discourse_username "" %}
-
-
-
- {% else %}
-
-
-
- {% endifequal %}
- |
-
- {% endif %}
- {% if ENABLE_BLUE_TEAMSPEAK3 %}
-
- {% trans "Service" %} |
- {% trans "Unique ID" %} |
- PermissionKey |
- {% trans "Quick Link" %} |
- {% trans "Action" %} |
-
-
- Teamspeak 3 |
- {{ authinfo.teamspeak3_uid }} |
- {{ authinfo.teamspeak3_perm_key }} |
-
- {% ifequal authinfo.teamspeak3_uid "" %}
- {% else %}
- Teamspeak3
- Link
- {% endifequal %}
- |
-
- {% ifequal authinfo.teamspeak3_uid "" %}
-
-
-
- {% else %}
-
-
-
-
-
-
-
- {% endifequal %}
- |
-
- {% endif %}
-
- {% elif perms.auth.member %}
-
-
- {% trans "Service" %} |
- {% trans "Username" %} |
- {% trans "Password" %} |
- {% trans "Domain" %} |
- {% trans "Action" %} |
-
- {% if ENABLE_AUTH_FORUM %}
+ {% if SHOW_FORUM %}
Forums |
{{ authinfo.forum_username }} |
- {{ authinfo.forum_password }} |
{{ FORUM_URL }} |
{% ifequal authinfo.forum_username "" %}
-
-
+
+
{% else %}
-
-
+
+
-
-
+
+
-
-
+
+
{% endifequal %}
|
{% endif %}
- {% if ENABLE_AUTH_SMF %}
+ {% if SHOW_SMF %}
SMF Forums |
{{ authinfo.smf_username }} |
- {{ authinfo.smf_password }} |
{{ SMF_URL }} |
{% ifequal authinfo.smf_username "" %}
-
-
+
+
{% else %}
-
-
+
+
-
-
+
+
-
-
+
+
{% endifequal %}
|
{% endif %}
- {% if ENABLE_AUTH_IPBOARD %}
+ {% if SHOW_IPBOARD %}
IPBoard Forums |
{{ authinfo.ipboard_username }} |
- {{ authinfo.ipboard_password }} |
{{ FORUM_URL }} |
{% ifequal authinfo.ipboard_username "" %}
-
-
+
+
{% else %}
-
-
+
+
-
-
+
+
-
-
+
+
{% endifequal %}
|
{% endif %}
- {% if ENABLE_AUTH_XENFORO %}
+ {% if SHOW_XENFORO %}
XenForo Forums |
{{ authinfo.xenforo_username }} |
- {{ authinfo.xenforo_password }} |
{{ FORUM_URL }} |
{% ifequal authinfo.xenforo_username "" %}
-
-
+
+
{% else %}
-
-
+
+
-
-
+
+
-
-
+
+
{% endifequal %}
|
{% endif %}
- {% if ENABLE_AUTH_MARKET %}
+ {% if SHOW_MARKET %}
Alliance Market |
{{ authinfo.market_username }} |
- {{ authinfo.market_password }} |
{{ MARKET_URL }} |
{% ifequal authinfo.market_username "" %}
-
-
+
+
{% else %}
-
-
+
+
-
-
+
+
-
-
+
+
{% endifequal %}
|
{% endif %}
- {% if ENABLE_AUTH_PATHFINDER %}
-
- Pathfinder |
- {{ authinfo.pathfinder_username }} |
- {{ authinfo.pathfinder_password }} |
- {{ PATHFINDER_URL }} |
-
- {% ifequal authinfo.pathfinder_username "" %}
-
-
-
- {% else %}
-
-
-
-
-
-
-
-
-
- {% endifequal %}
- |
-
- {% endif %}
- {% if ENABLE_AUTH_JABBER %}
+ {% if SHOW_JABBER %}
Jabber |
{{ authinfo.jabber_username }} |
- {{ authinfo.jabber_password }} |
{{ JABBER_URL }} |
{% ifequal authinfo.jabber_username "" %}
-
-
+
+
{% else %}
-
-
+
+
-
-
+
+
-
-
+
+
{% endifequal %}
|
{% endif %}
- {% if ENABLE_AUTH_MUMBLE %}
+ {% if SHOW_MUMBLE %}
Mumble |
{{ authinfo.mumble_username }} |
- {{ authinfo.mumble_password }} |
{{ MUMBLE_URL }} |
{% ifequal authinfo.mumble_username "" %}
-
-
+
+
{% else %}
-
-
+
+
-
-
+
+
-
-
+
+
{% endifequal %}
|
{% endif %}
- {% if ENABLE_AUTH_IPS4 %}
+ {% if SHOW_IPS4 %}
IPS4 |
{{ authinfo.ips4_username }} |
- {{ authinfo.ips4_password }} |
{{ IPS4_URL }} |
{% ifequal authinfo.ips4_username "" %}
-
-
+
+
{% else %}
-
-
+
+
-
-
+
+
-
-
+
+
{% endifequal %}
|
{% endif %}
- {% if ENABLE_AUTH_DISCORD %}
+ {% if SHOW_DISCORD %}
Discord |
|
@@ -648,43 +223,37 @@
https://discordapp.com |
{% ifequal authinfo.discord_uid "" %}
-
-
+
+
{% else %}
-
-
+
+
-
-
+
+
{% endifequal %}
|
{% endif %}
- {% if ENABLE_AUTH_DISCOURSE %}
+ {% if SHOW_DISCOURSE %}
Discourse |
{{ authinfo.discourse_username }} |
- {{ authinfo.discourse_password }} |
{{ DISCOURSE_URL }} |
{% ifequal authinfo.discourse_username "" %}
-
-
+
+
{% else %}
-
-
-
+
+
+
{% endifequal %}
|
{% endif %}
- {% if ENABLE_AUTH_TEAMSPEAK3 %}
+ {% if SHOW_TEAMSPEAK3 %}
{% trans "Service" %} |
{% trans "Unique ID" %} |
@@ -705,32 +274,24 @@
{% ifequal authinfo.teamspeak3_uid "" %}
-
-
+
+
{% else %}
-
-
-
+
+
-
-
+
+
+
+
+
{% endifequal %}
|
{% endif %}
- {% else %}
- {% if IS_CORP %}
- {% trans "You are not in the corporation." %}
- {% else %}
- {% trans "You are not in the alliance." %}
- {% endif %}
- {% endif %}
{% endblock content %}
diff --git a/stock/templates/registered/signaturemanagement.html b/stock/templates/registered/signaturemanagement.html
deleted file mode 100644
index 444e24ae..00000000
--- a/stock/templates/registered/signaturemanagement.html
+++ /dev/null
@@ -1,78 +0,0 @@
-{% extends "public/base.html" %}
-{% load staticfiles %}
-{% load i18n %}
-
-{% block title %}Alliance Auth{% endblock %}
-
-{% block page_title %}{% trans "Wormhole Signature Management" %}{% endblock page_title %}
-{% block extra_css %}{% endblock extra_css %}
-
-{% block content %}
-
-
-
-
- {% trans "ID" %} |
- {% trans "System" %} |
- {% trans "Destination" %} |
- {% trans "Goes Through" %} |
- {% trans "Lifetime Status" %} |
- {% trans "Mass Status" %} |
- {% trans "Ship Size" %} |
- {% trans "Notes" %} |
- {% trans "Post Time" %} |
- {% if perms.auth.signature_management %}
- {% trans "Creator" %} |
- {% trans "Action" %} |
- {% endif %}
-
-
- {% for sigt in sigtracker %}
-
- {{ sigt.ident }} |
-
-
- {{ sigt.system }}
- |
- {{ sigt.destination }} |
- {{ sigt.through_dest }} |
- {{ sigt.lifetime_status }} |
- {{ sigt.mass_status }} |
- {{ sigt.ships_size }} |
- {{ sigt.notes }} |
- {{ sigt.post_time}} |
- {% if perms.auth.signature_management %}
- {{ sigt.eve_character }} |
-
-
-
-
-
-
-
- |
-
-
- {% endif %}
-
- {% endfor %}
-
-
-
-
-
-
-
-
-
-{% endblock content %}
diff --git a/stock/templates/registered/signatureupdate.html b/stock/templates/registered/signatureupdate.html
deleted file mode 100644
index e97f846a..00000000
--- a/stock/templates/registered/signatureupdate.html
+++ /dev/null
@@ -1,46 +0,0 @@
-{% extends "public/base.html" %}
-{% load bootstrap %}
-{% load staticfiles %}
-{% load i18n %}
-
-{% block title %}Alliance Auth - Update Signature {% endblock %}
-
-{% block page_title %}{% trans "Update AAR Link" %}{% endblock page_title %}
-{% block extra_css %}
- {% endblock extra_css %}
-
-{% block content %}
-
-
-
-
-
-
-
- {% if no_fleet_id %}
- {% trans "Signature Does Not Exist" %}
- {% else %}
-
- {% endif %}
-
-
-
-
-
-
-{% endblock content %}
-
-{% block extra_script %}
-
- $('#id_fleet_time').datetimepicker({
- maskInput: true,
- format: 'Y-m-d H:i',minDate:0
- });
-
-{% endblock extra_script %}
diff --git a/stock/templates/registered/srpfleetadd.html b/stock/templates/registered/srpfleetadd.html
index 92a8d6dd..03795a29 100755
--- a/stock/templates/registered/srpfleetadd.html
+++ b/stock/templates/registered/srpfleetadd.html
@@ -25,12 +25,9 @@
{% else %}
- {% trans "Fleet Created Successfully!" %}
- {% blocktrans %}Give this Link to the line members{% endblocktrans %}
-
+ {% blocktrans %}Give this link to the line members{% endblocktrans %}.
- http://{{ request.get_host }}/srp_request/{{ completed_srp_code }}
+ http://{{ request.get_host }}{% url 'auth_srp_request_view' completed_srp_code %}
{% endif %}
diff --git a/stock/templates/registered/srpfleetdata.html b/stock/templates/registered/srpfleetdata.html
index bd7d4d59..ba89d962 100755
--- a/stock/templates/registered/srpfleetdata.html
+++ b/stock/templates/registered/srpfleetdata.html
@@ -16,12 +16,12 @@
{% if perms.auth.srp_management %}
{% if fleet_status == "Completed" %}
-
-
+
+ {% trans "Mark Incomplete" %}
{% else %}
-
-
+
+ {% trans "Mark Completed" %}
{% endif %}
{% endif %}
@@ -82,45 +82,37 @@
{% if perms.auth.srp_management %}
-
-
+
+
{% if srpfleetrequest.srp_status == "Rejected" %}
-
-
+
+
{% elif srpfleetrequest.srp_status == "Pending" %}
-
-
+
+
{% elif srpfleetrequest.srp_status == "" %}
-
-
+
+
{% endif %}
{% if srpfleetrequest.srp_status == "Approved" %}
-
-
+
+
{% elif srpfleetrequest.srp_status == "Pending" %}
-
-
+
+
{% elif srpfleetrequest.srp_status == "" %}
-
-
+
+
{% endif %}
-
-
+
+
|
diff --git a/stock/templates/registered/srpfleetrequestamount.html b/stock/templates/registered/srpfleetrequestamount.html
index f01b1b7b..648f835f 100755
--- a/stock/templates/registered/srpfleetrequestamount.html
+++ b/stock/templates/registered/srpfleetrequestamount.html
@@ -17,17 +17,13 @@
- {% if no_srp_code %}
- {% trans "SRP Code Does Not Exist" %}
- {% else %}
-
- {% endif %}
+
diff --git a/stock/templates/registered/srpmanagement.html b/stock/templates/registered/srpmanagement.html
index 6421686a..288e8d40 100755
--- a/stock/templates/registered/srpmanagement.html
+++ b/stock/templates/registered/srpmanagement.html
@@ -15,11 +15,11 @@
|
-
-
+
+
{% if perms.auth.srp_management %}
-
-
+
+
-
-
+
+
{% if srpfleet.fleet_srp_code %}
-
-
+
+
{% else %}
-
-
+
+
{% endif %}
diff --git a/stock/templates/registered/timermanagement.html b/stock/templates/registered/timermanagement.html
index eeddad7c..863a602a 100755
--- a/stock/templates/registered/timermanagement.html
+++ b/stock/templates/registered/timermanagement.html
@@ -12,11 +12,9 @@
@@ -113,13 +111,11 @@
{{ timer.eve_character.character_name }} |
{% if perms.auth.timer_management %}
-
-
+
+
-
-
+
+
|
{% endif %}
@@ -165,8 +161,8 @@
{% endifequal %}
|
- {{ timer.system }} {{ timer.planet_moon }}
+ |
+ {{ timer.system }} {{ timer.planet_moon }}
|
{% ifequal timer.structure "I-HUB" %}
@@ -215,13 +211,11 @@
| {{ timer.eve_character.character_name }} |
{% if perms.auth.timer_management %}
-
-
+
+
-
-
+
+
|
{% endif %}
@@ -265,8 +259,8 @@
{% endifequal %}
|
-
{{ timer.system }} {{ timer.planet_moon }}
+ |
+ {{ timer.system }} {{ timer.planet_moon }}
|
{% ifequal timer.structure "I-HUB" %}
@@ -315,13 +309,12 @@
| {{ timer.eve_character.character_name }} |
{% if perms.auth.timer_management %}
-
-
+
+
+
+
+
-
-
|
{% endif %}
diff --git a/stock/templates/registration/password_reset_complete.html b/stock/templates/registration/password_reset_complete.html
index 4a65be3f..72c02883 100644
--- a/stock/templates/registration/password_reset_complete.html
+++ b/stock/templates/registration/password_reset_complete.html
@@ -50,9 +50,7 @@
{% trans "Your password has been set." %}
-
-
-
+
{% trans "Login" %}