thelounge/client/views/msg_unhandled.tpl
2016-10-01 02:46:19 -04:00

12 lines
291 B
Smarty

<div class="msg {{type}}{{#if self}} self{{/if}}{{#if highlight}} highlight{{/if}}">
<span class="time" title="{{localetime time}}">
{{tz time}}
</span>
<span class="from">[{{command}}]</span>
<span class="text">
{{#each params}}
<span>{{this}}</span>
{{/each}}
</span>
</div>