if (!empty($tool)) : ?>
if ($deployment) : ?>
= htmlReady($deployment->title) ?>
else : ?>
= htmlReady($tool->name) ?>
endif ?>
- = _('Launch-URL') ?>
-
if ($deployment && $deployment->launch_url) : ?>
= Icon::create('link-extern')->asImg(['class' => 'text-bottom']) ?>
= htmlReady($deployment->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 ($deployment) : ?>
- = _('Deployment-ID') ?>
- = htmlReady($deployment->id) ?>
if ($parameters = $deployment->getCustomParameters()) : ?>
- = _('LTI custom parameters') ?>
- = htmlReady($parameters) ?>
endif ?>
endif ?>
- = _('Direktlink zum LTI-Tool') ?>
-
= Icon::create('link-extern')->asImg(['class' => 'text-bottom']) ?>
= $controller->link_for('course/lti/iframe', $deployment->id) ?>
= _('Plattform-Konfiguration') ?>
= $this->render_partial('lti/_platform_data', ['platform' => \Studip\LTI13a\PlatformManager::getPlatformConfiguration()]) ?>
endif ?>