내 정보 관리 새로 구현

- 비밀번호 수정,
- 전콘 제거, 전콘 변경 기능 추가
This commit is contained in:
2018-03-20 02:59:40 +09:00
parent b27562613e
commit f3d7a6a1a7
20 changed files with 893 additions and 368 deletions
+1 -4
View File
@@ -23,8 +23,6 @@ $userGrade = $SESSION->getGrade();
<link type="text/css" rel="stylesheet" href='../i_popup/Style.css'>
<link type="text/css" rel="stylesheet" href='../i_entrance/Style.css'>
<!-- 액션 -->
<script type="text/javascript" src='../js/common.js'></script>
<script type="text/javascript" src='../e_lib/jquery-3.2.1.min.js'></script>
@@ -41,7 +39,6 @@ $userGrade = $SESSION->getGrade();
</head>
<body>
<?php include("manage".W."Frame.php"); ?>
<?php
if($userGrade >= 6) {
include('member/Frame.php');
@@ -97,7 +94,7 @@ if($userGrade >= 6){
<div id="user_info">
<div class="bg2 section_title with_border">계 정 관 리</div>
<div class="center_ordered_items with_border bg0">
<button id="btn_user_manage" class="with_skin">비밀번호 &amp; 전콘 &amp; 탈퇴</button>
<a href="user_info.html"><button id="btn_user_manage" class="with_skin">비밀번호 &amp; 전콘 &amp; 탈퇴</button></a>
<button id="btn_logout" class="with_skin">로 그 아 웃</button>
</div>
</div>