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
|
<? include("./include/intro_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 프로그램도입상담 / 남상복 수정, 홍재원 팀장님 요청 ?>
</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; } /* 25.05.27 이현정 모바일 메인 리뉴얼 */ :root { --main: #2c63cf; /* 메인 진블루 */ --bg_main: #ddecf6; /*백그라운드 연블루*/
--mxw: 375px; --mnw: 340px; } html, body {width:100%; min-width:360px;-webkit-text-size-adjust: none !important; /* 크기 자동 조정 비활성화 */ text-size-adjust: none !important; } body * {font-family:'Pretendard Variable'; line-height:1.2; letter-spacing: -0.8px; box-sizing: border-box;} .section * {font-family: 프리텐다드, 'Pretendard', sans-serif; } .section { padding:55px 10px;} .secTitle { text-align:center; letter-spacing:-1.1px; margin-bottom:20px} .secTitle h3 {font-size:24px; line-height:1} .secTitle h3 b {line-height:1} .erpSub {font-size:16px !important; margin-top:10px; color:#888;text-align:center; display:inline-block} </style> <!-- 25.05.27 이현정 모바일 전면 리뉴얼 --> <div class="container" style="padding-top: 45px !important; overflow-x:hidden"> <!-- 메인배너 --> <?php include('./main_banner.php') ?>
<!-- 버튼구간 --> <?php include('./btn_wrap.inc.php') ?> <!-- 천년ERP 주요기능 --> <?php include('./erp_func.php') ?>
<!-- 천년ERP 추가기능 --> <?php include('./erp_func_sub.php') ?>
<!-- 천년ERP 연동기능 --> <?php include('./erp_func_link.php') ?> <!-- 사용후기 --> <?php include('./review_slide_3.php') ?>
<!-- 서비스후기 --> <?php include('./service_slide.php') ?>
<!-- 업무관리 앱설치 --> <?php include('./app_install.php') ?>
<!-- 천년경영 하드웨어 --> <?php include('./hardware_new.php') ?> <!-- 입금계좌안내 --> <?php include('./bank_info.inc.php') ?>
</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>
$(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> <?}?>
<? // include('./n_fix_callmenu.php') ?> <? include("./include/footer.php"); ?>
|