From 77e5c502a544c7176523fc775c701bf456ffe16e Mon Sep 17 00:00:00 2001 From: leebeomjun Date: Tue, 19 Dec 2023 10:49:21 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B3=84=EC=A0=95=EC=A0=95=EB=B3=B4=EC=88=98?= =?UTF-8?q?=EC=A0=95=20=ED=99=94=EB=A9=B4=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cokr/xit/fims/base/UserController.java | 16 + .../WEB-INF/jsp/fims/user/user-info.jsp | 329 ++++++++++++++++++ src/main/webapp/WEB-INF/jsp/include/top.jsp | 16 +- 3 files changed, 360 insertions(+), 1 deletion(-) create mode 100644 src/main/webapp/WEB-INF/jsp/fims/user/user-info.jsp diff --git a/src/main/java/cokr/xit/fims/base/UserController.java b/src/main/java/cokr/xit/fims/base/UserController.java index 1c7e22c7..a9302aae 100644 --- a/src/main/java/cokr/xit/fims/base/UserController.java +++ b/src/main/java/cokr/xit/fims/base/UserController.java @@ -82,6 +82,22 @@ public class UserController extends cokr.xit.base.user.web.UserController ableFactionList = factionMapper.selectAbleFactionList(params); + mav.addObject("ableFactionList", ableFactionList); + + return mav; + } + + @RequestMapping(name="설정정보 조회",value="/stngInfo.do") public ModelAndView getStngInfo(String type) { ModelAndView mav = new ModelAndView("jsonView"); diff --git a/src/main/webapp/WEB-INF/jsp/fims/user/user-info.jsp b/src/main/webapp/WEB-INF/jsp/fims/user/user-info.jsp new file mode 100644 index 00000000..e6a96426 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/fims/user/user-info.jsp @@ -0,0 +1,329 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" isELIgnored="false" session="false"%> +<%@ include file="/WEB-INF/jsp/include/taglib.jsp"%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +사용자정보 + + + +
+
+
+
+
+ +
+ +
+
+ +
+ +
+
+
+
+
+
+ +
+ + +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+ +
+
+ +
+ +
+
+
+
+
+ +
+ +
+ + +
+
+ + +
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/include/top.jsp b/src/main/webapp/WEB-INF/jsp/include/top.jsp index cc568833..53bf4a39 100644 --- a/src/main/webapp/WEB-INF/jsp/include/top.jsp +++ b/src/main/webapp/WEB-INF/jsp/include/top.jsp @@ -103,12 +103,18 @@
  • -
  • +
  • 계정 정보 수정
  • +
  • + + + 비밀번호 변경 + +
  • @@ -172,6 +178,14 @@ +function fnOpenMyInfo(){ + window.open( + wctx.url("/user/openMyInfo.do") + ,"changeMyInfo" + ,'top=10, left=10, width=950, height=500' + ); +} + function showHelp(){ dialog.alert({ content: '070-4490-74XX',