add template for chatroomlist widget
This commit is contained in:
parent
9f54675702
commit
f84ba95e87
11
view/tpl/chatroomlist.tpl
Normal file
11
view/tpl/chatroomlist.tpl
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<div class="widget">
|
||||||
|
<h3>{{$header}}</h3>
|
||||||
|
{{$if $items}}
|
||||||
|
<table>
|
||||||
|
{{for $items as $item}}
|
||||||
|
<tr><td>{{$item.cr_name}}</td><td>{{$item.cr_inroom}}</td></tr>
|
||||||
|
{{/for}}
|
||||||
|
</table>
|
||||||
|
{{/if}}
|
||||||
|
</div>
|
||||||
|
|
Reference in New Issue
Block a user