Sindbad~EG File Manager
<?php
$theme_data = Thim_Theme_Manager::get_metadata();
$links = $theme_data['links'];
$link_dashboard = Thim_Dashboard::get_link_main_dashboard();
$is_my_theme = Thim_Free_Theme::get_theme_id();
?>
<div class="tc-modal-importer md-modal md-effect-16" data-template="thim-form-import">
</div>
<div class="md-overlay"></div>
<script type="text/html" id="tmpl-thim-form-import">
<div class="md-content">
<h3 class="title"><?php esc_html_e( 'Import Demo', 'thim-core' ); ?> <span class="demo-name"></span><span class="close"></span></h3>
<div class="main">
<form id="form-importer">
<div class="pre-import">
<h4><?php esc_html_e( 'Pre-import', 'thim-core' ); ?></h4>
<ul class="options">
<li class="package plugins obligatory" data-package="plugins">
<label>
<input type="checkbox" id="importer-plugins" checked="checked" disabled="disabled">
</label>
<div class="heading"><?php esc_html_e( 'Required Plugins', 'thim-core' ); ?></div>
<div class="description"><?php esc_html_e( 'This will install and active plugins required and it is obligatory.', 'thim-core' ); ?></div>
<span class="package-progress-bar"></span>
</li>
<li class="package hidden" data-package="download_demo_data">
<label>
<input type="checkbox" id="download-demo-data" checked="checked" disabled="disabled">
</label>
</li>
</ul>
</div>
<div class="import-content">
<h4><?php esc_html_e( 'Select what type of content you want to import', 'thim-core' ); ?></h4>
<?php
$packages = Thim_Importer::get_import_packages();
if ( count( $packages ) ) :
?>
<ul class="options">
<?php foreach ( $packages as $key => $package ) : ?>
<li class="package <?php echo esc_attr( $key ); ?>"
data-required="<?php echo esc_attr( isset( $package['required'] ) ? $package['required'] : '' ); ?>"
data-package="<?php echo esc_attr( $key ); ?>">
<label>
<input type="checkbox" id="importer-<?php echo esc_attr( $key ); ?>" checked="checked">
</label>
<div class="heading"><?php echo esc_html( $package['title'] ); ?></div>
<div class="description"><?php echo esc_html( $package['description'] ); ?></div>
<span class="package-progress-bar"></span>
</li>
<?php endforeach; ?>
</ul>
<?php endif; ?>
</div>
</form>
</div>
<div class="footer">
<button class="button button-primary tc-button" id="start-import" data-text="<?php esc_attr_e( 'Import', 'thim-core' ); ?>"
data-importing="<?php esc_attr_e( 'Importing', 'thim-core' ); ?>" data-completed="<?php esc_attr_e( 'Completed', 'thim-core' ); ?>"></button>
<div class="text-waiting"><?php esc_html_e( 'Enjoy a cup of coffee while you are waiting for importing :)', 'thim-core' ); ?></div>
</div>
<div class="wrapper-finish">
<div class="full-box">
<div class="middle notification text-center">
<?php if ( $is_my_theme ) : ?>
<span class="icon"></span>
<?php else : ?>
<a class="icon" href="<?php echo esc_url( Thim_Product_Registration::get_link_reviews() ); ?>" target="_blank"></a>
<?php endif; ?>
<div class="details-error">
<h3></h3>
<div class="try-again">
<button class="button button-primary tc-button" id="retry-import"><?php esc_html_e( 'Try again', 'thim-core' ); ?></button>
</div>
<div class="get-support">
<a target="_blank" href="<?php echo esc_url( $links['docs'] ); ?>"
class="button button-secondary tc-button"><?php esc_html_e( 'Documentation', 'thim-core' ); ?></a>
</div>
</div>
<div class="details-success">
<h3><?php esc_html_e( 'Hooray! All Done.', 'thim-core' ); ?></h3>
<p><?php printf( __( 'View <a href="%1$s" target="_blank">your site</a> or return to <a href="%2$s">dashboard</a>.', 'thim-core' ), home_url( '/' ), $link_dashboard ); ?></p>
<?php if ( ! $is_my_theme ) : ?>
<a class="leave-five-stars" href="<?php echo esc_url( Thim_Product_Registration::get_link_reviews() ); ?>" target="_blank">
<?php
wp_star_rating(
array(
'rating' => 5,
)
);
?>
</a>
<?php endif; ?>
</div>
</div>
</div>
</div>
</div>
</script>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists