Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
TDS_Myshop_Detail
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
김정순_이모션
TDS_Myshop_Detail
Commits
b723c705
Commit
b723c705
authored
Jan 05, 2022
by
임지연_이모션
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[임지연/이모션]가입정보추가
parent
9e28c32c
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
691 additions
and
497 deletions
+691
-497
.gitignore
.gitignore
+1
-0
seller_common.css
src/assets/css/seller_common.css
+561
-497
index.html
src/assets/html/index.html
+2
-0
seller_subscriber_info.html
src/assets/html/seller_subscriber_info.html
+127
-0
No files found.
.gitignore
0 → 100644
View file @
b723c705
.vscode/settings.json
src/assets/css/seller_common.css
View file @
b723c705
This diff is collapsed.
Click to expand it.
src/assets/html/index.html
View file @
b723c705
...
...
@@ -81,6 +81,8 @@ document.createElement("footer");
<li><a
href=
"./seller_usim_5g_registration1.html"
>
5G 요금제로 USIM 개통 - 옵션.혜택
<span>
/ ./seller_usim_5g_registration1.html
</span></a></li>
<li><a
href=
"./seller_usim_lte_registration1.html"
>
LTE 요금제로 USIM 개통 - 옵션.혜택
<span>
/ ./seller_usim_lte_registration1.html
</span></a></li>
<li><a
href=
"./seller_pop_serial_number.html"
>
[팝업] 일련번호, IMEI, Wi-Fi MAC 주소 확인방법
<span>
/ ./seller_pop_serial_number.html
</span></a></li>
<li><a
href=
"./seller_subscriber_info.html"
>
가입자 정보
<span>
/ ./seller_subscriber_info.html
</span></a></li>
</ul>
</section>
</article>
...
...
src/assets/html/seller_subscriber_info.html
0 → 100644
View file @
b723c705
<!--
가입자 정보 화면
-->
<!DOCTYPE html>
<html
lang=
"ko"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no,viewport-fit=cover"
>
<title>
[상품 Mobile] detail | SK텔레콤 공식 온라인 쇼핑몰 T월드 다이렉트
</title>
<link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"../img/favicon.ico"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../css/seller.css"
>
<script>
document
.
documentElement
.
dataset
.
userAgent
=
navigator
.
userAgent
;
</script>
</head>
<body>
<!-- [D] div.wrap에 클래스 product-detail-page 추가
header가 상단 고정을 경우 div.wrap에 클래스 header-sticky 추가 -->
<div
class=
"wrap seller-wrap header-sticky seller_subscriber_info"
>
<header
class=
"header header-sub"
>
<div
class=
"top-menu"
>
<a
href=
"#none"
class=
"btn-back"
>
<span
class=
"ico-back"
>
이전 페이지로 돌아가기
</span>
</a>
<div
class=
"top-header-title"
><span
class=
"txt-head"
>
가입자 정보
</span></div>
</div>
</header>
<main
role=
"main"
class=
"content"
>
<div
class=
"l-grid"
>
<p
class=
"subscrib-txt-msg"
>
신청서로 이동하기 전 가입자 정보를 확인해 주세요
</p>
<!-- [D] Case: 비회원 -->
<div
class=
"opt-group"
>
<h2
class=
"opt-group-tit"
>
가입자명
</h2>
<div
class=
"opt-group-con"
>
<div
class=
"form-group"
>
<span
class=
"c-input"
>
<input
type=
"text"
placeholder=
"가입하실 분의 이름을 입력하세요"
title=
"가입하실 분의 이름을 입력하세요"
class=
"input"
>
</span>
</div>
</div>
</div>
<div
class=
"opt-group"
>
<h2
class=
"opt-group-tit"
>
휴대폰번호
</h2>
<div
class=
"opt-group-con"
>
<div
class=
"form-group"
>
<span
class=
"c-input"
>
<input
type=
"text"
placeholder=
"‘-’ 없이 숫자만 입력해 주세요"
title=
"‘-’ 없이 숫자만 입력해 주세요"
maxlength=
"11"
class=
"input"
numberOnly
>
</span>
</div>
</div>
</div>
<!-- [D] Case: 회원(서비스관리번호有) -->
<div
class=
"opt-group"
>
<h2
class=
"opt-group-tit"
>
가입자명
</h2>
<div
class=
"opt-group-con"
>
<div
class=
"form-group"
>
<span
class=
"c-input"
>
<input
type=
"text"
placeholder=
"가입하실 분의 이름을 입력하세요"
title=
"가입하실 분의 이름을 입력하세요"
value=
"최부열"
class=
"input"
>
</span>
</div>
</div>
</div>
<div
class=
"opt-group"
>
<h2
class=
"opt-group-tit"
>
휴대폰번호
</h2>
<div
class=
"opt-group-con"
>
<div
class=
"form-group"
>
<span
class=
"c-input"
>
<input
type=
"text"
placeholder=
"‘-’ 없이 숫자만 입력해 주세요"
title=
"‘-’ 없이 숫자만 입력해 주세요"
maxlength=
"11"
onfocus=
"this.value=''"
value=
"010-8912-1706"
class=
"input"
numberOnly
>
</span>
</div>
</div>
</div>
<!-- [D] Case: 언택트플랜 case (비회원 or 회원&다른번호 입력)-->
<div
class=
"opt-group"
>
<h2
class=
"opt-group-tit"
>
가입자명
</h2>
<div
class=
"opt-group-con"
>
<div
class=
"form-group"
>
<span
class=
"c-input"
>
<input
type=
"text"
placeholder=
"가입하실 분의 이름을 입력하세요"
title=
"가입하실 분의 이름을 입력하세요"
class=
"input"
>
</span>
</div>
</div>
</div>
<div
class=
"opt-group"
>
<h2
class=
"opt-group-tit"
>
휴대폰번호
</h2>
<div
class=
"opt-group-con"
>
<div
class=
"form-group"
>
<span
class=
"c-input"
>
010-8912-1706
</span>
</div>
</div>
</div>
</div>
</main>
<!-- s: 하단 버튼 바 -->
<div
class=
"sticky-bar"
>
<div
class=
"layer-pay"
>
<h2
class=
"g-invisible"
>
가입자정보
</h2>
<div
class=
"l-grid"
>
<!-- [D] 활성/비활성 여부는 클래스 disabled 추가/삭제로 컨트롤 -->
<div
class=
"btn-area"
>
<button
type=
"button"
class=
"btn-middle-light"
>
취소
</button>
<button
type=
"button"
class=
"btn-primary"
>
확인
</button>
</div>
</div>
</div>
</div>
<!-- //e: 하단 버튼 바 -->
</div>
<!-- <script>
$("input").on("click", function(){
$(this).val($(this).val().replace(/[^0-9]/g,""));
})
</script> -->
<script
src=
"../js/jquery.min.js"
></script>
<script
src=
"../js/swiper.min.js"
></script>
<script
src=
"../js/tdirect-ui.js"
></script>
</body>
</html>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment