* @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\Language\Text; use Joomla\CMS\Router\Route; use Joomla\CMS\Uri\Uri; /** @var \Joomla\Component\MokoOG\Administrator\View\Dashboard\HtmlView $this */ $s = $this->stats; $coverage = (int) ($s['coverage'] ?? 0); $total = (int) ($s['total'] ?? 0); $withOg = (int) ($s['with_og'] ?? 0); $colorClass = $coverage >= 80 ? 'text-success' : ($coverage >= 50 ? 'text-warning' : 'text-danger'); $stroke = $coverage >= 80 ? '#198754' : ($coverage >= 50 ? '#ffc107' : '#dc3545'); $r = 54.0; $circ = 2 * M_PI * $r; $dash = round($circ * $coverage / 100, 2); $gap = round($circ - $dash, 2); ?>

%

byType)) : ?>

byType as $row) : ?>
escape($row->content_type); ?> total; ?> with_title; ?> with_image; ?>
missing)) : ?>