File Manager

Current Directory: /home/astoriaah/www/old15/plugins/system/srp/tmpl
Viewing File: /home/astoriaah/www/old15/plugins/system/srp/tmpl/message.php
<?php defined('_JEXEC') or die; if (version_compare(JVERSION, '3.2.0', 'ge')) { $showJedAndWebInstaller = JComponentHelper::getParams('com_installer')->get('show_jed_info', 1); JPluginHelper::importPlugin('installer'); $dispatcher = JDispatcher::getInstance(); $dispatcher->trigger('onInstallerBeforeDisplay', array(&$showJedAndWebInstaller, $this)); } ?> <?php if(version_compare(JVERSION, '3.0', 'gt')): ?> <div class="well"> <p> <img src="../media/com_akeeba/icons/akeeba-16.png" align="bottom" /> <em> <?php echo JText::_('INSTALLER_ENHANCEDBY');?> <a href="https://www.AkeebaBackup.com">Akeeba Backup</a> </em> &bull; <a href="index.php?option=com_installer&skipsrp=1"><?php echo JText::_('INSTALLER_SWITCHTOREGULAR') ?></a> </p> <div class="alert"> <h4><?php echo JText::_('INSTALLER_WHATSTHIS') ?></h4> <p> <?php echo JText::_('COM_AKEEBA_DEPRECATED_FEATURE') ?> </p> <p> <?php echo JText::_('INSTALLER_WHATSTHIS_TEXT') ?> </p> </div> </div> <?php if ($showJedAndWebInstaller): ?> <div class="alert alert-info j-jed-message" style="margin-bottom: 40px; line-height: 2em; color:#333333;"> <a href="index.php?option=com_config&view=component&component=com_installer&path=&return=<?php echo urlencode(base64_encode(JUri::getInstance())); ?>" class="close hasTooltip" data-dismiss="alert" title="<?php echo str_replace('"', '&quot;', JText::_('COM_INSTALLER_SHOW_JED_INFORMATION_TOOLTIP')); ?>">&times;</a> <p><?php echo JText::_('COM_INSTALLER_INSTALL_FROM_WEB_INFO'); ?>&nbsp;&nbsp;<?php echo JText::_('COM_INSTALLER_INSTALL_FROM_WEB_TOS'); ?></p> <input class="btn" type="button" value="<?php echo JText::_('COM_INSTALLER_INSTALL_FROM_WEB_ADD_TAB'); ?>" onclick="Joomla.submitbuttonInstallWebInstaller()" /> </div> <?php endif; ?> <?php else: ?> <div class="width-70 fltlft"> <p> <img src="../media/com_akeeba/icons/akeeba-16.png" align="bottom" /> <em> <?php echo JText::_('INSTALLER_ENHANCEDBY');?> <a href="https://www.AkeebaBackup.com">Akeeba Backup</a> </em> &bull; <a href="index.php?option=com_installer&skipsrp=1"><?php echo JText::_('INSTALLER_SWITCHTOREGULAR') ?></a> </p> <fieldset id="whatsthis"> <legend><?php echo JText::_('INSTALLER_WHATSTHIS') ?></legend> <p> <?php echo JText::_('COM_AKEEBA_DEPRECATED_FEATURE') ?> </p> <p> <?php echo JText::_('INSTALLER_WHATSTHIS_TEXT') ?> </p> </fieldset> </div> <?php endif; ?>