1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00
Tims-Chat/template/log.tpl

17 lines
290 B
Smarty
Raw Normal View History

2013-01-09 18:59:32 +00:00
<div id="timsChatLog">
<div class="timsChatMessageContainer">
<ul>
</ul>
2012-11-23 19:42:05 +00:00
</div>
</div>
2013-07-08 20:39:02 +00:00
<script>
2012-11-23 19:42:05 +00:00
//<![CDATA[
var log = new be.bastelstu.Chat.Log(chat);
2013-01-09 18:59:32 +00:00
log.handleMessages([
{implode from=$messages item='message'}
{@$message->jsonify()}
{/implode}
]);
2012-11-23 19:42:05 +00:00
//]]>
</script>