This commit is contained in:
usmannasir
2024-08-14 06:08:01 +03:00
parent 568d2616f1
commit e2ad4a5f29

View File

@@ -66,111 +66,109 @@
<div class="tab-pane fade" id="tab-example-3"> <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">
{# <div class="form-group">#} <table class="table">
{# <div class="col-sm-12">#} <thead>
{# <table class="table">#} <tr>
{# <thead>#} <th>{% trans "Plan Name" %}</th>
{# <tr>#} <th>{% trans "Monthly Price" %}</th>
{# <th>{% trans "Plan Name" %}</th>#} <th>{% trans "Yearly Price" %}</th>
{# <th>{% trans "Monthly Price" %}</th>#} <th>{% trans "One-time price" %}</th>
{# <th>{% trans "Yearly Price" %}</th>#} <th>{% trans "Actions" %}</th>
{# <th>{% trans "One-time price" %}</th>#} </tr>
{# <th>{% trans "Actions" %}</th>#} </thead>
{# </tr>#} <tbody>
{# </thead>#} <tr>
{# <tbody>#} <td>RSPAMD Manager</td>
{# <tr>#} <td>$6.99</td>
{# <td>RSPAMD Manager</td>#} <td>$54</td>
{# <td>$6.99</td>#} <td>$139</td>
{# <td>$54</td>#} <td>
{# <td>$139</td>#}
{# <td>#} <button type="button"
{##} ng-click="PaypalBuyNowAddons('RSPAMD Manager', '6.99', '54', '139', 1)"
{# <button type="button"#} class="btn btn-primary btn-lg btn-block">{% trans "Buy Monthly" %}</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)"
{# <button type="button"#} class="btn btn-primary btn-lg btn-block">{% trans "Buy Yearly" %}</button>
{# ng-click="PaypalBuyNowAddons('RSPAMD Manager', '6.99', '54', '139', 12)"#} <button type="button"
{# class="btn btn-primary btn-lg btn-block">{% trans "Buy Yearly" %}</button>#} ng-click="PaypalBuyNowAddons('RSPAMD Manager', '6.99', '54', '139', 0)"
{# <button type="button"#} class="btn btn-primary btn-lg btn-block">{% trans "One-time Purchase" %}</button>
{# ng-click="PaypalBuyNowAddons('RSPAMD Manager', '6.99', '54', '139', 0)"#} </td>
{# class="btn btn-primary btn-lg btn-block">{% trans "One-time Purchase" %}</button>#} </td>
{# </td>#} </tr>
{# </td>#} <tr>
{# </tr>#} <td>WordPress Manager</td>
{# <tr>#} <td>$6.99</td>
{# <td>WordPress Manager</td>#} <td>$54</td>
{# <td>$6.99</td>#} <td>$139</td>
{# <td>$54</td>#} <td>
{# <td>$139</td>#}
{# <td>#} <button type="button"
{##} ng-click="PaypalBuyNowAddons('WordPress Manager', '6.99', '54', '139', 1)"
{# <button type="button"#} class="btn btn-primary btn-lg btn-block">{% trans "Buy Monthly" %}</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)"
{# <button type="button"#} class="btn btn-primary btn-lg btn-block">{% trans "Buy Yearly" %}</button>
{# ng-click="PaypalBuyNowAddons('WordPress Manager', '6.99', '54', '139', 12)"#} <button type="button"
{# class="btn btn-primary btn-lg btn-block">{% trans "Buy Yearly" %}</button>#} ng-click="PaypalBuyNowAddons('WordPress Manager', '6.99', '54', '139', 0)"
{# <button type="button"#} class="btn btn-primary btn-lg btn-block">{% trans "One-time Purchase" %}</button>
{# ng-click="PaypalBuyNowAddons('WordPress Manager', '6.99', '54', '139', 0)"#} </td>
{# class="btn btn-primary btn-lg btn-block">{% trans "One-time Purchase" %}</button>#} </td>
{# </td>#} </tr>
{# </td>#} <tr>
{# </tr>#} <td>Root File Manager</td>
{# <tr>#} <td>$6.99</td>
{# <td>Root File Manager</td>#} <td>$54</td>
{# <td>$6.99</td>#} <td>$139</td>
{# <td>$54</td>#} <td>
{# <td>$139</td>#}
{# <td>#} <button type="button"
{##} ng-click="PaypalBuyNowAddons('Root File Manager', '6.99', '54', '139', 1)"
{# <button type="button"#} class="btn btn-primary btn-lg btn-block">{% trans "Buy Monthly" %}</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)"
{# <button type="button"#} class="btn btn-primary btn-lg btn-block">{% trans "Buy Yearly" %}</button>
{# ng-click="PaypalBuyNowAddons('Root File Manager', '6.99', '54', '139', 12)"#} <button type="button"
{# class="btn btn-primary btn-lg btn-block">{% trans "Buy Yearly" %}</button>#} ng-click="PaypalBuyNowAddons('Root File Manager', '6.99', '54', '139', 0)"
{# <button type="button"#} class="btn btn-primary btn-lg btn-block">{% trans "One-time Purchase" %}</button>
{# ng-click="PaypalBuyNowAddons('Root File Manager', '6.99', '54', '139', 0)"#} </td>
{# class="btn btn-primary btn-lg btn-block">{% trans "One-time Purchase" %}</button>#} </td>
{# </td>#} </tr>
{# </td>#} <tr>
{# </tr>#} <td>All Addons</td>
{# <tr>#} <td>$7.99</td>
{# <td>All Addons</td>#} <td>$59</td>
{# <td>$7.99</td>#} <td>$169</td>
{# <td>$59</td>#} <td>
{# <td>$169</td>#}
{# <td>#} <button type="button"
{##} ng-click="PaypalBuyNowAddons('All Addons', '6.99', '54', '139', 1)"
{# <button type="button"#} class="btn btn-primary btn-lg btn-block">{% trans "Buy Monthly" %}</button>
{# ng-click="PaypalBuyNowAddons('All Addons', '6.99', '54', '139', 1)"#} <button type="button"
{# class="btn btn-primary btn-lg btn-block">{% trans "Buy Monthly" %}</button>#} ng-click="PaypalBuyNowAddons('All Addons', '6.99', '54', '139', 12)"
{# <button type="button"#} class="btn btn-primary btn-lg btn-block">{% trans "Buy Yearly" %}</button>
{# ng-click="PaypalBuyNowAddons('All Addons', '6.99', '54', '139', 12)"#} <button type="button"
{# class="btn btn-primary btn-lg btn-block">{% trans "Buy Yearly" %}</button>#} ng-click="PaypalBuyNowAddons('All Addons', '6.99', '54', '139', 0)"
{# <button type="button"#} class="btn btn-primary btn-lg btn-block">{% trans "One-time Purchase" %}</button>
{# ng-click="PaypalBuyNowAddons('All Addons', '6.99', '54', '139', 0)"#} </td>
{# class="btn btn-primary btn-lg btn-block">{% trans "One-time Purchase" %}</button>#}
{# </td>#} </td>
{##} </tr>
{# </td>#} </tbody>
{# </tr>#} </table>
{# </tbody>#} </div>
{# </table>#}
{# </div>#} </div>
{##}
{# </div>#}
{##} </form>
{##}
{# </form>#}
</div> </div>
</div> </div>