if ($elearning_active) : ?>
=ELearningUtils::getCMSSelectbox(_("Um Lernmodule hinzuzufügen, wählen Sie ein angebundenes System aus:"))?>
if (!count($content_modules)) : ?>
if (is_array($course_output['courses']) && count($course_output['courses'])) : ?>
=$course_output['text']?>
foreach ($course_output['courses'] as $course) : ?>
=sprintf(_('Kurs in %s'), $course['cms_name'])?>
endforeach ?>
endif ?>
else : ?>
if ($module['show_header']) : ?>
=ELearningUtils::getModuleHeader(_("Angebundene Lernmodule"))?>
endif ?>
=$module['module']?>
endforeach ?>
endif ?>
if ($cms_select) : ?>
=ELearningUtils::getCMSHeader($cms_name)?>
if (count($user_modules)) : ?>
=ELearningUtils::getModuleHeader(sprintf(_("Ihre Lernmodule in %s"), $cms_name))?>
=$module['module']?>
endforeach ?>
endif ?>
if ($show_search) : ?>
if ($anker_target == "search") : ?>
endif ?>
=ELearningUtils::getSearchfield(
sprintf(_("Um im System %s nach Lernmodulen zu suchen, geben Sie einen Suchbegriff ein:"),
$cms_name))?>
if (count($search_modules)) : ?>
=ELearningUtils::getHeader( sprintf( _("Gefundene Lernmodule zum Suchbegriff \"%s\""), htmlReady($search_key) ))?>
foreach ($search_modules as $module) : ?>
=$module['module']?>
endforeach ?>
elseif (mb_strlen( trim($search_key) ) > 2) : ?>
=sprintf( _("Es gibt im System %s zu diesem Suchbegriff keine Lernmodule."), $cms_name)?>
endif ?>
else : ?>