| Current Path : /home/poneycluc/www/components/com_jce/editor/extensions/aggregator/dailymotion/tmpl/ |
| Current File : /home/poneycluc/www/components/com_jce/editor/extensions/aggregator/dailymotion/tmpl/default.php |
<?php
/**
* @package JCE
* @subpackage Editor
*
* @copyright Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved.
* @copyright Copyright (c) 2009-2024 Ryan Demmer. All rights reserved
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
\defined('_JEXEC') or die;
use Joomla\CMS\Language\Text;
?>
<div class="uk-form-row uk-grid uk-grid-small">
<label for="dailymotion_autoPlay" title="<?php echo Text::_('WF_AGGREGATOR_DAILYMOTION_AUTOPLAY_DESC') ?>"
class="tooltip uk-form-label uk-width-1-5"><?php echo Text::_('WF_AGGREGATOR_DAILYMOTION_AUTOPLAY') ?></label>
<div class="uk-width-4-5">
<div class="uk-form-controls uk-width-1-5">
<input type="checkbox" id="dailymotion_autoPlay" />
</div>
<label for="dailymotion_start" title="<?php echo Text::_('WF_AGGREGATOR_DAILYMOTION_START_DESC') ?>"
class="tooltip uk-form-label uk-width-1-5"><?php echo Text::_('WF_AGGREGATOR_DAILYMOTION_START') ?></label>
<div class="uk-form-controls uk-width-1-5">
<input id="dailymotion_start" type="number" value="" />
</div>
</div>
</div>
<div class="uk-form-row uk-grid uk-grid-small">
<label class="uk-form-label uk-width-1-5"
title="<?php echo Text::_('WF_AGGREGATOR_DAILYMOTION_SIZE'); ?>"><?php echo Text::_('WF_AGGREGATOR_DAILYMOTION_SIZE'); ?></label>
<div class="uk-form-controls uk-width-4-5">
<select id="dailymotion_player_size">
<option value="320"><?php echo Text::_('WF_AGGREGATOR_DAILYMOTION_SIZE_SMALL'); ?></option>
<option value="480"><?php echo Text::_('WF_AGGREGATOR_DAILYMOTION_SIZE_MEDIUM'); ?></option>
<option value="560"><?php echo Text::_('WF_AGGREGATOR_DAILYMOTION_SIZE_LARGE'); ?></option>
<option value=""><?php echo Text::_('WF_AGGREGATOR_DAILYMOTION_SIZE_CUSTOM'); ?></option>
</select>
<input type="number" id="dailymotion_player_size_custom" class="uk-hidden uk-margin-small-left" />
</div>
</div>
<div class="uk-form-row uk-grid uk-grid-small">
<label for="dailymotion_attributes" class="uk-form-label uk-width-1-5"><?php echo Text::_('WF_LABEL_ATTRIBUTES'); ?></label>
<div class="uk-width-4-5" id="dailymotion_attributes">
<div class="uk-form-row uk-repeatable">
<div class="uk-form-controls uk-grid uk-grid-small uk-width-9-10">
<label class="uk-form-label uk-width-1-10"><?php echo Text::_('WF_LABEL_NAME'); ?></label>
<div class="uk-form-controls uk-width-4-10">
<input type="text" name="dailymotion_attributes_name[]" />
</div>
<label class="uk-form-label uk-width-1-10"><?php echo Text::_('WF_LABEL_VALUE'); ?></label>
<div class="uk-form-controls uk-width-4-10">
<input type="text" name="dailymotion_attributes_value[]" />
</div>
</div>
<div class="uk-form-controls uk-width-1-10 uk-margin-small-left">
<button class="uk-button uk-button-link uk-repeatable-create" aria-label="<?php echo Text::_('WF_LABEL_ADD'); ?>" title="<?php echo Text::_('WF_LABEL_ADD'); ?>"><i class="uk-icon-plus"></i></button>
<button class="uk-button uk-button-link uk-repeatable-delete" aria-label="<?php echo Text::_('WF_LABEL_REMOVE'); ?>" title="<?php echo Text::_('WF_LABEL_REMOVE'); ?>"><i class="uk-icon-trash"></i></button>
</div>
</div>
</div>
</div>