File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
<%@ page language="java" contentType="text/html; charset=utf-8"
pageEncoding="utf-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%>
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
<%
/**
* @Class Name : EgovInsertImage.jsp
* @Description : 웹에디터 이미지 upload 기능을 위한 팝업 화면 (기존 insert_image.html 대체)
* @Modification Information
* @
* @ 수정일 수정자 수정내용
* @ ----------- -------- ---------------------------
* @ 2009.08.26 한성곤 최초 생성
* @ 2012.12.18 이기하 image alt 생성기능 추가
*
* @author 공통컴포넌트개발팀 한성곤
* @since 2009.08.26
* @version 1.0
* @see
*/
//htmlArea v3.0 - Copyright (c) 2002, 2003 interactivetools.com, inc.
//This copyright notice MUST stay intact for use (see license.txt).
//
//Portions (c) dynarch.com, 2003
//
//A free WYSIWYG editor replacement for <textarea> fields.
//For full source code and docs, visit http://www.htmlarea.com/
//
//Version 3.0 developed by Mihai Bazon.
//http://dynarch.com/mishoo
//
//$Id: popup.js,v 1.12 2005/01/24 18:29:48 itools Exp $
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="ko" xml:lang="ko">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>이미지 추가</title>
<script type="text/javascript">
window.parent.CKEDITOR.tools.callFunction('${ckEditorFuncNum}', '${url}', '${resultMsg}');
</script>
</html>