mirror of
https://github.com/openvk/openvk
synced 2024-11-13 10:39:24 +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>
|
||||
|
||||
<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}
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<div style="width: 100%; min-height: 100px;">
|
||||
|
|
Loading…
Reference in a new issue