Файловый менеджер - Редактировать - /var/www/html/components/com_community/templates/jomsocial/layouts/videos/edit.php
Ðазад
<?php /** * @copyright (C) 2013 iJoomla, Inc. - All rights reserved. * @license GNU General Public License, version 2 (http://www.gnu.org/licenses/gpl-2.0.html) * @author iJoomla.com <webmaster@ijoomla.com> * @url https://www.jomsocial.com/license-agreement * The PHP code portions are distributed under the GPL license. If not otherwise stated, all images, manuals, cascading style sheets, and included JavaScript *are NOT GPL, and are released under the IJOOMLA Proprietary Use License v1.0 * More info at https://www.jomsocial.com/license-agreement */ use Joomla\CMS\HTML\HTMLHelper; use Joomla\CMS\Language\Text; defined('_JEXEC') or die(); ?> <form method="POST" action="<?php echo CRoute::_('index.php?option=com_community&view=videos&task=saveVideo'); ?>"> <div class="joms-form__group"> <span><?php echo Text::_('COM_COMMUNITY_VIDEOS_TITLE'); ?> <span class="joms-required">*</span></span> <input type="text" class="joms-input" name="title" value="<?php echo htmlspecialchars($video->title); ?>" required=""> <p class="joms-help" data-elem="form-warning" style="display:none; color:red"> <?php echo Text::_('COM_COMMUNITY_VIDEOS_TITLE') . ' ' . Text::_('COM_COMMUNITY_ENTRY_MISSING'); ?> </p> </div> <div class="joms-form__group"> <span><?php echo Text::_('COM_COMMUNITY_VIDEOS_DESCRIPTION'); ?></span> <textarea class="joms-textarea" name="description"><?php echo $video->description; ?></textarea> </div> <div class="joms-form__group"> <span><?php echo Text::_('COM_COMMUNITY_VIDEOS_CATEGORY'); ?></span> <div class="joms-select--wrapper"> <?php echo $categoryHTML; ?> <p class="joms-help" data-elem="form-warning" style="display:none; color:red"> <?php echo Text::_('COM_COMMUNITY_VIDEOS_CATEGORY') . ' ' . Text::_('COM_COMMUNITY_ENTRY_MISSING'); ?> </p> </div> </div> <?php if ($enableLocation) { ?> <div class="joms-form__group"> <span><?php echo Text::_('COM_COMMUNITY_VIDEOS_LOCATION'); ?></span> <input type="text" class="joms-input" name="location" value="<?php echo $video->location; ?>" placeholder="<?php echo Text::_('COM_COMMUNITY_VIDEOS_LOCATION_DESCRIPTION'); ?>"> </div> <?php } ?> <?php if ($showPrivacy) { ?> <div class="joms-form__group"> <span><?php echo Text::_('COM_COMMUNITY_VIDEOS_WHO_CAN_SEE'); ?></span> <?php echo CPrivacy::getHTML( 'permissions', $video->permissions, COMMUNITY_PRIVACY_BUTTON_LARGE, array(), 'select' ); ?> </div> <?php } ?> <div class="joms-form__group"> <span></span> <input type="hidden" name="id" value="<?php echo $video->id; ?>"> <input type="hidden" name="option" value="com_community"> <input type="hidden" name="view" value="videos"> <input type="hidden" name="task" value="saveVideo"> <input type="hidden" name="redirectUrl" value="<?php echo $redirectUrl; ?>"> <?php echo HTMLHelper::_('form.token'); ?> </div> </form>
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка