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