File Manager

Current Directory: /home/astoriaah/www/old15/components/com_jce/editor/tiny_mce/plugins/imgmanager_ext/tmpl
Viewing File: /home/astoriaah/www/old15/components/com_jce/editor/tiny_mce/plugins/imgmanager_ext/tmpl/editor.php
<?php /** * @package JCE * @copyright Copyright (c) 2009-2014 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 id="editor_image_slider" class="slider"><span class="slider-image-left"></span><span class="slider-image-right"></span></div> </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');?>