정수빈 정수빈 1 days ago
관리자 헤더 select 삭제, 메인 텍스트 변경, 사용자 사이트맵 스크롤
@b2f8bbe32191ec0a3252466122d975998d71efe7
src/main/webapp/WEB-INF/jsp/main/inc/EgovIncTopnav.jsp
--- src/main/webapp/WEB-INF/jsp/main/inc/EgovIncTopnav.jsp
+++ src/main/webapp/WEB-INF/jsp/main/inc/EgovIncTopnav.jsp
@@ -152,12 +152,12 @@
   <div class="user_info">
     <div class="area_right">
       <ul class="user_info_ul">
-        <li>
+        <!-- <li>
           <select name="" id="">
             <option value="">관리팀</option>
             <option value="">관리팀2</option>
           </select>
-        </li>
+        </li> -->
         <li>
           <c:out value="${LoginVO.name}" />(<c:out value="${LoginVO.id}" />)
         </li>
src/main/webapp/WEB-INF/jsp/uss/ion/cnt/cntManageList.jsp
--- src/main/webapp/WEB-INF/jsp/uss/ion/cnt/cntManageList.jsp
+++ src/main/webapp/WEB-INF/jsp/uss/ion/cnt/cntManageList.jsp
@@ -203,11 +203,11 @@
 		<table>
 			<colgroup>
 				<col style="width: 40px;">
-				<col style="width: 6%;">
-				<col style="width: calc((54%/2) - 40px);">
-				<col style="width: calc((54%/2) - 40px);">
 				<col style="width: 10%;">
-				<col style="width: 20%;">
+				<col style="width: auto">
+				<col style="width: 15%">
+				<col style="width: 10%;">
+				<col style="width: 10%;">
 				<col style="width: 10%;">
 			</colgroup>
 			<thead>
src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp
--- src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp
+++ src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp
@@ -145,7 +145,9 @@
 					<div class="lang_switch">
 						<i class="icon lang"></i>
 						<button type="button" id="lang-kor" class="${param.menuUserType ne 'ENG' ? 'active' : ''}">KOR</button>
-						<button type="button" id="lang-eng" class="${param.menuUserType eq 'ENG' ? 'active' : ''}">ENG</button>
+						<%-- <button type="button" id="lang-eng" class="${param.menuUserType eq 'ENG' ? 'active' : ''}">ENG</button> --%>
+						<button type="button" id="lang-eng">ENG</button>
+						
 					</div>
 <script type="text/javascript">
 $(document).ready(function() {
@@ -161,8 +163,9 @@
         $('#lang-kor').removeClass('active');
         $('#lang-eng').addClass('active');
     } else {
-        $('#lang-eng').removeClass('active');
-        $('#lang-kor').addClass('active');
+        /* $('#lang-eng').removeClass('active');
+        $('#lang-kor').addClass('active'); */
+        
     }
 
     $('#lang-kor').on('click', function() {
@@ -173,10 +176,11 @@
     });
 
     $('#lang-eng').on('click', function() {
-        sessionStorage.setItem('menuUserType', 'ENG');
+        /* sessionStorage.setItem('menuUserType', 'ENG');
         var url = new URL(window.location.href);
         url.searchParams.set('menuUserType', 'ENG');
-        window.location.href = url.href;
+        window.location.href = url.href; */
+        alert("준비중입니다.")
     });
 
     // Append menuUserType to menu links
src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp
--- src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp
+++ src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp
@@ -213,7 +213,7 @@
 					</li>
 					<li class="box skyblue">
 						<a href="#">
-							<b class="title">ORGASIS Major Result</b>
+							<b class="title">ORGASIS Pipeline</b>
 							<span class="summary">
 								ORGASIS는 손상된 소기관과 노폐물의
 								선택적 자가포식 선별기술을 활용한 질환별 맞춤형 신약개발을 통하여
src/main/webapp/publish/adm/layout/layout.css
--- src/main/webapp/publish/adm/layout/layout.css
+++ src/main/webapp/publish/adm/layout/layout.css
@@ -45,10 +45,10 @@
 .user_util .btn_extend:hover{background:#F86A3C;color:#fff;}
 
 .top_util .area_right{position:relative;display:flex;width:auto;background:#fff;transition:width 0.3s linear;gap:12px;}
-.user_info_ul{display:inline-flex;height:38px;padding:0 20px 0 0;border-radius:35px;background:#f4f5f6;align-items:center;}
+.user_info_ul{display:inline-flex;height:38px;padding:0 20px;border-radius:35px;background:#f4f5f6;align-items:center;}
 .user_info_ul li{position:relative;display:inline-flex;align-items:center;line-height:1.8;}
-.user_info_ul li:first-child{margin:0 20px 0 0;}
-.user_info_ul li:first-child:after{position:absolute;content:"";width:1px;height:15px;background:#d5d5d5;right:0;}
+/* .user_info_ul li:first-child{margin:0 20px 0 0;}
+.user_info_ul li:first-child:after{position:absolute;content:"";width:1px;height:15px;background:#d5d5d5;right:0;} */
 .user_info_ul select{width:145px;padding:0 0 0 20px;font-size:16px;border:0;background:transparent url(../images/component/icon_arrow_down.png) no-repeat calc(100% - 20px) center;}
 .btn_logout{width:auto;height:38px;padding:8px 17px;font-size:16px;color:#fff;border-radius:40px;background:var(--gray-color);transition: all 0.3s;}
 .btn_logout:hover{background:var(--gray-color-hover);}
src/main/webapp/publish/usr/layout/layout.css
--- src/main/webapp/publish/usr/layout/layout.css
+++ src/main/webapp/publish/usr/layout/layout.css
@@ -85,11 +85,11 @@
 
 
 /* sitemap */
-.sitemap {position:fixed;width:100%;height:100%;left:0;top:-100%;background:#fff;transition:top .6s ease;z-index:1000;flex-direction:column;}
+.sitemap {position:fixed;width:100%;height:100%;left:0;top:-100%;background:#fff;transition:top .6s ease;z-index:1000;flex-direction:column;overflow:auto;}
 .sitemap.active {top:0;}
 .sitemap_top.inner {display:flex;width:100%;height:auto;justify-content:space-between;align-items:center;padding:20px;}
 
-.sitemap .sitemenu{display:flex;width:100%;margin:80px 0;padding:0 140px;justify-content:space-between;box-sizing:border-box;}
+.sitemap .sitemenu{display:flex;width:100%;margin:60px 0;padding:0 140px;justify-content:space-between;box-sizing:border-box;}
 .sitemap .sitemenu .depth01{display:flex;width:100%;height:80px;padding:0 20px;margin:0;font-family:var(--secondary-title-font);font-size:32px;font-weight:bold;color:var(--primary-color);align-items:center;}
 .sitemap .depth02_ul{display:flex;flex-direction:column;gap:12px;}
 .sitemap .depth02_ul li{width:100%;font-size:20px;text-align:center;}
Add a comment
List