Your IP : 172.28.240.42


Current Path : /var/www/html/clients/rebirth.e-nk.ru/templates/skin/developer-jquery/
Upload File :
Current File : /var/www/html/clients/rebirth.e-nk.ru/templates/skin/developer-jquery/question_result.tpl

<ul class="poll-result">
        {foreach from=$oTopic->getQuestionAnswers() key=key item=aAnswer}
                <li {if $oTopic->getQuestionAnswerMax()==$aAnswer.count}class="most"{/if}>
                        <dl>
                                <dt>
                                        <strong>{$oTopic->getQuestionAnswerPercent($key)}%</strong><br />
                                        <span>({$aAnswer.count})</span>
                                </dt>
                                <dd>{$aAnswer.text|escape:'html'}<div style="width: {$oTopic->getQuestionAnswerPercent($key)}%;" ></div></dd>
                        </dl>
                </li>
        {/foreach}
</ul>

<p class="poll-total">{$aLang.topic_question_vote_result}: {$oTopic->getQuestionCountVote()} | {$aLang.topic_question_abstain_result}: {$oTopic->getQuestionCountVoteAbstain()}</p>