if (!empty($tool)) : ?>
if ($link) : ?>
= htmlReady($link->title) ?>
else : ?>
= htmlReady($tool->name) ?>
endif ?>
- = _('Launch-URL') ?>
-
if ($link && $link->launch_url) : ?>
= Icon::create('link-extern')->asImg(['class' => 'text-bottom']) ?>
= htmlReady($link->launch_url) ?>
else : ?>
= Icon::create('link-extern')->asImg(['class' => 'text-bottom']) ?>
= htmlReady($tool->launch_url) ?>
endif ?>
if ($tool->terms_of_use_url) : ?>
- = _('Nutzungsbedingungen') ?>
-
= Icon::create('link-extern') ?>
= htmlReady($tool->terms_of_use_url) ?>
endif ?>
if ($tool->privacy_policy_url) : ?>
- = _('Datenschutzerklärung') ?>
-
= Icon::create('link-extern') ?>
= htmlReady($tool->terms_of_use_url) ?>
endif ?>
if ($tool) : ?>
- = _('Client-ID') ?>
- = htmlReady($tool->id) ?>
endif ?>
if (!empty($link->deployment->id)) : ?>
- = _('Deployment-ID') ?>
- = htmlReady($link->deployment->id) ?>
if ($parameters = $link->getCustomParameters()) : ?>
- = _('LTI custom parameters') ?>
- = htmlReady($parameters) ?>
endif ?>
endif ?>
if ($link) : ?>
- = _('Direktlink zum LTI-Tool') ?>
-
endif ?>
= _('Plattform-Konfiguration') ?>
= $this->render_partial('lti/_platform_data', ['platform' => \Studip\LTI13a\PlatformManager::getPlatformConfiguration($tool->id)]) ?>
endif ?>