mirror of
https://github.com/openvk/openvk
synced 2025-01-30 19:45:28 +03:00
2d83003b6c
* create document entity * add upload, previews, most of api methods * ui start * better ui, search, uploading (icons by myslivets) Co-Authored-By: Daniel <60743585+myslivets@users.noreply.github.com> * add editing functions * add viewer and gallery * preparations for picker * things * add counter on tab * add tags * fix gif processing * fix png processing * picker * addd search * add fast uploader * openvk midn. support, change midn.photomodal color * fix low register format chekc * add gif play on click * unauthorized limitations --------- Co-authored-by: Daniel <60743585+myslivets@users.noreply.github.com>
9 lines
443 B
XML
9 lines
443 B
XML
<input type="hidden" name="count" value="{$count}">
|
|
<input type="hidden" name="pagesCount" value="{$pagesCount}">
|
|
<input type="hidden" name="page" value="{$page}">
|
|
|
|
{foreach $docs as $doc}
|
|
<div class='display_flex_row _content' data-attachmentdata="{$doc->getVirtualId()}_{$doc->getId()}_{$doc->getAccessKey()}" data-name='{$doc->getName()}'>
|
|
{include "components/doc.xml", doc => $doc, hideButtons => true}
|
|
</div>
|
|
{/foreach}
|