?> <div class="span10"> <?php } ?> <?php if (!$sticky) { ?> <div class="span12 shl-main-searchbar-wrapper"> <?php echo ShlMvcLayout_Helper::render('com_sh404sef.filters.search_all', $this->options); if (!$this->slowServer) { echo ShlMvcLayout_Helper::render('com_sh404sef.filters.search_shurl', $this->options); } echo ShlMvcLayout_Helper::render('com_sh404sef.filters.limit_box', $this->pagination); if ($this->slowServer) { ?> <input type="hidden" value="" name="search_pageid" /> <input type="hidden" value="0" name="filter_duplicate" /> <input type="hidden" value="0" name="filter_aliases" /> <?php } ?> </div> <?php } ?> <div class="shl-main-list-wrapper span12 <?php if ($sticky) {
</div> <?php if (!$sticky) { ?> <div class="span10"> <?php } ?> <?php if (!$sticky) { ?> <div class="span12 shl-main-searchbar-wrapper"> <?php echo ShlMvcLayout_Helper::render('com_sh404sef.filters.bar_search_limit', $this); ?> </div> <?php } ?> <div class="shl-main-list-wrapper span12 <?php if ($sticky) { echo ' shl-main-list-wrapper-padding'; } ?> "> <?php if ($sticky) {
</div> <div id="j-sidebar-container" class="shl-fixed span2"> <?php echo ShlMvcLayout_Helper::render('com_sh404sef.submenus.filters', JHtml::_('sidebar.getFilters')); ?> </div> <div class="shl-modal-list-wrapper shl-left-separator"> <div class="span2 hidden-phone"></div> <div class="span10"> <?php // possible errors and success messages echo ShlMvcLayout_Helper::render('com_sh404sef.general.message_block', $this); if (!empty($this->alertMsg)) { echo ShlHtmlBs_Helper::alert($this->alertMsg, 'info', $dismiss = false, 'alert-centered'); } ?> <div id="sh-message-box"></div> <?php if ($this->itemCount > 0) { ?> <table class="table table-striped"> <thead> <tr> <th class="shl-list-id"> </th>
<?php /** * sh404SEF - SEO extension for Joomla! * * @author Yannick Gaultier * @copyright (c) Yannick Gaultier 2012 * @package sh404sef * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @version 4.1.0.1559 * @date 2013-04-25 */ // Security check to ensure this file is being included by a parent file. if (!defined('_JEXEC')) { die('Direct Access to this location is not allowed.'); } echo ShlMvcLayout_Helper::render('com_sh404sef.analytics.j3_dashboard');
<?php echo ShlMvcLayout_Helper::render('com_sh404sef.general.message_block', $this); ?> <form action="index.php" method="post" name="adminForm" id="adminForm" class="form-validate form-horizontal"> <div id="editurl-container" class="row-fluid"> <?php $data = new stdClass(); $data->label = JText::_('COM_SH404SEF_NOT_FOUND_ENTER_REDIRECT_LABEL'); $data->input = '<input class="text_area" type="text" name="newurl" id="newurl" size="120" value="' . $this->escape($this->url->get('newurl')) . '" />'; $data->tip = JText::_('COM_SH404SEF_TT_ENTER_REDIRECT'); $data->name = "newurl"; echo ShlMvcLayout_Helper::render('com_sh404sef.form.fields.custom', $data); ?> <div> <input type="hidden" name="id" value="<?php echo $this->url->get('id'); ?> " /> <input type="hidden" name="c" value="editnotfound" /> <input type="hidden" name="view" value="editnotfound" /> <input type="hidden" name="format" value="raw" /> <input type="hidden" name="option" value="com_sh404sef" /> <input type="hidden" name="task" value="" /> <input type="hidden" name="shajax" value="1" /> <input type="hidden" name="tmpl" value="component" /> <?php
// start pane echo JHtml::_('bootstrap.startPane', 'left-pane', array('active' => $analyticsAvailable ? 'analytics' : 'management')); // management icons echo JHtml::_('bootstrap.addPanel', 'left-pane', 'management'); ?> <div class="hero-unit"> <?php echo JText::_('COM_SH404SEF_QCONTROL'); ?> </div> <?php echo JHtml::_('bootstrap.endPanel'); if ($sefConfig->analyticsReportsEnabled) { // analytics panel echo JHtml::_('bootstrap.addPanel', 'left-pane', 'analytics'); echo ShlMvcLayout_Helper::render('com_sh404sef.analytics.' . $this->joomlaVersionPrefix . '_controlpanel'); echo JHtml::_('bootstrap.endPanel'); } echo JHtml::_('bootstrap.endPane'); // prepare data for control panel tabs $infoTabTitle = $this->updates->shouldUpdate ? ShlHtmlBs_Helper::label(JText::_('COM_SH404SEF_VERSION_INFO'), 'important') : JText::_('COM_SH404SEF_VERSION_INFO'); // configuration and global stats $output = ''; foreach ($this->sefConfig->fileAccessStatus as $file => $access) { if ($access == JText::_('COM_SH404SEF_UNWRITEABLE')) { $output .= '<tr><td>' . $file . '</td><td colspan="2">' . JText::_('COM_SH404SEF_UNWRITEABLE') . '</td></tr>'; } } if (!empty($output)) { $output = '<th class="cpanel" colspan="3" >' . JText::_('COM_SH404SEF_NOACCESS') . '</th>' . $output; }
<?php /** * @package Joomla.Site * @subpackage Layout * * @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('JPATH_BASE') or die; ?> <div id="sidebar"> <div class="sidebar-nav"> <?php if ($displayData->displayMenu) { echo ShlMvcLayout_Helper::render('com_sh404sef.submenus.menu_layout', $displayData); } if ($displayData->displayFilters) { echo ShlMvcLayout_Helper::render('com_sh404sef.submenus.filters', $displayData->filters); } ?> </div> </div>
*/ // Security check to ensure this file is being included by a parent file. if (!defined('_JEXEC')) { die('Direct Access to this location is not allowed.'); } ?> <div id="cpanel"> <div id="left" class="cp-block"> <?php // prepare Analytics output $sefConfig =& Sh404sefFactory::getConfig(); $analyticsAvailable = $sefConfig->analyticsReportsEnabled && !empty($sefConfig->analyticsUser) && !empty($sefConfig->analyticsPassword); $analyticsOutput = JHtml::_('tabs.panel', JText::_('COM_SH404SEF_ANALYTICS'), 'analytics') . ShlMvcLayout_Helper::render('com_sh404sef.analytics.' . $this->joomlaVersionPrefix . '_controlpanel'); // start pane echo JHtml::_('tabs.start', 'left-pane', array('allowAllClose' => true, 'useCookie' => true)); // if enabled, we display analytics panel, in first place if ($analyticsAvailable) { echo $analyticsOutput; } // management icons echo JHtml::_('tabs.panel', JText::_('COM_SH404SEF_MANAGEMENT'), 'management'); ?> <fieldset class="adminform" id="sh404sef-management-area"> <div class="iconothers"> <?php echo Sh404sefHelperHtml::getCPImage('urlmanager'); ?>
/** * Render the sidebar. * * @return string The necessary HTML to display the sidebar * * @since 3.0 */ public static function renderSubmenu() { // Collect display data $data = new stdClass(); $data->list = JHtml::_('sidebar.getEntries'); $data->filters = JHtml::_('sidebar.getFilters'); $data->action = JHtml::_('sidebar.getAction'); $data->displayMenu = count($data->list); $data->displayFilters = count($data->filters); $data->hide = JFactory::getApplication()->input->getBool('hidemainmenu'); // Create a layout object and ask it to render the sidebar $sidebarHtml = ShlMvcLayout_Helper::render('com_sh404sef.submenus.submenu', $data); return $sidebarHtml; }
<?php /** * @package Joomla.Administrator * @subpackage com_config * @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; /** * This layout only insert javascript to close a modal windows */ $displayData = new stdClass(); $displayData->refreshAfter = 1500; ShlMvcLayout_Helper::render('com_sh404sef.general.refresh_parent', $displayData);