KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17
System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64
User : nobody ( 99)
PHP Version : 5.2.17
Disable Function : NONE
Directory :  /home/queenjbs/xe/modules/poll/skins/simple/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //home/queenjbs/xe/modules/poll/skins/simple/result.html
<!--%import("css/poll.css")-->

<div style="{$poll->style}">

    <table cellspacing="0" class="simple_poll">
    <tr>
        <td>
            {@ $_key = 0}
            <!--@foreach($poll->poll as $poll_srl_index => $val)-->
            <div <!--@if($_key>0)-->class="itemDiv"<!--@end-->>

                <div class="title">{$val->title} ({$val->poll_count})</div>

                <!--@foreach($val->item as $item_srl => $item)-->
                    {@$per = (int)(( $item->poll_count / $val->poll_count)*100) }

                    <div class="resultItem">
                        {$item->title} 
                    </div>

                    <div class="barBox">
                        <div class="bar"><img src="./images/color_bar.png" style="width:<!--@if($per<1)-->1<!--@else-->{$per}<!--@end-->%;height:6px;" alt="bar" /></div>
                        <div class="status">{$item->poll_count} ({$per}%)</div>
                    </div>
                    <div class="clear"></div>
                <!--@end-->

            </div>
            {@ $_key++}
            <!--@end-->
        </td>
    </tr>
    </table>

</div>

Anon7 - 2021