Index: temp/test-xoops.ec-cube.net/html/modules/xoopspoll/pollregist.php
===================================================================
--- temp/test-xoops.ec-cube.net/html/modules/xoopspoll/pollregist.php	(revision 727)
+++ temp/test-xoops.ec-cube.net/html/modules/xoopspoll/pollregist.php	(revision 728)
@@ -49,4 +49,5 @@
 $xoopsTpl->assign('arrStatus', $arrStatus);
 $xoopsTpl->assign('arrCat', $arrCategory);
+$xoopsTpl->assign('arrRating', $arrRating);
 
 include XOOPS_ROOT_PATH.'/include/comment_view.php';
Index: temp/test-xoops.ec-cube.net/html/modules/xoopspoll/include/constants.php
===================================================================
--- temp/test-xoops.ec-cube.net/html/modules/xoopspoll/include/constants.php	(revision 701)
+++ temp/test-xoops.ec-cube.net/html/modules/xoopspoll/include/constants.php	(revision 728)
@@ -40,3 +40,7 @@
 );
 
+$arrRating = array(
+				1 => 'Í×',
+				2 => 'ÉÔÍ×',
+);
 ?>
Index: temp/test-xoops.ec-cube.net/html/modules/xoopspoll/templates/xoopspoll_regist.html
===================================================================
--- temp/test-xoops.ec-cube.net/html/modules/xoopspoll/templates/xoopspoll_regist.html	(revision 726)
+++ temp/test-xoops.ec-cube.net/html/modules/xoopspoll/templates/xoopspoll_regist.html	(revision 728)
@@ -93,36 +93,19 @@
 	<!--¥Ú¡¼¥¸Á÷¤ê-->
 	
-	<!--Í×Ë¾°ìÍ÷¥Æ¡¼¥Ö¥ë-->
+	<!--Í×Ë¾°ìÍ÷¥Æ¡¼¥Ö¥ë-->assignComment
 	<table>
 		<tr align="center">
-			<th>¥¿¥¤¥È¥ë</th>
-			<th>¥¹¥Æ¡¼¥¿¥¹</th>
-			<th align="center">¥«¥Æ¥´¥ê</th>
-			<th align="center">Í×/ÉÔÍ×</th>
+			<th>ÅÐÏ¿¼Ô</th>
+			<th>É¾²Á</th>
+			<th>¥³¥á¥ó¥È</th>
 		</tr>
+		<{section name=cnt loop=$arrComment}>
+		<{assign var="id" value=$arrComment[0].rating_id}>
 		<tr class="even">
-			<td><a href="#">ºß¸Ë¤¬¾¯¤Ê¤¯¤Ê¤Ã¤¿¤é¥á¡¼¥ë¤¬ÆÏ¤¯¤è¤¦¤Ë¤·</a></td>
-			<td align="center">¼õÉÕÃæ</td>
-			<td align="center">¾¦ÉÊ´ÉÍý</td>
-			<td align="right">200/10</td>
+			<td>$arrComment[cnt].uname</td>
+			<td align="center"><{$arrRating[$id]}></td>
+			<td>$arrComment[cnt].comment</td>
 		</tr>
-		<tr class="odd">
-			<td><a href="#">ºß¸Ë¤¬¾¯¤Ê¤¯¤Ê¤Ã¤¿¤é¥á¡¼¥ë¤¬ÆÏ¤¯¤è¤¦¤Ë¤·</a></td>
-			<td align="center">¼õÉÕÃæ</td>
-			<td align="center">¾¦ÉÊ´ÉÍý</td>
-			<td align="right">200/10</td>
-		</tr>
-		<tr class="even">
-			<td><a href="#">ºß¸Ë¤¬¾¯¤Ê¤¯¤Ê¤Ã¤¿¤é¥á¡¼¥ë¤¬ÆÏ¤¯¤è¤¦¤Ë¤·</a></td>
-			<td align="center">¼õÉÕÃæ</td>
-			<td align="center">¾¦ÉÊ´ÉÍý</td>
-			<td align="right">200/10</td>
-		</tr>
-		<tr class="odd">
-			<td><a href="#">ºß¸Ë¤¬¾¯¤Ê¤¯¤Ê¤Ã¤¿¤é¥á¡¼¥ë¤¬ÆÏ¤¯¤è¤¦¤Ë¤·</a></td>
-			<td align="center">¼õÉÕÃæ</td>
-			<td align="center">¾¦ÉÊ´ÉÍý</td>
-			<td align="right">200/10</td>
-		</tr>
+		<{/section}>
 	</table>
 	<!--Í×Ë¾°ìÍ÷¥Æ¡¼¥Ö¥ë-->
