request->uri->fragment === 'c-tab-1' ? ' checked' : ''; ?>>
name3) || !empty($account->name2)) : ?>
= $this->printHtml(empty($account->name3) ? $account->name2 : $account->name3); ?>,
= $this->printHtml($account->name1); ?>
request->header->account === $account->getId()) : ?>
| = $this->getHtml('Birthday'); ?>
| = $this->getDateTime($profile->birthday); ?>
|
| = $this->getHtml('Email'); ?>
| = $this->printHtml($account->getEmail()); ?>
|
| = $this->getHtml('Address'); ?>
|
getLocation();
if (empty($locations)) :
?>
|
|
| No address specified
|
| = $this->getHtml('aType' . $location->getType()); ?>
|
|
|
| = $this->printHtml($location->address); ?>
|
|
| = $this->printHtml($location->postal . ', ' . $location->city); ?>
|
|
| = $this->printHtml(ISO3166NameEnum::getByName(ISO3166TwoEnum::getName($location->getCountry()))); ?>
|
| = $this->getHtml('Contact'); ?>
|
getContactElements();
if (empty($contacts)) :
?>
|
|
| No contact specified
|
| = $this->getHtml('cType' . $contact->getType()); ?>
| = $contact->getContent(); ?>
|
| = $this->getHtml('Registered'); ?>
| = $this->printHtml($account->createdAt->format('Y-m-d')); ?>
|
| = $this->getHtml('LastLogin'); ?>
| = $this->printHtml($account->getLastActive()->format('Y-m-d')); ?>
|
| = $this->getHtml('Status'); ?>
| = $this->getHtml(':s' . $account->getStatus(), 'Admin'); ?>
|
request->header->account === $account->getId()) : ?>
= $this->getData('medialist')->render($media); ?>
= $this->getData('calendar')->render(null /* calendar object here */); ?>
request->header->account === $account->getId()) :
$countryCodes = \phpOMS\Localization\ISO3166TwoEnum::getConstants();
$countries = \phpOMS\Localization\ISO3166NameEnum::getConstants();
$timezones = \phpOMS\Localization\TimeZoneEnumArray::getConstants();
$timeformats = \phpOMS\Localization\ISO8601EnumArray::getConstants();
$languages = \phpOMS\Localization\ISO639Enum::getConstants();
$currencies = \phpOMS\Localization\ISO4217Enum::getConstants();
$l11nDefinitions = \phpOMS\System\File\Local\Directory::list(__DIR__ . '/../../../../phpOMS/Localization/Defaults/Definitions');
$weights = \phpOMS\Utils\Converter\WeightType::getConstants();
$speeds = \phpOMS\Utils\Converter\SpeedType::getConstants();
$areas = \phpOMS\Utils\Converter\AreaType::getConstants();
$lengths = \phpOMS\Utils\Converter\LengthType::getConstants();
$volumes = \phpOMS\Utils\Converter\VolumeType::getConstants();
$temperatures = \phpOMS\Utils\Converter\TemperatureType::getConstants();
?>
request->uri->fragment === 'c-tab-2' ? ' checked' : ''; ?>>
= $this->getHtml('Time'); ?>
= $this->getHtml('Numeric'); ?>
= $this->getHtml('Precision'); ?>
= $this->getHtml('Weight'); ?>
= $this->getHtml('Speed'); ?>
= $this->getHtml('Length'); ?>
= $this->getHtml('Area'); ?>
= $this->getHtml('Volume'); ?>