Index: temp/test-xoops.ec-cube.net/html/test/kakinaka/templates/newbb_viewforum.html
===================================================================
--- temp/test-xoops.ec-cube.net/html/test/kakinaka/templates/newbb_viewforum.html	(revision 986)
+++ temp/test-xoops.ec-cube.net/html/test/kakinaka/templates/newbb_viewforum.html	(revision 986)
@@ -0,0 +1,110 @@
+<!-- ¥â¥¸¥å¡¼¥ë¤³¤³¤«¤é -->
+<div style="padding: 15px 0;">
+<table border="0" width="100%" cellpadding="5" align="center">
+	<tr>
+		<td align="left"><a href="<{$xoops_url}>/modules/newbb/index.php?cat=<{$arrCat.cat_id}>"><{$arrCat.cat_title}></a>&nbsp;>&nbsp;<b><{$forum_name}></b></td>
+		<td align="right"></td>
+	</tr>
+	<tr><td height="10"></td></tr>
+</table>
+<table border="0" cellspacing="0" cellpadding="0">
+	<tr bgcolor="#2b8200">
+		<td><img src="<{$xoops_url}>/themes/default/img/top/title_left_top.gif" width="10" height="7" alt="" border="0"></td>
+		<td style="width:100%;"></td>
+		<td align="left"><img src="<{$xoops_url}>/themes/default/img/top/title_right_top.gif" width="10" height="7" alt="" border="0"></td>
+	</tr>
+	<tr>
+		<td bgcolor="#2b8200" colspan="3">
+		<table border="0" cellspacing="0" cellpadding="0">
+			<tr>
+				<td class="blockIcon"><div class="blockTitle"><{$forum_name}></div></td>
+			</tr>
+		</table>
+		</td>
+	</tr>
+	<tr bgcolor="#2b8200">
+		<td><img src="<{$xoops_url}>/themes/default/img/top/title_left_bottom.gif" width="10" height="7" alt="" border="0"></td>
+		<td></td>
+		<td align="left"><img src="<{$xoops_url}>/themes/default/img/top/title_right_bottom.gif" width="10" height="7" alt="" border="0"></td>
+	</tr>
+	<tr><td height="10"></td></tr>
+</table>
+<table border="0" width="100%" class="btnarea">
+	<tr>
+		<td align="center"><a href="<{$forum_post_or_register}>"><img src="/themes/default/img/main/thread_btn.jpg" width="190" height="36" alt="¿·µ¬¥¹¥ì¥Ã¥É¤òÄÉ²Ã¤¹¤ë"></a></td>
+	</tr>
+</table>
+<table align="center" border="0" width="100%">
+	<tr><td height="10"></td></tr>
+	<tr>
+		<td align="center"><{$forum_pagenav}></td>
+	</tr>
+	<tr><td height="10"></td></tr>
+</table>
+
+<!-- start forum main table -->
+<form action="viewforum.php" method="get">
+<input type="hidden" name="mode" value="">
+<input type="hidden" name="topic_id" value="">
+<input type="hidden" name="start" value="<{$smarty.get.start}>">
+
+<table class="outer" cellspacing="1">
+	<tr class="head" align="center">
+		<td width="2%">&nbsp;</td>
+		<td>&nbsp;<b><a href="<{$h_topic_link}>"><{$lang_topic}></a></b></td>
+		<td width="7%" align="center" nowrap="nowrap"><b><a href="<{$h_reply_response}>"><{$lang_response}></a></b></td>
+		<td width="5%" align="center" nowrap="nowrap"><b><a href="<{$h_reply_link}>"><{$lang_replies}></a></b></td>
+		<td width="15%" align="center" nowrap="nowrap"><b><a href="<{$h_poster_link}>"><{$lang_poster}></a></b></td>
+		<td width="8%" align="center" nowrap="nowrap"><b><a href="<{$h_views_link}>"><{$lang_views}></a></b></td>
+		<td width="15%" align="center" nowrap="nowrap"><b><a href="<{$h_date_link}>"><{$lang_date}></a></b></td>
+	</tr>
+  <!-- start forum topic -->
+	<{foreach item=topic from=$topics}>
+	<tr class="<{cycle values="even,odd"}>">
+		<td align="center"><{$topic.topic_icon}></td>
+		<td>&nbsp;[<{$topic.fix}>:<{$topic.topic_number}>]<a href="<{$topic.topic_link}>"><{$topic.topic_title}></a><{$topic.topic_page_jump}></td>
+		<td align="center" valign="middle">
+		<{ $arrResponse[$topic.topic_response]|default:'???' }>
+		<{if $arrResponse[$topic.topic_response] != ""}> (<{$topic.topic_response_user|default:'¥²¥¹¥È'}>) <{/if}>
+    <{*
+		<select name="response_<{$topic.topic_id}>" size="1">
+		<{ foreach from=$arrResponse key=key item=item }>
+		<option value="<{$key}>" <{if $topic.topic_response == $key}>selected="selected"<{/if}>><{$item}></option>
+		<{ /foreach }>
+		<input type="submit" value="11?¡¦" onClick="mode.value='response'; topic_id.value=<{$topic.topic_id}>;">
+		</select><br/>
+		
+	*}>
+	
+		</td>
+		<td align="center" valign="middle"><{$topic.topic_replies}></td>
+		<td align="center" valign="middle"><{$topic.topic_poster}></td>
+		<td align="center" valign="middle"><{$topic.topic_views}></td>
+		<td align="right" valign="middle"><{$topic.topic_last_posttime}><br /><{$lang_by}> <{$topic.topic_last_poster}></td>
+	</tr>
+	<{/foreach}>
+	<!-- end forum topic -->
+	<tr class="foot">
+		<td colspan="8" align="center"><b><{$lang_sortby}></b> <{$forum_selection_sort}> <{$forum_selection_order}> <{$forum_selection_since}> <input type="hidden" name="forum" value="<{$forum_id}>" /><input type="submit" name="refresh" value="<{$lang_go}>" /></td>
+	</tr>
+</table>
+</form>
+<!-- end forum main table -->
+
+<table align="center" border="0" width="100%">
+	<tr><td height="10"></td></tr>
+	<tr>
+		<td align="center"><{$forum_pagenav}></td>
+	</tr>
+	<tr><td height="10"></td></tr>
+</table>
+
+<table align="center" border="0" width="100%" class="btnarea">
+	<tr>
+		<td align="center"><{$forum_jumpbox}></td>
+	</tr>
+</table>
+
+<br/>
+<!-- end module contents -->
+</div>
Index: temp/test-xoops.ec-cube.net/html/test/kakinaka/topic_list.php
===================================================================
--- temp/test-xoops.ec-cube.net/html/test/kakinaka/topic_list.php	(revision 985)
+++ temp/test-xoops.ec-cube.net/html/test/kakinaka/topic_list.php	(revision 986)
@@ -2,4 +2,5 @@
 
 include '../../mainfile.php';
+$xoopsOption['template_main'] = 'topic_list.html';
 
 $sql = 'SELECT * FROM ' . $xoopsDB->prefix('bb_topics');
@@ -16,3 +17,6 @@
 }
 
+// ÂÐ±þ¾õ¶·
+$xoopsTpl->assign('arrResponse', $arrResponse);
+
 ?>
