mirror of
https://github.com/openvk/openvk
synced 2024-12-25 01:51:03 +03:00
a714a0aa16
* Гео-метки * Update Post.xml * Wall: geotag translation * Wall: design + sql fix * Карта ближайших постов * Update al_wall.js * VKAPI: Geo support (not tested idk) * Update WallPresenter.php * Better geo points * Редактирование названия геоточки через интерфейс при создании * SQL and geopoint name fixes * fix js * rewrite a lot --------- Co-authored-by: veselcraft <veselcraft@icloud.com> Co-authored-by: mrilyew <99399973+mrilyew@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}
|
|
</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>
|