
<!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: settings.html</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;% extends &#039;layout.html&#039; %&gt;

&lt;% block content %&gt;
  &lt;div id=&quot;settings_container&quot;&gt;&lt;/div&gt;

  &lt;script type=&quot;text/javascript&quot;&gt;
    &lt;% autoescape &#039;js&#039; %&gt;
      var mailpoet_authorized_emails = &lt;%= json_encode(authorized_emails) %&gt;;
      var mailpoet_verified_sender_domains = &lt;%= json_encode(verified_sender_domains) %&gt;;
      var mailpoet_partially_verified_sender_domains = &lt;%= json_encode(partially_verified_sender_domains) %&gt;;
      var mailpoet_all_sender_domains = &lt;%= json_encode(all_sender_domains) %&gt;;
      var mailpoet_sender_restrictions = &lt;%= json_encode(sender_restrictions) %&gt;;
      var mailpoet_members_plugin_active = &lt;%= json_encode(is_members_plugin_active == true) %&gt;;
      var mailpoet_settings = &lt;%= json_encode(settings) %&gt;;
      var mailpoet_segments = &lt;%= json_encode(segments) %&gt;;
      var mailpoet_pages = &lt;%= json_encode(pages) %&gt;;
      var mailpoet_mss_key_valid = &lt;%= json_encode(mss_key_valid) %&gt;;
      var mailpoet_premium_key_valid = &lt;%= json_encode(premium_key_valid) %&gt;;
      var mailpoet_paths = &lt;%= json_encode(paths) %&gt;;
      var mailpoet_built_in_captcha_supported = &lt;%= json_encode(built_in_captcha_supported == true) %&gt;;
      var mailpoet_free_plan_url = &quot;&lt;%= add_referral_id(&#039;https://www.mailpoet.com/free-plan&#039;) %&gt;&quot;;
      var mailpoet_current_user_email = &quot;&lt;%= current_user.user_email %&gt;&quot;;
      var mailpoet_hosts = &lt;%= json_encode(hosts) %&gt;;
      var mailpoet_current_site_title = &lt;%= json_encode(current_site_title) %&gt;;
    &lt;% endautoescape %&gt;
  &lt;/script&gt;

  &lt;% include &#039;settings_translations.html&#039; %&gt;
  &lt;% include &#039;premium_key_validation_strings.html&#039; %&gt;
&lt;% endblock %&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>
