Файл: DARK WARS/dark_war/style/tpl/view_list.tpl
Строк: 21
{section name=i loop=$post}
<table class="view_list"
width="100%" cellpadding="0"
cellspacing="1">
<tr>
{if $post[i].img}
<td width="48px" align="center">
<img src="{$post[i].img}" alt="" />
</td>
{/if}
<td>
{$post[i].title}
{if
$post[i].msg}
<br />
<div
style="color:#030;">
{$post[i].msg}
</div>
{/if}
</td>
</tr>
</table>
{if $post[i].action}
{section name=b
loop=$post[i].action}
<a
href="{$post[i].action[b].link}">
<span
class="view_list_even">
{$post[i].action[b].name}
</span>
</a>
{/section}
{/if}
{/section}