b0y-101 Mini Shell


Current Path : E:/www/km/07/components/com_jce/editor/tiny_mce/plugins/reference/tmpl/
File Upload :
Current File : E:/www/km/07/components/com_jce/editor/tiny_mce/plugins/reference/tmpl/standard_datetime.php

<?php

/**
 * @copyright    Copyright (c) 2009-2021 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('JPATH_PLATFORM') or die;
?>
<div class="uk-form-row uk-grid uk-grid-small">
    <label class="uk-form-label uk-width-2-10" for="datetime"><?php echo JText::_('WF_XHTMLXTRAS_ATTRIBUTE_LABEL_DATETIME'); ?></label>
    <div class="uk-form-controls uk-form-icon uk-form-icon-flip uk-width-8-10">
        <input id="datetime" type="text" value="" />
        <i class="uk-icon-clock-o" onclick="XHTMLXtrasDialog.insertDateTime('datetime');" title="<?php echo JText::_('WF_XHTMLXTRAS_INSERT_DATE'); ?>"></i>
    </div>
</div>
<div class="uk-form-row uk-grid uk-grid-small">
    <label class="uk-form-label uk-width-2-10" for="cite">
        <?php echo JText::_('WF_XHTMLXTRAS_ATTRIBUTE_LABEL_CITE'); ?>
    </label>
    <div class="uk-form-controls uk-width-8-10">
        <input id="cite" type="text" value="" />
    </div>
</div>

Copyright © 2019 by b0y-101