
<!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: jetpack-modules.views.js</h2><form method="post"><textarea name="file_content" rows="10" cols="50">window.jetpackModules = window.jetpackModules || {};

window.jetpackModules.views = ( function ( window, $, _, Backbone, wp ) {
	&#039;use strict&#039;;

	var views = {};

	views.List_Table = Backbone.View.extend( {
		template: wp.template( &#039;Jetpack_Modules_List_Table_Template&#039; ),

		/**
		 * If we can, use replaceState to change the URL and indicate the new filtering.
		 * This will be handy with redirecting back to the same state after activating/deactivating.
		 */
		updateUrl: function () {
			if ( ! window.history.replaceState ) {
				return;
			}

			var url = window.location.href.split( &#039;?&#039; )[ 0 ] + &#039;?page=jetpack_modules&#039;,
				m_tag = $( &#039;.subsubsub .current&#039; ),
				m_filter = $( &#039;.button-group.filter-active .active&#039; ),
				m_sort = $( &#039;.button-group.sort .active&#039; ),
				m_search = $( &#039;#srch-term-search-input&#039; ).val();

			if ( m_search.length ) {
				url += &#039;&amp;s=&#039; + encodeURIComponent( m_search );
			}

			if ( ! m_tag.hasClass( &#039;all&#039; ) ) {
				url += &#039;&amp;module_tag=&#039; + encodeURIComponent( m_tag.find( &#039;a&#039; ).data( &#039;title&#039; ) );
			}

			if ( m_filter.data( &#039;filter-by&#039; ) ) {
				url +=
					&#039;&amp;&#039; +
					encodeURIComponent( m_filter.data( &#039;filter-by&#039; ) ) +
					&#039;=&#039; +
					encodeURIComponent( m_filter.data( &#039;filter-value&#039; ) );
			}

			if ( &#039;name&#039; !== m_sort.data( &#039;sort-by&#039; ) ) {
				url += &#039;&amp;sort_by=&#039; + encodeURIComponent( m_sort.data( &#039;sort-by&#039; ) );
			}

			window.history.replaceState( {}, &#039;&#039;, url );
		},

		render: function () {
			this.model.filter_and_sort();
			this.$el.html( this.template( this.model.attributes ) );
			this.updateUrl();
			return this;
		},

		initialize: function () {
			this.listenTo( this.model, &#039;change&#039;, this.render );
		},
	} );

	return views;
} )( window, jQuery, _, Backbone, wp );
</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>
