mediaFile->getId(); $class = 'select mediafile mf_' . $this->mediaFile->getIcoClass(); $info = trim($this->formatDimensions('') . ' ' . $this->formatDate() . ' ' . $this->formatFileSize()); $jump = $this->scrollIntoView ? 'id="scroll__here"' : ''; echo '
';
// mediamanager button
$link = wl('', ['do' => 'media', 'image' => $id, 'ns' => getNS($id)]);
echo '
';
// delete button
if ($this->mediaFile->isWritable() && $this->mediaFile->userPermission() >= AUTH_DELETE) {
$link = DOKU_BASE . 'lib/exe/mediamanager.php?delete=' . rawurlencode($id) .
'§ok=' . getSecurityToken();
echo ' ' .
'
';
}
echo '{{:' . $id . '}}';
echo '';
if ($t) echo '' . hsc($t) . '
';
if ($d) echo hsc($d) . '
';
if ($t) echo '' . hsc($k) . '';
echo '