2022-08-12 15:47 KccadrConstants import 방식 삭제
This commit is contained in:
parent
4358de2e71
commit
06316acbde
@ -1,4 +1,4 @@
|
||||
<%@ page import="kcc.kccadr.cmm.KccadrConstants"%>
|
||||
<%-- <%@ page import="kcc.kccadr.cmm.KccadrConstants"%> --%>
|
||||
<%@ page contentType="text/html; charset=utf-8"%>
|
||||
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
|
||||
<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%>
|
||||
@ -7,6 +7,8 @@
|
||||
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form"%>
|
||||
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
|
||||
<%@ taglib prefix="kc" uri="/WEB-INF/tlds/kcc_tld.tld"%>
|
||||
<%@ taglib prefix="un" uri="http://jakarta.apache.org/taglibs/unstandard-1.0" %>
|
||||
<un:useConstants var="KccadrConstants" className="kcc.kccadr.cmm.KccadrConstants" />
|
||||
<!DOCTYPE html>
|
||||
<html lang="ko">
|
||||
<head>
|
||||
@ -662,6 +664,13 @@ $(document).ready(function(){
|
||||
<!-- //list_상세 -->
|
||||
<!-- btn_wrap -->
|
||||
<div class="btn_wrap btn_layout03">
|
||||
//
|
||||
${info.statCd}
|
||||
//
|
||||
${KccadrConstants.ADR_RCPT_COMP}
|
||||
//
|
||||
${KccadrConstants.ADR_RCPT_APPR_RETN}
|
||||
//
|
||||
<c:choose>
|
||||
<c:when test="${info.adrNo == null || info.adrNo == ''}">
|
||||
<div class="area_Right">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user