. */ use Joomla\CMS\Factory; use Joomla\CMS\HTML\HTMLHelper; use Joomla\CMS\Language\Text; use Joomla\CMS\Layout\LayoutHelper; use Joomla\CMS\Router\Route; use Joomla\CMS\Uri\Uri; defined('_JEXEC') or die(); HTMLHelper::_('behavior.core'); HTMLHelper::_('bootstrap.tooltip', '.hasTooltip', ['placement' => 'bottom']); HTMLHelper::_('bootstrap.popover', '.hasPopover', ['placement' => 'bottom']); $function = Factory::getApplication()->input->getString('function', 'osmapSelectSitemap'); $baseUrl = Uri::root(); $ordering = $this->escape($this->state->get('list.ordering')); $direction = $this->escape($this->state->get('list.direction')); $formAction = [ 'option' => 'com_osmap', 'view' => 'sitemaps', 'layout' => 'modal', 'tmpl' => 'component', 'function' => $function ]; ?>
$this]); ?> items)) : ?>
items as $i => $item) : ?>
escape($item->name), [ 'style' => 'cursor: pointer;', 'onclick' => sprintf( "if (window.parent) window.parent.%s('%s', '%s');", $function, $item->id, $this->escape($item->name) ) ] ); ?>
published) : ?> is_default) : ?>
links_count; ?> id; ?>