thelounge/client/views/msg_action.tpl
2016-11-23 16:35:42 +02:00

10 lines
282 B
Smarty

<div class="msg {{type}}{{#if self}} self{{/if}}{{#if highlight}} highlight{{/if}}" id="msg-{{id}}" data-time="{{time}}">
<span class="time" title="{{localetime time}}">
{{tz time}}
</span>
<span class="from"></span>
<span class="text">
{{partial template}}
</span>
</div>