% /** * 기본옵션 팝업창 * @since 2021.11.05 * @author min * @version 1.0 * * << 개정 이력 >> * * 수정일 수정자 수정내용 * ---------------- --------------------- -------------------------------------------------------- * 2021.11.05 민상익 최초작성 **/ %> <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ page import="com.pms.common.utils.*"%> <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> <%@ page import="java.util.*" %> <%@ include file= "/init.jsp" %>