사용자: #167 에 따른 작업 중

This commit is contained in:
whitedot
2013-03-11 13:32:29 +09:00
parent a11736c4e7
commit 8a1e9ba5d8
2 changed files with 22 additions and 70 deletions

View File

@ -35,71 +35,3 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
</body>
</html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=<?=$g4['charset']?>">
<title>인증 메일</title>
</head>
<style>
body, th, td, form, input, select, text, textarea, caption { font-size: 12px; font-family:굴림;}
.line {border: 1px solid #868F98;}
</style>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="600" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="25" height="25"></td>
<td height="25"></td>
<td width="25" height="25"></td>
</tr>
<tr>
<td width="25" valign="top"></td>
<td align="center" class="line" >
<br>
<table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<table width="500" border="0" cellspacing="0" cellpadding="4">
<tr>
<td width="100%" height="25" bgcolor=#F7F1D8>인증 메일입니다.</td>
</tr>
</table>
<p>
<table width="500" border="0" align="center" cellpadding="4" cellspacing="0">
<tr><td height="150">
<b><?=$mb_name?></b> 님의 E-mail 주소가 변경되었습니다.
<p>아래의 주소를 클릭하시면 인증이 완료됩니다.
<p><a href='<?=$certify_href?>'><b><?=$certify_href?></b></a>
<p>회원님의 성원에 보답하고자 더욱 더 열심히 하겠습니다.
<p>감사합니다.
</td></tr>
</table>
<p>
<table width="500" border="0" cellpadding="0" cellspacing="0" style="table-layout:fixed">
<tr>
<td height="2" bgcolor="#E0E0E0" align="center"></td>
</tr>
<tr>
<td height="25" bgcolor="#EDEDED" align="center">로그인 후 모든 정보를 이용하실 수 있습니다.[<a href="<?=G4_BBS_URL?>/login.php">바로가기</a>]</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
</td>
<td width="25" valign="top"></td>
</tr>
</table>
</body>
</html>