교컴로고초기화면으로 header_kyocom
교컴메뉴
교컴소개 이용안내 소셜교컴 나눔마당 배움마당 자료마당 교과마당 초등마당 특수마당 글로벌교컴 온라인프로젝트학습 교컴 UCC
회원 로그인
정보기억 정보기억에 체크할 경우 다음접속시 아이디와 패스워드를 입력하지 않으셔도 됩니다.
그러나, 개인PC가 아닐 경우 타인이 로그인할 수 있습니다.
PC를 여러사람이 사용하는 공공장소에서는 체크하지 마세요.
소셜네트워크 서비스를 통해서 로그인하시면 별도의 로그인 절차없이 회원서비스를 이용하실 수 있습니다.
교컴 키우기 자발적 후원


:::: 교컴가족 로그인(0)

  • 주간 검색어
  • 현재 검색어
기간 : 현재기준

교컴 포토갤러리

온라인 지식교류방

제로보드 로그인 폼

함영기 | 2003.06.14 17:14 | 조회 1855 | 공감 0 | 비공감 0
<html>
<head>
    <title>로그인</title>
    <meta http-equiv=Content-Type content=text/html; charset=EUC-KR>
    <link rel=StyleSheet HREF=skin/nzeo_ver3/style.css type=text/css title=style>
    <script language='JavaScript'>
    var select_obj;
    function ZB_layerAction(name,status) {
        var obj=document.all[name];
        var _tmpx,_tmpy, marginx, marginy;
        _tmpx = event.clientX + parseInt(obj.offsetWidth);
        _tmpy = event.clientY + parseInt(obj.offsetHeight);
        _marginx = document.body.clientWidth - _tmpx;
        _marginy = document.body.clientHeight - _tmpy ;
        if(_marginx < 0)
            _tmpx = event.clientX + document.body.scrollLeft + _marginx ;
        else
            _tmpx = event.clientX + document.body.scrollLeft ;
        if(_marginy < 0)
            _tmpy = event.clientY + document.body.scrollTop + _marginy +20;
        else
            _tmpy = event.clientY + document.body.scrollTop ;
        obj.style.posLeft=_tmpx-13;
        obj.style.posTop=_tmpy-12;
        if(status=='visible') {
            if(select_obj) {
                select_obj.style.visibility='hidden';
                select_obj=null;
            }
            select_obj=obj;
        }else{
            select_obj=null;
        }
        obj.style.visibility=status;
    }


    function print_ZBlayer(name, homepage, mail, member_no, boardID, writer, traceID, traceType, isAdmin, isMember) {
        var printHeight = 0;
        var printMain="";
    
        if(homepage) {
            printMain = "<tr onMouseOver=this.style.backgroundColor='#bbbbbb' onMouseOut=this.style.backgroundColor='' onMousedown=window.open('"+homepage+"');><td style=font-family:굴림;font-size:9pt height=18 nowrap> <img src=images/n_homepage.gif border=0 align=absmiddle>  홈페이지  </td></tr>";
            printHeight = printHeight + 16;
        }
        if(mail) {
            printMain = printMain +    "<tr onMouseOver=this.style.backgroundColor='#bbbbbb' onMouseOut=this.style.backgroundColor='' onMousedown=window.open('open_window.php?mode=m&str="+mail+"','ZBremote','width=1,height=1,left=1,top=1');><td style=font-family:굴림;font-size:9pt height=18 nowrap> <img src=images/n_mail.gif border=0 align=absmiddle>  메일 보내기  </td></tr>";
            printHeight = printHeight + 16;
        }
        if(member_no) {
            if(isMember) {
                printMain = printMain +    "<tr onMouseOver=this.style.backgroundColor='#bbbbbb' onMouseOut=this.style.backgroundColor='' onMousedown=window.open('view_info.php?member_no="+member_no+"','view_info','width=400,height=510,toolbar=no,scrollbars=yes');><td style=font-family:굴림;font-size:9pt height=18 nowrap> <img src=images/n_memo.gif border=0 align=absmiddle>  쪽지 보내기  </td></tr>";
                printHeight = printHeight + 16;
            }
            printMain = printMain +    "<tr onMouseOver=this.style.backgroundColor='#bbbbbb' onMouseOut=this.style.backgroundColor='' onMousedown=window.open('view_info2.php?member_no="+member_no+"','view_info','width=400,height=510,toolbar=no,scrollbars=yes');><td style=font-family:굴림;font-size:9pt height=18 nowrap> <img src=images/n_information.gif border=0 align=absmiddle>  회원정보 보기  </td></tr>";
            printHeight = printHeight + 16;
        }
        if(writer) {
            printMain = printMain +    "<tr onMouseOver=this.style.backgroundColor='#bbbbbb' onMouseOut=this.style.backgroundColor='' onMousedown=location.href='zboard.php?id="+boardID+"&sn1=on&sn=on&ss=off&sc=off&keyword="+writer+"';><td style=font-family:굴림;font-size:9pt height=18 nowrap> <img src=images/n_search.gif border=0 align=absmiddle>  이름으로 검색  </td></tr>";
            printHeight = printHeight + 16;
        }
        if(isAdmin) {
            if(member_no) {
                printMain = printMain +    "<tr onMouseOver=this.style.backgroundColor='#bbbbbb' onMouseOut=this.style.backgroundColor='' onMousedown=window.open('open_window.php?mode=i&str="+member_no+"','ZBremote','width=1,height=1,left=1,top=1');><td style=font-family:굴림;font-size:9pt height=18 nowrap> <img src=images/n_modify.gif border=0 align=absmiddle>  <font color=darkred>회원정보 변경  </td></tr>";
                printHeight = printHeight + 16;
            }
            printMain = printMain +    "<tr onMouseOver=this.style.backgroundColor='#bbbbbb' onMouseOut=this.style.backgroundColor='' onMousedown=window.open('open_window.php?mode="+traceType+"&str="+traceID+"','ZBremote','width=1,height=1,left=1,top=1');><td style=font-family:굴림;font-size:9pt height=18 nowrap> <img src=images/n_relationlist.gif border=0 align=absmiddle>  <font color=darkred>관련글 추적</font>  </td></tr>";
            printHeight = printHeight + 16;
        
        }
        var printHeader = "<div id='"+name+"' style='position:absolute; left:10px; top:25px; width:127; height: "+printHeight+"; z-index:1; visibility: hidden' onMousedown=ZB_layerAction('"+name+"','hidden')><table border=0><tr><td colspan=3 onMouseover=ZB_layerAction('"+name+"','hidden') height=3></td></tr><tr><td width=5 onMouseover=ZB_layerAction('"+name+"','hidden') rowspan=2> </td><td height=5></td></tr><tr><td><table style=cursor:hand border='0' cellspacing='1' cellpadding='0' bgcolor='black' width=100% height=100%><tr><td valign=top bgcolor=white><table border=0 cellspacing=0 cellpadding=3 width=100% height=100%>";
        var printFooter = "</table></td></tr></table></td><td width=5 rowspan=2 onMouseover=ZB_layerAction('"+name+"','hidden')> </td></tr><tr><td colspan=3 height=10 onMouseover=ZB_layerAction('"+name+"','hidden')></td></tr></table></div>";
    
        document.writeln(printHeader+printMain+printFooter);
    }
