|
|
@ -316,8 +316,10 @@ function fnOpenChangePassword(){
|
|
|
|
|
|
|
|
|
|
|
|
function showHelp(){
|
|
|
|
function showHelp(){
|
|
|
|
dialog.alert({
|
|
|
|
dialog.alert({
|
|
|
|
content: '070-4490-74XX',
|
|
|
|
content : "문의전화 : 070-4490-74XX"
|
|
|
|
timeout: 0,
|
|
|
|
+"<br/>"
|
|
|
|
|
|
|
|
+"<button type='button' class='btn btn-primary' onclick='remoteRequest();'>원격지원</button>",
|
|
|
|
|
|
|
|
timeout : 0,
|
|
|
|
init : function() {
|
|
|
|
init : function() {
|
|
|
|
setDialogZindex();
|
|
|
|
setDialogZindex();
|
|
|
|
focusClose();
|
|
|
|
focusClose();
|
|
|
@ -325,6 +327,10 @@ function showHelp(){
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
function remoteRequest(){
|
|
|
|
|
|
|
|
window.open("https://www.xit.co.kr/xit-1.exe", '_blank');
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
* 보안모드 토글 처리
|
|
|
|
* 보안모드 토글 처리
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|