From be181385d85774997fb3089d181bb0a1e45382bf Mon Sep 17 00:00:00 2001 From: Ivan Filippov Date: Sun, 24 Apr 2016 13:43:21 -0600 Subject: [PATCH] Convert domain admin page to new template. --- app/templates/domain_management.html | 243 ++++++++++++--------------- 1 file changed, 109 insertions(+), 134 deletions(-) diff --git a/app/templates/domain_management.html b/app/templates/domain_management.html index c6c71e5..de373ec 100644 --- a/app/templates/domain_management.html +++ b/app/templates/domain_management.html @@ -1,145 +1,120 @@ {% extends "base.html" %} -{% block head %} - {{ super() }} - - - - - - - - - - - - - -{% endblock %} {% block title %}DNS Control Panel - Domain Management{% endblock %} - {% block dashboard_stat %} - -

- Admin Console

-
- -
- +
+

+ Manage domain {{ domain.name }} +

+ +
{% endblock %} {% block content %} -
-
- -
-
- -
-
-
- Domain Access Control -
-
- - -
-
-
-
-
-
- -
- -
-
-
-
-
-
- -
-
-
-
- -
-
- -
-
- -
-
- -
-
-
- Domain Deletion -
-
- - -
-
-
-

This function is used to remove a domain completely from Database and PowerDNS. All records and user privileges which associated to this domain be removed also. Your change cannot be reverted. Please be careful with your action!

-
-
-
- -
-
-
-
-
- -
-
+
+
+
+
+
+
+

Domain Access Control

+
+
+
+
+

Users on the right have access to manage the records in + the {{ domain.name }} domain.

+

Click on users to move from between columns.

+

+ Users in red are Administrators + and already have access to ALL domains. +

+
+
+ +
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+

Domain Deletion

+
+
+

This function is used to remove a domain from PowerDNS-Admin AND PowerDNS. All records and user privileges which associated to this domain will also be removed. This change cannot be reverted.

+ +
+
+
+
+
{% endblock %} - -{% block scripts %} -{{ super() }} - - - - - - - - - - - - - +{% block extrascripts %} - {% endblock %} +{% block modals %} + +{% endblock %} \ No newline at end of file