first
This commit is contained in:
43
modules/member/doc/email/_join.auth.txt
Normal file
43
modules/member/doc/email/_join.auth.txt
Normal file
@@ -0,0 +1,43 @@
|
||||
<h1 style="margin-bottom: 25px;font-size:18px;line-height:22px;font-family:Apple SD Gothic Neo,sans-serif,'맑은고딕',Malgun Gothic,'굴림',gulim;letter-spacing:-1px;font-weight:bold;color:#1e1e1e">
|
||||
본인확인을 위한 이메일 인증
|
||||
</h1>
|
||||
<p style="font-size:14px;line-height:22px;font-family:Apple SD Gothic Neo,sans-serif,'맑은고딕',Malgun Gothic,'굴림',gulim;letter-spacing:-1px;color:#1e1e1e">
|
||||
회원가입을 위해 이메일 인증을 진행합니다.
|
||||
</p>
|
||||
<p style="font-size:14px;line-height:22px;font-family:Apple SD Gothic Neo,sans-serif,'맑은고딕',Malgun Gothic,'굴림',gulim;letter-spacing:-1px;color:#1e1e1e">
|
||||
회원가입 페이지에서 아래의 인증코드를 입력하거나, [회원가입 계속하기] 버튼을 누르십시오.
|
||||
</p>
|
||||
|
||||
<table width="100%" cellspacing="0" cellpadding="0" border="0" style="margin-top: 25px;line-height:22px;font-family:Apple SD Gothic Neo,sans-serif,'맑은고딕',Malgun Gothic,'굴림',gulim;letter-spacing:-1px;color:#1e1e1e">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="100%" height="1" colspan="5" bgcolor="#bebebe"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="100%" height="25" colspan="5"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="3%"></td>
|
||||
<th align="left" colspan="1" rowspan="1" valign="top" width="22%" style="font-size:14px;font-weight:normal">계정</th>
|
||||
<td width="2%"></td>
|
||||
<td valign="top" width="70%" style="font-size:14px;font-weight:bold;word-break:break-all">{EMAIL}</td>
|
||||
<td width="3%"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="100%" height="8" colspan="5"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="3%"></td>
|
||||
<th align="left" colspan="1" rowspan="1" valign="top" width="22%" style="font-size:14px;font-weight:normal">인증번호</th>
|
||||
<td width="2%"></td>
|
||||
<td valign="top" width="70%" style="font-size:14px;font-weight:bold;word-break:break-all">{CODE}</td>
|
||||
<td width="3%"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="100%" height="27" colspan="5"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="100%" height="1" colspan="5" bgcolor="#bebebe"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
8
modules/member/doc/email/_join.complete.txt
Normal file
8
modules/member/doc/email/_join.complete.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
<p>{NAME}님 회원가입을 진심으로 축하드립니다.<br>고객님께서 입력하신 가입 정보는 다음과 같습니다.</p>
|
||||
<ul>
|
||||
<li>이름 : {NAME} </li>
|
||||
<li>아이디 : {ID} </li>
|
||||
<li>이메일 : {EMAIL} </li>
|
||||
<li>휴대폰 : {PHONE} </li>
|
||||
<li>가입일시 : {DATE} </li>
|
||||
</ul>
|
||||
43
modules/member/doc/email/_pw.auth.txt
Normal file
43
modules/member/doc/email/_pw.auth.txt
Normal file
@@ -0,0 +1,43 @@
|
||||
<h1 style="margin-bottom: 25px;font-size:18px;line-height:22px;font-family:Apple SD Gothic Neo,sans-serif,'맑은고딕',Malgun Gothic,'굴림',gulim;letter-spacing:-1px;font-weight:bold;color:#1e1e1e">
|
||||
본인확인을 위한 이메일 인증
|
||||
</h1>
|
||||
<p style="font-size:14px;line-height:22px;font-family:Apple SD Gothic Neo,sans-serif,'맑은고딕',Malgun Gothic,'굴림',gulim;letter-spacing:-1px;color:#1e1e1e">
|
||||
비밀번호 재설정을 위해 이메일 인증을 진행합니다.
|
||||
</p>
|
||||
<p style="font-size:14px;line-height:22px;font-family:Apple SD Gothic Neo,sans-serif,'맑은고딕',Malgun Gothic,'굴림',gulim;letter-spacing:-1px;color:#1e1e1e">
|
||||
아래의 인증코드를 입력해 주세요.
|
||||
</p>
|
||||
|
||||
<table width="100%" cellspacing="0" cellpadding="0" border="0" style="margin-top: 25px;line-height:22px;font-family:Apple SD Gothic Neo,sans-serif,'맑은고딕',Malgun Gothic,'굴림',gulim;letter-spacing:-1px;color:#1e1e1e">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="100%" height="1" colspan="5" bgcolor="#bebebe"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="100%" height="25" colspan="5"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="3%"></td>
|
||||
<th align="left" colspan="1" rowspan="1" valign="top" width="22%" style="font-size:14px;font-weight:normal">계정</th>
|
||||
<td width="2%"></td>
|
||||
<td valign="top" width="70%" style="font-size:14px;font-weight:bold;word-break:break-all">{EMAIL}</td>
|
||||
<td width="3%"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="100%" height="8" colspan="5"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="3%"></td>
|
||||
<th align="left" colspan="1" rowspan="1" valign="top" width="22%" style="font-size:14px;font-weight:normal">인증번호</th>
|
||||
<td width="2%"></td>
|
||||
<td valign="top" width="70%" style="font-size:14px;font-weight:bold;word-break:break-all">{CODE}</td>
|
||||
<td width="3%"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="100%" height="27" colspan="5"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="100%" height="1" colspan="5" bgcolor="#bebebe"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
33
modules/member/doc/email/_settings.auth.email.txt
Normal file
33
modules/member/doc/email/_settings.auth.email.txt
Normal file
@@ -0,0 +1,33 @@
|
||||
<h1 style="margin-bottom: 25px;font-size:18px;line-height:22px;font-family:Apple SD Gothic Neo,sans-serif,'맑은고딕',Malgun Gothic,'굴림',gulim;letter-spacing:-1px;font-weight:bold;color:#1e1e1e">
|
||||
이메일 추가 위한 본인인증
|
||||
</h1>
|
||||
<p style="font-size:14px;line-height:22px;font-family:Apple SD Gothic Neo,sans-serif,'맑은고딕',Malgun Gothic,'굴림',gulim;letter-spacing:-1px;color:#1e1e1e">
|
||||
{NAME}님의 요청에 의해 인증코드가 발급되었습니다.
|
||||
</p>
|
||||
<p style="font-size:14px;line-height:22px;font-family:Apple SD Gothic Neo,sans-serif,'맑은고딕',Malgun Gothic,'굴림',gulim;letter-spacing:-1px;color:#1e1e1e">
|
||||
아래의 인증코드를 확인해주세요.
|
||||
</p>
|
||||
|
||||
<table width="100%" cellspacing="0" cellpadding="0" border="0" style="margin-top: 25px;line-height:22px;font-family:Apple SD Gothic Neo,sans-serif,'맑은고딕',Malgun Gothic,'굴림',gulim;letter-spacing:-1px;color:#1e1e1e">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="100%" height="1" colspan="5" bgcolor="#bebebe"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="100%" height="25" colspan="5"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="3%"></td>
|
||||
<th align="left" colspan="1" rowspan="1" valign="top" width="22%" style="font-size:14px;font-weight:normal">인증번호</th>
|
||||
<td width="2%"></td>
|
||||
<td valign="top" width="70%" style="font-size:14px;font-weight:bold;word-break:break-all">{CODE}</td>
|
||||
<td width="3%"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="100%" height="27" colspan="5"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="100%" height="1" colspan="5" bgcolor="#bebebe"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
1
modules/member/doc/sms/_join.auth.txt
Normal file
1
modules/member/doc/sms/_join.auth.txt
Normal file
@@ -0,0 +1 @@
|
||||
{SITE} 인증번호 [{CODE}] {TIME}분 이내에 입력해주세요.
|
||||
1
modules/member/doc/sms/_join.complete.txt
Normal file
1
modules/member/doc/sms/_join.complete.txt
Normal file
@@ -0,0 +1 @@
|
||||
{SITE} 회원가입이 완료되었습니다.
|
||||
1
modules/member/doc/sms/_pw.auth.txt
Normal file
1
modules/member/doc/sms/_pw.auth.txt
Normal file
@@ -0,0 +1 @@
|
||||
{SITE} 인증번호 [{CODE}] {TIME}분 이내에 입력해주세요.
|
||||
1
modules/member/doc/sms/_settings.auth.phone.txt
Normal file
1
modules/member/doc/sms/_settings.auth.phone.txt
Normal file
@@ -0,0 +1 @@
|
||||
{SITE} 인증번호 [{CODE}] {TIME}분 이내에 입력해주세요.
|
||||
Reference in New Issue
Block a user