Index: mp/test-xoops.ec-cube.net/html/modules/newbb/templates/newbb_response.html
===================================================================
--- /temp/test-xoops.ec-cube.net/html/modules/newbb/templates/newbb_response.html	(revision 1283)
+++ 	(revision )
@@ -1,70 +1,0 @@
-<!-- ¥â¥¸¥å¡¼¥ë¤³¤³¤«¤é -->
-<div style="padding: 15px 0;">
-<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>
-
-<!-- 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>&nbsp;<b><font color="white"><{$lang_topic}></font></b></td>
-		<td width="7%" align="center" nowrap="nowrap"><b><font color="white"><{$lang_response}></font></b></td>
-		<td width="15%" align="center" nowrap="nowrap"><b><font color="white"><{$lang_date}></font></b></td>
-	</tr>
-  <!-- start forum topic -->
-	<{foreach item=topic from=$topics}>
-	<tr class="<{cycle values="even,odd"}>">
-		<td>&nbsp;[<{$topic.topic_fix}>:<{$topic.topic_number}>]<a href="<{$topic.topic_link}>"><{$topic.topic_title}></a></td>
-		<td align="center" valign="middle">
-		<{ $arrResponse[$topic.topic_response]|default:'???' }>
-		<{if $arrResponse[$topic.topic_response] != ""}><br> (<{$topic.topic_response_user|default:'¥²¥¹¥È'}>) <{/if}>
-		</td>
-		<td align="right" valign="middle"><{$topic.topic_time}></td>
-	</tr>
-	<{/foreach}>
-	<!-- end forum topic -->
-</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>
