묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
2005.10.05 13:41
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
$lang->msg_exists_nick_name = \
댓글 8
-
히카루
2005.10.05 14:06
확장자를 php로 바꾸시고, 제로보드 상단에 불러올 파일에서 경로를 ../head.php로 잡아보세요.(계정 최 상단에 파일이 있는 경우.) -
김상동
2005.10.05 14:30
//히카루 님 답변 감사합니다.
시도해보았으나 결과는 같았읍니다. -
제이
2005.10.05 15:01
헤드, 풋파일로 나누기전에 한파일로 된걸 소스를 올려주심이; -
김상동
2005.10.05 15:15
//제이 님 답변 감사합니다.
전체파일은 애초에 없었고요...프레임셑중에
①top.html ②left.html ③본문(HTML불러오는 공간)④기타(주소,라이센스등)...
이렇게 구성된것을 1번과 2번(top,left) 합친것을 테스트 하여 head.html로 만든 것입니다.
참고로 ①top.html ②left.html을 올립니다.
①top.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
<style type="text/css">
<!--
A:link {color:#485D76; text-decoration:none}
A:visited {color:#485D76; text-decoration:none}
A:active {color:#485D76; text-decoration:none}
A:hover {Color:#454F5C; Text-Decoration:none}
TD {font-size:9pt}
div {line-height:0.5cm}
-->
</style><title>(주)다우건축</title><meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
</head>
<head>
<script language="JavaScript">
<!--
function openFtp()
{
//window.showModalDialog('http://member.blueweb.co.kr/webftp/index_new.html','dialogWidth=870px; dialogHeight:600px; resizable: yes; help: no; status: no; scroll: no;');
var width = 870;
var height = 550;
var top = (window.screen.height / 2) - (height / 2) - 45;
var left = (window.screen.width / 2) - (width / 2) - 5;
var url = "http://member.blueweb.co.kr/webftp/BWFtp.html";
window.open(url,'dsfsd','width='+width+',height='+height+',top='+top+',left='+left+'resizable=no,status=no,scrollbars=no,toolbar=no,menubar=no,location=no,directories=no,copyHistory=no');
}
</script>
<head>
<body topmargin="0" leftmargin="0" style="background-color: rgb(253, 252, 247); background-image: url(images/top_bg.gif);">
<table border="0" cellpadding="0" cellspacing="0" width="929"> <tbody><tr> <td rowspan="2" height="106" width="1"></td> <td width="167"> <a href="http://dawoo17.iptime.org" target="_top"> <img src="images/top_06.jpg" border="0" height="35" width="167"></a></td> <td rowspan="2" height="106" width="4"> <img src="images/top_03.jpg" height="184" width="4"></td> <td background="images/top_08.jpg" bgcolor="#ffffff" width="257"> <img src="images/top_title.jpg" border="0" height="30" width="250"></td> <td background="images/top_08.jpg" height="35" valign="middle" width="451"> <div align="center"><center>
<table border="0" cellpadding="3" cellspacing="0" width="97%"> <tbody><tr><td valign="middle" width="21">
<div align="right"><img src="images/icon2.gif" border="0" height="13" width="15"></div>
</td> <td width="45"><a href="index.html" target="_top">HOME</a></td>
<td width="21"> <div align="right"><img src="images/icon2.gif" border="0" height="13" width="15"></div> </td> <td width="45"><a href="http://dawoo17.iptime.org/gnu3/" target="main">로
그인</a></td> <td width="21"> <div align="right"><img src="images/outlook.gif" border="0" height="13" width="15"></div> </td> <td width="45"><a href="mailto:webmaster@dawoo17.iptime.org" target="_blank">Outlook</a></td>
<td width="21"> <div align="right"><img src="images/eml.gif" border="0" height="13" width="15"></div></td><td width="55"><a href="http://db.blueweb.co.kr/formmail/formmail.html?dataname=ksd3860" target="_blank">Web-mail</a></td>
<td width="25"><img src="up_20dir.gif" width="20" height="16" border="0"></td>
<td><a href="#" onclick="return openFtp()">웹FTP자료실</a> </td>
</tr> </tbody></table>
</center> </div> </td> <td rowspan="2" height="106" width="49"> <img src="images/top_05.jpg" height="184" width="4"></td> </tr> <tr><td height="71" width="167"> <p style="margin-left: 13px;" align="left"></p>
</td> <td colspan="2" height="71" width="708" valign="bottom" align="center"> <p align="left"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" height="133" width="720"> <param name="movie" value="images/blue.swf"> <param name="quality" value="high"> <embed src="images/blue.swf" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" height="133" width="720"></object> </p></td> </tr></tbody></table></body></html>
②left.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
<style type="text/css">
<!--
A:link {color:#424242; text-decoration:none}
A:visited {color:#424242; text-decoration:none}
A:active {color:#424242; text-decoration:none}
A:hover {Color:#454F5C; Text-Decoration:none}
TD {font-size:9pt}
div {line-height:0.5cm}
-->
</style>
<title>(주)다우건축</title><meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<base target="rtop">
<script language="JavaScript">
<!--
// --></script>
<script language="JavaScript">
<!--
function na_open_window(name, url, left, top, width, height, toolbar, menubar, statusbar, scrollbar, resizable)
{
toolbar_str = toolbar ? 'yes' : 'no';
menubar_str = menubar ? 'yes' : 'no';
statusbar_str = statusbar ? 'yes' : 'no';
scrollbar_str = scrollbar ? 'yes' : 'no';
resizable_str = resizable ? 'yes' : 'no';
cookie_str = document.cookie;
cookie_str.toString();
pos_start = cookie_str.indexOf(name);
pos_start = cookie_str.indexOf('=', pos_start);
pos_end = cookie_str.indexOf(';', pos_start);
if (pos_end <= 0) pos_end = cookie_str.length;
cookie_val = cookie_str.substring(pos_start + 1, pos_end);
if (cookie_val == "done")
return;
window.open(url, name, 'left='+left+',top='+top+',width='+width+',height='+height+',toolbar='+toolbar_str+',menubar='+menubar_str+',status='+statusbar_str+',scrollbars='+scrollbar_str+',resizable='+resizable_str);
}
// --></script></head>
<body topmargin="0" leftmargin="0" bgcolor="#ffffff">
<table style="width: 175px; height: 100%;" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="width: 18px; height: 100%;" background="images/left_01.jpg"></td>
<td valign="top" width="167">
<table style="background-color: whitesmoke; width: 151px; height: 1002px;" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td height="1000" valign="top" width="100%">
<ul>
<li style="line-height: 200%;"><b><a href="page2.html" target="main"><font color="black">주요업무</font></a></b></li>
<li style="line-height: 200%;"><a href="http://dawoo17.iptime.org/gnu3/?doc=bbs/gnuboard.php&bo_table=common" target="main"><b><font color="#000066">공지게시판</font></b></a></li>
<li style="line-height: 200%;"><a href="http://dawoo17.iptime.org/gnu3/?doc=bbs/gnuboard.php&bo_table=infor" target="main"><b><font color="#000066">건축</font></b><span style="font-size: 9pt; color: rgb(66, 66, 66); line-height: 200%; text-decoration: none;"><b><font color="#000066">소식</font></b></span></a></li>
<li style="line-height: 200%;"><a href="page3.html" target="main"><b><font color="#0000cc">프로젝트</font></b></a></li>
<li style="line-height: 200%;"><b><a href="http://dawoo17.iptime.org/gnu3/?doc=bbs/gnuboard.php&bo_table=gallery" target="main"><font color="#0033ff">갤/러/리</font></a></b></li>
<li style="line-height: 200%;"><b><a href="http://dawoo17.iptime.org/gnu3/?doc=bbs/gnuboard.php&bo_table=free_pds" target="main"><span style="font-size: 9pt; color: rgb(66, 66, 66); text-decoration: none;"><font color="#00cccc">공개자료실</font></span></a></b></li>
<li style="line-height: 200%;"><b><a href="http://dawoo17.iptime.org/gnu3/?doc=bbs/gnuboard.php&bo_table=free_bo" target="main"><font color="teal">자유게시판</font></a></b><b><font color="green"></font></b></li>
<li style="line-height: 200%;"><b><a href="http://dawoo17.iptime.org/gnu3/?doc=bbs/gnuboard.php&bo_table=adv_bo" target="main"><font color="green">업체/제품광고</font></a></b><b><font color="green"></font></b></li>
<li style="line-height: 200%;"><b><a href="http://dawoo17.iptime.org/gnu3/?doc=bbs/gnuboard.php&bo_table=board_1" target="main"><font color="#996600">방문흔적</font></a></b><b></b></li>
<li style="line-height: 200%;"><b><a href="page4.html" target="main"><font color="#ff6600">찾아오시는길</font></a></b><b></b></li>
<li style="line-height: 200%;"><b><a href="page6.html" target="main"><font color="red">유용한 사이트</font></a></b></li>
<li style="line-height: 200%; color: rgb(195, 152, 133);">
<div>
<p><b>=아래는 직원용=</b></p>
</div>
</li>
<li style="line-height: 200%;"><b><a href="http://dawoo17.iptime.org/gnu3/?doc=bbs/gnuboard.php&bo_table=dawoo_bo" target="main"><font color="#ff3300">직원전용게시판</font></a></b><b><font color="green"></font></b></li>
<li style="line-height: 200%;"><b><a href="http://dawoo17.iptime.org/gnu3/?doc=bbs/gnuboard.php&bo_table=dawoo" target="main"><font color="#ff33ff">직원전용자료실</font></a></b><b><font color="green"></font></b></li>
</ul>
</td>
</tr>
</tbody>
</table>
</td>
<td background="images/left_03.jpg" height="100%" width="4"></td>
</tr>
</tbody>
</table>
</body></html> -
히카루
2005.10.05 16:46
헤더 문서가 우선 </head>가 아니라 <head>로 끝나고 있습니다.
그리고 원프레임(노프레임)용 헤더 파일은 게시판이 들어갈 셀의 <td>까지 잘라주셔야 합니다.
전체를 하나의 테이블에 넣고 각각의 셀에 원하는 부분을 맞추셔야 하겠습니다.
아마도 left의 <td background="images/left_03.jpg" height="100%" width="4">
까지가 헤더 부분이 되어야 하겠습니다. 전체 모양은 제가 잡지 않으니 뭐라 하기 어렵지만 현재로써 보이는 부분은 그렇군요.
혹은 톱 테이블과 레프트 테이블을 가로 두개, 세로 세개의 셀로 이루어진(총 4개의 셀)에 넣어 그 셀에서 게시판이 들어갈 부분을 중심으로 헤더와 푸터를 나누시길. -
김상동
2005.10.05 17:44
//히카루 님 답변 감사합니다.
말씀하시는 내용이 맞을것같은 예감(^^;)이 드네요.
지금은 바로 확인이 어렵지만 확인해보고 결과 말씀드리겠읍니다.
다시한번 관심가져주신것 감사드립니다. ^-^; -
느닷없이질문
2005.10.07 00:31
낚시를 가르쳐 줘야 할분에게 낚시터만 가르쳐주는 꼴이군요.
붙여넣어서 참고하세요.
<html>
<title>(주)다우건축</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<head>
<style type="text/css">
<!--
A:link {color:#485D76; text-decoration:none}
A:visited {color:#485D76; text-decoration:none}
A:active {color:#485D76; text-decoration:none}
A:hover {Color:#454F5C; Text-Decoration:none}
TD {font-size:9pt}
div {line-height:0.5cm}
-->
</style>
<script language="JavaScript">
<!--
function openFtp()
{
//window.showModalDialog('http://member.blueweb.co.kr/webftp/index_new.html','dialogWidth=870px; dialogHeight:600px; resizable: yes; help: no; status: no; scroll: no;');
var width = 870;
var height = 550;
var top = (window.screen.height / 2) - (height / 2) - 45;
var left = (window.screen.width / 2) - (width / 2) - 5;
var url = "http://member.blueweb.co.kr/webftp/BWFtp.html";
window.open(url,'dsfsd','width='+width+',height='+height+',top='+top+',left='+left+'resizable=no,status=no,scrollbars=no,toolbar=no,menubar=no,location=no,directories=no,copyHistory=no');
}
</script>
</head>
<body topmargin="0" leftmargin="0" style="background-color: rgb(253, 252, 247); background-image: url(images/top_bg.gif);">
<table border="0" cellpadding="0" cellspacing="0" width="929">
<tbody>
<tr>
<td rowspan="2" height="106" width="1"></td>
<td width="167"><a href="http://dawoo17.iptime.org" target="_top"><img src="images/top_06.jpg" border="0" height="35" width="167"></a></td>
<td rowspan="2" height="106" width="4"><img src="images/top_03.jpg" height="184" width="4"></td>
<td background="images/top_08.jpg" bgcolor="#ffffff" width="257"><img src="images/top_title.jpg" border="0" height="30" width="250"></td>
<td background="images/top_08.jpg" height="35" valign="middle" width="451">
<center>
<table border="0" cellpadding="3" cellspacing="0" width="97%">
<tbody>
<tr>
<td valign="middle" width="21" align='right'><img src="images/icon2.gif" border="0" height="13" width="15"></td>
<td width="45"><a href="index.html" target="_top">HOME</a></td>
<td width="21"><img src="images/icon2.gif" border="0" height="13" width="15"></td>
<td width="45"><a href="http://dawoo17.iptime.org/gnu3/" target="main">로그인</a></td>
<td width="21"><img src="images/outlook.gif" border="0" height="13" width="15"></td>
<td width="45"><a href="mailto:webmaster@dawoo17.iptime.org" target="_blank">Outlook</a></td>
<td width="21"><img src="images/eml.gif" border="0" height="13" width="15"></td>
<td width="55"><a href="http://db.blueweb.co.kr/formmail/formmail.html?dataname=ksd3860" target="_blank">Web-mail</a></td>
<td width="25"><img src="up_20dir.gif" width="20" height="16" border="0"></td>
<td><a href="#" onclick="return openFtp()">웹FTP자료실</a></td>
</tr>
</tbody>
</table>
</center>
</td>
<td rowspan="2" height="106" width="49"><img src="images/top_05.jpg" height="184" width="4"></td> </tr> <tr><td height="71" width="167"> <p style="margin-left: 13px;" align="left"></p></td>
<td colspan="2" height="71" width="708" valign="bottom" align="center"><p align="left"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" height="133" width="720"> <param name="movie" value="images/blue.swf"> <param name="quality" value="high"> <embed src="images/blue.swf" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" height="133" width="720"></object></p></td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="929" height='400'>
<tr>
<td>
<table style="width: 175px; height:400;" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="width: 18px; height: 100%;" background="images/left_01.jpg"></td>
<td valign="top" width="167">
<table style="background-color: whitesmoke; width: 151px; height:400px;" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td height="400" valign="top" width="100%">
<ul>
<li style="line-height: 200%;"><b><a href="page2.html" target="main"><font color="black">주요업무</font></a></b></li>
<li style="line-height: 200%;"><a href="http://dawoo17.iptime.org/gnu3/?doc=bbs/gnuboard.php&bo_table=common" target="main"><b><font color="#000066">공지게시판</font></b></a></li>
<li style="line-height: 200%;"><a href="http://dawoo17.iptime.org/gnu3/?doc=bbs/gnuboard.php&bo_table=infor" target="main"><b><font color="#000066">건축</font></b><span style="font-size: 9pt; color: rgb(66, 66, 66); line-height: 200%; text-decoration: none;"><b><font color="#000066">소식</font></b></span></a></li>
<li style="line-height: 200%;"><a href="page3.html" target="main"><b><font color="#0000cc">프로젝트</font></b></a></li>
<li style="line-height: 200%;"><b><a href="http://dawoo17.iptime.org/gnu3/?doc=bbs/gnuboard.php&bo_table=gallery" target="main"><font color="#0033ff">갤/러/리</font></a></b></li>
<li style="line-height: 200%;"><b><a href="http://dawoo17.iptime.org/gnu3/?doc=bbs/gnuboard.php&bo_table=free_pds" target="main"><span style="font-size: 9pt; color: rgb(66, 66, 66); text-decoration: none;"><font color="#00cccc">공개자료실</font></span></a></b></li>
<li style="line-height: 200%;"><b><a href="http://dawoo17.iptime.org/gnu3/?doc=bbs/gnuboard.php&bo_table=free_bo" target="main"><font color="teal">자유게시판</font></a></b></li>
<li style="line-height: 200%;"><b><a href="http://dawoo17.iptime.org/gnu3/?doc=bbs/gnuboard.php&bo_table=adv_bo" target="main"><font color="green">업체/제품광고</font></a></b></li>
<li style="line-height: 200%;"><b><a href="http://dawoo17.iptime.org/gnu3/?doc=bbs/gnuboard.php&bo_table=board_1" target="main"><font color="#996600">방문흔적</font></a></b></li>
<li style="line-height: 200%;"><b><a href="page4.html" target="main"><font color="#ff6600">찾아오시는길</font></a></b></li>
<li style="line-height: 200%;"><b><a href="page6.html" target="main"><font color="red">유용한 사이트</font></a></b></li>
<li style="line-height: 200%; color: rgb(195, 152, 133);">
<div><p><b>=아래는 직원용=</b></p></div>
<li style="line-height: 200%;"><b><a href="http://dawoo17.iptime.org/gnu3/?doc=bbs/gnuboard.php&bo_table=dawoo_bo" target="main"><font color="#ff3300">직원전용게시판</font></a></b></li>
<li style="line-height: 200%;"><b><a href="http://dawoo17.iptime.org/gnu3/?doc=bbs/gnuboard.php&bo_table=dawoo" target="main"><font color="#ff33ff">직원전용자료실</font></a></b></li>
</ul>
</td>
</tr>
</tbody>
</table>
</td>
<td background="images/left_03.jpg" height="100%" width="4"></td>
</tr>
</tbody>
</table>
</td>
<td width='754' align='center' valign='top'><br><br><br><br><br><br><br>여기에 게시판을 인클루드 하시던지<p>제로보드를 삽입하세요</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="929" bgcolor='bluemarin'>
<tr>
<td align='center' height='100'> 여기는 foot가 들어오면 되겠죠 </td>
</tr>
</table>
</body>
</html> -
김상동
2005.10.14 14:38
//느닷없이질문 님 감사합니다.^-^
글 올릴 당시 몇번하다가 제대로 안되서 포기하다시피하고 원래대로 돌려놓고 있었는데
잊을만하다가 들어와보니 글을 올려주셨군요 ^^
테스트.html을 만들어서 붙여넣고 돌려보니 되네요....
님께서 올려주신 소스를 바탕으로 작업을 좀해야겠네요 ^^
정말 감사합니다. ^^; 잘 되면 다시 글 올릴께요 ~