%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/itworks/wp-content/plugins/thim-core/templates/dashboard/partials/
Upload File :
Create Path :
Current File : /var/www/html/itworks/wp-content/plugins/thim-core/templates/dashboard/partials/importer-modal.php

<?php
$theme_data     = Thim_Theme_Manager::get_metadata();
$links          = $theme_data['links'];
$link_dashboard = Thim_Dashboard::get_link_main_dashboard();
$is_free        = Thim_Free_Theme::is_free();
?>

<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>
                    </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_free ) : ?>
                        <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="how-to"></div>
                        <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>
                            <button
                                    class="button button-primary tc-button thim-core-open-send-feedback" title="<?php esc_attr_e( 'Send feedback', 'thim-core' ); ?>"><?php esc_html_e( 'Send feedback', 'thim-core' ); ?></button>
							<?php echo __( 'with <code>CODE: <span class="error-code"></span></code>', 'thim-core' ); ?>
                        </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_free ) : ?>
                            <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>

Zerion Mini Shell 1.0