0byt3m1n1-V2
Path:
/
home
/
a
/
c
/
a
/
academiac
/
www
/
[
Home
]
File: default_image.php.tar
home/academiac/www/administrator/components/com_media/views/imageslist/tmpl/default_image.php 0000644 00000002153 15147617507 0026760 0 ustar 00 <?php /** * @package Joomla.Administrator * @subpackage com_media * @copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ // No direct access. defined('_JEXEC') or die; $params = new JRegistry; $dispatcher = JDispatcher::getInstance(); $dispatcher->trigger('onContentBeforeDisplay', array('com_media.file', &$this->_tmp_img, &$params)); ?> <div class="item"> <a href="javascript:ImageManager.populateFields('<?php echo $this->_tmp_img->path_relative; ?>')" title="<?php echo $this->_tmp_img->name; ?>" > <?php echo JHtml::_('image', $this->baseURL.'/'.$this->_tmp_img->path_relative, JText::sprintf('COM_MEDIA_IMAGE_TITLE', $this->_tmp_img->title, MediaHelper::parseSize($this->_tmp_img->size)), array('width' => $this->_tmp_img->width_60, 'height' => $this->_tmp_img->height_60)); ?> <span title="<?php echo $this->_tmp_img->name; ?>"><?php echo $this->_tmp_img->title; ?></span></a> </div> <?php $dispatcher->trigger('onContentAfterDisplay', array('com_media.file', &$this->_tmp_img, &$params)); ?> www/administrator/components/com_csvi/views/process/tmpl/com_virtuemart/import/default_image.php 0000604 00000012706 15147627500 0032450 0 ustar 00 home/academiac <?php /** * Import path options * * @package CSVI * @subpackage Import * @author Roland Dalmulder * @link http://www.csvimproved.com * @copyright Copyright (C) 2006 - 2013 RolandD Cyber Produksi. All rights reserved. * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html * @version $Id: default_image.php 2275 2013-01-03 21:08:43Z RolandD $ */ defined( '_JEXEC' ) or die( 'Direct Access to this location is not allowed.' ); ?> <fieldset class="float31"> <legend><?php echo JText::_('COM_CSVI_IMPORT_GENERAL_IMAGES'); ?></legend> <ul> <li><div class="option_label_image"><?php echo $this->form->getLabel('process_image', 'image'); ?></div> <div class="option_value"><?php echo $this->form->getInput('process_image', 'image'); ?></div></li> <li><div class="option_label_image"><?php echo $this->form->getLabel('auto_generate_image_name', 'image'); ?></div> <div class="option_value"><?php echo $this->form->getInput('auto_generate_image_name', 'image'); ?></div></li> <li><div class="option_label_image"><?php echo $this->form->getLabel('type_generate_image_name', 'image'); ?></div> <div class="option_value"><?php echo $this->form->getInput('type_generate_image_name', 'image'); ?></div></li> <li><div class="option_label_image"><?php echo $this->form->getLabel('autogenerateext', 'image'); ?></div> <div class="option_value"><?php echo $this->form->getInput('autogenerateext', 'image'); ?></div></li> <li><div class="option_label_short"><?php echo $this->form->getLabel('change_case', 'image'); ?></div> <div class="option_value"><?php echo $this->form->getInput('change_case', 'image'); ?></div></li> </ul> </fieldset> <fieldset class="float30"> <legend><?php echo JText::_('COM_CSVI_IMPORT_FULL_IMAGES'); ?></legend> <ul> <li><div class="option_label_image"><?php echo $this->form->getLabel('keep_original', 'image'); ?></div> <div class="option_value"><?php echo $this->form->getInput('keep_original', 'image'); ?></div></li> <li><div class="option_label_image"><?php echo $this->form->getLabel('convert_type', 'image'); ?></div> <div class="option_value"><?php echo $this->form->getInput('convert_type', 'image'); ?></div></li> <li><div class="option_label_image"><?php echo $this->form->getLabel('save_images_on_server', 'image'); ?></div> <div class="option_value"><?php echo $this->form->getInput('save_images_on_server', 'image'); ?></div></li> <li><div class="option_label_image"><?php echo $this->form->getLabel('full_resize', 'image'); ?></div> <div class="option_value"><?php echo $this->form->getInput('full_resize', 'image'); ?></div></li> <li><div class="option_label_image"><?php echo $this->form->getLabel('full_width', 'image'); ?></div> <div class="option_value"><?php echo $this->form->getInput('full_width', 'image'); ?></div></li> <li><div class="option_label_image"><?php echo $this->form->getLabel('full_height', 'image'); ?></div> <div class="option_value"><?php echo $this->form->getInput('full_height', 'image'); ?></div></li> </ul> </fieldset> <fieldset class="float30"> <legend><?php echo JText::_('COM_CSVI_IMPORT_THUMB_IMAGES'); ?></legend> <ul> <li><div class="option_label_image"><?php echo $this->form->getLabel('thumb_check_filetype', 'image'); ?></div> <div class="option_value"><?php echo $this->form->getInput('thumb_check_filetype', 'image'); ?></div></li> <li><div class="option_label_image"><?php echo $this->form->getLabel('thumb_create', 'image'); ?></div> <div class="option_value"><?php echo $this->form->getInput('thumb_create', 'image'); ?></div></li> <li><div class="option_label_image"><?php echo $this->form->getLabel('thumb_extension', 'image'); ?></div> <div class="option_value"><?php echo $this->form->getInput('thumb_extension', 'image'); ?></div></li> <li><div class="option_label_image"><?php echo $this->form->getLabel('thumb_width', 'image'); ?></div> <div class="option_value"><?php echo $this->form->getInput('thumb_width', 'image'); ?></div></li> <li><div class="option_label_image"><?php echo $this->form->getLabel('thumb_height', 'image'); ?></div> <div class="option_value"><?php echo $this->form->getInput('thumb_height', 'image'); ?></div></li> </ul> </fieldset> <div class="clr"></div> <script type="text/javascript"> jQuery(document).ready(function() { if (<?php echo $this->template->get('auto_generate_image_name', 'image', '0'); ?> == '0') { jQuery('#jform_image_type_generate_image_name, #jform_image_autogenerateext').parent().parent().hide(); } if (<?php echo $this->template->get('full_resize', 'image', '0'); ?> == '0') { jQuery('#jform_image_full_width, #jform_image_full_height').parent().parent().hide(); } if (<?php echo $this->template->get('thumb_create', 'image', '0'); ?> == '0') { jQuery('#jform_image_thumb_extension, #jform_image_thumb_width, #jform_image_thumb_height').parent().parent().hide(); } }); // Add some behaviors jQuery("#jform_image_auto_generate_image_name").live('change', function() { jQuery('#jform_image_type_generate_image_name, #jform_image_autogenerateext').parent().parent().toggle(); }) jQuery("#jform_image_thumb_create").live('change', function() { jQuery('#jform_image_thumb_extension, #jform_image_thumb_width, #jform_image_thumb_height').parent().parent().toggle(); }) jQuery("#jform_image_full_resize").live('change', function() { jQuery('#jform_image_full_width, #jform_image_full_height').parent().parent().toggle(); }) </script>
©
2018.