![]() 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/feed/view/adminhtml/templates/feed/ |
<?php /** * @author Amasty Team * @copyright Copyright (c) Amasty (https://www.amasty.com) * @package Product Feed for Magento 2 */ $countOfSteps = 3; ?> <div class="amfeed-generation-steps"> <?= $block->getChildHtml('amasty_feed_generation_steps'); ?> </div> <div class="amfeed-progress-content" data-amfeed-js="progress-content"> <div class="amfeed-step-content" data-amfeed-js="progress-step-content-1"> <?= $block->getChildHtml('amasty_feed_generation_loader'); ?> </div> <div class="amfeed-step-content" data-amfeed-js="progress-step-content-2"> <?= $block->getChildHtml('amasty_feed_generation_progressbar'); ?> </div> <div class="amfeed-step-content" data-amfeed-js="progress-step-content-3"> <div class="amfeed-download-container"> <input class="amfeed-input" type="text" data-amfeed-js="download-link"/> <button class="amfeed-button" data-amfeed-js="copy-link" title="<?= $block->escapeHtml(__('Copy Link')); ?>"> <?= $block->escapeHtml(__('Copy Link')); ?> </button> </div> <div class="amfeed-generation-info"> <span class="amfeed-duration"> <?= $block->escapeHtml(__('Generation Time: ')); ?> <strong data-amfeed-js="generation-duration"></strong> </span> <span class="amfeed-count"> <?= $block->escapeHtml(__('Products Count: ')); ?> <strong data-amfeed-js="generation-count"></strong> </span> </div> </div> </div> <div class="amfeed-generation-error" data-amfeed-js="generation-error-wrapper"> <p class="amfeed-error" data-amfeed-js="generation-error"></p> </div>