--- src/main/webapp/WEB-INF/jsp/uss/ion/bnr/sub/subMainZoneList.jsp
+++ src/main/webapp/WEB-INF/jsp/uss/ion/bnr/sub/subMainZoneList.jsp
... | ... | @@ -136,7 +136,7 @@ |
| 136 | 136 |
</script> |
| 137 | 137 |
</head> |
| 138 | 138 |
<body> |
| 139 |
-<form name="listForm" action="<c:url value='/uss/ion/pwm/mainzoneList.do'/>" method="post"> |
|
| 139 |
+<form name="listForm" action="<c:url value='/uss/ion/bnr/subMainZoneList.do'/>" method="post"> |
|
| 140 | 140 |
<input name="pageIndex" type="hidden" value="<c:out value='${mainzoneVO.pageIndex}'/>"/>
|
| 141 | 141 |
<input type="hidden" name="selectedId" /> |
| 142 | 142 |
<input type="hidden" name="pageType" /> |
... | ... | @@ -240,16 +240,11 @@ |
| 240 | 240 |
</div> |
| 241 | 241 |
</div> |
| 242 | 242 |
</form> |
| 243 |
-<form name="subForm" method="get" action="<c:url value='/uss/ion/pwm/detailPopup.do'/>"> |
|
| 244 |
- <input name="popupId" type="hidden" value="" /> |
|
| 245 |
- <input name="pageIndex" type="hidden" value="<c:out value='${mainzoneVO.pageIndex}'/>"/>
|
|
| 246 |
- <input name="cmd" type="hidden" value="<c:out value=''/>"/> |
|
| 247 |
- </form> |
|
| 248 |
-<form name="modiForm" method="get" action="<c:url value='/uss/ion/pwm/mainzoneModify.do'/>" > |
|
| 243 |
+<form name="modiForm" method="get" action="<c:url value='/uss/ion/bnr/subMainzoneModify.do'/>" > |
|
| 249 | 244 |
<input name="selectedId" type="hidden" /> |
| 250 | 245 |
<input name="pageType" type="hidden" /> |
| 251 | 246 |
</form> |
| 252 |
-<form name="searchForm" method="get" action="<c:url value='/uss/ion/pwm/mainzoneList.do'/>"> |
|
| 247 |
+<form name="searchForm" method="get" action="<c:url value='/uss/ion/bnr/subMainZoneList.do'/>"> |
|
| 253 | 248 |
<input name="pageIndex" type="hidden" value="1" /> |
| 254 | 249 |
<input name="searchCondition" type="hidden" /> |
| 255 | 250 |
<input name="searchKeyword" type="hidden" /> |
--- src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp
+++ src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp
... | ... | @@ -1515,7 +1515,7 @@ |
| 1515 | 1515 |
<div class="swiper-slide"> |
| 1516 | 1516 |
<div class="contWrap"> |
| 1517 | 1517 |
<c:if test="${not empty sub.mlink }">
|
| 1518 |
- <a href="/web/mjon/msgdata/excel/selectMsgExcelDataView.do" title="페이지 이동"> |
|
| 1518 |
+ <a href="<c:out value='${sub.mlink}'/>" title="페이지 이동">
|
|
| 1519 | 1519 |
</c:if> |
| 1520 | 1520 |
<ul class="slide_cont1 table_cell1"> |
| 1521 | 1521 |
<li class="cont1_title"><c:out value="${sub.topTxt }" /></li>
|
... | ... | @@ -1530,7 +1530,7 @@ |
| 1530 | 1530 |
</c:if> |
| 1531 | 1531 |
</ul> |
| 1532 | 1532 |
<c:if test="${not empty sub.mlink }">
|
| 1533 |
- </a> |
|
| 1533 |
+ </a> |
|
| 1534 | 1534 |
</c:if> |
| 1535 | 1535 |
</div> |
| 1536 | 1536 |
</div> |
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?