Initial commit
This commit is contained in:
commit
43ad32700c
7085 changed files with 447606 additions and 0 deletions
15
modules/chat/templates/default/log.tpl
Normal file
15
modules/chat/templates/default/log.tpl
Normal file
|
@ -0,0 +1,15 @@
|
|||
<h2 class='roomname'>{$users} Chatlog - {$date} - {$room}</h2>
|
||||
|
||||
{if $logs!=""}
|
||||
<div {$divextra}>
|
||||
{foreach from=$logs item=log}
|
||||
{if $log.action=="txtNarr"}
|
||||
({$log.date}) <span style="color: #FFFFFF">{if $log.img!=""}{$log.img}{/if}{$log.line}</span><br />
|
||||
{else}
|
||||
({$log.date}) <span style="color: #{$log.color}">{if $log.img!=""}{$log.img}{/if}{$log.line}</span><br />
|
||||
{/if}
|
||||
{/foreach}
|
||||
</div>
|
||||
{else}
|
||||
Sorry, this log does not exist or you have not been granted the rights to view it.
|
||||
{/if}
|
Loading…
Add table
Add a link
Reference in a new issue