mirror of
https://github.com/openvk/openvk
synced 2024-11-14 19:19:14 +03:00
19 lines
677 B
XML
19 lines
677 B
XML
|
{block content}
|
||
|
<article id="userContent" style="margin: 10px 10px 0;">
|
||
|
<div class="note_header">
|
||
|
<div class="note_title">
|
||
|
<div class="note_title">
|
||
|
<a>{$note->getName()}</a>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="byline">
|
||
|
<span><a href="{$note->getOwner()->getURL()}">{$note->getOwner()->getCanonicalName()}</a></span> {$note->getPublicationTime()}
|
||
|
<span n:if="$note->getEditTime() > $note->getPublicationTime()">({_edited} {$note->getEditTime()})</span>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div style="margin-left: 6px; width: 535px;">
|
||
|
{$note->getText()|noescape}
|
||
|
</div>
|
||
|
</article>
|
||
|
{/block}
|