mirror of
https://github.com/openvk/openvk
synced 2025-01-27 18:19:37 +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>
30 lines
1.2 KiB
XML
30 lines
1.2 KiB
XML
<div class="content_divider">
|
|
<div class="content_title_expanded" onclick="hidePanel(this);">
|
|
{_wall}
|
|
<nobold>
|
|
{tr("wall", $count)}
|
|
<a href="/wall{$owner}" class="float-right lowercase">{_all_title}</a>
|
|
</nobold>
|
|
</div>
|
|
<div>
|
|
<div class="insertThere" id="postz"></div>
|
|
<div id="underHeader">
|
|
<div n:if="$canPost" class="content_subtitle">
|
|
{include "../components/textArea.xml", route => "/wall$owner/makePost", graffiti => true, polls => true, notes => true, hasSource => true, geo => true, docs => true}
|
|
</div>
|
|
|
|
<div class="content scroll_container">
|
|
{if sizeof($posts) > 0}
|
|
<div class='scroll_node' n:foreach='$posts as $post' data-uniqueid="{$post->getPrettyId()}">
|
|
<a name="postGarter={$post->getId()}"></a>
|
|
|
|
{include "../components/post.xml", post => $post, commentSection => true}
|
|
</div>
|
|
{include "../components/paginator.xml", conf => $paginatorConf}
|
|
{else}
|
|
{_no_posts_abstract}
|
|
{/if}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|