| 1 |
<?php |
| 2 |
/** |
| 3 |
* Activity Log - Export Tab. |
| 4 |
* |
| 5 |
* @package King_Addons |
| 6 |
*/ |
| 7 |
|
| 8 |
if (!defined('ABSPATH')) { |
| 9 |
exit; |
| 10 |
} |
| 11 |
|
| 12 |
$activity_log = \King_Addons\Activity_Log::instance(); |
| 13 |
$is_pro = $activity_log->is_pro(); |
| 14 |
?> |
| 15 |
|
| 16 |
<div class="ka-al-card"> |
| 17 |
<div class="ka-al-card-header"> |
| 18 |
<h3><?php esc_html_e('Export Logs', 'king-addons'); ?></h3> |
| 19 |
</div> |
| 20 |
<div class="ka-al-card-body"> |
| 21 |
<div class="ka-al-export-options"> |
| 22 |
<div class="ka-al-export-format"> |
| 23 |
<label class="ka-al-radio"> |
| 24 |
<input type="radio" name="export_format" value="csv" checked> |
| 25 |
<span class="ka-al-radio-label"> |
| 26 |
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none" viewBox="0 0 24 24" |
| 27 |
stroke="currentColor" stroke-width="1.5"> |
| 28 |
<path stroke-linecap="round" stroke-linejoin="round" |
| 29 |
d="M9 17v-2m3 2v-4m3 4v-6m2 10H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z" /> |
| 30 |
</svg> |
| 31 |
<?php esc_html_e('CSV Format', 'king-addons'); ?> |
| 32 |
</span> |
| 33 |
</label> |
| 34 |
|
| 35 |
<label class="ka-al-radio <?php echo !$is_pro ? 'ka-al-radio--disabled' : ''; ?>"> |
| 36 |
<input type="radio" name="export_format" value="json" <?php disabled(!$is_pro); ?>> |
| 37 |
<span class="ka-al-radio-label"> |
| 38 |
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none" viewBox="0 0 24 24" |
| 39 |
stroke="currentColor" stroke-width="1.5"> |
| 40 |
<path stroke-linecap="round" stroke-linejoin="round" |
| 41 |
d="M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4" /> |
| 42 |
</svg> |
| 43 |
<?php esc_html_e('JSON Format', 'king-addons'); ?> |
| 44 |
<?php if (!$is_pro): ?> |
| 45 |
<span class="ka-al-pro-badge"><?php esc_html_e('Pro', 'king-addons'); ?></span> |
| 46 |
<?php endif; ?> |
| 47 |
</span> |
| 48 |
</label> |
| 49 |
</div> |
| 50 |
|
| 51 |
<?php if (!$is_pro): ?> |
| 52 |
<div class="ka-al-export-notice"> |
| 53 |
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 24 24" |
| 54 |
stroke="currentColor" stroke-width="2"> |
| 55 |
<path stroke-linecap="round" stroke-linejoin="round" |
| 56 |
d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" /> |
| 57 |
</svg> |
| 58 |
<span><?php esc_html_e('Free version exports last 14 days only. Upgrade to Pro for full history and scheduled exports.', 'king-addons'); ?></span> |
| 59 |
</div> |
| 60 |
<?php endif; ?> |
| 61 |
|
| 62 |
<button type="button" id="ka-al-export-btn" class="ka-al-btn ka-al-btn-primary" |
| 63 |
style="padding: 16px 40px; font-size: 16px;"> |
| 64 |
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 24 24" |
| 65 |
stroke="currentColor" stroke-width="2"> |
| 66 |
<path stroke-linecap="round" stroke-linejoin="round" |
| 67 |
d="M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-4l-4 4m0 0l-4-4m4 4V4" /> |
| 68 |
</svg> |
| 69 |
<?php esc_html_e('Export Now', 'king-addons'); ?> |
| 70 |
</button> |
| 71 |
</div> |
| 72 |
</div> |
| 73 |
</div> |
| 74 |
|
| 75 |
<!-- Scheduled Exports (Pro) --> |
| 76 |
<?php if (!$is_pro): ?> |
| 77 |
<div class="ka-al-card"> |
| 78 |
<div class="ka-al-card-header"> |
| 79 |
<h3><?php esc_html_e('Scheduled Exports', 'king-addons'); ?> <span |
| 80 |
class="ka-al-pro-badge"><?php esc_html_e('Pro', 'king-addons'); ?></span></h3> |
| 81 |
</div> |
| 82 |
<div class="ka-al-card-body"> |
| 83 |
<div class="ka-al-pro-feature"> |
| 84 |
<div class="ka-al-pro-feature-icon"> |
| 85 |
<svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" fill="none" viewBox="0 0 24 24" |
| 86 |
stroke="currentColor" stroke-width="1.5"> |
| 87 |
<path stroke-linecap="round" stroke-linejoin="round" |
| 88 |
d="M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z" /> |
| 89 |
</svg> |
| 90 |
</div> |
| 91 |
<h4><?php esc_html_e('Automate Your Exports', 'king-addons'); ?></h4> |
| 92 |
<p><?php esc_html_e('Schedule daily, weekly, or monthly exports delivered to your email or stored in uploads folder.', 'king-addons'); ?> |
| 93 |
</p> |
| 94 |
<a href="https://kingaddons.com/pricing/?utm_source=kng-activity-log-export&utm_medium=plugin&utm_campaign=kng" |
| 95 |
class="ka-al-pro-btn" target="_blank"> |
| 96 |
<?php esc_html_e('Upgrade to Pro', 'king-addons'); ?> |
| 97 |
</a> |
| 98 |
</div> |
| 99 |
</div> |
| 100 |
</div> |
| 101 |
<?php endif; ?> |