Your IP : 216.73.216.209


Current Path : /home/megadansyp/www/administrator/components/com_djimageslider/views/cpanel/tmpl/
Upload File :
Current File : /home/megadansyp/www/administrator/components/com_djimageslider/views/cpanel/tmpl/default.php

<?php
/**
 * @version $Id$
 * @package DJ-ImageSlider
 * @subpackage DJ-ImageSlider Component
 * @copyright Copyright (C) 2017 DJ-Extensions.com, All rights reserved.
 * @license http://www.gnu.org/licenses GNU/GPL
 * @author url: http://dj-extensions.com
 * @author email contact@dj-extensions.com
 * @developer Szymon Woronowski - szymon.woronowski@design-joomla.eu
 *
 *
 * DJ-ImageSlider is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * DJ-ImageSlider is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with DJ-ImageSlider. If not, see <http://www.gnu.org/licenses/>.
 *
 */

defined('_JEXEC') or die('Restricted access');

JHtml::_('bootstrap.tooltip');

?>

        <div id="j-sidebar-container">
            <?php if (isset($this->sidebar)) : ?>
                <?php echo $this->sidebar; ?>
            <?php endif; ?>
        </div>
        <div id="j-main-container">
            <div class="djc_control_panel clearfix">
                <div class="cpanel-left">
                    <div class="cpanel clearfix">
                        <div class="icon">
                            <a href="index.php?option=com_categories&extension=com_djimageslider">
                                <img src="components/com_djimageslider/assets/icon-48-category.png" alt="<?php echo JText::_('COM_DJIMAGESLIDER_SUBMENU_CATEGORIES') ?>" />
                                <span><?php echo JText::_('COM_DJIMAGESLIDER_SUBMENU_CATEGORIES'); ?></span>
                            </a>
                        </div>

                        <div class="icon">
                            <a href="index.php?option=com_djimageslider&view=items">
                                <img src="components/com_djimageslider/assets/icon-48-slides.png" alt="<?php echo JText::_('COM_DJIMAGESLIDER_SUBMENU_SLIDES') ?>" />
                                <span><?php echo JText::_('COM_DJIMAGESLIDER_SUBMENU_SLIDES'); ?></span>
                            </a>
                        </div>

                        <div class="icon">
                            <a href="index.php?option=com_categories&view=category&layout=edit&extension=com_djimageslider">
                                <img src="components/com_djimageslider/assets/icon-48-category-add.png" alt="<?php echo JText::_('COM_DJIMAGESLIDER_NEW_CATEGORY') ?>" />
                                <span><?php echo JText::_('COM_DJIMAGESLIDER_NEW_CATEGORY'); ?></span>
                            </a>
                        </div>

                        <div class="icon">
                            <a href="index.php?option=com_djimageslider&view=item&layout=edit">
                                <img src="components/com_djimageslider/assets/icon-48-slide-add.png" alt="<?php echo JText::_('COM_DJIMAGESLIDER_NEW_SLIDE') ?>" />
                                <span><?php echo JText::_('COM_DJIMAGESLIDER_NEW_SLIDE'); ?></span>
                            </a>
                        </div>

                        <div class="icon">
                            <a href="https://dj-extensions.com/extensions/dj-image-slider.html" target="_blank">
                                <img src="components/com_djimageslider/assets/icon-48-help.png" alt="<?php echo JText::_('COM_DJIMAGESLIDER_DOCUMENTATION') ?>" />
                                <span><?php echo JText::_('COM_DJIMAGESLIDER_DOCUMENTATION'); ?></span>
                            </a>
                        </div>

                    </div>
                </div>
                <div class="cpanel-right">
                    <div class="cpanel">
                        <iframe src="https://dj-extensions.com/index.php?option=com_content&view=article&tmpl=component&id=437" style="border:0; width: 100%; max-width: 450px; height: 370px; margin: -10px 0; padding: 0;"></iframe>
                        <div style="clear: both;" ></div>
                    </div>
                </div>
            </div>
        </div>

<?php echo DJIMAGESLIDERFOOTER; ?>