--- 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 @@ |
| 203 | 203 |
<table> |
| 204 | 204 |
<colgroup> |
| 205 | 205 |
<col style="width: 40px;"> |
| 206 |
- <col style="width: 6%;"> |
|
| 207 |
- <col style="width: calc((54%/2) - 40px);"> |
|
| 208 |
- <col style="width: calc((54%/2) - 40px);"> |
|
| 209 | 206 |
<col style="width: 10%;"> |
| 210 |
- <col style="width: 20%;"> |
|
| 207 |
+ <col style="width: auto"> |
|
| 208 |
+ <col style="width: 15%"> |
|
| 209 |
+ <col style="width: 10%;"> |
|
| 210 |
+ <col style="width: 10%;"> |
|
| 211 | 211 |
<col style="width: 10%;"> |
| 212 | 212 |
</colgroup> |
| 213 | 213 |
<thead> |
--- src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp
+++ src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp
... | ... | @@ -145,7 +145,9 @@ |
| 145 | 145 |
<div class="lang_switch"> |
| 146 | 146 |
<i class="icon lang"></i> |
| 147 | 147 |
<button type="button" id="lang-kor" class="${param.menuUserType ne 'ENG' ? 'active' : ''}">KOR</button>
|
| 148 |
- <button type="button" id="lang-eng" class="${param.menuUserType eq 'ENG' ? 'active' : ''}">ENG</button>
|
|
| 148 |
+ <%-- <button type="button" id="lang-eng" class="${param.menuUserType eq 'ENG' ? 'active' : ''}">ENG</button> --%>
|
|
| 149 |
+ <button type="button" id="lang-eng">ENG</button> |
|
| 150 |
+ |
|
| 149 | 151 |
</div> |
| 150 | 152 |
<script type="text/javascript"> |
| 151 | 153 |
$(document).ready(function() {
|
... | ... | @@ -161,8 +163,9 @@ |
| 161 | 163 |
$('#lang-kor').removeClass('active');
|
| 162 | 164 |
$('#lang-eng').addClass('active');
|
| 163 | 165 |
} else {
|
| 164 |
- $('#lang-eng').removeClass('active');
|
|
| 165 |
- $('#lang-kor').addClass('active');
|
|
| 166 |
+ /* $('#lang-eng').removeClass('active');
|
|
| 167 |
+ $('#lang-kor').addClass('active'); */
|
|
| 168 |
+ |
|
| 166 | 169 |
} |
| 167 | 170 |
|
| 168 | 171 |
$('#lang-kor').on('click', function() {
|
... | ... | @@ -173,10 +176,11 @@ |
| 173 | 176 |
}); |
| 174 | 177 |
|
| 175 | 178 |
$('#lang-eng').on('click', function() {
|
| 176 |
- sessionStorage.setItem('menuUserType', 'ENG');
|
|
| 179 |
+ /* sessionStorage.setItem('menuUserType', 'ENG');
|
|
| 177 | 180 |
var url = new URL(window.location.href); |
| 178 | 181 |
url.searchParams.set('menuUserType', 'ENG');
|
| 179 |
- window.location.href = url.href; |
|
| 182 |
+ window.location.href = url.href; */ |
|
| 183 |
+ alert("준비중입니다.")
|
|
| 180 | 184 |
}); |
| 181 | 185 |
|
| 182 | 186 |
// 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
... | ... | @@ -213,7 +213,7 @@ |
| 213 | 213 |
</li> |
| 214 | 214 |
<li class="box skyblue"> |
| 215 | 215 |
<a href="#"> |
| 216 |
- <b class="title">ORGASIS Major Result</b> |
|
| 216 |
+ <b class="title">ORGASIS Pipeline</b> |
|
| 217 | 217 |
<span class="summary"> |
| 218 | 218 |
ORGASIS는 손상된 소기관과 노폐물의 |
| 219 | 219 |
선택적 자가포식 선별기술을 활용한 질환별 맞춤형 신약개발을 통하여 |
--- src/main/webapp/publish/adm/layout/layout.css
+++ src/main/webapp/publish/adm/layout/layout.css
... | ... | @@ -45,10 +45,10 @@ |
| 45 | 45 |
.user_util .btn_extend:hover{background:#F86A3C;color:#fff;}
|
| 46 | 46 |
|
| 47 | 47 |
.top_util .area_right{position:relative;display:flex;width:auto;background:#fff;transition:width 0.3s linear;gap:12px;}
|
| 48 |
-.user_info_ul{display:inline-flex;height:38px;padding:0 20px 0 0;border-radius:35px;background:#f4f5f6;align-items:center;}
|
|
| 48 |
+.user_info_ul{display:inline-flex;height:38px;padding:0 20px;border-radius:35px;background:#f4f5f6;align-items:center;}
|
|
| 49 | 49 |
.user_info_ul li{position:relative;display:inline-flex;align-items:center;line-height:1.8;}
|
| 50 |
-.user_info_ul li:first-child{margin:0 20px 0 0;}
|
|
| 51 |
-.user_info_ul li:first-child:after{position:absolute;content:"";width:1px;height:15px;background:#d5d5d5;right:0;}
|
|
| 50 |
+/* .user_info_ul li:first-child{margin:0 20px 0 0;}
|
|
| 51 |
+.user_info_ul li:first-child:after{position:absolute;content:"";width:1px;height:15px;background:#d5d5d5;right:0;} */
|
|
| 52 | 52 |
.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;}
|
| 53 | 53 |
.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;}
|
| 54 | 54 |
.btn_logout:hover{background:var(--gray-color-hover);}
|
--- src/main/webapp/publish/usr/layout/layout.css
+++ src/main/webapp/publish/usr/layout/layout.css
... | ... | @@ -85,11 +85,11 @@ |
| 85 | 85 |
|
| 86 | 86 |
|
| 87 | 87 |
/* sitemap */ |
| 88 |
-.sitemap {position:fixed;width:100%;height:100%;left:0;top:-100%;background:#fff;transition:top .6s ease;z-index:1000;flex-direction:column;}
|
|
| 88 |
+.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;}
|
|
| 89 | 89 |
.sitemap.active {top:0;}
|
| 90 | 90 |
.sitemap_top.inner {display:flex;width:100%;height:auto;justify-content:space-between;align-items:center;padding:20px;}
|
| 91 | 91 |
|
| 92 |
-.sitemap .sitemenu{display:flex;width:100%;margin:80px 0;padding:0 140px;justify-content:space-between;box-sizing:border-box;}
|
|
| 92 |
+.sitemap .sitemenu{display:flex;width:100%;margin:60px 0;padding:0 140px;justify-content:space-between;box-sizing:border-box;}
|
|
| 93 | 93 |
.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;}
|
| 94 | 94 |
.sitemap .depth02_ul{display:flex;flex-direction:column;gap:12px;}
|
| 95 | 95 |
.sitemap .depth02_ul li{width:100%;font-size:20px;text-align:center;}
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?