Файловый менеджер - Редактировать - /var/www/iplanru/data/old/www/i-plan.ru/administrator/components/com_sef/views/templates/default_extslist.php
Назад
<?php /** * SEF component for Joomla! 1.5 * * @author ARTIO s.r.o. * @copyright ARTIO s.r.o., http://www.artio.cz * @package JoomSEF * @version 3.1.0 */ // Check to ensure this file is included in Joomla! defined('_JEXEC') or die('Restricted access'); ?> <fieldset> <legend><?php echo JText::_('Installed SEF Extensions'); ?></legend> <table class="adminlist"> <thead> <tr> <th width="15%" class="title"> <?php echo JText::_('SEF Extension'); ?> </th> <th width="15%" class="title"> <?php echo JText::_('Component'); ?> </th> <!-- <th width="15%" class="title"> <?php echo JText::_('Option'); ?> </th>--> <th width="15%" class="title"> <?php echo JText::_('Author'); ?> </th> <th width="5%" class="title"> <?php echo JText::_('Version'); ?> </th> <th width="10%" class="title"> <?php echo JText::_('Date'); ?> </th> <th width="5%" class="title"> <?php echo JText::_('Newest Version'); ?> </th> <th width="5%" class="title"> <?php echo JText::_('Type'); ?> </th> <th width="5%" class="title"> <?php echo JText::_('Upgrade'); ?> </th> <th width="10%" class="title"> <?php echo JText::_('Active Handler'); ?> </th> </tr> </thead> <tbody> <?php $k = 0; $i = 0; foreach (array_keys($this->extensions) as $key) { $row = &$this->extensions[$key]; ?> <tr class="<?php echo 'row'. $k; ?>"> <td> <input type="radio" id="cb<?php echo $i;?>" name="cid[]" value="<?php echo $row->id; ?>" onclick="isChecked(this.checked);" /> <span class="editlinktip hasTip" title="<?php echo JText::_('Click to open parameters for this extension'); ?>"> <a href="javascript:void(0);" onclick="return listItemTask('cb<?php echo $i;?>', 'editext')"> <?php echo $row->name; ?> </a> </span> </td> <td> <?php if( !is_null(@$row->component) ) { echo $row->component->name; } else { echo '- ' . JText::_('Not Installed') . ' -'; } ?> </td> <!-- <td> <?php echo @$row->option != '' ? $row->option : " "; ?> </td>--> <td> <?php if( @$row->authorUrl != '' ) { echo '<span class="editlinktip hasTip" title="' . JText::_('Click to open author\'s site on a new page') . '">'; echo '<a href="' . (substr( $row->authorUrl, 0, 7) == 'http://' ? $row->authorUrl : 'http://'.$row->authorUrl) . '" target="_blank">'; echo @$row->author != '' ? $row->author : " "; echo '</a>'; echo '</span>'; } else { echo @$row->author != '' ? $row->author : " "; } /*if( @$row->authorEmail != '' ) { echo '<span class="editlinktip hasTip" title="' . JText::_('Click to send an e-mail to author') . '">'; echo ', '; echo '<a href="mailto:' . $row->authorEmail . '">'; echo $row->authorEmail; echo '</a>'; echo '</span>'; }*/ ?> </td> <td align="center"> <?php echo @$row->version != '' ? $row->version : " "; ?> </td> <td align="center"> <?php echo @$row->creationdate != '' ? $row->creationdate : " "; ?> </td> <td align="center"> <?php if( is_null($row->newestVersion) ) { echo JText::_('-'); } else { echo $row->newestVersion; } ?> </td> <td align="center"> <?php if( is_null($row->type) ) { echo JText::_('-'); } else { echo JText::_($row->type); } ?> </td> <td> <?php if( is_null($row->newestVersion) ) { echo JText::_('-'); } else if( ((strnatcasecmp($row->newestVersion, $row->version) > 0) || (strnatcasecmp($row->newestVersion, substr($row->version, 0, strpos($row->version, '-'))) == 0)) ) { ?> <input class="button hasTip" type="button" value="<?php echo JText::_('Upgrade'); ?>" onclick="upgradeExt('<?php echo $row->option; ?>')" title="<?php echo JText::_('Click to automatically upgrade this extension from ARTIO server'); ?>" /> <?php } else { echo JText::_('Up to date'); } ?> </td> <td> <?php echo $row->handler; ?> </td> </tr> <?php $k = 1 - $k; $i++; } ?> </tbody> </table> </fieldset>
| ver. 1.4 |
Github
|
.
| PHP 5.4.45-1~dotdeb+6.1 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка