메인 페이지 새 버튼 추가 준비

This commit is contained in:
2018-04-10 21:21:58 +09:00
parent 16e5601651
commit 19e06cc12e
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -253,7 +253,7 @@ if ($session->userGrade >= 5) {
<tr>
<td width=646 align=right>
<?php commandTable(); ?>
<input type=button style=background-color:<?=GameConst::$basecolor2?>;color:white;width:110;font-size:13px; value='실 행' onclick='refreshing(this, 3,form2)'><input type=button style=background-color:<?=GameConst::$basecolor2?>;color:white;width:110;font-size:13px; value='갱 신' onclick='refreshing(this, 0,0)'><input type=button style=background-color:<?=GameConst::$basecolor2?>;color:white;width:160;font-size:13px; value='로그아웃' onclick=location.replace('logout_process.php')><br>
<input id="mainBtnSubmit" type=button style=background-color:<?=GameConst::$basecolor2?>;color:white;width:110;font-size:13px; value='실 행' onclick='refreshing(this, 3,form2)'><input type=button style=background-color:<?=GameConst::$basecolor2?>;color:white;width:110;font-size:13px; value='갱 신' onclick='refreshing(this, 0,0)'><input type=button style=background-color:<?=GameConst::$basecolor2?>;color:white;width:160;font-size:13px; value='로그아웃' onclick=location.replace('logout_process.php')><br>
</td>
</tr>
</form>
+4
View File
@@ -78,4 +78,8 @@ jQuery(function($){
console.log(target, msg);
return false;
});
$('#mainBtnSubmit').click(function(){
});
});