{**
* XS2:
*
* This file is developed by Solutecs, LLC for the purpose of the company
* and is provided together with XS2 Framework as and inherent part of the
* system. This file can be used on the terms of License Agreement.
*
* +7 (495) 585-0833 / 13 Rusakovskaya street, Moscow 107140 Russia
*
* @link http://www.solutecs.com
* @copyright ©1998-2007 Solutecs, LLC
* @version 1.XX
*}
<h1>{$question.NName} - результаты</h1>
<table>
{foreach from=$answers item="answer" name="ans"}
<tr>
<td>{$answer.NName}</td>
<td style="width:400px">
<div style="height:18px;width:{$answer.CounterPercent|default:"0"|string_format:"%.0f"}%;background-color:#0000ff;text-align:center">
{$answer.CounterPercent|default:"0"|string_format:"%.0f"}%
</div>
</td>
</tr>
{/foreach}
</table>
<p>Всего ответивших: {$sum}</p>
|
|