mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-01-28 16:58:39 +00:00
11 lines
364 B
PHP
11 lines
364 B
PHP
<?php
|
|
|
|
use phpOMS\Uri\UriFactory;
|
|
?>
|
|
<section id="mediaFile" class="portlet">
|
|
<div class="portlet-body">
|
|
<div class="h-overflow centerText">
|
|
<img style="max-width: 100%" src="<?= UriFactory::build('{/api}media/export?id=' . $this->media->getId()); ?>" alt="<?= $this->printHtml($this->media->name); ?>">
|
|
</div>
|
|
</div>
|
|
</section>
|