<tr valign="top" align="center">
<td class="row1" width="10%">{$answers}</td>
<td class="row1" width="15%">
<img src="{$image_path}/bar_right.gif" title="{$Vote}%" width="4" height="11"><img src="{$image_path}/bar.gif" title="{$Vote}%" width="{$Vote}" height="11"><img src="{$image_path}/bar_left.gif" title="{$Vote}%" width="4" height="11">
</td>
<td class="row1" width="49%">
{Des::while}{VoteList}
{if {$VoteList['username']} == {$lang['Guest']}}
{$VoteList['username']} Ø
{else}
<a href="index.php?page=profile&show=1&id={$VoteList['member_id']}">{$VoteList['username']}</a> Ø
{/if}
{/Des::while}
</td>
<td class="row1" width="5%">
{$Vote}
</td>
</tr>