/home/mjc1/public_html/html/m/m_notice.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252



<? include("./include/header.php"); ?>
<?php 
include_once("../../common.php"); ?> 

<?php
// 몇명이 이 페이지에 들어왔는지 카운팅
if($_SERVER['REMOTE_ADDR']!='58.151.27.172' && $_SERVER['REMOTE_ADDR']!='115.138.35.2' && $_SESSION['mobile_cnt_flg'] != "1"){ // 사내의 대구, 서울 아이피가 아닐 경우에만

    
$today date("Y-m-d"); // 오늘날짜
    
$time date("H");

    
$page basename($_SERVER['PHP_SELF']).",m";
    
$sql "SELECT * FROM mBoard_page_count WHERE inflow_date = '{$today}' AND page = '{$page}' ORDER BY inflow_time DESC";
    
$res mysql_query($sql,$connect_web);
    
$row mysql_fetch_array($res);

    
$txt iconv("UTF-8","EUC-KR","모바일 메인페이지");

    if(!
$row || $row['inflow_time'] != $time){ // 데이터가 없을 때
        
$insertsql "INSERT INTO mBoard_page_count(inflow_date, inflow_time, count, page, page_kr) VALUES ('{$today}', '{$time}', 1, '{$page}', '{$txt}')";
        
mysql_query($insertsql,$connect_web);
    } else { 
// 데이터가 있을 때
        
$updatesql "UPDATE mBoard_page_count SET count = count+1 WHERE inflow_date = '{$today}' AND inflow_time = '{$time}' AND page = '{$page}'";
        
mysql_query($updatesql,$connect_web);
    }

    
$_SESSION['mobile_cnt_flg'] = "1";
}

//24.03.07 ~ 24.03.08 통합솔루션, 스마트폰영업관리, 편리한수발주관리, 도매쇼핑몰관리 아이콘이미지 수정(컬러로 변경) / 남상복 수정, 홍재원 팀장님 요청
//24.06.04 프로그램도입상담 / 남상복 수정, 홍재원 팀장님 요청
?>

    <script src="https://mattstow.com/experiment/responsive-image-maps/jquery.rwdImageMaps.min.js"></script><!--이미지맵 플러그인-->
    </div>

<style>

/*팝업창 공동 ui popup (jquery-ui)*/
[aria-describedby='modal_member_box3'] .ui-dialog .ui-dialog-buttonpane {display:none !important;}
[aria-describedby='modal_member_box3'] .ui-widget-header {border:none;background:none;}
[aria-describedby='modal_member_box3'] .ui-dialog .ui-dialog-title {display:none;}
[aria-describedby='modal_member_box3'] .ui-draggable .ui-dialog-titlebar {position: absolute;cursor: move;right: 0;z-index: 50;top: 10px;}
#modal_member_box2 {height:230px !important;} 

/*제품찾기 아이프레임 사이즈 축소*/
[aria-describedby='modal_member_box2'] iframe{    -ms-zoom: 0.38;
    -moz-transform: scale(0.38);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.38);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.38);
    width: 850px;
    height: 700px;
    -webkit-transform-origin: 0 0;
    position: absolute;
    top: 10px;
    left: 0;
}



 