</script>
    </head>
<body topmargin='0' leftmargin='0' marginwidth='0' marginheight='0' bgcolor=white >
            <div align=center>            <table border=0 cellspacing=0 cellpadding=0 width= height=1 style="table-layout:fixed;"><col width=100%></col><tr><td><img src=images/t.gif border=0 width=98% height=1 name=zb_get_table_width><br><img src=images/t.gif border=0 name=zb_target_resize width=1 height=1></td></tr></table>
            
<script>
function check_submit()
{
if(!login.user_id.value)
{
alert("아이디를 입력하여 주세요");
login.user_id.focus();
return false;
}
if(!login.password.value)
{
alert("비밀번호를 입력하여 주세요");
login.password.focus();
return false;
}
check=confirm("자동 로그인 기능을 사용하시겠습니까?\n\n자동 로그인 사용시 다음 접속부터는 로그인을 하실필요가 없습니다.\n\n단, 게임방, 학교등 공공장소에서 이용시 개인정보가 유출될수 있으니 조심하여 주십시요");
if(check) {login.auto_login.value=1;}
return true;
}
</script>

<form method=post action=login_check.php onsubmit="return check_submit();" name=login>
<input type=hidden name=auto_login value=0>
<input type=hidden name=page value=1>
<input type=hidden name=id value=notice>
<input type=hidden name=no value=>
<input type=hidden name=select_arrange value=headnum>
<input type=hidden name=desc value=asc>
<input type=hidden name=page_num value=>
<input type=hidden name=keyword value="">
<input type=hidden name=category value="">
<input type=hidden name=sn value="off">
<input type=hidden name=ss value="on">
<input type=hidden name=sc value="on">
<input type=hidden name=mode value="">
<input type=hidden name=s_url value="/bbs/zboard.php?id=notice&no=3">
<input type=hidden name=referer value="">

