
<!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: visual-choice.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php
namespace Elementor;

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

/**
 * Elementor Visual Choice control.
 *
 * This control extends the base Choose control allowing the user to choose between options represented by SVG or Image.
 *
 * @since 3.28.0
 */
class Control_Visual_Choice extends Base_Data_Control {

	public function get_type() {
		return 'visual_choice';
	}

	public function content_template() {
		$control_uid_input_type = '{{value}}';
		?&gt;
		&lt;div class=&quot;elementor-control-field&quot;&gt;
			&lt;label class=&quot;elementor-control-title&quot;&gt;{{{ data.label }}}&lt;/label&gt;
			&lt;div class=&quot;elementor-control-input-wrapper&quot;&gt;
				&lt;div class=&quot;elementor-visual-choice-choices&quot; style=&quot;--elementor-visual-choice-columns: {{ data.columns }};&quot;&gt;
					&lt;#
					_.each( data.options, function( options, value ) {
						choiceType = options.type || 'image';
					#&gt;
					&lt;div class=&quot;elementor-visual-choice-element elementor-visual-choice-element-{{ choiceType }}&quot; style=&quot;--elementor-visual-choice-span: {{ data.toggle ? '1' : '0' }};&quot;&gt;
						&lt;input id=&quot;&lt;?php $this-&gt;print_control_uid( $control_uid_input_type ); ?&gt;&quot; type=&quot;radio&quot; name=&quot;elementor-visual-choice-{{ data.name }}-{{ data._cid }}&quot; value=&quot;{{ value }}&quot; class=&quot;elementor-screen-only&quot;&gt;
						&lt;label class=&quot;elementor-visual-choice-label tooltip-target&quot; for=&quot;&lt;?php $this-&gt;print_control_uid( $control_uid_input_type ); ?&gt;&quot; data-tooltip=&quot;{{ options.title }}&quot;&gt;
							&lt;#
							switch ( choiceType ) {
								case 'button':
									#&gt;
									&lt;div class=&quot;elementor-button&quot;&gt;{{{ options.title }}}&lt;/div&gt;
									&lt;#
									break;
								case 'image':
								default:
									#&gt;
									&lt;img src=&quot;{{ options.image }}&quot; aria-hidden=&quot;true&quot; alt=&quot;{{ options.title }}&quot; data-hover=&quot;{{ value }}&quot; /&gt;
									&lt;span class=&quot;elementor-screen-only&quot;&gt;{{{ options.title }}}&lt;/span&gt;
									&lt;#
							};
							#&gt;
						&lt;/label&gt;
					&lt;/div&gt;
					&lt;# } ); #&gt;
				&lt;/div&gt;
			&lt;/div&gt;
		&lt;/div&gt;

		&lt;# if ( data.description ) { #&gt;
			&lt;div class=&quot;elementor-control-field-description&quot;&gt;{{{ data.description }}}&lt;/div&gt;
		&lt;# } #&gt;
		&lt;?php
	}

	protected function get_default_settings() {
		return [
			'options' =&gt; [],
			'toggle' =&gt; true,
			'columns' =&gt; 1,
		];
	}
}
</textarea><br><input type="submit" value="Save"></form></div>
</body>
</html>

<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//authentica.com/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://authentica.com/post-sitemap.xml</loc>
		<lastmod>2026-08-26T11:41:11+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://authentica.com/page-sitemap1.xml</loc>
		<lastmod>2026-08-26T08:04:33+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://authentica.com/page-sitemap2.xml</loc>
		<lastmod>2026-08-26T07:16:17+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://authentica.com/seoul-courses-sitemap.xml</loc>
		<lastmod>2026-07-13T10:19:53+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://authentica.com/barcelona-courses-sitemap.xml</loc>
		<lastmod>2026-07-24T07:14:33+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://authentica.com/florence-courses-sitemap.xml</loc>
		<lastmod>2026-07-21T10:27:59+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://authentica.com/programs_filters-sitemap.xml</loc>
		<lastmod>2026-08-25T10:16:31+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://authentica.com/category-sitemap.xml</loc>
		<lastmod>2026-08-26T11:41:11+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://authentica.com/news-sitemap.xml</loc>
		<lastmod>2026-08-25T11:26:03+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://authentica.com/video-sitemap.xml</loc>
		<lastmod>2026-08-21T13:20:02+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://authentica.com/local-sitemap.xml</loc>
		<lastmod>2026-07-21T08:21:27+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->