aboutsummaryrefslogtreecommitdiff
path: root/templates/courseware/block_types/download.php
blob: 8a17105cf39c585303ce77250240a8ef5ff71aeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<div style="font-size: 12px;">
    <p style="font-weight: bold;"><?= _('Download') . ': ' ?></p>
    <? if ($files[0]): ?>
        <p>
            <a href="<?= htmlReady($files[0]->getDownloadURL()); ?>"><?= htmlReady($files[0]->name); ?></a>
        </p>
    <? else: ?>
        <p>
        <span style="font-style:italic"><?= _('Keine Datei ausgewählt'); ?></span>
        </p>
    <? endif; ?>
</div>