jhleem / egov star

임종호 임종호 2022-02-15 @45


            
Index: base3.10/src/main/webapp/WEB-INF/tiles/layouts/adminLayout.jsp =================================================================== --- base3.10/src/main/webapp/WEB-INF/tiles/layouts/adminLayout.jsp (revision 44) +++ base3.10/src/main/webapp/WEB-INF/tiles/layouts/adminLayout.jsp (revision 45) @@ -8,7 +8,8 @@ <style> #fouc {opacity: 0;} </style> <meta http-equiv="X-UA-Compatible" content="IE=edge"/> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> - <title>관리자 / ${systemVO.sysNm }</title> + <title>관리자3232 / ${systemVO.sysNm }</title> + <link rel="icon" href="<c:url value='/images/user/favicon.ico'/>" type="image/x-icon" /> <tiles:insertAttribute name="header" /> </head> <body> Index: base3.10/src/main/webapp/WEB-INF/tiles/template/adminHeader.jsp =================================================================== --- base3.10/src/main/webapp/WEB-INF/tiles/template/adminHeader.jsp (revision 44) +++ base3.10/src/main/webapp/WEB-INF/tiles/template/adminHeader.jsp (revision 45) @@ -4,7 +4,6 @@ <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> <script type="text/javascript"> - // sessionStorage.setItem("contextpath", "${pageContext.request.contextPath}"); const CONTEXT_PATH = "${pageContext.request.contextPath}"; </script> @@ -37,11 +36,9 @@ <link rel="stylesheet" type="text/css" href="<c:url value='/css/admin/popup.css'/>" /> <link rel="stylesheet" href="<c:url value='/resource/jquery-ui-1.12.1/jquery-ui.min.css'/>"> +<!-- 쿠키JS --> +<script type="text/javascript" src="<c:url value='/js/com/jquery.cookie.js'><c:param name="dt" value="${nowDate}"/></c:url>"></script> -<%-- <link rel="shortcut icon" href="<c:url value='/imageview.do?fileId=${systemVO.coFavicon }' />" type="image/x-icon"> --%> -<%-- <link rel="icon" href="<c:url value='/imageview.do?fileId=${systemVO.coFavicon }' />" type="image/x-icon"> --%> -<link rel="shortcut icon" href="<c:url value='/images/admin/favicon.ico' />" type="image/x-icon"> -<link rel="icon" href="<c:url value='/images/admin/favicon.ico' />" type="image/x-icon"> <script type="text/javascript"> $(document).ready(function() { if("${message}" != null && "${message}" != "") { Index: base3.10/src/main/webapp/WEB-INF/tiles/template/adminMenu.jsp =================================================================== --- base3.10/src/main/webapp/WEB-INF/tiles/template/adminMenu.jsp (revision 44) +++ base3.10/src/main/webapp/WEB-INF/tiles/template/adminMenu.jsp (revision 45) @@ -153,21 +153,21 @@ <script> $(function() { - function getCookie(cname) { - var name = cname + "="; - var decodedCookie = decodeURIComponent(document.cookie); - var ca = decodedCookie.split(';'); - for(var i = 0; i <ca.length; i++) { - var c = ca[i]; - while (c.charAt(0) == ' ') { - c = c.substring(1); - } - if (c.indexOf(name) == 0) { - return c.substring(name.length, c.length); - } - } - return ""; - } +// function getCookie(cname) { +// var name = cname + "="; +// var decodedCookie = decodeURIComponent(document.cookie); +// var ca = decodedCookie.split(';'); +// for(var i = 0; i <ca.length; i++) { +// var c = ca[i]; +// while (c.charAt(0) == ' ') { +// c = c.substring(1); +// } +// if (c.indexOf(name) == 0) { +// return c.substring(name.length, c.length); +// } +// } +// return ""; +// } function pad(n, width) { n = n + ''; Index: base3.10/src/main/webapp/WEB-INF/tiles/template/defaultHeader.jsp =================================================================== --- base3.10/src/main/webapp/WEB-INF/tiles/template/defaultHeader.jsp (revision 44) +++ base3.10/src/main/webapp/WEB-INF/tiles/template/defaultHeader.jsp (revision 45) @@ -54,11 +54,6 @@ <!-- 쿠키JS --> <script type="text/javascript" src="<c:url value='/js/com/jquery.cookie.js'><c:param name="dt" value="${nowDate}"/></c:url>"></script> -<!-- 전자정부 validator --> -<%-- <script type="text/javascript" src="<c:url value="/validator.do"><c:param name="dt" value="${nowDate}"/></c:url>"></script> --%> - -<%-- <script type="text/javascript" src="<c:url value='/js/com/slick.js' ><c:param name="dt" value="${nowDate}"/></c:url>"></script> --%> - <!-- 공통JS --> <script type="text/javascript" src="<c:url value='/js/com/common.js' ><c:param name="dt" value="${nowDate}"/></c:url>"></script> Index: base3.10/src/main/webapp/js/com/cookie.js =================================================================== --- base3.10/src/main/webapp/js/com/cookie.js (revision 44) +++ base3.10/src/main/webapp/js/com/cookie.js (revision 45) @@ -4,7 +4,7 @@ /** 쿠기정보를 가져온다.ㅣ */ function getCookie(cookieName) { var search = cookieName + '='; - var cookie = document.cookie; + var cookie = decodeURIComponent(document.cookie); var startIndex, endIndex; /* 현재 쿠키가 존재할 경우 */
Add a comment
List