% /** * @Class Name : EgovModal.jsp * @Description : 모달 JSP * @Modification Information * @ * @ 수정일 수정자 수정내용 * @ ------- -------- --------------------------- * @ 2016.07.13 장동한 최초 생성 * * @author 2016 표준프레임워크유지보수 개발팀 장동한 * @since 2016.07.13 * @version 1.0 * @see * */ %> <%@ page language="java" contentType="text/html; charset=UTF-8" %> <%@ page import="egovframework.com.cmm.EgovWebUtil" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> <%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> <% String sScriptYn = request.getParameter("scriptYn") == null ? "" : (String)request.getParameter("scriptYn"); String sModelName = request.getParameter("modalName") == null ? "" : (String)request.getParameter("modalName"); %> <%if(sScriptYn.equals("Y")){ %> <%} %>