* @copyright Copyright (C) 2026 Moko Consulting. All rights reserved. * @license GNU General Public License version 3 or later; see LICENSE */ defined('_JEXEC') or die; use Joomla\CMS\HTML\HTMLHelper; use Joomla\CMS\Language\Text; use Joomla\CMS\Router\Route; use Joomla\CMS\Session\Session; $ajaxToken = Session::getFormToken(); $ajaxUrl = Route::_('index.php?option=com_mokosuitebackup&format=json', false); ?> defaultDirWarning) : ?>
lastBackup) : ?>

lastBackup->backupend, Text::_('DATE_FORMAT_LC4')); ?>

escape($this->lastBackup->profile_title); ?> — lastBackup->total_size); ?>

nextScheduled) : ?>

nextScheduled->next_execution, Text::_('DATE_FORMAT_LC4')); ?>

escape($this->nextScheduled->title); ?>

stats->total_count; ?>

stats->total_size); ?>

stats->fail_count_7d > 0) : ?> stats->fail_count_7d); ?>
latestSnapshot) : ?> latestSnapshot->content_types, true) ?: []; ?>

: escape($this->latestSnapshot->description); ?>

latestSnapshot->created, Text::_('DATE_FORMAT_LC4')); ?> — escape($type); ?>

latestSnapshot->articles_count; ?> articles, latestSnapshot->categories_count; ?> categories, latestSnapshot->modules_count; ?> modules — snapshotCount; ?> total snapshots

storageByProfile)) : ?> storageByProfile, 'total_size')) ?: 1; $colors = ['#0d6efd', '#198754', '#ffc107', '#dc3545', '#6f42c1', '#0dcaf0']; ?> storageByProfile as $i => $profile) : ?> total_size / $maxSize) * 100); ?>
escape($profile->profile_title ?: 'Unknown'); ?> (backup_count; ?>) total_size); ?>

backupTrend)) : ?>
backupTrend, 'day_size')) ?: 1; ?>
backupTrend as $day) : ?> day_size / $maxDaySize) * 100)); $barColor = $day->fail_count > 0 ? '#dc3545' : '#198754'; $tooltip = date('M j', strtotime($day->backup_date)) . ' — ' . $day->day_count . ' backup(s), ' . number_format($day->day_size / 1048576, 1) . ' MB' . ($day->fail_count > 0 ? ', ' . $day->fail_count . ' failed' : ''); ?>
profiles)) : ?>
systemHealth as $check) : ?>
status) : ?> escape($check->label); ?> escape($check->detail); ?>