| = _('Größe') ?> | $size = $file->getSize() ?>= $size !== null ? relSize($file->getSize(), false) : "-" ?> |
| = _('Downloads') ?> | = htmlReady($file->getDownloads()) ?> |
| = _('Erstellt') ?> | = date('d.m.Y H:i', $file->getMakeDate()) ?> |
| = _('Geändert') ?> | = date('d.m.Y H:i', $file->getLastChangeDate()) ?> |
| = _('Besitzer/-in') ?> | $user_id = $file->getUserId() ?> if ($user_id) : ?> = htmlReady($file->getUserName()) ?> else : ?> = htmlReady($file->getUserName()) ?> endif ?> |
| = _('Barrierefrei') ?> | = $file->getAccessibility() ? _('ja') : _('nein') ?> |
=_('Hinweis zur Nutzung und Weitergabe:')?>= Icon::create($content_terms_of_use->icon, Icon::ROLE_INFO) ?>= _('Bedingung zum Herunterladen') ?>= htmlReady(ContentTermsOfUse::describeCondition( $content_terms_of_use->download_condition )) ?> endif ?> |
|