Index: base3.10/src/main/resources/egovframework/egovProps/globals.properties
===================================================================
--- base3.10/src/main/resources/egovframework/egovProps/globals.properties (revision 41)
+++ base3.10/src/main/resources/egovframework/egovProps/globals.properties (revision 42)
@@ -26,7 +26,7 @@
Globals.Auth = session
# MainPage Setting
-Globals.MainPage = /EgovContent.do
+Globals.MainPage = /index.do
# \uc704\uc800\ub4dc \uc0ac\uc6a9\uc2dc \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uad00\ub828 \uc124\uc815\uc744 \ubd88\ub7ec\uc634
Index: base3.10/src/main/webapp/WEB-INF/tiles/template/defaultTopMenu.jsp
===================================================================
--- base3.10/src/main/webapp/WEB-INF/tiles/template/defaultTopMenu.jsp (revision 41)
+++ base3.10/src/main/webapp/WEB-INF/tiles/template/defaultTopMenu.jsp (revision 42)
@@ -1,5 +1,8 @@
<%@ 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="tiles" uri="http://tiles.apache.org/tags-tiles"%>
+<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
<header class="header">
<div class="skip"> <a href="#contents" onclick="$('#contents').attr('tabindex', '-1').focus(); return false;">본문 바로가기</a> <a href="#gnb_wrap" onclick="$('#gnb_wrap').attr('tabindex', '-1').focus(); return false;">메뉴바로가기</a> </div>
<div class="inner">
@@ -11,9 +14,18 @@
<li><a href="/content/common/about.html" title="about crossroards">about crossroards</a></li>
</ul>
<ul class="header_right">
+ <c:choose>
+ <c:when test="${loginVO != null}">
+ <li><a href="javascript:void(0);">${loginVO.name } 님 환영합니다.</a></li>
+ <li><a href="<c:url value='/admin/index.do'/>" target="_blank" title="관리자 페이지 [새창열림]">admin</a></li>
+ </c:when>
+ <c:otherwise>
+ <li><a href="<c:url value='/uat/uia/egovLoginUsr.do'/>" title="archive">login</a></li>
+ </c:otherwise>
+ </c:choose>
<li><a href="/content/common/archive.html" title="archive">archive</a></li>
<li><a href="/cop/bbs/000000000040/selectArticleList.do" title="공지사항">notice</a></li>
- <li><a href="javasctipt:void(0)" aria-haspopup="dialog" data-popup="login">admin</a></li>
+<!-- <li><a href="javasctipt:void(0)" aria-haspopup="dialog" data-popup="login">admin</a></li> -->
</ul>
</div>
<div class="header_bottom"> <a href="/content/common/magazine_list.html" class="info" title="2022년1월 통권 196호">2022년1월 통권 196호</a>
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?