mirror of
https://github.com/openvk/openvk
synced 2025-01-10 01:40:06 +03:00
Notes
Add a header in the note view
This commit is contained in:
parent
bf5856ba43
commit
9a42484401
1 changed files with 13 additions and 1 deletions
|
@ -34,8 +34,20 @@
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<article id="userContent" style="min-height: 300pt;">
|
<article id="userContent" style="min-height: 300pt;margin: 10px;">
|
||||||
|
<div class="note_header">
|
||||||
|
<div class="note_title">
|
||||||
|
<div class="note_title">
|
||||||
|
<a>{$note->getName()}</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="byline">
|
||||||
|
<span><a href="{$author->getURL()}">{$author->getCanonicalName()}</a></span> {$note->getPublicationTime()}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div style="margin-left: 6px;">
|
||||||
{$note->getText()|noescape}
|
{$note->getText()|noescape}
|
||||||
|
</div>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
<div style="width: 100%; min-height: 100px;">
|
<div style="width: 100%; min-height: 100px;">
|
||||||
|
|
Loading…
Reference in a new issue