diff --git a/core/scripts/webpanel/templates/base.html b/core/scripts/webpanel/templates/base.html deleted file mode 100644 index 483dc68..0000000 --- a/core/scripts/webpanel/templates/base.html +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - - Volt - Free Bootstrap 5 Dashboard - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {% include 'partials/navbar.html' %} - - -
- {% block content %}{% endblock %} -
- - - {% include 'partials/footer.html' %} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/core/scripts/webpanel/templates/index.html b/core/scripts/webpanel/templates/index.html deleted file mode 100644 index 1d0a38e..0000000 --- a/core/scripts/webpanel/templates/index.html +++ /dev/null @@ -1,265 +0,0 @@ - -{% extends 'base.html' %} - -{% block content %} - - -
- -
- -
-
-
-
-
-
-
- - - -
-
-

Customers

-

345,678

-
-
-
-
-

Data Usage

-

1992 GB

-
- -
-
Total Users, - - 22% -
-
-
-
-
-
-
-
-
-
-
-
-
- - - -
-
-

Revenue

-

$43,594

-
-
-
-
-

Revenue

-

$43,594

-
- - Feb 1 - Apr 1, - - - - GER - -
-
Since last month - - 2%
-
-
-
-
-
-
- -
-
-
-
-
-
- - - -
-
-

Bounce Rate

-

50.88%

-
-
-
-
-

Bounce Rate

-

50.88%

-
- - Feb 1 - Apr 1 - -
-
Since last month - - 4%
-
-
-
-
-
-
-
- - - - -{% include 'partials/list-users.html' %} - - -{% endblock %} \ No newline at end of file diff --git a/core/scripts/webpanel/templates/partials/footer.html b/core/scripts/webpanel/templates/partials/footer.html deleted file mode 100644 index 5362df9..0000000 --- a/core/scripts/webpanel/templates/partials/footer.html +++ /dev/null @@ -1,25 +0,0 @@ - - \ No newline at end of file diff --git a/core/scripts/webpanel/templates/partials/list-users.html b/core/scripts/webpanel/templates/partials/list-users.html deleted file mode 100644 index 46c98c9..0000000 --- a/core/scripts/webpanel/templates/partials/list-users.html +++ /dev/null @@ -1,274 +0,0 @@ -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {% for user in users %} - - - - - - - - - {% endfor %} - -
-
-
NameDate CreatedVerifiedStatusAction
-
-
- -
Bonnie Green -
info@example.com
-
-
-
10 Feb 2020 - - EmailActive - - - - -
-
-
- -
Bonnie Green -
info@example.com
-
-
-
10 Feb 2020 - - EmailActive - - - - -
-
-
- -
Bonnie Green -
info@example.com
-
-
-
10 Feb 2020 - - EmailActive - - - - -
-
-
- -
Bonnie Green -
info@example.com
-
-
-
10 Feb 2020 - - EmailActive - - - - -
- - - -
\ No newline at end of file diff --git a/core/scripts/webpanel/templates/partials/navbar.html b/core/scripts/webpanel/templates/partials/navbar.html deleted file mode 100644 index a09fe5a..0000000 --- a/core/scripts/webpanel/templates/partials/navbar.html +++ /dev/null @@ -1,226 +0,0 @@ - - - - \ No newline at end of file