history 관련 처리 변경

This commit is contained in:
2020-04-18 14:36:05 +09:00
parent c1bf3a773f
commit 27aa1c1973
14 changed files with 91 additions and 117 deletions
+2 -2
View File
@@ -64,7 +64,7 @@ $(function(){
<table align=center width=1200 height=520 class='tb_layout bg0'>
<tr height=520>
<td width=498 valign=top>
<?=getGeneralPublicRecordRecent(34)?>
<?=formatHistoryToHTML(getGeneralPublicRecordRecent(34))?>
</td>
<td width=698>
<?=getMapHtml($mapTheme)?>
@@ -72,7 +72,7 @@ $(function(){
</tr>
<tr>
<td colspan=2 valign=top>
<?=getWorldHistoryRecent(34)?>
<?=formatHistoryToHTML(getWorldHistoryRecent(34))?>
</td>
</tr>
</table>