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
+4 -4
View File
@@ -161,10 +161,10 @@ $('#die_immediately').click(function(){
</tr>
<tr>
<td valign=top>
<?=getGenLogRecent($generalID, 24)?>
<?=formatHistoryToHTML(getGenLogRecent($generalID, 24))?>
</td>
<td valign=top>
<?=getBatLogRecent($generalID, 24)?>
<?=formatHistoryToHTML(getBatLogRecent($generalID, 24))?>
</td>
</tr>
<tr>
@@ -173,10 +173,10 @@ $('#die_immediately').click(function(){
</tr>
<tr>
<td valign=top>
<?=getGeneralHistoryAll($generalID)?>
<?=formatHistoryToHTML(getGeneralHistoryAll($generalID))?>
</td>
<td valign=top>
<?=getBatResRecent($generalID, 24)?>
<?=formatHistoryToHTML(getBatResRecent($generalID, 24))?>
</td>
</tr>
</table>