diff --git a/modules/editor/.editor.class.php.swp b/modules/editor/.editor.class.php.swp new file mode 100644 index 000000000..f0f247763 Binary files /dev/null and b/modules/editor/.editor.class.php.swp differ diff --git a/modules/editor/.editor.view.php.swp b/modules/editor/.editor.view.php.swp new file mode 100644 index 000000000..36134a9ac Binary files /dev/null and b/modules/editor/.editor.view.php.swp differ diff --git a/modules/editor/components/colorpicker_bg/info.xml b/modules/editor/components/colorpicker_bg/info.xml new file mode 100644 index 000000000..c1bab8324 --- /dev/null +++ b/modules/editor/components/colorpicker_bg/info.xml @@ -0,0 +1,8 @@ + + + 글의 배경색 변경 + + 제로 + 글의 배경색을 변경합니다. + + diff --git a/modules/editor/components/colorpicker_text/info.xml b/modules/editor/components/colorpicker_text/info.xml new file mode 100644 index 000000000..4089eca1a --- /dev/null +++ b/modules/editor/components/colorpicker_text/info.xml @@ -0,0 +1,8 @@ + + + 글자색 변경 + + 제로 + 글자색을 변경합니다. + + diff --git a/modules/editor/components/emoticon/info.xml b/modules/editor/components/emoticon/info.xml new file mode 100644 index 000000000..1a01cde70 --- /dev/null +++ b/modules/editor/components/emoticon/info.xml @@ -0,0 +1,8 @@ + + + 이모티콘 출력 + + 제로 + 이모티콘을 에디터에 삽입할 수 있습니다. + + diff --git a/modules/editor/components/html_editor/info.xml b/modules/editor/components/html_editor/info.xml new file mode 100644 index 000000000..e4b5276b2 --- /dev/null +++ b/modules/editor/components/html_editor/info.xml @@ -0,0 +1,8 @@ + + + HTML 코드 수정 + + 제로 + 에디터에서 HTML 코드를 직접 수정하거나 추가할 수 있습니다.\n보안 문제로 인하여 가능한 관리자만 사용할 수 있도록 하세요. + + diff --git a/modules/editor/components/image_gallery/info.xml b/modules/editor/components/image_gallery/info.xml new file mode 100644 index 000000000..eb15975ff --- /dev/null +++ b/modules/editor/components/image_gallery/info.xml @@ -0,0 +1,8 @@ + + + 기본 이미지 갤러리 + + 제로 + 첨부된 이미지파일을 이용하여 슬라이드/목록형 이미지 갤러리를 만들 수 있습니다. + + diff --git a/modules/editor/components/image_link/info.xml b/modules/editor/components/image_link/info.xml new file mode 100644 index 000000000..42b93be56 --- /dev/null +++ b/modules/editor/components/image_link/info.xml @@ -0,0 +1,8 @@ + + + 이미지 추가 + + 제로 + 에디터에 이미지를 추가하거나 속성을 변경할 수 있습니다. + + diff --git a/modules/editor/components/multimedia_link/info.xml b/modules/editor/components/multimedia_link/info.xml new file mode 100644 index 000000000..1dcba39c8 --- /dev/null +++ b/modules/editor/components/multimedia_link/info.xml @@ -0,0 +1,8 @@ + + + 멀티미디어 자료 관리 + + 제로 + 에디터에 wmv,avi,flv등의 멀티미디어 자료를 추가하거나 속성을 수정할 수 있습니다. + + diff --git a/modules/editor/components/naver_map/info.xml b/modules/editor/components/naver_map/info.xml new file mode 100644 index 000000000..3363659dd --- /dev/null +++ b/modules/editor/components/naver_map/info.xml @@ -0,0 +1,13 @@ + + + 네이버 지도 연동 + + 제로 + 네이버에서 제공하는 네이버 지도 open api를 이용하여 에디터에 원하는 곳의 지도를 추가하거나 수정할 수 있습니다.\n네이버 지도 open api키를 발급 받아서 등록을 해주셔야 정상적인 사용이 가능합니다. + + + + 네이버지도 api key + http://www.naver.com/ 에서 네이버 지도 API key를 발급 받으신 후 입력해주세요. + + diff --git a/modules/editor/components/quotation/info.xml b/modules/editor/components/quotation/info.xml new file mode 100644 index 000000000..9e188c44b --- /dev/null +++ b/modules/editor/components/quotation/info.xml @@ -0,0 +1,8 @@ + + + 인용구 작성 + + 제로 + 특정 범위를 인용문으로 꾸밀 수 있습니다. 외곽선의 종류나 색상, 굵기를 수정할 수 있으며 열기/닫기 기능을 가진 폴더기능을 만들 수 있습니다. + + diff --git a/modules/editor/components/table_maker/info.xml b/modules/editor/components/table_maker/info.xml new file mode 100644 index 000000000..54117b893 --- /dev/null +++ b/modules/editor/components/table_maker/info.xml @@ -0,0 +1,8 @@ + + + 표(table) 생성 + + 제로 + 에디터에 표(table)을 생성하거나 표(table) 또는 칸(td)의 속성을 변경할 수 있습니다. + + diff --git a/modules/editor/components/url_link/info.xml b/modules/editor/components/url_link/info.xml new file mode 100644 index 000000000..01b1cab61 --- /dev/null +++ b/modules/editor/components/url_link/info.xml @@ -0,0 +1,8 @@ + + + 링크 생성 + + 제로 + 에디터에 링크를 추가하거나 링크의 속성을 변경할 수 있습니다. + + diff --git a/modules/editor/conf/module.xml b/modules/editor/conf/module.xml index d83dd792b..2d888d7f3 100644 --- a/modules/editor/conf/module.xml +++ b/modules/editor/conf/module.xml @@ -2,6 +2,7 @@ + diff --git a/modules/editor/editor.view.php b/modules/editor/editor.view.php index 4e9ce50a9..1e176cf30 100644 --- a/modules/editor/editor.view.php +++ b/modules/editor/editor.view.php @@ -13,6 +13,17 @@ function init() { } + /** + * @brief 관리자 설정 페이지 + * 에디터 컴포넌트의 on/off 및 설정을 담당 + **/ + function adminIndex() { + // 컴포넌트의 종류를 구해옴 + $component_list = FileHandler::readDir($this->module_path.'components'); + arsort($component_list); + Context::set('component_list', $component_list); + } + /** * @brief 에디터를 return **/