-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtset.html
More file actions
178 lines (153 loc) · 5.18 KB
/
tset.html
File metadata and controls
178 lines (153 loc) · 5.18 KB
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
<div class="path">
<h3>현재 위치</h3>
<ol>
<li class="first"><a href="/">홈</a></li>
<li title="현재 위치"><strong>비밀번호 찾기</strong></li>
</ol>
</div>
<div class="titleArea">
<h2><span>비밀번호 찾기</span></h2>
</div>
<div module="member_findpasswd">
<div class="findpw_top">FIND PW</div>
<!--@css(/css/module/member/find_passwd.css)-->
<!--
$nextURL = /member/passwd/find_passwd_result.html
-->
<div class="inner">
<!-- <h3><img src="http://img.echosting.cafe24.com/design/skin/mono/member/h3_findPw1.gif" alt="1단계 정보 입력" /></h3> -->
<fieldset>
<legend>비밀번호 찾기 1단계 정보 입력</legend>
<p class="check">
<span class="type">{$form.check_method}</span>
</p>
<table class="findType">
<tr>
<th>아이디</th><td>{$form.member_id}</td><td rowspan="3"><a href="#none" onclick="{$action_func_find_passwd_question}" class="btn_ok">OK</td>
</tr>
<tr>
<th>이름</th><td>{$form.name}</td>
</tr>
<tr class="ssn_no">
<th>주민등록번호로 찾기</th><td>{$form.ssn}</td>
</tr>
<tr class="email" style="display:none;">
<th>이메일로 찾기</th><td>{$form.email}</td>
</tr>
</table>
</fieldset>
</div>
</div>
<!--@layout(/layout/basic/layout.html)-->
<div class="path">
<h3>현재 위치</h3>
<ol>
<li class="first"><a href="/">홈</a></li>
<li title="현재 위치"><strong>비밀번호 찾기</strong></li>
</ol>
</div>
<div class="titleArea">
<h2><span>비밀번호 찾기</span></h2>
</div>
<div module="member_findpasswd">
<div class="findpw_top">FIND PW</div>
<!--@css(/css/module/member/find_passwd.css)-->
<!--
$nextURL = /member/passwd/find_passwd_result.html
-->
<div class="inner">
<!-- <h3><img src="http://img.echosting.cafe24.com/design/skin/mono/member/h3_findPw1.gif" alt="1단계 정보 입력" /></h3> -->
<fieldset>
<legend>비밀번호 찾기 1단계 정보 입력</legend>
<p class="check">
<span class="type">{$form.check_method}</span>
</p>
<table class="findType">
<tr>
<th>아이디</th><td>{$form.member_id}</td><td rowspan="3"><a href="#none" onclick="{$action_func_find_passwd_question}" class="btn_ok">OK</td>
</tr>
<tr>
<th>이름</th><td>{$form.name}</td>
</tr>
<tr class="ssn_no">
<th>주민등록번호로 찾기</th><td>{$form.ssn}</td>
</tr>
<tr class="email" style="display:none;">
<th>이메일로 찾기</th><td>{$form.email}</td>
</tr>
</table>
</fieldset>
</div>
</div>
<!--@layout(/layout/basic/layout.html)-->
<!-- <div class="path">
<h3>현재 위치</h3>
<ol>
<li class="first"><a href="/">홈</a></li>
<li title="현재 위치"><strong>비밀번호 찾기</strong></li>
</ol>
</div> -->
<!-- <div class="titleArea">
<h2><span>비밀번호 찾기</span></h2>
</div> -->
<div module="member_findpasswd">
<div class="findpw_top">FIND PW</div>
<!--@css(/css/module/member/find_passwd.css)-->
<!--
$nextURL = /member/passwd/find_passwd_question.html
-->
<div class="inner">
<!-- <h3><img src="http://img.echosting.cafe24.com/design/skin/mono/member/h3_findPw1.gif" alt="1단계 정보 입력" /></h3> -->
<fieldset>
<legend>비밀번호 찾기 1단계 정보 입력</legend>
<p class="check">
<span class="type">{$form.check_method}</span>
</p>
<table class="findType">
<tr>
<th>아이디</th><td>{$form.member_id}</td><td rowspan="3"><a href="#" onclick="{$action_func_find_passwd_question}" class="btn_ok">OK</td>
</tr>
<tr>
<th>이름</th><td>{$form.name}</td>
</tr>
<tr class="ssn_no">
<th>주민등록번호로 찾기</th><td>{$form.ssn}</td>
</tr>
<tr class="email" style="display:none;">
<th>이메일로 찾기</th><td>{$form.email}</td>
</tr>
</table>
</fieldset>
</div>
</div>
----------------------------------------------------
<!--@layout(/layout/basic/layout.html)-->
<div class="path">
<h3>현재 위치</h3>
<ol>
<li class="first"><a href="/">홈</a></li>
<li title="현재 위치"><strong>비밀번호 찾기</strong></li>
</ol>
</div>
<div class="titleArea">
<h2><span>비밀번호 찾기</span></h2>
</div>
<div module="member_findpasswdresult">
<div class="findpw_top">FIND PW</div>
<!--@css(/css/module/member/find_passwd_result.css)-->
<div class="inner">
<!-- <p><img src="http://img.echosting.cafe24.com/design/skin/mono/member/h3_findResultPw.gif" alt="" /></p> -->
<p class="mainCopy">
고객님 메일로 비밀번호가<br />발송되었습니다.
</p>
<p class="memberInfo">
<span class="txt">
<strong>{$id}</strong>회원님의 패스워드를 <em>{$email}</em>으로 보내드렸습니다.<br>
고객님 즐거운 쇼핑 하세요!
</span>
</p>
<p class="btnArea">
<a href="/member/login.html" class="btn_login">LOGIN</a>
</p>
</div>
</div>