/* 240129 2024.02.08 이현정 모바일 메인 리뉴얼 */
html, body {width:100%; min-width:340px !important}
.container { background:#ebedf5; }
.container * {font-family:'Pretendard Variable'; letter-spacing:-2px; box-sizing: border-box;}
.container img {max-width:80%}
a {font-family:'Pretendard Variable';}

.m_notice h3 {font-size:18px;     letter-spacing: -1px; }
.m_notice p {font-size:16px; line-height:1.5; margin:15px 0;    letter-spacing: -1px;}

  
 
</style>
        <!-- 24.02.08 이현정 모바일 전면 리뉴얼 -->
        <div class="container m_notice" onclick="closeNav()" style="background:#fff; padding : 80px 0 30px!important; overflow-x:hidden; text-align:center;">
            <h3 class="bold">[서버 이전 작업 안내]</h3>
            <p>더 나은 서비스 제공을 위해 사용 중인 서버의<br>이전 작업이 진행될 예정입니다.</p>
            <p>해당시간엔 <font color="#ff0000">프로그램 사용이 불가</font>하오니<br>일정 꼭! 확인하시어 업무에 참고 부탁드립니다.</p>
            <img src="https://mjsoft.co/html/millennium/img/move1-1.jpg" alt="" style="max-width:100%">
            <p>해당 작업시간 동안 사용이 필요한 업체는,<br>고객센터(☎ 1566-8680)로 미리 연락하셔서</p>
            <p>작업 일정을 변경해 주시면 감사하겠습니다.</p>
            <p>공지 내용은 프로그램 로그인 시 팝업창(PC)에서<br>다시 한번 확인하실 수 있습니다.</p>
            <p>불편을 드려 죄송하며,<br>더욱 안정적인 서비스 제공을 위해 양해 부탁드립니다.</p>
          
            <h3 class="bold" style="margin-top:60px">[DB IP 확인방법]</h3> 
          
            <p class="bold">로그인 후 -> 좌측하단 MJ DB *** 숫자 확인하시면 됩니다.</p>
            <img src="https://mjsoft.co/html/millennium/img/move2.png" alt="" style="max-width:100%">

        </div><!--//container-->

        <div id="modal_member_box2" style="display:none;width:900px; height:615px; padding-top:15px;padding-left:17px;padding-right:3px;position:relative;"><iframe id='pop_box_iframe2'  frameborder=0 src=''></iframe></div>
        <div id="modal_member_box3" style="display:none;padding-top:25px;padding-left:12px;padding-right:12px;position:relative;"></div><!--//팝업창-->



<script>

/*
const swiper01 = new Swiper('.swiper.service_slider', {
    autoplay: {
        delay: 2000,
        disableOnInteraction: false,
    },
    speed: 500,
    slidesPerView: 'auto',
    direction: 'vertical',
    effect: 'coverflow',
    loop: true,
    centeredSlides: true,
    coverflowEffect:{
        rotate: 0,
        stretch: 26,
        depth: 610,
        modifier: 1,
        slideShadows: false,
    },
    navigation: {
        nextEl: '.rolling_btn_next',
        prevEl: '.rolling_btn_prev',
    },
});
*/

/*24.06.12 이미지맵 은행계좌 복사하기 이현정 추가*/

$('.kb').click(function(){    
    var urlAddress= $('#kbbank');
    urlAddress.css('display','block').select();
    document.execCommand("Copy");
    urlAddress.css('display','none');
    alert('국민은행 계좌번호가 복사되었습니다');    
    return false;
});

$('.sh').click(function(){    
    var urlAddress= $('#shbank');
    urlAddress.css('display','block').select();
    document.execCommand("Copy");
    urlAddress.css('display','none');
    alert('신한은행 계좌번호가 복사되었습니다');    
    return false;
});

$('.nh').click(function(){    
    var urlAddress= $('#nhbank');
    urlAddress.css('display','block').select();
    document.execCommand("Copy");
    urlAddress.css('display','none');
    alert('농협은행 계좌번호가 복사되었습니다');    
    return false;
});


$(function(){
    $('img[usemap]').rwdImageMaps();
    $("#img").width("100%");
    
     //24.02.16 남상복 수정
    $(".review_pop_btn").click(function(){ //상단 사용후기 버튼 클릭시 팝업창 띄움
        $.get("review_main.inc.php",function(rtn){
            $("#modal_member_box3").html(rtn).dialog({
                resizable: true, height: 540, width: "94%", modal: true, title:"",
                open: function(){ $('html, body').css('overflow', 'hidden'); },
                close: function(){ $('html, body').css('overflow', 'unset'); },
            });
        });
    });    
    
    //24.02.16 남상복 수정
    $('.company_pop_btn').click(function(){ //상단 주요고객사 버튼 클릭시 팝업창 띄움
        $.get("customeroffice_main.inc.php",function(rtn){
            $("#modal_member_box3").html(rtn).dialog({
                resizable: true, height: 540, width: "94%", modal: true, title:"",
                open: function(){ $('html, body').css('overflow', 'hidden'); },
                close: function(){ $('html, body').css('overflow', 'unset'); },
            });
        });
    });


});

$(function(){
/*    $(".show_program_mobile").css("cursor","pointer").click(function(){ //엠제이 소프트란 팝업처리
        main_popup_show("https://mjsoft.co/html/millennium/index_new_program_new2.php?view_mode=mobile","380","320","나에게 맞는 제품찾기");
    }); */
    $(".show_guide_mobile").css("cursor","pointer").click(function(){ //엠제이 소프트란 팝업처리
        main_popup_show("/html/millennium/index_new_guide.php?view_mode=mobile","450","320","제품 구매 방법");
    });

        $(".show_program_est").css("cursor","pointer").click(function(){ //엠제이 소프트란 팝업처리
        main_popup_show("https://mjsoft.co/html/millennium/index_new_program_new2.php","380","320","나에게 맞는 제품찾기");
    });

});

function main_popup_show(url,v_width,v_height,v_title){
 
    $("#pop_box_iframe2").attr("src","");
    $("#modal_member_box2").dialog({
        resizable: true, height:v_width, width:v_height, modal: true, title: v_title,
        show : {effect:'blind',duration:500},
        buttons: {


            닫기: function() {
                $( this ).dialog( "close" );
            }
        },
        close: function() {
            $("#pop_box_iframe2").attr("src","");
        }
    });
    setTimeout(function(){
        $("#pop_box_iframe2").attr("src",url);        
    },500);


}


function dialog_close(){
    $("#modal_member_box").dialog( "close" );
}
</script>
<?
//_pr($_COOKIE);
if($_COOKIE['find_pop_not_open']!='1'){
?>
    <script>
    $(function(){
        /*setTimeout(function(){
            main_popup_show("http://mjsoft.co/html/millennium/index_new_program_new2.php?view_mode=mobile&mode=pop","380","320","내게 맞는 프로그램");
        },1000);*/
    });
    </script>
<?}?>
<?php 
include('./n_fix_callmenu.php'?>
<? 
include("./include/footer.php"); ?>