request->getUri()->getFragment() === 'c-tab-1' ? ' checked' : ''; ?>>
getName3()) || !empty($account->getName2())) : ?>
= $this->printHtml(empty($account->getName3()) ? $account->getName2() : $account->getName3()); ?>,
= $this->printHtml($account->getName1()); ?>
request->getHeader()->getAccount() === $account->getId()) : ?>
| = $this->getHtml('Birthday'); ?>
| = $this->getDateTime($profile->getBirthday()); ?>
|
| = $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->getAddress()); ?>
|
|
| = $this->printHtml($location->getPostal() . ', ' . $location->getCity()); ?>
|
|
| = $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->getCreatedAt()->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->getHeader()->getAccount() === $account->getId()) : ?>
= $this->getData('medialist')->render($media); ?>
= $this->getData('calendar')->render(null /* calendar object here */); ?>
request->getHeader()->getAccount() === $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->getUri()->getFragment() === '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'); ?>