2024-03-20 10:20 기소유예 버튼명칭 변경
This commit is contained in:
parent
0055444853
commit
adfd611d0b
@ -70,6 +70,7 @@ $(document).ready(function(){
|
||||
ddlnCdText = "접수중";
|
||||
} else if (currentDate > endPnttm) {
|
||||
ddlnCdText = "접수종료";
|
||||
$applyButton.text("마감");
|
||||
}
|
||||
|
||||
$thisCell.text(ddlnCdText);
|
||||
@ -119,6 +120,7 @@ $(document).ready(function(){
|
||||
ddlnCdText = "접수중";
|
||||
} else if (currentDate > endPnttm) {
|
||||
ddlnCdText = "접수종료";
|
||||
$applyButton.text("마감");
|
||||
}
|
||||
|
||||
$thisCell.text(ddlnCdText);
|
||||
@ -767,9 +769,17 @@ $(document).ready(function(){
|
||||
onclick="fncAplctPopup('<c:out value="${list.prcsAplctPrdOrd}"/>','','','10','select'
|
||||
,'','',''
|
||||
)" title="팝업 열림">신청</button> --%>
|
||||
|
||||
<button type="button" class="btnType04" data-info="<c:out value='${list.prcsAplctPrdOrd}'/>" data-tooltip="sub36_pop02"
|
||||
onclick="fncGoDetail('<c:out value="${list.prcsAplctPrdOrd}"/>');" title="팝업 열림">신청</button>
|
||||
onclick="fncGoDetail('<c:out value="${list.prcsAplctPrdOrd}"/>');" title="팝업 열림">
|
||||
<c:choose>
|
||||
<c:when test="${list.ddlnCd eq '20'}">
|
||||
마감
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
신청
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
</button>
|
||||
|
||||
|
||||
</td>
|
||||
@ -833,7 +843,16 @@ $(document).ready(function(){
|
||||
<li class="aplctBtnM">
|
||||
<span>교육신청</span>
|
||||
<button type="button" class="btnType04" data-info="<c:out value='${list.prcsAplctPrdOrd}'/>" data-tooltip="sub36_pop02"
|
||||
onclick="fncGoDetail('<c:out value="${list.prcsAplctPrdOrd}"/>');" title="팝업 열림">신청</button>
|
||||
onclick="fncGoDetail('<c:out value="${list.prcsAplctPrdOrd}"/>');" title="팝업 열림">
|
||||
<c:choose>
|
||||
<c:when test="${list.ddlnCd eq '20'}">
|
||||
마감
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
신청
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
</button>
|
||||
</li>
|
||||
</ul>
|
||||
</c:forEach>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user