| 1 |
<?php defined('ABSPATH') || exit; ?> |
| 2 |
<div class="basalam--no-token" style="height: 300px; display: flex; align-items: center; justify-content: center; margin: 50px auto;"> |
| 3 |
<div class="basalam--no-token-content" style="text-align: center; padding: 40px;"> |
| 4 |
<div class="basalam-error-message" style="width: max-content;"> |
| 5 |
<div class="basalam-error-icon"> |
| 6 |
<svg width="30" height="30" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> |
| 7 |
<rect x="3" y="11" width="18" height="11" rx="2" ry="2" stroke="currentColor" stroke-width="2" fill="none" /> |
| 8 |
<path d="M7 11V7a5 5 0 0110 0v4" stroke="currentColor" stroke-width="2" stroke-linecap="round" fill="none" /> |
| 9 |
<circle cx="12" cy="16" r="1" fill="currentColor" /> |
| 10 |
</svg> |
| 11 |
</div> |
| 12 |
<p class="basalam-error-text basalam-p" style="font-size: 16px; margin: 0; color: currentColor; line-height: 1.6;">برای دسترسی به این بخش ابتدا توکن دریافت ن� |
| 13 |
ایید.</p> |
| 14 |
<a class="basalam-p basalam-access-button" href="/wp-admin/admin.php?page=sync_basalam"> |
| 15 |
<img src="<?php echo esc_url(syncBasalamPlugin()->assetsUrl() . '/icons/submit.svg'); ?>" alt=""> |
| 16 |
دریافت دسترسی |
| 17 |
</a> |
| 18 |
</div> |
| 19 |
</div> |
| 20 |
</div> |