<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 480" version="1"><defs><clipPath id="a"><path fill-opacity=".67" d="M0 0h640v480H0z"/></clipPath></defs><g fill-rule="evenodd" stroke-width="0" clip-path="url(#a)"><path fill="#003897" d="M0 0h666.67v480H0z"/><path d="M0 186.67h186.67V0h106.67v186.67h373.33v106.67H293.34v186.67H186.67V293.34H0V186.67z" fill="#fff"/><path d="M0 213.33h213.33V0h53.333v213.33h400v53.333h-400v213.33H213.33v-213.33H0V213.33z" fill="#d72828"/></g></svg><svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_6727_3940)">
<path d="M10 18.75C14.8325 18.75 18.75 14.8325 18.75 10C18.75 5.16751 14.8325 1.25 10 1.25C5.16751 1.25 1.25 5.16751 1.25 10C1.25 14.8325 5.16751 18.75 10 18.75Z" stroke="#B9172B" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M10 6.25V10" stroke="#B9172B" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M10 13.75H10.0083" stroke="#B9172B" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_6727_3940">
<rect width="20" height="20" fill="white"/>
</clipPath>
</defs>
</svg>
/**
 * Base license-tab prompt behavior.
 *
 * This free-plugin asset intentionally performs no license validation or
 * network request. FrontEdit Pro owns the validation pipeline.
 *
 * Reads: window.mwpSfeLicensePrompt, base License-tab DOM elements.
 * Exposes: none.
 */
( function() {
	'use strict';

	function createNotice( type ) {
		var notice = document.createElement( 'div' );
		notice.className = 'notice notice-' + type + ' inline';
		notice.id = 'mwp-sfe-action-notice';
		notice.style.position = 'relative';
		notice.style.marginBottom = '15px';
		return notice;
	}

	function showNotice( key, upgradeUrl ) {
		var container = document.getElementById( 'mwp-sfe-action-notice-container' );
		if ( ! container ) {
			return;
		}

		container.textContent = '';
		var notice = createNotice( key ? 'warning' : 'error' );
		var paragraph = document.createElement( 'p' );

		if ( key ) {
			paragraph.appendChild( document.createTextNode( 'Install and activate FrontEdit Pro to validate this license key, or ' ) );
			var link = document.createElement( 'a' );
			link.href = upgradeUrl;
			link.target = '_blank';
			link.rel = 'noopener noreferrer';
			link.textContent = 'get FrontEdit Pro';
			paragraph.appendChild( link );
			paragraph.appendChild( document.createTextNode( '.' ) );
		} else {
			paragraph.textContent = 'Please enter a license key before validating.';
		}

		notice.appendChild( paragraph );
		container.appendChild( notice );
	}

	function init() {
		var config = window.mwpSfeLicensePrompt;
		var input = document.getElementById( 'mwp-sfe-license-key-input' );
		var button = document.getElementById( 'mwp-sfe-license-save-btn' );

		if ( ! config || ! input || ! button ) {
			return;
		}

		button.addEventListener( 'click', function() {
			showNotice( input.value.trim(), config.upgradeUrl );
		} );
	}

	if ( document.readyState === 'loading' ) {
		document.addEventListener( 'DOMContentLoaded', init );
	} else {
		init();
	}
} )();
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://panchanandapursukiahs.in/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://panchanandapursukiahs.in/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://panchanandapursukiahs.in/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://panchanandapursukiahs.in/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://panchanandapursukiahs.in/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
