요금안내 top 배너 추가
@105898cede55a7bbb63c368e55f321b61b7ea124
--- src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp
+++ src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp
... | ... | @@ -1053,6 +1053,20 @@ |
| 1053 | 1053 |
<div class="skip_menu"> |
| 1054 | 1054 |
<a href="#cont" title="본문 바로가기" class="contGo" rel="nosublink">본문 바로가기</a> |
| 1055 | 1055 |
</div><!--// skip 메뉴 --> |
| 1056 |
+ |
|
| 1057 |
+ <!-- 요금안내 top 배너 시작 --> |
|
| 1058 |
+ <c:choose> |
|
| 1059 |
+ <c:when test="${fn:contains(pageContext.request.requestURL , 'web/main/mainPage.do')}">
|
|
| 1060 |
+ <!-- |
|
| 1061 |
+ <img class="price_top_banner" src="/publish/images/level/top_banner.png" alt="최저 8.1원 요금안내" usemap="#topbanner"> |
|
| 1062 |
+ <map name="topbanner"> |
|
| 1063 |
+ <area shape="poly" coords="45,165,194,164,182,183,155,200,124,208,85,202,63,187,46,167" href="/web/pay/PayGuide.do" alt=""> |
|
| 1064 |
+ </map> |
|
| 1065 |
+ --> |
|
| 1066 |
+ </c:when> |
|
| 1067 |
+ </c:choose> |
|
| 1068 |
+ |
|
| 1069 |
+ |
|
| 1056 | 1070 |
<!-- quick 메뉴 --> |
| 1057 | 1071 |
<!-- 메인화면 퀵 메뉴와 서브화면 퀵메뉴 클래스 분기 --> |
| 1058 | 1072 |
<c:choose> |
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?