HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux WebLive 5.15.0-79-generic #86-Ubuntu SMP Mon Jul 10 16:07:21 UTC 2023 x86_64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/wpdeskera/wp-content/plugins/exclusive-addons-for-elementor/library/templates.php
<?php
/**
 * Template library templates
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

?>
<script type="text/template" id="template-exad-templateLibrary-header-logo">
	<img src="<?php echo EXAD_ASSETS_URL . 'img/main-logo.svg'; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>" alt="Main Logo">
</script>

<script type="text/template" id="template-exad-templateLibrary-header-back">
	<i class="eicon-" aria-hidden="true"></i>
	<span><?php echo esc_html__( 'Back to Library', 'exclusive-addons-elementor' ); ?></span>
</script>

<script type="text/template" id="template-exad-TemplateLibrary_header-menu">
	<# _.each( tabs, function( args, tab ) { var activeClass = args.active ? 'elementor-active' : ''; #>
		<div class="elementor-component-tab elementor-template-library-menu-item {{activeClass}}" data-tab="{{{ tab }}}">{{{ args.title }}}</div>
	<# } ); #>
</script>

<script type="text/template" id="template-exad-templateLibrary-header-actions">
	<div id="exad-templateLibrary-header-sync" class="elementor-templates-modal__header__item">
		<i class="eicon-sync" aria-hidden="true" title="<?php esc_attr_e( 'Sync Library', 'exclusive-addons-elementor' ); ?>"></i>
		<span class="elementor-screen-only"><?php esc_html_e( 'Sync Library', 'exclusive-addons-elementor' ); ?></span>
	</div>
</script>

<script type="text/template" id="template-exad-templateLibrary-preview">
    <iframe></iframe>
</script>

<script type="text/template" id="template-exad-templateLibrary-header-insert">
	<div id="elementor-template-library-header-preview-insert-wrapper" class="elementor-templates-modal__header__item">
		{{{ exad.library.getModal().getTemplateActionButton( obj ) }}}
	</div>
</script>

<script type="text/template" id="template-exad-templateLibrary-insert-button">
	<a class="elementor-template-library-template-action elementor-button exad-templateLibrary-insert-button">
		<i class="eicon-file-download" aria-hidden="true"></i>
		<span class="elementor-button-title"><?php esc_html_e( 'Insert', 'exclusive-addons-elementor' ); ?></span>
	</a>
</script>

<script type="text/template" id="template-exad-templateLibrary-pro-button">
	<a class="elementor-template-library-template-action elementor-button exad-templateLibrary-pro-button" href="https://exclusiveaddons.com/pricing/" target="_blank">
		<i class="eicon-external-link-square" aria-hidden="true"></i>
		<span class="elementor-button-title"><?php esc_html_e( 'Get Pro', 'exclusive-addons-elementor' ); ?></span>
	</a>
</script>

<script type="text/template" id="template-exad-templateLibrary-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 esc_html_e( 'Loading', 'exclusive-addons-elementor' ); ?></div>
	</div>
</script>

<script type="text/template" id="template-exad-templateLibrary-templates">
	<div id="exad-templateLibrary-toolbar">
		<div id="exad-templateLibrary-toolbar-filter" class="exad-templateLibrary-toolbar-filter">
			<# if ( exad.library.getTypeCategory() ) { #>
	
				<select id="exad-templateLibrary-filter-category" class="exad-templateLibrary-filter-category">
					<option class="exad-templateLibrary-category-filter-item active" value="" data-tag=""><?php esc_html_e( 'Filter', 'exclusive-addons-elementor' ); ?></option>
					<# _.each( exad.library.getTypeCategory(), function( slug ) { #>
						<option class="exad-templateLibrary-category-filter-item" value="{{ slug }}" data-tag="{{ slug }}">{{{ exad.library.getCategory()[slug] }}}</option>
					<# } ); #>
				</select>
			<# } #>
		</div>

		<div id="exad-templateLibrary-toolbar-search">
			<label for="exad-templateLibrary-search" class="elementor-screen-only"><?php esc_html_e( 'Search Templates:', 'exclusive-addons-elementor' ); ?></label>
			<input id="exad-templateLibrary-search" placeholder="<?php esc_attr_e( 'Search', 'exclusive-addons-elementor' ); ?>">
			<i class="eicon-search"></i>
		</div>
	</div>

	<div class="exad-templateLibrary-templates-window">
		<div id="exad-templateLibrary-templates-list"></div>
	</div>
</script>

<script type="text/template" id="template-exad-templateLibrary-template">
	<div class="exad-templateLibrary-template-body" id="exad-template-{{ template_id }}">
		<div class="exad-templateLibrary-template-preview">
			<i class="eicon-zoom-in-bold" aria-hidden="true"></i>
		</div>
		<img class="exad-templateLibrary-template-thumbnail" src="{{ thumbnail }}">
		<div class="exad-templateLibrary-template-title">
			<span>{{{ title }}}</span>
		</div>
	</div>
	<div class="exad-templateLibrary-template-footer">
		{{{ exad.library.getModal().getTemplateActionButton( obj ) }}}
		<a href="#" class="elementor-button exad-templateLibrary-preview-button">
			<i class="eicon-device-desktop" aria-hidden="true"></i>
			<?php esc_html_e( 'Preview', 'exclusive-addons-elementor' ); ?>
		</a>
	</div>
</script>

<script type="text/template" id="template-exad-templateLibrary-empty">
	<div class="elementor-template-library-blank-icon">
		<i class="eicon-search-results"></i>
	</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 esc_html_e( 'Want to learn more about the Exclusive Addons?', 'exclusive-addons-elementor' ); ?>
		<a class="elementor-template-library-blank-footer-link" href="https://exclusiveaddons.com/" target="_blank"><?php echo esc_html__( 'Click here', 'exclusive-addons-elementor' ); ?></a>
	</div>
</script>