롤백
This commit is contained in:
parent
8ad397168d
commit
2cf806dc65
@ -136,7 +136,7 @@ $(window).load(function() {
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<form name="listForm" action="<c:url value='/uss/ion/pwm/mainzoneList.do'/>" method="post">
|
||||
<form name="listForm" action="<c:url value='/uss/ion/bnr/subMainZoneList.do'/>" method="post">
|
||||
<input name="pageIndex" type="hidden" value="<c:out value='${mainzoneVO.pageIndex}'/>"/>
|
||||
<input type="hidden" name="selectedId" />
|
||||
<input type="hidden" name="pageType" />
|
||||
@ -240,16 +240,11 @@ $(window).load(function() {
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
<form name="subForm" method="get" action="<c:url value='/uss/ion/pwm/detailPopup.do'/>">
|
||||
<input name="popupId" type="hidden" value="" />
|
||||
<input name="pageIndex" type="hidden" value="<c:out value='${mainzoneVO.pageIndex}'/>"/>
|
||||
<input name="cmd" type="hidden" value="<c:out value=''/>"/>
|
||||
</form>
|
||||
<form name="modiForm" method="get" action="<c:url value='/uss/ion/pwm/mainzoneModify.do'/>" >
|
||||
<form name="modiForm" method="get" action="<c:url value='/uss/ion/bnr/subMainzoneModify.do'/>" >
|
||||
<input name="selectedId" type="hidden" />
|
||||
<input name="pageType" type="hidden" />
|
||||
</form>
|
||||
<form name="searchForm" method="get" action="<c:url value='/uss/ion/pwm/mainzoneList.do'/>">
|
||||
<form name="searchForm" method="get" action="<c:url value='/uss/ion/bnr/subMainZoneList.do'/>">
|
||||
<input name="pageIndex" type="hidden" value="1" />
|
||||
<input name="searchCondition" type="hidden" />
|
||||
<input name="searchKeyword" type="hidden" />
|
||||
|
||||
@ -1515,7 +1515,7 @@ function fn_click_banner_add_stat(bannerMenuCode){
|
||||
<div class="swiper-slide">
|
||||
<div class="contWrap">
|
||||
<c:if test="${not empty sub.mlink }">
|
||||
<a href="/web/mjon/msgdata/excel/selectMsgExcelDataView.do" title="페이지 이동">
|
||||
<a href="<c:out value='${sub.mlink}'/>" title="페이지 이동">
|
||||
</c:if>
|
||||
<ul class="slide_cont1 table_cell1">
|
||||
<li class="cont1_title"><c:out value="${sub.topTxt }" /></li>
|
||||
@ -1530,7 +1530,7 @@ function fn_click_banner_add_stat(bannerMenuCode){
|
||||
</c:if>
|
||||
</ul>
|
||||
<c:if test="${not empty sub.mlink }">
|
||||
</a>
|
||||
</a>
|
||||
</c:if>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user