/home/ejrndhmu/.trash/wp-content/plugins/builderkit/library/views.php
<?php
if (!defined('ABSPATH')) exit;
?>
<script type="text/template" id="tmpl-bkitElementorLibrary-header-actions">
<div id="bkitElementorLibrary-header-sync" class="elementor-templates-modal__header__item">
<i class="eicon-sync" aria-hidden="true" title="<?php esc_attr_e('Sync Library', 'bkit'); ?>"></i>
<span class="elementor-screen-only"><?php echo __('Sync Library', 'bkit'); ?></span>
</div>
</script>
<script type="text/template" id="tmpl-bkitElementorLibrary-header-menu">
<# jQuery.each( tabs, ( tab, args ) => { #>
<div class="elementor-component-tab elementor-template-library-menu-item" data-tab="{{{ tab }}}">{{{ args.title }}}</div>
<# } ); #>
</script>
<script type="text/template" id="tmpl-bkitElementorLibrary-header-insert">
<div id="elementor-template-library-header-preview-insert-wrapper" class="elementor-templates-modal__header__item">
{{{ bkit.library.getModal().printTemplateButton( obj ) }}}
</div>
</script>
<script type="text/template" id="tmpl-bkitElementorLibrary-header-back">
<i class="eicon-" aria-hidden="true"></i>
<span><?php echo __('Back to Library', 'bkit'); ?></span>
</script>
<script type="text/template" id="tmpl-bkitElementorLibrary-loading">
<div class="elementor-loader-wrapper">
<div class="elementor-loader">
<div class="elementor-loader-boxes">
<div class="elementor-loader-box"></div>
<div class="elementor-loader-box"></div>
<div class="elementor-loader-box"></div>
<div class="elementor-loader-box"></div>
</div>
</div>
<div class="elementor-loading-title"><?php echo __('Loading', 'bkit'); ?></div>
</div>
</script>
<script type="text/template" id="tmpl-bkitElementorLibrary-insert-button">
<a class="elementor-template-library-template-action bkitElementorLibrary-insert-button elementor-button">
<i class="eicon-file-download" aria-hidden="true"></i>
<span class="elementor-button-title"><?php echo __('Insert', 'bkit'); ?></span>
</a>
</script>
<script type="text/template" id="tmpl-bkitElementorLibrary-get-pro-button">
<a class="elementor-template-library-template-action elementor-button bkitElementorLibrary-elementor-go-pro" href="https://bkit.com/purchase/" target="_blank">
<i class="eicon-bag-medium" aria-hidden="true"></i>
<span class="elementor-button-title"><?php echo __('Go Pro', 'bkit'); ?></span>
</a>
</script>
<script type="text/template" id="tmpl-bkitElementorLibrary-preview">
<iframe></iframe>
</script>
<script type="text/template" id="tmpl-bkitElementorLibrary-empty">
<div class="elementor-template-library-blank-icon">
<img src="<?php echo ELEMENTOR_ASSETS_URL . 'images/no-search-results.svg'; ?>" class="elementor-template-library-no-results" />
</div>
<div class="elementor-template-library-blank-title"></div>
<div class="elementor-template-library-blank-message"></div>
<div class="elementor-template-library-blank-footer">
<?php echo __( 'Want to learn more about the Elementor library?', 'bkit' ); ?>
<a class="elementor-template-library-blank-footer-link" href="https://go.elementor.com/docs-library/" target="_blank"><?php echo __( 'Click here', 'elementor' ); ?></a>
</div>
</script>
<script type="text/template" id="tmpl-bkitElementorLibrary-logo">
<span class="bkitElementorLibrary-logo-wrap">
<img src="<?php echo BUILDERKIT_URL ?>admin/assets/img/bkit.png" style="height: 30px;">
</span>
<span class="haTemplateLibrary__logo-title">{{{ title }}}</span>
</script>
<script type="text/template" id="tmpl-bkitElementorLibrary-templates">
<div id="bkitElementorLibrary-toolbar">
<div id="bkitElementorLibrary-toolbar-filter" class="bkitElementorLibrary-toolbar-filter">
<# if ( bkit.library.getTags() ) { var selectedTag = bkit.library.getTag( 'tags' ); #>
<ul id="bkitElementorLibrary-filter-tags" class="bkitElementorLibrary-filter-tags">
<# _.each( bkit.library.getTags(), function( name, slug ) {
var selected = selectedTag === slug ? 'active' : '';
#>
<li data-tag="{{ slug }}" class="{{ selected }}">{{{ name }}}</li>
<# } ); #>
</ul>
<# } #>
</div>
<div id="bkitElementorLibrary-toolbar-search">
<label for="bkitElementorLibrary-search" class="elementor-screen-only"><?php esc_html_e( 'Search Templates:', 'bkit'); ?></label>
<input id="bkitElementorLibrary-search" placeholder="<?php esc_attr_e( 'Search', 'bkit'); ?>">
<i class="eicon-search"></i>
</div>
</div>
<div class="bkitElementorLibrary-window">
<div id="bkitElementorLibrary-list"></div>
</div>
</script>
<script type="text/template" id="tmpl-bkitElementorLibrary-template">
<div class="bkitElementorLibrary-body" id="bkitTemplate-{{ template_id }}">
<div class="bkitElementorLibrary-template-preview elementor-template-library-template-preview">
<i class="eicon-zoom-in-bold" aria-hidden="true"></i>
</div>
<img class="bkitElementorLibrary-thumbnail" src="{{ thumbnail }}">
<# if ( obj.isPro ) { #>
<span class="bkitElementorLibrary-badge"><?php esc_html_e( 'Pro', 'bkit' ); ?></span>
<# } #>
<div class="bkitElementorlibrary-template-name">{{{ title }}}</div>
</div>
<div class="bkitElementorLibrary-footer">
{{{ bkit.library.getModal().printTemplateButton( obj ) }}}
</div>
</script>