<div align=center>
<br><br><br>

<table border=0 width=250 class=zv3_writeform cellpadding="0" cellspacing="0">
<col width=80></col><col width=></col>
<tr>
<td align=center colspan="3" height="23" bgcolor="#E8E5E5" width="250"><B><font size="2">로그인</font></B></td>
</tr>
<tr>
<td align=right height=26 width="74" bgcolor="#F0EAEA"><a href="http://hansi.pe.kr/bbs/skin/nzeo_ver3/w_id.gif"><img src=http://hansi.pe.kr/bbs/skin/nzeo_ver3/w_id.gif border=0></a></td>
<td align=center width="160" height="26" bgcolor="#F0EAEA">
<p align="left"><input type=text name=user_id size="16" maxlength=20 class=zv3_input style=width:100%></td>
<td align=center width="16" height="26" bgcolor="#F0EAEA">
<p> </p>
</td>
</tr>
<tr>
<td align=right height=26 width="74" bgcolor="#F0EAEA"><img src="http://hansi.pe.kr/bbs/skin/nzeo_ver3/w_password.gif" border=0 width="74" height="17"></td>
<td align=center width="160" height="26" bgcolor="#F0EAEA">
<p align="left"><input type=password name=password size="16" maxlength=20 class=zv3_input style=width:100%></td>
<td align=center width="16" height="26" bgcolor="#F0EAEA">
<p> </p>
</td>
</tr>
<tr height=30 bgcolor=white>
<td align=center align=center colspan="3" width="250" bgcolor="#EEE9E9" >
<input type=image src=http://hansi.pe.kr/bbs/skin/nzeo_ver3/btn_login.gif accesskey="s" onfocus=blur()>  
<a href=javascript:void(history.back()) onfocus=blur()><img src="http://hansi.pe.kr/bbs/skin/nzeo_ver3/btn_back.gif" border=0 width="54" height="16"></a>
</td>
</tr>
</table>

</form>


            

            </div>
</body>
</html>

좋아요! 싫어요!
twitter facebook me2day
619개(9/31페이지) rss
온라인 지식교류방
번호 제목 글쓴이 조회 날짜
>> 제로보드 로그인 폼 비밀글 함영기 1856 2003.06.14 17:14
458 답글 제가알기로는... 임순영 2144 2002.09.10 13:51
457 [수업방법] 제4회 전국 ICT활용교육연구대회 현장자문단 온라인 자문 방향 수립을 위 첨부파일 함영기 2175 2006.06.01 21:43
456 답글 정치생활과국가 학습지도안입니다. 첨부파일 함영기 1730 2004.02.21 12:15
455 정기고사 및 모의고사 성적관리 유틸은 없는지... 추연석 1787 2003.07.12 12:05
454 전출입에 대한 연수자료요청 김홍섭 3894 2004.03.16 22:19
453 [학교업무] 전자투표 프로그램을 어디에서 구해야 할까요? [2] 유미정 6430 2007.12.11 11:50
452 [컴퓨터활용] 전자칠판 기능을 가진 프로그램 없나요??? [1] 최갑림 2958 2006.07.20 10:37
451 [기타] 전자신문 만들기 e- nie 가 무엇하는 거죠? 이 업무를 덜썩 맡았는 [1] 큐이 9698 2015.09.12 10:47
450 [ICT & 이러닝] 전자문서로 교지를 편집하려합니다. 좋은 자료를 소개해 주세요 [2] 배병희 2202 2006.08.05 11:18
449 [수업자료] 저학년에서의 독서논술지도 [1] 최문영 3999 2008.01.19 15:00
448 답글 재미있는 CF 학습자료 함영기 1850 2003.11.29 12:47
447 작업중인 자료 비밀글 함영기 1922 2003.08.18 21:37
446 [기타] 자율형 사립고와 자율형 공립고의 차이점이 궁금합니다. dbgn 7022 2010.12.21 00:47
445 [수업자료] 자연. 환경에 관한 애니메이션이 필요해요 비밀글 [1] 문승희 4 2007.10.29 13:42
444 [학생지도] 자살 예방 프로그램 구합니다 [1] 블랙커피 3974 2008.10.23 08:28
443 [수업방법] 자료좀 구할수 있을까요?? [1] 김대일 1761 2004.11.30 11:11
442 자료요청입니다.~~ 이경은 1285 2003.09.04 00:56
441 [수업자료] 자료요청 한요섭 2909 2002.07.30 12:00
440 답글 자료요청 비밀글 함영기 1397 2002.11.27 16:01