hotel_commerce/admin811h5zra6/themes/default/template/recomended-banner.tpl
2023-06-26 13:09:26 +05:30

42 lines
1.4 KiB
Smarty

{*
* 2010-2022 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through this link for complete license : https://store.webkul.com/license.html
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to https://store.webkul.com/customisation-guidelines/ for more information.
*
* @author Webkul IN <support@webkul.com>
* @copyright 2010-2022 Webkul IN
* @license https://store.webkul.com/license.html
*}
<div id="recommendation-wrapper-skeleton" style="display:none">
<script>
loadRecommendation();
</script>
<div class="col-sm-12">
<div class="banner panel">
<div class="row">
<div class="col-sm-12">
<div class="skeleton-loading-pulse loading-container-bar"></div>
<div class="loading-container-bar"></div>
<div class="skeleton-loading-pulse loading-container-bar"></div>
<div class="loading-container-bar"></div>
<div class="skeleton-loading-pulse loading-container-bar"></div>
<div class="loading-container-bar"></div>
<div class="skeleton-loading-pulse loading-container-bar"></div>
</div>
</div>
</div>
</div>
</div>
<div id="recommendation-wrapper" style="display:none">
</div>