Your IP : 216.73.216.215


Current Path : /home/sunflowe/www/components/com_jce/editor/tiny_mce/plugins/imgmanager_ext/tmpl/
Upload File :
Current File : /home/sunflowe/www/components/com_jce/editor/tiny_mce/plugins/imgmanager_ext/tmpl/editor.php

<?php
/**
 * @package   	JCE
 * @copyright 	Copyright (c) 2009-2015 Ryan Demmer. All rights reserved.
 * @license   	GNU/GPL 2 or later - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 * JCE is free software. This version may have been modified pursuant
 * to the GNU General Public License, and as distributed it includes or
 * is derivative of works licensed under the GNU General Public License or
 * other free or open source software licenses.
 */
defined('_JEXEC') or die('RESTRICTED');
?>
<form onsubmit="return false;">
    <div id="editor" class="offleft">
        <div id="editor-image"><!-- Edited image goes here --></div>
        <div id="editor-tools">
            <div id="tabs">
                <ul>
                    <li><a href="#transform_tab"><?php echo WFText::_('WF_IMGMANAGER_EXT_EDITOR_TRANSFORM'); ?></a></li>
                    <li><a href="#effects_tab"><?php echo WFText::_('WF_IMGMANAGER_EXT_EDITOR_EFFECTS'); ?></a></li>
                </ul>
                <div id="transform_tab">
                    <?php
                    echo $this->loadTemplate('resize');
                    echo $this->loadTemplate('crop');
                    echo $this->loadTemplate('rotate');
                    ?>
                </div>
                <div id="effects_tab">
                    <?php
                    echo $this->loadTemplate('effects');
                    ?>
                </div>
            </div>
            <!--div id="editor_image_slider" class="slider">
                <span class="slider-image-left"></span>
                <input type="range" min="10" max="100" step="10" disabled="disabled" aria-disabled="true" />
                <span class="slider-image-right"></span>
            </div-->

            <!--div id="editor_image_slider" class="slider"><span class="slider-image-left"></span><span class="slider-image-right"></span></div-->
            <div class="actions">
                <button class="revert"><?php echo WFText::_('WF_LABEL_REVERT'); ?></button>
                <button class="undo"><?php echo WFText::_('WF_LABEL_UNDO'); ?></button>
                <button class="save"><?php echo WFText::_('WF_LABEL_SAVE'); ?></button>
            </div>
        </div>	
    </div>
    <input type="hidden" name="<?php echo WFToken::getToken(); ?>" value="1" />
</form>
<!-- SVG Filters -->
<?php echo $this->loadTemplate('svg');?>