%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 49.231.201.246 / Your IP : 216.73.216.149 Web Server : Apache/2.4.18 (Ubuntu) System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : root ( 0) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/old/administrator/templates/hathor/html/com_admin/help/ |
Upload File : |
<?php /** * @package Joomla.Administrator * @subpackage Template.hathor * * @copyright Copyright (C) 2005 - 2015 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; jimport('joomla.language.help'); ?> <form action="<?php echo JRoute::_('index.php?option=com_admin&view=help'); ?>" method="post" name="adminForm" id="adminForm"> <div class="width-50 fltrt helplinks"> <ul class="helpmenu"> <li><?php echo JHtml::_('link', JHelp::createUrl('JHELP_GLOSSARY'), JText::_('COM_ADMIN_GLOSSARY'), array('target' => 'helpFrame')) ?></li> <li><?php echo JHtml::_('link', 'http://www.gnu.org/licenses/gpl-2.0.html', JText::_('COM_ADMIN_LICENSE'), array('target' => 'helpFrame')) ?></li> <li><?php echo JHtml::_('link', $this->latest_version_check, JText::_('COM_ADMIN_LATEST_VERSION_CHECK'), array('target' => 'helpFrame')) ?></li> <li><?php echo JHtml::_('link', JHelp::createUrl('JHELP_START_HERE'), JText::_('COM_ADMIN_START_HERE'), array('target' => 'helpFrame')) ?></li> </ul> </div> <div class="clr"> </div> <div id="treecellhelp" class="width-20 fltleft"> <fieldset class="adminform whitebg" title="<?php echo JText::_('COM_ADMIN_ALPHABETICAL_INDEX'); ?>"> <legend><?php echo JText::_('COM_ADMIN_ALPHABETICAL_INDEX'); ?></legend> <div class="helpIndex"> <ul class="subext"> <?php foreach ($this->toc as $k => $v):?> <li> <?php $url = JHelp::createUrl('JHELP_'.strtoupper($k)); ?> <?php echo JHtml::_('link', $url, $v, array('target' => 'helpFrame'));?> </li> <?php endforeach;?> </ul> </div> </fieldset> </div> <div id="datacellhelp" class="width-80 fltrt"> <fieldset title="<?php echo JText::_('COM_ADMIN_VIEW'); ?>"> <legend> <?php echo JText::_('COM_ADMIN_VIEW'); ?> </legend> <iframe name="helpFrame" src="<?php echo $this->page;?>" class="helpFrame"></iframe> </fieldset> </div> </form>