2020-06-07 19:04:43 +03:00
|
|
|
<div class="content_divider">
|
2021-09-15 21:00:34 +03:00
|
|
|
<div class="content_title_expanded" onclick="hidePanel(this);">
|
2022-03-24 15:29:00 +03:00
|
|
|
{_wall}
|
2021-09-15 21:00:34 +03:00
|
|
|
<nobold>
|
2022-03-24 15:29:00 +03:00
|
|
|
{tr("wall", $count)}
|
|
|
|
<a href="/wall{$owner}" class="float-right lowercase">{_all_title}</a>
|
2021-09-15 21:00:34 +03:00
|
|
|
</nobold>
|
2020-06-07 19:04:43 +03:00
|
|
|
</div>
|
|
|
|
<div>
|
2021-09-15 21:00:34 +03:00
|
|
|
<div n:if="$canPost" class="content_subtitle">
|
2022-10-11 19:04:43 +03:00
|
|
|
{include "../components/textArea.xml", route => "/wall$owner/makePost", graffiti => true, polls => true}
|
2020-06-07 19:04:43 +03:00
|
|
|
</div>
|
2021-09-15 21:00:34 +03:00
|
|
|
|
2020-06-07 19:04:43 +03:00
|
|
|
<div class="content">
|
2021-09-15 21:00:34 +03:00
|
|
|
{if sizeof($posts) > 0}
|
|
|
|
{foreach $posts as $post}
|
|
|
|
<a name="postGarter={$post->getId()}"></a>
|
|
|
|
|
2021-11-28 14:39:42 +03:00
|
|
|
{include "../components/post.xml", post => $post, commentSection => true}
|
2021-09-15 21:00:34 +03:00
|
|
|
{/foreach}
|
|
|
|
{include "../components/paginator.xml", conf => $paginatorConf}
|
|
|
|
{else}
|
|
|
|
{_no_posts_abstract}
|
|
|
|
{/if}
|
2020-06-07 19:04:43 +03:00
|
|
|
</div>
|
|
|
|
</div>
|
2021-10-12 14:16:39 +03:00
|
|
|
</div>
|
2021-12-17 22:35:41 +03:00
|
|
|
|
|
|
|
{if isset($thisUser) && $thisUser->hasMicroblogEnabled()}
|
|
|
|
{script "js/al_comments.js"}
|
|
|
|
{/if}
|