fix : 리소스 경로 수정

main
이범준 2 years ago
parent c3f3bc9ec1
commit 8339183bcb

@ -37,7 +37,7 @@ Date Author Description
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap" rel="stylesheet">
<div style="display: flex" class="conttitle">
<img src="${ctx }/resources/biz/content/images/common/main/titleLogo_01.png"/>
<img src="${ctx }/resources/biz/common/images/titleLogo_01.png"/>
<p class="title">개별총정보</p>
<%-- <%@include file="/WEB-INF/jsp/framework/biz-popup-tab-btn.jsp" %>--%>
<div class="popup_btn">

@ -13,7 +13,7 @@
<!--
<div class="conttitle">
<img src="${ctx }/resources/biz/content/images/common/main/titleLogo_01.png"/>
<img src="${ctx }/resources/biz/common/images/titleLogo_01.png"/>
<p class="title">개별총정보</p>
</div>
-->

@ -32,7 +32,7 @@
<article class="main" id="content-box">
<p class="history"><%@include file="/WEB-INF/jsp/framework/layouts/tiles/biz/cmmn/BizIncludeMenuPath.jsp" %></p>
<div class="conttitle">
<img src="${ctx }/resources/biz/content/images/common/main/titleLogo_01.png"/>
<img src="${ctx }/resources/biz/common/images/titleLogo_01.png"/>
<%-- <h3>${urlInfoMap.menuName}</h3> --%>
<p class="title">${urlInfoMap.menuName}</p>
</div>

@ -20,7 +20,7 @@
<body>
<div id="wrap">
<%-- <div class="conttitle">
<img src="${ctx }/resources/biz/content/images/common/main/titleLogo_01.png"/>
<img src="${ctx }/resources/biz/common/images/titleLogo_01.png"/>
<h3>${urlInfoMap.menuName}</h3>
</div><!--2021.09.23 박소영 h3새로추가--> --%>
<t:insertAttribute name="content"/>

Loading…
Cancel
Save