2017-11-17 12:50:16 +01:00
|
|
|
<div class="chat-head chat-head-chatbox">
|
|
|
|
<a class="chatbox-btn close-chatbox-button icon-close" title="{{{o.info_close}}}"></a>
|
2017-11-17 13:19:21 +01:00
|
|
|
<img alt="User Avatar"
|
|
|
|
class="avatar"
|
|
|
|
height="{{{o.avatar_height}}}px" width="{{{o.avatar_width}}}px"
|
|
|
|
src="data:{{{o.image_type}}};base64,{{{o.image}}}"/>
|
2017-11-17 12:50:16 +01:00
|
|
|
<div class="chat-title">
|
|
|
|
{[ if (o.url) { ]}
|
|
|
|
<a href="{{{o.url}}}" target="_blank" rel="noopener" class="user">
|
|
|
|
{[ } ]}
|
|
|
|
{{{ o.fullname }}}
|
|
|
|
{[ if (o.url) { ]}
|
|
|
|
</a>
|
|
|
|
{[ } ]}
|
|
|
|
<p class="user-custom-message">{{{ o.status }}}</p>
|
|
|
|
</div>
|
|
|
|
</div>
|