data['docs'] ?? []; /** @var \Modules\Media\Models\Collection[] */ $collections = $this->data['collections']; $mediaPath = \urldecode($this->getData('path') ?? '/'); $account = $this->data['account']; $accountDir = $account->id . ' ' . $account->login; $previous = empty($docs) ? '{/base}/editor/list' : '{/base}/editor/list?{?}&offset=' . \reset($docs)->id . '&ptype=p'; $next = empty($docs) ? '{/base}/editor/list' : '{/base}/editor/list?{?}&offset=' . \end($docs)->id . '&ptype=n'; $docs = $this->data['docs']; echo $this->data['nav']->render(); ?>
getHtml('Documents'); ?>download
getHtml('Title'); ?> getHtml('Creator'); ?> getHtml('Created'); ?>
folder_open .. $value) : ++$count; $url = UriFactory::build('{/base}/editor/list?path=' . \rtrim($value->getVirtualPath(), '/') . '/' . $value->name); ?>
folder_open printHtml($value->name); ?> printHtml($value->createdBy->name1); ?> printHtml($value->createdAt->format('Y-m-d')); ?> $value) : ++$count; $url = UriFactory::build('{/base}/editor/view?{?}&id=' . $value->id); ?>
article printHtml($value->title); ?> printHtml($this->renderUserName('%3$s %2$s %1$s', [$value->createdBy->name1, $value->createdBy->name2, $value->createdBy->name3, $value->createdBy->login ?? ''])); ?> printHtml($value->createdAt->format('Y-m-d')); ?>
getHtml('Empty', '0', '0'); ?>