추가 수정사항
This commit is contained in:
parent
1dc297a2e8
commit
fc6fb30b1c
@ -3,7 +3,7 @@
|
|||||||
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
|
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
|
||||||
|
|
||||||
<c:forEach var="mngList" items="${listDeptTree}" varStatus="status">
|
<c:forEach var="mngList" items="${listDeptTree}" varStatus="status">
|
||||||
<c:if test="${mngList.domainUseYn eq 'Y' && mngList.domainHostNm ne null }">
|
<c:if test="${mngList.domainUseYn eq 'Y' && mngList.domainHostNm ne null && mngList.domainHostNm ne ''}">
|
||||||
<div><a href="javascript:void(0)" onclick="gfn_openNewWindow('https://${mngList.domainHostNm }.nculture.org/')" title="새창 열림">${mngList.text }</a></div>
|
<div><a href="javascript:void(0)" onclick="gfn_openNewWindow('https://${mngList.domainHostNm }.nculture.org/')" title="새창 열림">${mngList.text }</a></div>
|
||||||
</c:if>
|
</c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
|
|||||||
@ -394,7 +394,7 @@ footer .tot_nlib_site .site_name:after{position:absolute;right:0;top:0;width:40p
|
|||||||
footer .tot_nlib_site.on .site_name:after{background: url("/images/icon/icon-down-arr.png") no-repeat right top;}
|
footer .tot_nlib_site.on .site_name:after{background: url("/images/icon/icon-down-arr.png") no-repeat right top;}
|
||||||
footer .tot_nlib_site .site_depth{width:180px;position:absolute;left:0px;right:0;bottom:40px;background-color:#1b1b1b;z-index:60;display:none;}
|
footer .tot_nlib_site .site_depth{width:180px;position:absolute;left:0px;right:0;bottom:40px;background-color:#1b1b1b;z-index:60;display:none;}
|
||||||
footer .tot_nlib_site .site_depth div a{display:block;line-height:26px;padding:0 0 0 12px;font-size:14px;color:#ddd;}
|
footer .tot_nlib_site .site_depth div a{display:block;line-height:26px;padding:0 0 0 12px;font-size:14px;color:#ddd;}
|
||||||
footer .tot_nlib_site .site_depth .depth_box {overflow-y:scroll;max-height:176px;padding:7px 0px;}
|
footer .tot_nlib_site .site_depth .depth_box {overflow-y:scroll;overflow-x: hidden;max-height:176px;padding:7px 0px;}
|
||||||
footer .tot_nlib_site .site_depth #mngOrgNm{width:154px;padding: 0px 13px 0px 13px;height: 35px;}
|
footer .tot_nlib_site .site_depth #mngOrgNm{width:154px;padding: 0px 13px 0px 13px;height: 35px;}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user