This commit is contained in:
ecpla 2023-07-31 16:13:50 +09:00
commit e4470f4ab7

View File

@ -39,7 +39,8 @@ function fn_getMemberCard() {
<h1><a href="javascript:void(0)" onclick="javascript:location.href='/';"><img src="/images/img/img-logo.svg" alt=""><span class="title-1" id="siteCommonTitle"><c:out value='${councilNm}'/></span><span class="title-2">소장자료관</span></a></h1>
<c:set var="path" value="${requestScope['javax.servlet.forward.servlet_path']}" />
<c:if test="${ '/index.jsp' ne path }">
<c:if test="${ '/index.jsp' ne path && '/index.do' ne path}">
<div class="search-wrap">
<h2 class="blind">검색</h2>
<div class="search-close"><button type="button"></button></div>