-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjoincheck.html
469 lines (417 loc) · 14.7 KB
/
joincheck.html
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
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
<?php
include_once('./yc/common.php');
define('_SHOP_', true);
?>
<!DOCTYPE html><html>
<head>
<meta charset="utf-8">
<META http-equiv="Pragma" content="no-cache">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Delibe Light</title>
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- Theme CSS -->
<link href="css/common.min.css" rel="stylesheet">
<link href="css/font/font.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="/yc/theme/basic/css/mobile_shop.css?ver=161020">
<link rel="stylesheet" href="/yc/mobile/skin/member/delibe/style.css?ver=161020">
<link rel="stylesheet" href="css/swiper.css"/>
<script src="vendor/jquery/jquery.min.js"></script>
<script src="js/underscore.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<script src="js/swiper.min.js"></script>
<script src="js/jquery.lazyload.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/backcontroller.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<script data-bc="action">
(function(){
backcontroller.Component.init({
Name : "Common",
// DataURL : "./admin/json/filter.json",
templateSelector : '#TopMenu',
stateProcessor : function(data){
//backcontroller.state.FilterList.setList(data);
},
targetSelector : ".TopMenu",
afterEvent : function(){
}})
})()
</script>
<script type="text/template" id="TopMenu" data-bc="template">
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<div class="navbar-header">
<button onclick="openNav()" type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only" >Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<span class="navbar-brand" href="#" onclick="GoMain()">#B</span>
<a href="search.html"><button type="button" class="navbar-toggle" style="background:transparent;border:none;margin:0px;margin-right:9px;margin-top:9px;margin-bottom:9px;float:right !important;"><img src="./img/main/zoom.png" style="height:20px;"/></button></a>
<button type="button" class="navbar-toggle" style="background:transparent;border:none;margin:0px;margin-top:9px;margin-bottom:9px;float:right !important;"><a href="cart.html"><img src="./img/main/shopping-cart.png" style="height:20px;"/></a></button>
</div>
</div>
</nav>
</script>
<script data-bc="action">
(function(){
backcontroller.Component.init({
Name : "LeftMenu",
DataURL : "./admin/json/filter.json",
templateSelector : '#LeftMenuTopMenuInfo',
stateProcessor : function(data){
//backcontroller.state.FilterList.setList(data);
},
targetSelector : ".LeftMenuTopMenuInfo",
afterEvent : function(){
}
})
})()
</script>
<script type="text/template" id="LeftMenuTopMenuInfo" data-bc="template">
<div class="logInfo">
<div class="group title">
<span>#B</span>
<div class="close" onclick="closeNav()"><img src="img\close.png" style="width:100%;height:100%;"></div>
</div>
<div class="group content">
<div>안녕하세요, <span style="color:#0e64f2;">인탑</span>님. </div>
<div>#B에 오신걸 환영합니다.</div>
</div>
<%if(document.querySelector("#loginsuccess")){%>
<div class="group button-group">
<a href="mypage.html"><div class="yellow">마이페이지</div></a>
<a href="wish.html"><div class="black">위시리스트</div></a>
</div>
<%}else{%>
<div class="group button-group">
<a href="login.html?device=mobile"><div class="yellow">로그인</div></a>
<a href="joincheck.html?device=mobile"><div class="black">회원가입</div></a>
</div>
<%}%>
</div>
</script>
<script data-bc="action">
(function(){
var purl;
if($("#loginsuccess").length > 0){
purl = "/yc/api/model.php?m=get&q=/follow/"+$("#loginsuccess").text();
}else{
purl = "/yc/api/model.php";
}
console.log(purl);
backcontroller.Component.init({
Name : "LeftMenu",
Data : {
name : "LeftFollowList",
url : purl
},
templateSelector : '#LeftMenuFollowList',
stateProcessor : function(data){
//backcontroller.state.FilterList.setList(data);
},
targetSelector : ".LeftMenuFollowList",
afterEvent : function(){
}
})
})()
</script>
<script type="text/template" id="LeftMenuFollowList" data-bc="template">
<% var itemlist = obj;%>
<% var url = location.href.indexOf("localhost") < 0 ? "." : "."%>
<div class="submenu">
<div class="group title">
<div>Follow<span style="float:right"><img src="img/plus.png"/></span></div>
</div>
<div class="group contents" style="white-space:nowrap;overflow-x:scroll;">
<% for(i=0;i<itemlist.length;i++){%>
<a href="./store.html#<%=itemlist[i].name%>">
<div class="horizontalElement follow">
<div class="face"><img src="<%=url%>/yc/data/face/<%=itemlist[i].face%>" style="width:100%;"></div>
<div class="name"><%=itemlist[i].name%></div>
</div>
</a>
<%}%>
</div>
</div>
</script>
<script data-bc="action">
(function(){
backcontroller.Component.init({
Name : "LeftMenu",
Data : {
name : "LeftMenu",
url : "/yc/api/category.php"
},
templateSelector : '#LeftMenuMenuList',
stateProcessor : function(data){
//backcontroller.state.FilterList.setList(data);
},
targetSelector : ".LeftMenuMenuList",
afterEvent : function(){
}
})
})()
</script>
<script type="text/template" id="LeftMenuMenuList" data-bc="template">
<% var categorylist = obj.sort(function(a,b){return (a.ca_id.toString() > b.ca_id.toString() ? 1 : 0 )});%>
<div class="list">
<div class="group tab">
<div>
<div>Item</div>
</div>
<div class="deactive">
<div>Celeb</div>
</div>
</div>
<ul class="list-mainmenu" style="clear:both;">
<% for(i=0;i<categorylist.length;i++){%>
<% var caid=categorylist[i].ca_id %>
<li>
<% if(caid.toString().length == 2){%>
<div><%=categorylist[i].ca_name%></div>
<ul class="list-submenu">
<% while(categorylist[i+1] !== undefined && categorylist[i+1].ca_id.toString().length == 4){%>
<li>- <%=categorylist[i++].ca_name%></li>
<%}%>
</ul>
<%}%>
</li>
<% }%>
</ul>
</div>
</script>
<script data-bc="action">
(function(){
backcontroller.Component.init({
Name : "LeftMenu",
DataURL : "./admin/json/filter.json",
templateSelector : '#LeftMenuLatestList',
stateProcessor : function(data){
//backcontroller.state.FilterList.setList(data);
},
targetSelector : ".LeftMenuLatestList",
afterEvent : function(){
}
})
})()
</script>
<script type="text/template" id="LeftMenuLatestList" data-bc="template">
<div class="submenu">
<div class="group title">
<div>최근에 본 상품</div>
</div>
<div class="group contents">
<div class="horizontalElement">
<div><img src="./img/shoplist/1.jpg"/></div>
</div>
<div class="horizontalElement">
<div><img src="./img/shoplist/1.jpg"/></div>
</div>
<div class="horizontalElement">
<div><img src="./img/shoplist/1.jpg"/></div>
</div>
</div>
</div>
</script>
<script data-bc="action">
(function(){
backcontroller.Component.init({
Name : "LeftMenu",
DataURL : "./admin/json/filter.json",
templateSelector : '#LeftMenuFooter',
stateProcessor : function(data){
//backcontroller.state.FilterList.setList(data);
},
targetSelector : ".LeftMenuFooter",
afterEvent : function(){
}
})
})()
</script>
<script type="text/template" id="LeftMenuFooter" data-bc="template">
<div class="footer" style="padding:15px 0px 15px 0px;background-color: #333333;color:#888888;">
<div class="group title">
<div style="display:block;text-align:center;">
<div style="display:inline-block;width:17%;text-align:left;vertical-align:middle;padding:10px 10px 10px 10px;"><img src="img/call.png" style="width:100%"></div>
<div style="display:inline-block;width:34%;vertical-align:middle;text-align:left;font-size:8px;">
<div style="font-size:12px;">고객센터</div>
<div style="font-size:8px;">Weekdays 9:30 ~ 18:00</div>
<div style="font-size:8px;">Sat,Sun,Holiday OFF</div>
</div>
<div style="display:inline-block;text-align:left;width:45%;font-size:24px;vertical-align:middle;white-space:nowrap">
<span style="margin:5px;text-align:center;">1522-6631</span>
</div>
</div>
</div>
</div>
</script>
<div id="skipnav"><a href="#maincontent">Skip to main content</a></div>
<!-- Navigation -->
<div id="leftMenu" class="left-menu">
<div class="LeftMenuTopMenuInfo"></div>
<div class="LeftMenuFollowList"></div>
<div class="LeftMenuMenuList"></div>
<div class="LeftMenuLatestList"></div>
<div class="LeftMenuFooter"></div>
</div>
<div class="wrapper">
<div id="JoinPage">
<div class="TopMenu"></div>
<div class="JoinCheck"></div>
</div>
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) -->
<div class="scroll-top page-scroll hidden-sm hidden-xs hidden-lg hidden-md">
<a class="btn btn-primary" href="#page-top">
<i class="fa fa-chevron-up"></i>
</a>
</div>
</div>
<style>
.common.line {color:#474747;padding:10px 20px 10px 20px;white-space: nowrap;overflow:hidden;width:100%;}
.common.yellowheader {background-color:#fed664;}
.common.line .name2 {display:inline-block;float:left;}
.common.line .value2 {display:inline-block;float:right;}
.line {width:100%;display: block;white-space: nowrap;margin-bottom:10px;}
.line.grayheader{margin:10px 0px 10px 0px;background-color:#f8f8f8;padding:10px 0px 10px 20px;font-size:11px;color:#292929;}
.name {display:inline-block;width:10%;vertical-align: middle;}
.value {display:inline-block;width:95%;}
.value input, .value button{
border-radius: 5px;
background-color: white !important;
}
.mbskin{
padding-top:20px;
margin:0 auto;
width:90%;
background-color: white;
}
.JoinCheck{
background-color: white;
}
.yblock{
display: block;
width:100%;
border:1px solid #eee;
margin-top:10px;
}
.yblock .name{
white-space: nowrap;
display: block;
border: 0px;
width:100%;
border-bottom-width:1px;
border-style : solid;
border-color:#eee;
padding:10px 20px 10px 20px;
}
.yblock .content{
overflow: hidden;
overflow-y: scroll;
display: block;
width:100%;
height:150px;
color:#aaa;
padding:20px 15px 10px 15px;
}
.btn_submit{
background-color: white;
margin-top:30px;
width:50%;
color:#252525;
border: 1px solid #eee;
}
.btn_submit:first-child{
background-color: black;
color:white;
}
.line.buttons{
text-align: center;
}
</style>
<script>
(function(){
backcontroller.Component.init({
type : "PHP",
Name : "JoinCheck",
// DataURL : "./admin/json/filter.json",
templateSelector : '#JoinCheck',
stateProcessor : function(data){
//backcontroller.state.FilterList.setList(data);
},
targetSelector : ".JoinCheck",
afterEvent : function(){
}})
})()
</script>
<script type="text/template" id="JoinCheck">
<div class="subTitle">회원가입</div>
<?php
include_once('./backend/common.php');
// 로그인중인 경우 회원가입 할 수 없습니다.
if ($is_member) {
goto_url("/");
}
// 세션을 지웁니다.
set_session("ss_mb_reg", "");
$g5['title'] = '회원가입약관';
$register_action_url = 'join.html';
?>
<div class="mbskin">
<form name="fregister" id="fregister" action="<?php echo $register_action_url ?>" onsubmit="return fregister_submit(this);" method="POST" autocomplete="off">
<div class="yblock">
<div class="name"><input type="checkbox" name="agree" value="1" id="agree11"> 이용약관동의(필수)<span style="float:right;">전체보기</span></div>
<div class="content"><?php echo get_text($config['cf_stipulation']) ?></div>
</div>
<div class="yblock">
<div class="name"><input type="checkbox" name="agree2" value="1" id="agree21"> 개인정보처리방침 동의(필수)<span style="float:right;">전체보기</span></div>
<div class="content">■수집항목:이름,생년월일,성별,로그인ID,비밀번호,비밀번호 질문과 답변,자택전화번호,자택주소,휴대전화번호,
이메일,직업,회사명,부서,직책,회사전화번호,취미,결혼여부,기념일,법정대리인정보,서비스이용기록,접속 로그,접속 IP정보,결제기록<br>
■서비스 제공에 관한 이행 및 서비스 제공에 따른 요금정산 콘텐츠 제공, 구매 및 요금 결제, 물품배송 또는 청구지 등발송
</div>
</div>
<div class="line buttons">
<input type="submit" class="btn_submit" value="다음">
<input type="button" class="btn_submit" onclick="history.go(-1)" value="취소">
</div>
</form>
<script>
function fregister_submit(f)
{
if (!f.agree.checked) {
alert("회원가입약관의 내용에 동의하셔야 회원가입 하실 수 있습니다.");
f.agree.focus();
return false;
}
if (!f.agree2.checked) {
alert("개인정보처리방침안내의 내용에 동의하셔야 회원가입 하실 수 있습니다.");
f.agree2.focus();
return false;
}
return true;
}
</script>
</div>
</script>
<!-- jQuery -->
<!-- Bootstrap Core JavaScript -->
<!-- Plugin JavaScript -->
<!-- Theme JavaScript -->
<script src="js/frontcontroller.min.js"></script>
</body>
</html>