Index: /temp/test-xoops.ec-cube.net/html/templates/roadmap/index.html
===================================================================
--- /temp/test-xoops.ec-cube.net/html/templates/roadmap/index.html	(revision 1298)
+++ /temp/test-xoops.ec-cube.net/html/templates/roadmap/index.html	(revision 1299)
@@ -119,74 +119,53 @@
 			</tr>
 		<tr><td height="50"></td></tr>
-	</table>
+		
 		<tr>
 			<td bgcolor="#eeeeee"><img src="/themes/default/img/main/subtitle_icon.gif" width="28" height="24" alt="" style="vertical-align: middle;"><span class="fs18"><strong>º£¸å¤Î¼ç¤Êºî¶È¹àÌÜ</strong></span>¡¡<span style="font-size: x-small;">¡ÊºÇ½ª¹¹¿·Æü¡§2006Ç¯11·î19Æü¡Ë</span></td>
 		</tr>
-
-	<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">
+			<td>
+				
+			<!-- start forum main table -->
+			<form action="viewforum.php" method="get">
+			<input type="hidden" name="mode" value="">
+			<input type="hidden" name="topic_id" value="">
+			
+			<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 class="blockIcon"><div class="blockTitle"><{$forum_name}></div></td>
+					<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>
-			</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>
-
+		</td>
+	</tr>
 <br/>
 <!-- end module contents -->
