| Server IP : 54.36.91.62 / Your IP : 216.73.217.112 Web Server : Apache System : Linux webm013.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : coopiak ( 151928) PHP Version : 8.3.23 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/coopiak/amisdesseniors-fr/plugins/system/jcepro/editor/plugins/mediamanager/tmpl/ |
Upload File : |
<?php
/**
* @package JCE
* @subpackage Editor
*
* @copyright Copyright (c) 2009-2024 Ryan Demmer. All rights reserved
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
defined('JPATH_PLATFORM') or die;
use Joomla\CMS\Language\Text;
?>
<div class="uk-grid uk-grid-small">
<div class="uk-width-1-1 uk-width-medium-4-5">
<div class="uk-form-row uk-grid uk-grid-small">
<label for="media_type" class="uk-form-label uk-width-1-1 uk-width-small-1-5">
<?php echo Text::_('WF_LABEL_MEDIA_TYPE'); ?>
</label>
<div class="uk-form-controls uk-width-4-5">
<select id="media_type" onchange="MediaManagerDialog.changeType(this.value);">
<?php echo $this->plugin->getMediaOptions(); ?>
</select>
</div>
</div>
<div class="uk-form-row uk-grid uk-grid-small">
<label for="src" class="hastip uk-form-label uk-width-1-1 uk-width-small-1-5" title="<?php echo Text::_('WF_LABEL_URL_DESC'); ?>">
<?php echo Text::_('WF_LABEL_URL'); ?>
</label>
<div class="uk-form-controls uk-width-4-5">
<input type="text" id="src" value="" class="filebrowser" data-filebrowser required />
</div>
</div>
<div class="uk-form-row uk-grid uk-grid-small" id="attributes-dimensions">
<label class="hastip uk-form-label uk-width-1-1 uk-width-small-1-5" title="<?php echo Text::_('WF_LABEL_DIMENSIONS_DESC'); ?>">
<?php echo Text::_('WF_LABEL_DIMENSIONS'); ?>
</label>
<div class="uk-form-control uk-width-1-1 uk-width-small-4-5 uk-form-constrain uk-flex">
<div class="uk-form-controls">
<input type="text" id="width" value="" class="uk-text-muted" />
</div>
<div class="uk-form-controls">
<strong class="uk-form-label uk-text-center uk-vertical-align-middle">×</strong>
</div>
<div class="uk-form-controls">
<input type="text" id="height" value="" class="uk-text-muted" />
</div>
<label class="uk-form-label">
<input class="uk-constrain-checkbox" type="checkbox" checked />
<?php echo Text::_('WF_LABEL_PROPORTIONAL'); ?>
</label>
</div>
</div>
<div class="uk-hidden-mini uk-grid uk-grid-small uk-form-row" id="attributes-align">
<label for="align" class="hastip uk-form-label uk-width-1-5"
title="<?php echo Text::_('WF_LABEL_ALIGN_DESC'); ?>">
<?php echo Text::_('WF_LABEL_ALIGN'); ?>
</label>
<div class="uk-grid uk-grid-small uk-form-row uk-width-4-5">
<div class="uk-width-1-2">
<div class="uk-form-controls uk-width-9-10">
<select id="align">
<option value=""><?php echo Text::_('WF_OPTION_NOT_SET'); ?></option>
<optgroup label="------------">
<option value="left"><?php echo Text::_('WF_OPTION_ALIGN_LEFT'); ?></option>
<option value="center"><?php echo Text::_('WF_OPTION_ALIGN_CENTER'); ?></option>
<option value="right"><?php echo Text::_('WF_OPTION_ALIGN_RIGHT'); ?></option>
</optgroup>
<optgroup label="------------">
<option value="top"><?php echo Text::_('WF_OPTION_ALIGN_TOP'); ?></option>
<option value="middle"><?php echo Text::_('WF_OPTION_ALIGN_MIDDLE'); ?></option>
<option value="bottom"><?php echo Text::_('WF_OPTION_ALIGN_BOTTOM'); ?></option>
</optgroup>
</select>
</div>
</div>
<div class="uk-width-1-2 uk-hidden-mini">
<label for="clear" class="hastip uk-form-label uk-width-3-10"
title="<?php echo Text::_('WF_LABEL_CLEAR_DESC'); ?>">
<?php echo Text::_('WF_LABEL_CLEAR'); ?>
</label>
<div class="uk-form-controls uk-width-7-10">
<select id="clear" disabled>
<option value=""><?php echo Text::_('WF_OPTION_NOT_SET'); ?></option>
<option value="none"><?php echo Text::_('WF_OPTION_CLEAR_NONE'); ?></option>
<option value="both"><?php echo Text::_('WF_OPTION_CLEAR_BOTH'); ?></option>
<option value="left"><?php echo Text::_('WF_OPTION_CLEAR_LEFT'); ?></option>
<option value="right"><?php echo Text::_('WF_OPTION_CLEAR_RIGHT'); ?></option>
</select>
</div>
</div>
</div>
</div>
<div class="uk-hidden-mini uk-grid uk-grid-small uk-form-row" id="attributes-margin">
<label for="margin" class="hastip uk-form-label uk-width-1-5" title="<?php echo Text::_('WF_LABEL_MARGIN_DESC'); ?>">
<?php echo Text::_('WF_LABEL_MARGIN'); ?>
</label>
<div class="uk-form-controls uk-width-4-5 uk-grid uk-grid-small uk-form-equalize">
<label for="margin_top" class="uk-form-label">
<?php echo Text::_('WF_OPTION_TOP'); ?>
</label>
<div class="uk-form-controls">
<input type="text" id="margin_top" value="" />
</div>
<label for="margin_right" class="uk-form-label">
<?php echo Text::_('WF_OPTION_RIGHT'); ?>
</label>
<div class="uk-form-controls">
<input type="text" id="margin_right" value="" />
</div>
<label for="margin_bottom" class="uk-form-label">
<?php echo Text::_('WF_OPTION_BOTTOM'); ?>
</label>
<div class="uk-form-controls">
<input type="text" id="margin_bottom" value="" />
</div>
<label for="margin_left" class="uk-form-label">
<?php echo Text::_('WF_OPTION_LEFT'); ?>
</label>
<div class="uk-form-controls">
<input type="text" id="margin_left" value="" />
</div>
<label class="uk-form-label">
<input type="checkbox" class="uk-equalize-checkbox" />
<?php echo Text::_('WF_LABEL_EQUAL'); ?>
</label>
</div>
</div>
</div>
<div class="uk-width-1-5 uk-hidden-small">
<div class="preview">
<img id="sample" src="<?php echo $this->plugin->image('sample.jpg', 'media'); ?>" alt="sample.jpg" />
<?php echo Text::_('WF_LOREM_IPSUM'); ?>
</div>
</div>
</div>