= Avatar::getAvatar($current_user->user_id)->getImageTag(Avatar::NORMAL) ?>
= _('Allgemeine Informationen') ?>
if ($public_email): ?>
- = _('E-Mail') ?>:
-
= htmlReady($public_email) ?>
endif; ?>
if ($private_nr) : ?>
- = _('Telefon (privat)') ?>:
- = htmlReady($private_nr) ?>
endif ?>
if ($private_cell) : ?>
- = _('Mobiltelefon') ?>:
- = htmlReady($private_cell) ?>
endif ?>
if ($skype_name) : ?>
- = _('Skype') ?>:
- = htmlReady($skype_name) ?>
endif ?>
if ($privadr) : ?>
- = _('Adresse (privat)') ?>:
- = htmlReady($privadr) ?>
endif ?>
if ($homepage) : ?>
- = _('Homepage') ?>:
- = formatLinks($homepage) ?>
endif ?>
if (count($study_institutes) > 0): ?>
- = _('Wo ich studiere') ?>:
-
endif ?>
if (count($institutes) > 0) : ?>
= $this->render_partial('profile/working_place') ?>
endif ?>
if ($current_user->user_id === $GLOBALS['user']->id) : ?>
- = _('Status') ?>:
- = htmlReady(ucfirst($current_user['perms'])) ?>
endif ?>
if (!empty($shortDatafields)) : ?>
foreach ($shortDatafields as $name => $entry) : ?>
- = htmlReady($name) ?>:
-
= $entry['content'] ?>
= $entry['visible'] ?>
endforeach ?>
endif ?>
= $news ?>
= $dates ?>
= $evaluations ?? '' ?>
= $questionnaires ?? '' ?>
if (!empty($ausgabe_inhalt)) : ?>
foreach ($ausgabe_inhalt as $key => $inhalt) : ?>
= formatReady($inhalt) ?>
endforeach ?>
endif ?>
if (isset($public_files)) : ?>
= $this->render_partial('profile/public_files') ?>
endif ?>
if ($current_user['perms'] === 'dozent' && !empty($seminare)) : ?>
= $this->render_partial('profile/seminare') ?>
endif ?>
if (!empty($longDatafields)) : ?>
foreach ($longDatafields as $name => $entry) : ?>
= htmlReady($name . ' ' . $entry['visible']) ?>
endforeach ?>
endif ?>
= $hompage_plugin ?>
if (!empty($categories)) : ?>
foreach ($categories as $cat) : ?>
= htmlReady($cat['head'] . $cat['zusatz']) ?>
= formatReady($cat['content']) ?>
endforeach ?>
endif; ?>