묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
2005.09.27 01:56
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
$lang->msg_exists_nick_name = \
<html>
<head>
<meta name="GENERATOR" content="Namo WebEditor v6.0">
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>제목 없음</title>
</head>
<body>
<table border="1">
<tr>
<td width="865" bgcolor="#00CCFF">이건 헤드파일</td>
</tr>
<tr>
<td width="865">여기는 내용</td>
</tr>
<tr>
<td width="865" bgcolor="#00CCFF">이건 푸드파일</td>
</tr>
</table>
<p> </p>
</body>
</html>
-------------------------------------------------------------
헤드파일
<html>
<head>
<meta name="GENERATOR" content="Namo WebEditor v6.0">
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>제목 없음</title>
</head>
<body>
<table border="1">
<tr>
<td width="865" bgcolor="#00CCFF">이건 헤드파일</td>
</tr>
<tr>
<td width="865">
-------------------------------------------------------------
푸드파일
</td>
</tr>
<tr>
<td width="865" bgcolor="#00CCFF">이건 푸드파일</td>
</tr>
</table>
<p> </p>
</body>
</html>