thelounge/client/views/msg.tpl

18 lines
495 B
Smarty

<div class="msg {{type}}{{#if self}} self{{/if}}{{#if highlight}} highlight{{/if}}" id="msg-{{id}}" data-time="{{time}}" data-from="{{from}}">
<span class="time tooltipped tooltipped-e" aria-label="{{localetime time}}">
{{tz time}}
</span>
<span class="from">
{{#if from}}
{{> user_name nick=from}}
{{/if}}
</span>
<span class="content">
<span class="text">{{{parse text}}}</span>
{{#each links}}
<div class="preview" data-url="{{this}}"></div>
{{/each}}
</span>
</div>