forked from devsam/core
feat: 상/하단 돌아가기 버튼을 bootstrap으로 변경
This commit is contained in:
+3
-9
@@ -103,23 +103,17 @@ function GetNationColors()
|
||||
|
||||
function backButton()
|
||||
{
|
||||
return "
|
||||
<input type=button value='돌아가기' onclick=location.replace('./')><br>
|
||||
";
|
||||
return "<button type='button' class='btn btn-primary back_btn' onclick=location.replace('./')>돌아가기</button><br>";
|
||||
}
|
||||
|
||||
function CoreBackButton()
|
||||
{
|
||||
return "
|
||||
<input type=button value='돌아가기' onclick=location.replace('b_chiefcenter.php')><br>
|
||||
";
|
||||
return "<button type='button' class='btn btn-primary back_btn' onclick=location.replace('b_chiefcenter.php')>돌아가기</button><br>";
|
||||
}
|
||||
|
||||
function closeButton()
|
||||
{
|
||||
return "
|
||||
<input type=button value='창 닫기' onclick=window.close()><br>
|
||||
";
|
||||
return "<button type='button' class='btn btn-primary back_btn' onclick=window.close()>창 닫기</button><br>";
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user