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/tpl/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/queenjbs/xe/modules/poll/tpl/result.html
<!--%import("css/poll.css")-->
<div id="popHeader" class="wide">
    <h3 class="xeAdmin">{$lang->poll_stop_date} : {zdate($poll->stop_date, "Y-m-d H:i")} {$lang->poll_join_count} : {number_format($poll->poll_count)}</h3>
</div>
<div class="popBody">
        <!--@foreach($poll->poll as $poll_srl_index => $val)-->
        <div class="poll_detail_box">
            <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="text">
                    {$item_srl+1}. {$item->title} : {$item->poll_count} ({$per}%)
                </div>
                <div class="bar_box">
                <!--@if($per)-->
                    <div class="bar" style="width:{$per}%;"><img src="./images/blank.gif" alt="bar" width="1" height="5" /></div>
                <!--@else-->
                    <div class="bar" style="width:2px;"><img src="./images/blank.gif" alt="bar" width="1" height="5" /></div>
                <!--@end-->
                </div>
            <!--@end-->

        </div>
        <!--@end-->
</div>

Anon7 - 2021