Weak hands cannot be planted, meager skills have no foundation. Shallow wisdom is futile, how can one hope for a good name?扰扰从役倦，屑屑身事微。少壮轻年月，迟暮惜光辉。
<html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><?php
/**
 * Outputs the Generate via Browser screen
 *
 * @package Page_Generator_Pro
 * @author WP Zinc
 */

?>
<header>
	<h1>
		<?php echo esc_html( $this->base->plugin->displayName ); ?>

		<span>
			<?php
			printf(
				'%1$s &quot;%2$s&quot;',
				esc_html__( 'Generating', 'page-generator-pro' ),
				esc_html( $settings['title'] )
			);
			?>
		</span>
	</h1>
</header>

<hr class="wp-header-end" />

<div class="wrap">
	<div class="wrap-inner">
		<p>
			<?php
			printf(
				'%s %s %s',
				esc_html__( 'Please be patient while content is generated. This can take a while if you have a lot of Pages to generate, and/or you are using Page Generator Shortcodes.', 'page-generator-pro' ),
				'<a href="' . esc_attr( $this->base->plugin->documentation_url ) . '/generate/#page-generation" target="_blank">' . esc_html__( 'Read the Documentation', 'page-generator-pro' ) . '</a>',
				esc_html__( 'to understand why.', 'page-generator-pro' )
			);
			?>
			<br />

			<?php esc_html_e( 'Do not navigate away from this page until this script is done or all items will not be generated. You will be notified via this page when the process is completed.', 'page-generator-pro' ); ?>
		</p>

		<!-- Progress Bar -->
		<div id="progress-bar"></div>
		<div id="progress">
			<span id="progress-number"><?php echo esc_html( $settings['resumeIndex'] ); ?></span>
			<span> / <?php echo esc_html( $number_of_pages_to_generate ); ?></span>
			<span class="spinner is-active"></li>
		</div>

		<!-- Status Updates -->
		<div id="log">
			<ul>
				<li class="sp