Index: temp/test-xoops.ec-cube.net/html/modules/xoopspoll/class/xoopspollrenderer.php
===================================================================
--- temp/test-xoops.ec-cube.net/html/modules/xoopspoll/class/xoopspollrenderer.php	(revision 692)
+++ temp/test-xoops.ec-cube.net/html/modules/xoopspoll/class/xoopspollrenderer.php	(revision 695)
@@ -154,7 +154,6 @@
     {
 		$options_arr =& XoopsPollOption::getAllOption();
-print_R($options_arr);
         $i = 0;
-		$tpl->assign('poll', $options_arr);
+		$tpl->assign('option_list', $options_arr);
     }	
 }
Index: temp/test-xoops.ec-cube.net/html/modules/xoopspoll/templates/xoopspoll_results.html
===================================================================
--- temp/test-xoops.ec-cube.net/html/modules/xoopspoll/templates/xoopspoll_results.html	(revision 686)
+++ temp/test-xoops.ec-cube.net/html/modules/xoopspoll/templates/xoopspoll_results.html	(revision 695)
@@ -96,10 +96,12 @@
 			<th align="center">Í×/ÉÔÍ×</th>
 		</tr>
-		<tr class="even">
-			<td><a href="#">ºß¸Ë¤¬¾¯¤Ê¤¯¤Ê¤Ã¤¿¤é¥á¡¼¥ë¤¬ÆÏ¤¯¤è¤¦¤Ë¤·</a></td>
-			<td align="center">¼õÉÕÃæ</td>
-			<td align="center">¾¦ÉÊ´ÉÍý</td>
-			<td align="right">200/10</td>
+		<{section name=cnt loop=$option_list}>
+		<tr class="<{cycle values="even,odd"}>">
+			<td><a href="#"><{$option_list[cnt].option_text}></a></td>
+			<td align="center"><{$option_list[cnt].status}></td>
+			<td align="center"><{$option_list[cnt].category_id}></td>
+			<td align="right"><{$option_list[cnt].option_count}>/<{$option_list[cnt].minus_count}></td>
 		</tr>
+		<{/section}>
 	</table>
 	<!--Í×Ë¾°ìÍ÷¥Æ¡¼¥Ö¥ë-->
