연감 저장방식 수정

This commit is contained in:
2020-05-08 01:09:39 +09:00
parent 93363ec2e3
commit 1f4d543fe1
23 changed files with 180 additions and 126 deletions
+4 -4
View File
@@ -142,10 +142,10 @@ $generalObj = General::createGeneralObjFromDB($gen);
</tr>
<tr>
<td valign=top>
<?= formatHistoryToHTML(getGenLogRecent($gen, 24)) ?>
<?= formatHistoryToHTML(getGeneralActionLogRecent($gen, 24)) ?>
</td>
<td valign=top>
<?= formatHistoryToHTML(getBatLogRecent($gen, 24)) ?>
<?= formatHistoryToHTML(getBattleDetailLogRecent($gen, 24)) ?>
</td>
</tr>
<tr>
@@ -158,10 +158,10 @@ $generalObj = General::createGeneralObjFromDB($gen);
</tr>
<tr>
<td valign=top>
<?= formatHistoryToHTML(getGeneralHistoryAll($gen)) ?>
<?= formatHistoryToHTML(getGeneralHistoryLogAll($gen)) ?>
</td>
<td valign=top>
<?= formatHistoryToHTML(getBatResRecent($gen, 24)) ?>
<?= formatHistoryToHTML(getBattleResultRecent($gen, 24)) ?>
</td>
</tr>
</table>