randpolls editlemesi
|
#6819 |
|
|
TheRaskol
User is:
Posts: 438
Meslek: Palyaço
Age: 38
|
Merhaba arkada?lar;
Anasayfada randpolls eklentisi kullan?yorum fakat bunu d?zenlemek istiyorum. ?u anki hali ![]() Kod: if ($alreadyvoted) { $percentbar = floor(($row['po_count'] / $totalvotes) * 100); $res .= "<div align=\"left\">"; $res .= $row['po_text']." : $percentbar%<div style=\"width:70%;\"><div class=\"bar_back\"><div class=\"bar_front\" style=\"width:".$percentbar."%;\"></div></div></div></div><p></p>"; } ?stedi?im hali; ![]() Kod: else { $result = "<table class=\"cells\">"; while ($row1 = sed_sql_fetcharray($sql1)) { $po_id = $row1['po_id']; $po_count = $row1['po_count']; $percent = @round(100 * ($po_count / $totalvotes),1); $percentbar = floor($percent * 2.24); $result .= "<tr><td>"; $result .= ($alreadyvoted) ? sed_parse(sed_cc($row1['po_text']), 1, 1, 1) : "<a href=\"polls.php?a=send&".sed_xg()."&id=".$id."&vote=".$po_id."\">".sed_parse(sed_cc($row1['po_text']), 1, 1, 1)."</a>"; $result .= "</td><td><div class=\"bar_back\"><div class=\"bar_front\" style=\"width:".$percent."%;\"></div></div></div></td><td>$percent%</td><td>(".$po_count.")</td></tr></td></tr>"; } Te?ekk?r ederim. |















