diff --git a/src/main/webapp/WEB-INF/jsp/framework/layouts/tiles/main/footer.jsp b/src/main/webapp/WEB-INF/jsp/framework/layouts/tiles/main/footer.jsp deleted file mode 100644 index 1513a309..00000000 --- a/src/main/webapp/WEB-INF/jsp/framework/layouts/tiles/main/footer.jsp +++ /dev/null @@ -1,7 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> - -Copyright © 2002.02.02. XIT All rights reserved. - - 시스템문의 - - \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/framework/layouts/tiles/main/header.jsp b/src/main/webapp/WEB-INF/jsp/framework/layouts/tiles/main/header.jsp deleted file mode 100644 index 9485460c..00000000 --- a/src/main/webapp/WEB-INF/jsp/framework/layouts/tiles/main/header.jsp +++ /dev/null @@ -1,288 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> -<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> -<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> -<%String uri = request.getRequestURI();%> - - - - -
- -
-
- -
- - -
-<%--
" />
--%> - -
-
- -
-
    -
  • " />
  • -
- -
-
-
- -
- - -
- - - - - - - -
-

전체메뉴보기 전체메뉴 닫기

-
- -
-
diff --git a/src/main/webapp/WEB-INF/jsp/framework/layouts/tiles/main/layout-tiles-main.jsp b/src/main/webapp/WEB-INF/jsp/framework/layouts/tiles/main/layout-tiles-main.jsp deleted file mode 100644 index 9a609377..00000000 --- a/src/main/webapp/WEB-INF/jsp/framework/layouts/tiles/main/layout-tiles-main.jsp +++ /dev/null @@ -1,60 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> -<%@ taglib prefix="t" uri="http://tiles.apache.org/tags-tiles" %> -<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> -<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> -<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> -<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> -<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> -<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> - - -<%--<%@include file="/WEB-INF/jsp/framework/XitIncludeBase.jsp" %>--%> - - - - - - FIMS - <%@include file="/WEB-INF/jsp/framework/layouts/tiles/biz/cmmn/BizIncludeBase.jsp" %> - - - - - - - - - - - - -
- - - - - - - - - -
- -
- - - - - - - -
- - - - - diff --git a/src/main/webapp/resources/framework/css/cmmn/common-style.css b/src/main/webapp/resources/framework/css/cmmn/common-style.css index 5203ed7d..62896673 100644 --- a/src/main/webapp/resources/framework/css/cmmn/common-style.css +++ b/src/main/webapp/resources/framework/css/cmmn/common-style.css @@ -136,36 +136,7 @@ col.search_w06:nth-child(6){border:0px solid purple; width:15%;} background-color: #006fbd; color: #fff; } -.custom_menu { - display: inline-block; - margin: 5px 0px 0px 0px; -} -.custom_menu .all_menu { - margin-right: 50px; - display: inline-block; -} -.custom_menu .login_state { - display: inline-block; -} -.custom_menu .login_msg { - font-size: 15px; - color: #fff; - margin-bottom: 7px; -} -.custom_menu .login_msg span { - color: #55dcdf; - font-weight: bold; - margin-right: 5px; -} -.custom_menu .state_btn a{ - display: inline-block; - font-size: 13px; - color: #fff; -/* padding: 7px 20px; */ - padding: 2px 4px; - text-align: center; - margin-right: 5px; -} + .state_btn .mypage { background-color: #383f4b; }