diff --git a/backup/templates/backup/oneClickBackups.html b/backup/templates/backup/oneClickBackups.html index c1c1d631e..c32ffa464 100755 --- a/backup/templates/backup/oneClickBackups.html +++ b/backup/templates/backup/oneClickBackups.html @@ -8,74 +8,196 @@ {% get_current_language as LANGUAGE_CODE %} + +
-
-

{% trans "One-click Backups" %} - {% trans "One-Click Backup Docs" %} -

-

{% trans "On this page you purchase and manage one-click backups." %}

-
- -
-
-

- {% trans "Set up Backup Destinations." %} -

- - -
-

Angular loaded: {$ true $}

-

Show verification: {$ showVerification $}

-
- - -
-
- -
+
+
+

{% trans "One-click Backups" %} + + {% trans "Watch Tutorial" %} + +

+

{% trans "On this page you purchase and manage one-click backups." %}

+
+ +
+ +
+
-
-
-
-

{% trans "Verify Your Email" %}

-

{% trans "Please enter the email address used for your backup subscription to access your backup plans." %}

-
- -
- -
- +
+

{% trans "Verify Your Email" %}

+
+
+
+ +
-
-
- -
- +
+ +
-
-
-
- - -
@@ -83,45 +205,13 @@
- - - - -
+ +
-

Your Active Subscriptions

+
Your Active Subscriptions
-
- +
+
@@ -134,9 +224,10 @@ - + @@ -144,8 +235,9 @@ @@ -154,128 +246,142 @@ -
+ + {% if status == 1 %} +
+ +

You have successfully purchased a backup plan.

+
+ {% elif status == 0 %} +
+ +

Your purchase was not successful. {{ message }}

+
+ {% elif status == 4 %} +
+ +

{{ message }}

+
+ {% endif %} - {% if status == 1 %} -
-

You have successfully purchased a backup plan.

-
- {% elif status == 0 %} -
-

Your purchase was not successful.

{{ message }} -
- {% elif status == 4 %} -
- {{ message }} -
- {% endif %} - -
- -

With CyberPanel's one-click backups, you can easily back - up your website to our secure - servers in just 60 seconds. It's simple, fast, and reliable.

- - - -
-
-
Subscription ID
{$ sub.subscription_id $}{$ sub.subscription_id $} - + {$ sub.status $} {$ sub.interval $} {$ sub.current_period_end | date:'medium' $} -
- + +
+
+
Your Backup Plans
+
+
+
+ + + + + + + + + + + + {% for plan in bPlans %} - - - - - - - - - - {% for plan in bPlans %} - - - - + + + + + ${{ plan.price }}/month {% else %} - + ${{ plan.price }}/year {% endif %} - - + + - - {% endfor %} - -
{% trans "Account" %}{% trans "Plan Name" %}{% trans "Subscription" %}{% trans "Billing Cycle" %}{% trans "Purchase Date" %}{% trans "Actions" %}
{% trans "Account" %}{% trans "Plan Name" %}{% trans "Subscription" %}{% trans "Billing Cycle" %}{% trans "Purchase Date" %}{% trans "Actions" %}
{{ plan.sftpUser }}{{ plan.planName }}{{ plan.subscription }}{{ plan.sftpUser }}{{ plan.planName }}{{ plan.subscription }} {% if plan.months == '1' %} - ${{ plan.price }}/month${{ plan.price }}/year{{ plan.date }} + {{ plan.date }} +
{% if plan.state == 1 %} - - + + + {% trans "Schedule Backups" %} - - + + + {% trans "Restore Backups" %} {% else %} + class="btn btn-sm btn-success"> + + {% trans "Deploy Account" %} + {% endif %} -
-
-
- - - -

- {% trans "Subscribe to one-click backup plans." %} -

- -
-
- - - - - - - + + - - - {% for plan in plans %} - - - - - - - {% endfor %} - -
{% trans "Plan Name" %}{% trans "Monthly Price" %}{% trans "Yearly Price" %}{% trans "Actions" %}
{{ plan.name }}${{ plan.monthlyPrice }}${{ plan.yearlyPrice }} - {% if plan.name != '100GB' %} - - {% endif %} - - {% if plan.name != '100GB' %} - - {% endif %} - -
-
-
+ {% endfor %} + + +
+
- + +
+
+
{% trans "Available Backup Plans" %}
+ +
+
+
+ {% for plan in plans %} +
+
+
{{ plan.name }}
+
+
+ ${{ plan.monthlyPrice }} /month +
+
+ ${{ plan.yearlyPrice }} /year +
+
+
+ {% if plan.name != '100GB' %} + + {% endif %} + + {% if plan.name != '100GB' %} + + {% endif %} + +
+
+
+ {% endfor %} +
+