| Server IP : 213.186.33.4 / Your IP : 216.73.216.193 Web Server : Apache System : Linux webm006.cluster103.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 : awebpaca ( 35430) PHP Version : 8.5.0 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/awebpaca/lessarmoudes/components/com_jce/editor/tiny_mce/plugins/mediamanager/tmpl/ |
Upload File : |
<?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');
?>
<table border="0" cellpadding="0">
<tr>
<td style="vertical-align:top;width:75%;">
<fieldset>
<legend><?php echo WFText::_('WF_LABEL_PROPERTIES');?></legend>
<table cellpadding="3" cellspacing="0" border="0" style="height:150px;">
<tr>
<td><label for="media_type"><?php echo WFText::_('WF_LABEL_MEDIA_TYPE');?></label></td>
<td colspan="3"><select id="media_type" onchange="MediaManagerDialog.changeType(this.value);">
<?php echo $this->plugin->getMediaOptions();?>
</select></td>
</tr>
<tr>
<td><label for="src" class="hastip" title="<?php echo WFText::_('WF_LABEL_URL_DESC');?>"><?php echo WFText::_('WF_LABEL_URL');?></label></td>
<td colspan="3"><input type="text" id="src" value="" class="required" /></td>
</tr>
<tr>
<td><label for="width" class="hastip" title="<?php echo WFText::_('WF_LABEL_DIMENSIONS_DESC');?>"><?php echo WFText::_('WF_LABEL_DIMENSIONS');?></label></td>
<td colspan="3">
<input type="text" id="width" value="" onchange="MediaManagerDialog.setDimensions('width', 'height');" /> x <input type="text" id="height" value="" onchange="MediaManagerDialog.setDimensions('height', 'width');" />
<input type="hidden" id="tmp_width" value="" />
<input type="hidden" id="tmp_height" value="" />
<input id="constrain" type="checkbox" class="checkbox" checked="checked" /><label for="constrain"><?php echo WFText::_('WF_LABEL_PROPORTIONAL');?></label>
</td>
</tr>
<tr>
<td><label for="align" class="hastip" title="<?php echo WFText::_('WF_LABEL_ALIGN_DESC');?>"><?php echo WFText::_('WF_LABEL_ALIGN');?></label></td>
<td>
<select id="align" onchange="MediaManagerDialog.updateStyles();">
<option value=""><?php echo WFText::_('WF_OPTION_NOT_SET');?></option>
<option value="left"><?php echo WFText::_('WF_OPTION_ALIGN_LEFT');?></option>
<option value="right"><?php echo WFText::_('WF_OPTION_ALIGN_RIGHT');?></option>
<option value="center"><?php echo WFText::_('WF_OPTION_ALIGN_CENTER');?></option>
</select>
<label for="clear" class="hastip" title="<?php echo WFText::_('WF_LABEL_CLEAR_DESC');?>"><?php echo WFText::_('WF_LABEL_CLEAR');?></label>
<select id="clear" disabled="disabled" onchange="MediaManagerDialog.updateStyles();">
<option value=""><?php echo WFText::_('WF_OPTION_NOT_SET');?></option>
<option value="none"><?php echo WFText::_('WF_OPTION_CLEAR_NONE');?></option>
<option value="both"><?php echo WFText::_('WF_OPTION_CLEAR_BOTH');?></option>
<option value="left"><?php echo WFText::_('WF_OPTION_CLEAR_LEFT');?></option>
<option value="right"><?php echo WFText::_('WF_OPTION_CLEAR_RIGHT');?></option>
</select>
</td>
</tr>
<tr>
<td><label for="margin" class="hastip" title="<?php echo WFText::_('WF_LABEL_MARGIN_DESC');?>"><?php echo WFText::_('WF_LABEL_MARGIN');?></label></td>
<td colspan="3">
<label for="margin_top"><?php echo WFText::_('WF_OPTION_TOP');?></label><input type="text" id="margin_top" value="" size="3" maxlength="3" onchange="MediaManagerDialog.setMargins();" />
<label for="margin_right"><?php echo WFText::_('WF_OPTION_RIGHT');?></label><input type="text" id="margin_right" value="" size="3" maxlength="3" onchange="MediaManagerDialog.setMargins();" />
<label for="margin_bottom"><?php echo WFText::_('WF_OPTION_BOTTOM');?></label><input type="text" id="margin_bottom" value="" size="3" maxlength="3" onchange="MediaManagerDialog.setMargins();" />
<label for="margin_left"><?php echo WFText::_('WF_OPTION_LEFT');?></label><input type="text" id="margin_left" value="" size="3" maxlength="3" onchange="MediaManagerDialog.setMargins();" />
<input type="checkbox" class="checkbox" id="margin_check" onclick="MediaManagerDialog.setMargins();"><label><?php echo WFText::_('WF_LABEL_EQUAL');?></label>
</td>
</tr>
</table>
</fieldset>
</td>
<td style="vertical-align:top;">
<fieldset>
<legend><?php echo WFText::_('WF_LABEL_PREVIEW');?></legend>
<table cellpadding="3" cellspacing="0" border="0" style="height:150px;">
<tr>
<td style="vertical-align:top;">
<div class="preview">
<img id="sample" src="<?php echo $this->plugin->image('sample.jpg', 'libraries');?>" alt="sample.jpg" />
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
</div>
</td>
</tr>
</table>
</fieldset>
</td>
</tr>
</table>