=_('Meine Lernmodule und Benutzer-Accounts')?>
foreach($cms_list as $cms_index => $cms_data) : ?>
if ($cms_anker_target == $cms_index) : ?>
endif?>
=ELearningUtils::getCMSHeader($cms_data['name'])?>
=ELearningUtils::getHeader(_("Mein Benutzeraccount"))?>
if ($cms_data['account_form']) : ?>
=$cms_data['account_form']?>
else : ?>
if ($cms_data['show_account_form'] AND $cms_data['user']) : ?>
=ELearningUtils::getMyAccountForm('', $cms_index)?>
elseif ($cms_data['show_account_form']) : ?>
=ELearningUtils::getMyAccountForm(sprintf(_("Sie haben im System %s bisher keinen Benutzer-Account."), $cms_data['name']), $cms_index)?>
endif ?>
if ($cms_data['user'] AND $cms_data['start_link']) : ?>
endif ?>
=ELearningUtils::getHeader(_('Meine Lernmodule'))?>
if (count($cms_data['modules'])) : ?>
foreach ($cms_data['modules'] as $module_html) : ?>
=$module_html?>
endforeach ?>
else : ?>
=sprintf(_("Sie haben im System %s keine eigenen Lernmodule."), $cms_data['name'])?>
|
endif ?>
=$cms_data['new_module_form']?>
endif ?>
=ELearningUtils::getCMSFooter($cms_data['logo'])?>
endforeach ?>