커맨드 출력 준비

This commit is contained in:
2018-11-23 03:12:08 +09:00
parent 41f7192532
commit 05b32db37d
6 changed files with 125 additions and 232 deletions
+1 -1
View File
@@ -268,7 +268,7 @@ else if($session->userGrade == 4){
</tr>
<tr>
<td align=right style="'width:650px;border:none;">
<?php commandTable(); ?>
<?php printCommandTable()?>
<input id="mainBtnSubmit" type=button style=background-color:<?=GameConst::$basecolor2?>;color:white;width:110px;font-size:13px; value='실 행' onclick='refreshing(this, 3,form2)'><input type=button style=background-color:<?=GameConst::$basecolor2?>;color:white;width:110px;font-size:13px; value='갱 신' onclick='refreshing(this, 0,0)'><input type=button style=background-color:<?=GameConst::$basecolor2?>;color:white;width:160px;font-size:13px; value='로비로' onclick=location.replace('../')><br>
</td>
</tr>