Index: branches/dev/data/downloads/module/security/security.php
===================================================================
--- branches/dev/data/downloads/module/security/security.php	(revision 12070)
+++ branches/dev/data/downloads/module/security/security.php	(revision 12073)
@@ -22,4 +22,8 @@
 $objQuery = new SC_Query();
 
+$arrList[0]['title'] = "¥¿¥¤¥È¥ë";
+$arrList[0]['result'] = "·ë²Ì";
+
+$objPage->arrList = $arrList;
 
 $objView->assignobj($objPage);					//ÊÑ¿ô¤ò¥Æ¥ó¥×¥ì¡¼¥È¤Ë¥¢¥µ¥¤¥ó¤¹¤ë
Index: branches/dev/data/downloads/module/security/security.tpl
===================================================================
--- branches/dev/data/downloads/module/security/security.tpl	(revision 12071)
+++ branches/dev/data/downloads/module/security/security.tpl	(revision 12073)
@@ -72,11 +72,9 @@
 
 									<table width="442" border="0" cellspacing="1" cellpadding="8" summary=" ">
+										<!--{section name=i loop=$arrList}-->
 										<tr class="fs12n">
-											<td bgcolor="#ffffff">
-												¥ë¥ß¡¼¥º·èºÑ¥â¥¸¥å¡¼¥ë¤ò¤´ÍøÍÑÄº¤¯°Ù¤Ë¤Ï¡¢¥æ¡¼¥¶ÍÍ¤´¼«¿È¤Ç
-												¥ë¥ß¡¼¥º³ô¼°²ñ¼ÒÍÍ¤È¤´·ÀÌó¤ò¹Ô¤Ã¤Æ¤¤¤¿¤À¤¯É¬Í×¤¬¤¢¤ê¤Þ¤¹¡£ <br/>
-												¤ª¿½¤·¹þ¤ß¤Ë¤Ä¤­¤Þ¤·¤Æ¤Ï¡¢²¼µ­¤Î¥Ú¡¼¥¸¤«¤é¡¢¤ª¿½¤·¹þ¤ß¤ò¹Ô¤Ã¤Æ²¼¤µ¤¤¡£<br/><br/>
-											</td>
+											<td bgcolor="#ffffff"><!--{$arrList[i].title}--></td>
 										</tr>
+										<!--{/section}-->
 									</table>
 
