uawdijnntqw1x1x1
IP : 216.73.217.104
Hostname : webm007.cluster114.gra.hosting.ovh.net
Kernel : Linux webm007.cluster114.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
locationbo
/
www
/
administrator
/
.
/
components
/
com_admintools
/
tmpl
/
.
/
TempSuperUsers
/
form.blade.php
/
/
<?php /** * @package admintools * @copyright Copyright (c)2010-2021 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU General Public License version 3, or later */ defined('_JEXEC') || die; /** @var Akeeba\AdminTools\Admin\View\TempSuperUsers\Html $this */ ?> @extends('any:lib_fof40/Common/edit') @section('edit-form-body') @if(empty($this->item->user)) <div class="akeeba-panel--danger"> <header class="akeeba-block-header"> <h3> @lang('COM_ADMINTOOLS_TEMPSUPERUSERS_LBL_INVALIDUSER') </h3> </header> <p> @lang('COM_ADMINTOOLS_TEMPSUPERUSERS_LBL_INVALIDUSER_TIP') </p> </div> @else <div class="akeeba-container--50-50"> <div> <div class="akeeba-form-group"> <label for="dummy"> @lang('COM_ADMINTOOLS_LBL_TEMPSUPERUSER_EDITINGUSER') </label> <p> <strong>{{ $this->item->user->username }}</strong><br /> {{ $this->item->user->name }} <em> ({{ $this->item->user->email }}) </em> </p> </div> <div class="akeeba-form-group"> <label for="expiration"> @lang('COM_ADMINTOOLS_TEMPSUPERUSERS_FIELD_EXPIRATION') </label> @if (version_compare(JVERSION, '3.999.999', 'le')) @jhtml('calendar', $this->item->expiration, 'expiration', 'expiration', '%Y-%m-%d %H:%M', [ 'class' => 'input-small', 'showTime' => true, ]) @else <input type="datetime-local" pattern="[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}" name="expiration" id="expiration" value="{{{ $this->item->expiration }}}" > @endif </div> </div> </div> @endif @stop
/home/locationbo/www/administrator/./components/com_admintools/tmpl/./TempSuperUsers/form.blade.php