Файл: upload/module/poll/template/default/block/votes.html.php
Строк: 15
<?php
<div style="height:300px;" class="label_flow">
{foreach from=$aVotes name=votes item=aResult}
<div class="{if is_int($phpfox.iteration.votes/2)}row1{else}row2{/if}{if $phpfox.iteration.votes == 1} row_first{/if}">
<div class="go_left" style="width:52px; text-align:center;">
{img user=$aResult suffix='_50_square' max_width=50 max_height=50}
</div>
<div style="margin-left:52px;">
{phrase var='poll.user_info_voted_answer_on_time_stamp' user_info=$aResult|user answer=$aResult.answer|clean time_stamp=$aResult.time_stamp|date:'poll.poll_view_time_stamp'}
</div>
<div class="clear"></div>
</div>
{/foreach}
</div>
?>