legacy: #bg0, #bg1, #bg2 제거

This commit is contained in:
2021-08-29 02:16:12 +09:00
parent 8dbaa4c175
commit 0cf1c48f2a
26 changed files with 235 additions and 240 deletions
+3 -3
View File
@@ -138,7 +138,7 @@ var nations = <?=$nations?$history['nations']:'{}'?>;
</td></tr>
</table>
<table align=center width=1000 height=520 class='tb_layout bg0'>
<thead><tr><th colspan=5 align=center id=bg1>중 원 지 도</th></tr></thead>
<thead><tr><th colspan=5 align=center class='bg1'>중 원 지 도</th></tr></thead>
<tbody>
<tr height=520>
<td width=698>
@@ -168,13 +168,13 @@ var nations = <?=$nations?$history['nations']:'{}'?>;
</table>
</td>
</tr>
<tr><th colspan=5 align=center id=bg1>중 원 정 세</th></tr>
<tr><th colspan=5 align=center class='bg1'>중 원 정 세</th></tr>
<tr>
<td colspan=5 valign=top>
<?=formatHistoryToHTML(Json::decode($history['global_history']))?>
</td>
</tr>
<tr><th colspan=5 align=center id=bg1>장 수 동 향</th></tr>
<tr><th colspan=5 align=center class='bg1'>장 수 동 향</th></tr>
<tr>
<td colspan=5 valign=top>
<?=formatHistoryToHTML(Json::decode($history['global_action']))?>