mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-15 09:46:11 +01:00
v2.3.6
This commit is contained in:
@@ -66,111 +66,109 @@
|
||||
|
||||
<div class="tab-pane fade" id="tab-example-3">
|
||||
|
||||
<h1 class="text-center">Comming soon</h1>
|
||||
<form action="/" class="form-horizontal bordered-row">
|
||||
|
||||
{# <form action="/" class="form-horizontal bordered-row">#}
|
||||
{##}
|
||||
{# <div class="form-group">#}
|
||||
{# <div class="col-sm-12">#}
|
||||
{# <table class="table">#}
|
||||
{# <thead>#}
|
||||
{# <tr>#}
|
||||
{# <th>{% trans "Plan Name" %}</th>#}
|
||||
{# <th>{% trans "Monthly Price" %}</th>#}
|
||||
{# <th>{% trans "Yearly Price" %}</th>#}
|
||||
{# <th>{% trans "One-time price" %}</th>#}
|
||||
{# <th>{% trans "Actions" %}</th>#}
|
||||
{# </tr>#}
|
||||
{# </thead>#}
|
||||
{# <tbody>#}
|
||||
{# <tr>#}
|
||||
{# <td>RSPAMD Manager</td>#}
|
||||
{# <td>$6.99</td>#}
|
||||
{# <td>$54</td>#}
|
||||
{# <td>$139</td>#}
|
||||
{# <td>#}
|
||||
{##}
|
||||
{# <button type="button"#}
|
||||
{# ng-click="PaypalBuyNowAddons('RSPAMD Manager', '6.99', '54', '139', 1)"#}
|
||||
{# class="btn btn-primary btn-lg btn-block">{% trans "Buy Monthly" %}</button>#}
|
||||
{##}
|
||||
{# <button type="button"#}
|
||||
{# ng-click="PaypalBuyNowAddons('RSPAMD Manager', '6.99', '54', '139', 12)"#}
|
||||
{# class="btn btn-primary btn-lg btn-block">{% trans "Buy Yearly" %}</button>#}
|
||||
{# <button type="button"#}
|
||||
{# ng-click="PaypalBuyNowAddons('RSPAMD Manager', '6.99', '54', '139', 0)"#}
|
||||
{# class="btn btn-primary btn-lg btn-block">{% trans "One-time Purchase" %}</button>#}
|
||||
{# </td>#}
|
||||
{# </td>#}
|
||||
{# </tr>#}
|
||||
{# <tr>#}
|
||||
{# <td>WordPress Manager</td>#}
|
||||
{# <td>$6.99</td>#}
|
||||
{# <td>$54</td>#}
|
||||
{# <td>$139</td>#}
|
||||
{# <td>#}
|
||||
{##}
|
||||
{# <button type="button"#}
|
||||
{# ng-click="PaypalBuyNowAddons('WordPress Manager', '6.99', '54', '139', 1)"#}
|
||||
{# class="btn btn-primary btn-lg btn-block">{% trans "Buy Monthly" %}</button>#}
|
||||
{##}
|
||||
{# <button type="button"#}
|
||||
{# ng-click="PaypalBuyNowAddons('WordPress Manager', '6.99', '54', '139', 12)"#}
|
||||
{# class="btn btn-primary btn-lg btn-block">{% trans "Buy Yearly" %}</button>#}
|
||||
{# <button type="button"#}
|
||||
{# ng-click="PaypalBuyNowAddons('WordPress Manager', '6.99', '54', '139', 0)"#}
|
||||
{# class="btn btn-primary btn-lg btn-block">{% trans "One-time Purchase" %}</button>#}
|
||||
{# </td>#}
|
||||
{# </td>#}
|
||||
{# </tr>#}
|
||||
{# <tr>#}
|
||||
{# <td>Root File Manager</td>#}
|
||||
{# <td>$6.99</td>#}
|
||||
{# <td>$54</td>#}
|
||||
{# <td>$139</td>#}
|
||||
{# <td>#}
|
||||
{##}
|
||||
{# <button type="button"#}
|
||||
{# ng-click="PaypalBuyNowAddons('Root File Manager', '6.99', '54', '139', 1)"#}
|
||||
{# class="btn btn-primary btn-lg btn-block">{% trans "Buy Monthly" %}</button>#}
|
||||
{##}
|
||||
{# <button type="button"#}
|
||||
{# ng-click="PaypalBuyNowAddons('Root File Manager', '6.99', '54', '139', 12)"#}
|
||||
{# class="btn btn-primary btn-lg btn-block">{% trans "Buy Yearly" %}</button>#}
|
||||
{# <button type="button"#}
|
||||
{# ng-click="PaypalBuyNowAddons('Root File Manager', '6.99', '54', '139', 0)"#}
|
||||
{# class="btn btn-primary btn-lg btn-block">{% trans "One-time Purchase" %}</button>#}
|
||||
{# </td>#}
|
||||
{# </td>#}
|
||||
{# </tr>#}
|
||||
{# <tr>#}
|
||||
{# <td>All Addons</td>#}
|
||||
{# <td>$7.99</td>#}
|
||||
{# <td>$59</td>#}
|
||||
{# <td>$169</td>#}
|
||||
{# <td>#}
|
||||
{##}
|
||||
{# <button type="button"#}
|
||||
{# ng-click="PaypalBuyNowAddons('All Addons', '6.99', '54', '139', 1)"#}
|
||||
{# class="btn btn-primary btn-lg btn-block">{% trans "Buy Monthly" %}</button>#}
|
||||
{# <button type="button"#}
|
||||
{# ng-click="PaypalBuyNowAddons('All Addons', '6.99', '54', '139', 12)"#}
|
||||
{# class="btn btn-primary btn-lg btn-block">{% trans "Buy Yearly" %}</button>#}
|
||||
{# <button type="button"#}
|
||||
{# ng-click="PaypalBuyNowAddons('All Addons', '6.99', '54', '139', 0)"#}
|
||||
{# class="btn btn-primary btn-lg btn-block">{% trans "One-time Purchase" %}</button>#}
|
||||
{# </td>#}
|
||||
{##}
|
||||
{# </td>#}
|
||||
{# </tr>#}
|
||||
{# </tbody>#}
|
||||
{# </table>#}
|
||||
{# </div>#}
|
||||
{##}
|
||||
{# </div>#}
|
||||
{##}
|
||||
{##}
|
||||
{# </form>#}
|
||||
<div class="form-group">
|
||||
<div class="col-sm-12">
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{% trans "Plan Name" %}</th>
|
||||
<th>{% trans "Monthly Price" %}</th>
|
||||
<th>{% trans "Yearly Price" %}</th>
|
||||
<th>{% trans "One-time price" %}</th>
|
||||
<th>{% trans "Actions" %}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>RSPAMD Manager</td>
|
||||
<td>$6.99</td>
|
||||
<td>$54</td>
|
||||
<td>$139</td>
|
||||
<td>
|
||||
|
||||
<button type="button"
|
||||
ng-click="PaypalBuyNowAddons('RSPAMD Manager', '6.99', '54', '139', 1)"
|
||||
class="btn btn-primary btn-lg btn-block">{% trans "Buy Monthly" %}</button>
|
||||
|
||||
<button type="button"
|
||||
ng-click="PaypalBuyNowAddons('RSPAMD Manager', '6.99', '54', '139', 12)"
|
||||
class="btn btn-primary btn-lg btn-block">{% trans "Buy Yearly" %}</button>
|
||||
<button type="button"
|
||||
ng-click="PaypalBuyNowAddons('RSPAMD Manager', '6.99', '54', '139', 0)"
|
||||
class="btn btn-primary btn-lg btn-block">{% trans "One-time Purchase" %}</button>
|
||||
</td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>WordPress Manager</td>
|
||||
<td>$6.99</td>
|
||||
<td>$54</td>
|
||||
<td>$139</td>
|
||||
<td>
|
||||
|
||||
<button type="button"
|
||||
ng-click="PaypalBuyNowAddons('WordPress Manager', '6.99', '54', '139', 1)"
|
||||
class="btn btn-primary btn-lg btn-block">{% trans "Buy Monthly" %}</button>
|
||||
|
||||
<button type="button"
|
||||
ng-click="PaypalBuyNowAddons('WordPress Manager', '6.99', '54', '139', 12)"
|
||||
class="btn btn-primary btn-lg btn-block">{% trans "Buy Yearly" %}</button>
|
||||
<button type="button"
|
||||
ng-click="PaypalBuyNowAddons('WordPress Manager', '6.99', '54', '139', 0)"
|
||||
class="btn btn-primary btn-lg btn-block">{% trans "One-time Purchase" %}</button>
|
||||
</td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Root File Manager</td>
|
||||
<td>$6.99</td>
|
||||
<td>$54</td>
|
||||
<td>$139</td>
|
||||
<td>
|
||||
|
||||
<button type="button"
|
||||
ng-click="PaypalBuyNowAddons('Root File Manager', '6.99', '54', '139', 1)"
|
||||
class="btn btn-primary btn-lg btn-block">{% trans "Buy Monthly" %}</button>
|
||||
|
||||
<button type="button"
|
||||
ng-click="PaypalBuyNowAddons('Root File Manager', '6.99', '54', '139', 12)"
|
||||
class="btn btn-primary btn-lg btn-block">{% trans "Buy Yearly" %}</button>
|
||||
<button type="button"
|
||||
ng-click="PaypalBuyNowAddons('Root File Manager', '6.99', '54', '139', 0)"
|
||||
class="btn btn-primary btn-lg btn-block">{% trans "One-time Purchase" %}</button>
|
||||
</td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>All Addons</td>
|
||||
<td>$7.99</td>
|
||||
<td>$59</td>
|
||||
<td>$169</td>
|
||||
<td>
|
||||
|
||||
<button type="button"
|
||||
ng-click="PaypalBuyNowAddons('All Addons', '6.99', '54', '139', 1)"
|
||||
class="btn btn-primary btn-lg btn-block">{% trans "Buy Monthly" %}</button>
|
||||
<button type="button"
|
||||
ng-click="PaypalBuyNowAddons('All Addons', '6.99', '54', '139', 12)"
|
||||
class="btn btn-primary btn-lg btn-block">{% trans "Buy Yearly" %}</button>
|
||||
<button type="button"
|
||||
ng-click="PaypalBuyNowAddons('All Addons', '6.99', '54', '139', 0)"
|
||||
class="btn btn-primary btn-lg btn-block">{% trans "One-time Purchase" %}</button>
|
||||
</td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</form>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user