Файл: DARK WARS/dark_war/style/tpl/view_list_plus_img.tpl
Строк: 28
{section name=i loop=$post}
{if $post[i].link}<a
href='{$post[i].link}'>{/if}
<table class="{if
$post[i].link}view_list {else}view_list_no_link{/if}"
width="100%" cellpadding="0"
cellspacing="1">
<tr>
{if $post[i].img}
<td width="{if
$post[i].ico_size}{$post[i].ico_size}{else}48px{/if}"
align="center" valign="top">
<img
src="{$post[i].img}" alt="" />
</td>
{/if}
<td>
{$post[i].title}
{if
$post[i].descrip}
<br />
<div
style="color:#fff;">
{$post[i].descrip}
</div>
{/if}
</td>
</tr>
</table>
{if $post[i].link}</a>{/if}
{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}