|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /home/queenjbs/junsu/ |
Upload File : |
<?
include"inc_top.php";
$MENU_CLASS1 = "li_first_on";
$MENU_CLASS2 = "li_second";
$MENU_CLASS3 = "li_second";
$MENU_CLASS4 = "li_second";
$MENU_CLASS5 = "li_second";
require"inc_mypage_menu.php"; //마이페이지 메뉴
?>
<link rel="stylesheet" type="text/css" href="../sys_css_js/css_mypage.css"/>
<style>
.input_box input { background-color:#FFF; width:70%; height:1.5em;}
</style>
<SCRIPT>
$(document).ready(function()
{
$(".int_pw").click( function(){ $("#user_pw").focus(); });
})
function passCheck(){
if($("#user_pw").val() ==""){
alert("ログインパスワードを入力してください。");
$('#user_pw').focus();
return false;
}else{
$('#form').attr('action','passChk.php').submit();
}
}
function historyback(){
location.href="./mypage.php";
}
</SCRIPT>
<SECTION>
<ARTICLE>
<div class="article_news_area">
<!-- LEFT -->
<?=$MYPAGE_LEFT ?>
<!-- RIGHT -->
<div class="myp_right">
<h2>マイページ</h2>
<div class="myp_right_menu_area">
<div class="myp_right_menu">
<?=$MYPAGE_MENU ?>
</div>
</div>
<form id="form" name="form" method="post" onsubmit="return passCheck()">
<input type='hidden' id='tmp' name='tmp' value="<?=$tmp?>">
<div id="join_area">
<div class="join_box_title">
<h2>パスワード確認</h2>
<span>お客様の情報を安全に保護するため、パスワードを再度確認いたします。</span>
</div>
<div class="join_box">
<div class="account_area" >
<div class="title">パスワード</div>
<div class="input_box int_pw" ><input type="password" name="user_pw" id="user_pw" size="30" maxlength="50" style="ime-mode:diable" class="text" placeholder="パスワードを入力してください。"/></div>
</div>
<div class="account_area" >
<button type="button" class="btn_left" tabindex="5" onclick="historyback();">
キャンセル</button>
<button class="btn_right" tabindex="5">確認</button>
</div>
</form>
</div>
</div>
</div><!--div class="myp_right"-->
<!-- RIGHT -->
</ARTICLE>
</SECTION>
<?
include"inc_bottom.php";
?>
<!-- MOUSE ACTION -->
</body>
</html>