From df75151c854a218d183b290d0aa309f38abd971c Mon Sep 17 00:00:00 2001 From: zero Date: Fri, 30 Mar 2007 06:01:24 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@805 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- .../editor/components/colorpicker_bg/info.xml | 10 +- .../components/colorpicker_bg/tpl/popup.css | 51 ++-- .../components/colorpicker_bg/tpl/popup.html | 26 +- .../components/colorpicker_bg/tpl/popup.js | 42 +-- .../components/colorpicker_text/info.xml | 10 +- .../components/colorpicker_text/tpl/popup.css | 52 ++-- .../colorpicker_text/tpl/popup.html | 26 +- .../components/colorpicker_text/tpl/popup.js | 42 +-- modules/editor/components/emoticon/info.xml | 10 +- .../editor/components/emoticon/tpl/popup.css | 54 ++-- .../editor/components/html_editor/info.xml | 10 +- .../components/html_editor/tpl/popup.css | 62 ++-- .../editor/components/image_gallery/info.xml | 10 +- .../image_gallery/tpl/list_gallery.html | 15 +- .../components/image_gallery/tpl/popup.css | 162 +++++----- .../components/image_gallery/tpl/popup.html | 150 +++++----- .../image_gallery/tpl/slide_gallery.css | 43 +-- .../image_gallery/tpl/slide_gallery.html | 29 +- modules/editor/components/image_link/info.xml | 10 +- .../components/image_link/tpl/popup.css | 99 +++---- .../components/image_link/tpl/popup.html | 111 +++---- .../components/multimedia_link/info.xml | 10 +- .../components/multimedia_link/tpl/popup.css | 93 +++--- .../components/multimedia_link/tpl/popup.html | 32 +- modules/editor/components/naver_map/info.xml | 22 +- .../components/naver_map/tpl/error.html | 12 +- .../editor/components/naver_map/tpl/popup.css | 159 +++++----- .../components/naver_map/tpl/popup.html | 51 ++-- modules/editor/components/quotation/info.xml | 10 +- .../editor/components/quotation/tpl/popup.css | 157 +++++----- .../components/quotation/tpl/popup.html | 236 +++++++-------- .../editor/components/table_maker/info.xml | 10 +- .../components/table_maker/tpl/popup.css | 153 +++++----- .../components/table_maker/tpl/popup.html | 190 ++++++------ modules/editor/components/url_link/info.xml | 10 +- .../editor/components/url_link/tpl/popup.css | 89 +++--- .../editor/components/url_link/tpl/popup.html | 71 +++-- modules/editor/conf/info.xml | 5 +- modules/editor/conf/module.xml | 22 +- modules/editor/editor.class.php | 13 +- modules/editor/editor.controller.php | 230 +++++++-------- modules/editor/editor.view.php | 100 +++---- modules/editor/queries/deleteSavedDoc.xml | 14 +- modules/editor/queries/getComponent.xml | 18 +- modules/editor/queries/getComponentList.xml | 24 +- modules/editor/queries/getSavedDocument.xml | 16 +- modules/editor/queries/insertComponent.xml | 16 +- modules/editor/queries/insertSavedDoc.xml | 22 +- .../editor/queries/isComponentInserted.xml | 18 +- modules/editor/queries/updateComponent.xml | 22 +- modules/editor/schemas/editor_autosave.xml | 12 +- modules/editor/schemas/editor_components.xml | 8 +- modules/editor/tpl/admin_index.html | 58 ++-- modules/editor/tpl/component_not_founded.html | 4 +- modules/editor/tpl/css/editor.css | 164 ++++++----- modules/editor/tpl/editor.html | 150 +++++----- modules/editor/tpl/filter/setup_component.xml | 14 +- modules/editor/tpl/js/admin.js | 34 ++- modules/editor/tpl/js/editor.js | 4 +- modules/editor/tpl/js/uploader.js | 277 +++++++++--------- modules/editor/tpl/setup_component.html | 72 ++--- modules/editor/tpl/view_component.html | 23 +- modules/file/conf/info.xml | 13 +- modules/file/conf/module.xml | 7 +- modules/file/file.class.php | 6 + modules/file/file.controller.php | 2 +- modules/file/file.view.php | 2 +- modules/file/queries/deleteFile.xml | 12 +- modules/file/queries/deleteFiles.xml | 12 +- modules/file/queries/deleteModuleFiles.xml | 12 +- modules/file/queries/getFile.xml | 12 +- modules/file/queries/getFiles.xml | 18 +- modules/file/queries/getFilesCount.xml | 18 +- modules/file/queries/insertFile.xml | 36 +-- modules/file/queries/updateFile.xml | 26 +- .../file/queries/updateFileDownloadCount.xml | 18 +- modules/file/schemas/files.xml | 28 +- .../file/{tpl.admin => tpl}/file_list.html | 0 .../filter/delete_checked.xml | 0 79 files changed, 1972 insertions(+), 1919 deletions(-) rename modules/file/{tpl.admin => tpl}/file_list.html (100%) rename modules/file/{tpl.admin => tpl}/filter/delete_checked.xml (100%) diff --git a/modules/editor/components/colorpicker_bg/info.xml b/modules/editor/components/colorpicker_bg/info.xml index c1bab8324..c8d314559 100644 --- a/modules/editor/components/colorpicker_bg/info.xml +++ b/modules/editor/components/colorpicker_bg/info.xml @@ -1,8 +1,8 @@ - 글의 배경색 변경 - - 제로 - 글의 배경색을 변경합니다. - + 글의 배경색 변경 + + 제로 + 글의 배경색을 변경합니다. + diff --git a/modules/editor/components/colorpicker_bg/tpl/popup.css b/modules/editor/components/colorpicker_bg/tpl/popup.css index fd846b5f4..480b3af3c 100644 --- a/modules/editor/components/colorpicker_bg/tpl/popup.css +++ b/modules/editor/components/colorpicker_bg/tpl/popup.css @@ -1,45 +1,46 @@ +@charset "utf-8"; .colorpicker { - width:160px; - padding:5px; - clear:both; + width:160px; + padding:5px; + clear:both; } img.preview_color { - width:30px; - height:16px; - border:1px solid #000000; - background-color:#FFFFFF; + width:30px; + height:16px; + border:1px solid #000000; + background-color:#FFFFFF; } img.color_icon { - width:14px; - height:14px; - border:1px solid #FFFFFF; + width:14px; + height:14px; + border:1px solid #FFFFFF; } img.color_icon_over { - width:14px; - height:14px; - border:1px solid #000000; - cursor:pointer; + width:14px; + height:14px; + border:1px solid #000000; + cursor:pointer; } .input_area { - width:160px; - padding:5px; - font-family:tahoma; - font-size:8pt; - clear:both; - text-align:center; - background-color:#EEEEEE; + width:160px; + padding:5px; + font-family:tahoma; + font-size:8pt; + clear:both; + text-align:center; + background-color:#EEEEEE; } .popup_input { - border:1px solid #AAAAAA; - height:14px; + border:1px solid #AAAAAA; + height:14px; } .popup_submit { - border:1px solid #AAAAAA; - height:18px; + border:1px solid #AAAAAA; + height:18px; } diff --git a/modules/editor/components/colorpicker_bg/tpl/popup.html b/modules/editor/components/colorpicker_bg/tpl/popup.html index c58727b58..27e9fd7af 100644 --- a/modules/editor/components/colorpicker_bg/tpl/popup.html +++ b/modules/editor/components/colorpicker_bg/tpl/popup.html @@ -1,19 +1,19 @@
- +
-
- - - - - - - -
blank#
-
+
+ + + + + + + +
blank#
+
diff --git a/modules/editor/components/colorpicker_bg/tpl/popup.js b/modules/editor/components/colorpicker_bg/tpl/popup.js index 6e00dfb1e..2c7ee722d 100644 --- a/modules/editor/components/colorpicker_bg/tpl/popup.js +++ b/modules/editor/components/colorpicker_bg/tpl/popup.js @@ -1,40 +1,40 @@ /* 부모창의 위지윅 에디터의 선택된 영역의 글자색을 변경 */ function applyColor() { - var code = xGetElementById("color_input").value; + var code = xGetElementById("color_input").value; - if(opener.xIE4Up) opener.editorDo("BackColor","#"+code, opener.editorPrevSrl); - else opener.editorDo("hilitecolor","#"+code, opener.editorPrevSrl); + if(opener.xIE4Up) opener.editorDo("BackColor","#"+code, opener.editorPrevSrl); + else opener.editorDo("hilitecolor","#"+code, opener.editorPrevSrl); - opener.editorFocus(opener.editorPrevSrl); + opener.editorFocus(opener.editorPrevSrl); - window.close(); + window.close(); } /* 색상 클릭시 */ function select_color(code) { - xGetElementById("color_input").value = code; - xGetElementById("preview_color").style.backgroundColor = "#"+code; + xGetElementById("color_input").value = code; + xGetElementById("preview_color").style.backgroundColor = "#"+code; } /* 색상표를 출력 */ function printColor(blank_img_src) { - var colorTable = new Array('22','44','66','88','AA','CC','EE'); - var html = ""; + var colorTable = new Array('22','44','66','88','AA','CC','EE'); + var html = ""; - for(var i=0;i<8;i+=1) html += printColorBlock(i.toString(16)+i.toString(16)+i.toString(16)+i.toString(16)+i.toString(16)+i.toString(16), blank_img_src); + for(var i=0;i<8;i+=1) html += printColorBlock(i.toString(16)+i.toString(16)+i.toString(16)+i.toString(16)+i.toString(16)+i.toString(16), blank_img_src); - for(var i=0; i - 글자색 변경 - - 제로 - 글자색을 변경합니다. - + 글자색 변경 + + 제로 + 글자색을 변경합니다. + diff --git a/modules/editor/components/colorpicker_text/tpl/popup.css b/modules/editor/components/colorpicker_text/tpl/popup.css index 5919afec0..e44cfcf22 100644 --- a/modules/editor/components/colorpicker_text/tpl/popup.css +++ b/modules/editor/components/colorpicker_text/tpl/popup.css @@ -1,45 +1,47 @@ +@charset "utf-8"; + .colorpicker { - width:160px; - padding:5px; - clear:both; + width:160px; + padding:5px; + clear:both; } img.preview_color { - width:30px; - height:16px; - border:1px solid #000000; - background-color:#000000; + width:30px; + height:16px; + border:1px solid #000000; + background-color:#000000; } img.color_icon { - width:14px; - height:14px; - border:1px solid #FFFFFF; + width:14px; + height:14px; + border:1px solid #FFFFFF; } img.color_icon_over { - width:14px; - height:14px; - border:1px solid #000000; - cursor:pointer; + width:14px; + height:14px; + border:1px solid #000000; + cursor:pointer; } .input_area { - width:160px; - padding:5px; - font-family:tahoma; - font-size:8pt; - clear:both; - text-align:center; - background-color:#EEEEEE; + width:160px; + padding:5px; + font-family:tahoma; + font-size:8pt; + clear:both; + text-align:center; + background-color:#EEEEEE; } .popup_input { - border:1px solid #AAAAAA; - height:14px; + border:1px solid #AAAAAA; + height:14px; } .popup_submit { - border:1px solid #AAAAAA; - height:18px; + border:1px solid #AAAAAA; + height:18px; } diff --git a/modules/editor/components/colorpicker_text/tpl/popup.html b/modules/editor/components/colorpicker_text/tpl/popup.html index 1a361f35a..9c7ae4858 100644 --- a/modules/editor/components/colorpicker_text/tpl/popup.html +++ b/modules/editor/components/colorpicker_text/tpl/popup.html @@ -1,19 +1,19 @@
- +
-
- - - - - - - -
blank#
-
+
+ + + + + + + +
blank#
+
diff --git a/modules/editor/components/colorpicker_text/tpl/popup.js b/modules/editor/components/colorpicker_text/tpl/popup.js index 128b449f9..521280cea 100644 --- a/modules/editor/components/colorpicker_text/tpl/popup.js +++ b/modules/editor/components/colorpicker_text/tpl/popup.js @@ -1,41 +1,41 @@ /* 부모창의 위지윅 에디터의 선택된 영역의 글자색을 변경 */ function applyColor() { - var code = xGetElementById("color_input").value; + var code = xGetElementById("color_input").value; - opener.editorFocus(opener.editorPrevSrl); + opener.editorFocus(opener.editorPrevSrl); - opener.editorDo("ForeColor", "#"+code, opener.editorPrevSrl); + opener.editorDo("ForeColor", "#"+code, opener.editorPrevSrl); - opener.editorFocus(opener.editorPrevSrl); + opener.editorFocus(opener.editorPrevSrl); - self.close(); + self.close(); } /* 색상 클릭시 */ function select_color(code) { - xGetElementById("color_input").value = code; - xGetElementById("preview_color").style.backgroundColor = "#"+code; + xGetElementById("color_input").value = code; + xGetElementById("preview_color").style.backgroundColor = "#"+code; } /* 색상표를 출력 */ function printColor(blank_img_src) { - var colorTable = new Array('22','44','66','88','AA','CC','EE'); - var html = ""; + var colorTable = new Array('22','44','66','88','AA','CC','EE'); + var html = ""; - for(var i=0;i<8;i+=1) html += printColorBlock(i.toString(16)+i.toString(16)+i.toString(16)+i.toString(16)+i.toString(16)+i.toString(16), blank_img_src); + for(var i=0;i<8;i+=1) html += printColorBlock(i.toString(16)+i.toString(16)+i.toString(16)+i.toString(16)+i.toString(16)+i.toString(16), blank_img_src); - for(var i=0; i - 이모티콘 출력 - - 제로 - 이모티콘을 에디터에 삽입할 수 있습니다. - + 이모티콘 출력 + + 제로 + 이모티콘을 에디터에 삽입할 수 있습니다. + diff --git a/modules/editor/components/emoticon/tpl/popup.css b/modules/editor/components/emoticon/tpl/popup.css index 5b731f2c6..90b06c7bb 100644 --- a/modules/editor/components/emoticon/tpl/popup.css +++ b/modules/editor/components/emoticon/tpl/popup.css @@ -1,43 +1,45 @@ +@charset "utf-8"; + .editor_window { - width:300px; - text-align:center; + width:300px; + text-align:center; } .editor_emoticon { - padding:10px; + padding:10px; } .editor_window img { - margin:2px; - cursor:pointer; + margin:2px; + cursor:pointer; } .editor_title { - font-size:10pt; - font-weight:bold; - clear:both; - height:20px; - background-color:#555555; - color:#EFEFEF; - vertical-align:middle; - padding-top:5px; - border-bottom:1px solid #000000; - text-align:center; + font-size:10pt; + font-weight:bold; + clear:both; + height:20px; + background-color:#555555; + color:#EFEFEF; + vertical-align:middle; + padding-top:5px; + border-bottom:1px solid #000000; + text-align:center; } .editor_button_area { - border-top:1px solid #AAAAAA; - text-align:center; - background-color:#EEEEEE; - padding:2px 0px 2px 0px; - clear:both; - height:25px; + border-top:1px solid #AAAAAA; + text-align:center; + background-color:#EEEEEE; + padding:2px 0px 2px 0px; + clear:both; + height:25px; } .editor_button { - margin-top:4px; - background-color:#FFFFFF; - border:1px solid #AAAAAA; - height:18px; - font-size:9pt; + margin-top:4px; + background-color:#FFFFFF; + border:1px solid #AAAAAA; + height:18px; + font-size:9pt; } diff --git a/modules/editor/components/html_editor/info.xml b/modules/editor/components/html_editor/info.xml index 6a9924b25..25b076876 100644 --- a/modules/editor/components/html_editor/info.xml +++ b/modules/editor/components/html_editor/info.xml @@ -1,8 +1,8 @@ - HTML 코드 수정 - - 제로 - 에디터에서 HTML 코드를 직접 수정하거나 추가할 수 있습니다.\n보안 문제로 인하여 가능한 끄는 것이 좋습니다. - + HTML 코드 수정 + + 제로 + 에디터에서 HTML 코드를 직접 수정하거나 추가할 수 있습니다.\n보안 문제로 인하여 가능한 끄는 것이 좋습니다. + diff --git a/modules/editor/components/html_editor/tpl/popup.css b/modules/editor/components/html_editor/tpl/popup.css index f450d3411..1bf44d606 100644 --- a/modules/editor/components/html_editor/tpl/popup.css +++ b/modules/editor/components/html_editor/tpl/popup.css @@ -1,44 +1,46 @@ +@charset "utf-8"; + .editor_window { - width:400px; - background-color:#F3F3F3; - text-align:center; + width:400px; + background-color:#F3F3F3; + text-align:center; } .editor_title { - font-size:10pt; - font-weight:bold; - clear:both; - height:20px; - background-color:#555555; - color:#EFEFEF; - vertical-align:middle; - padding-top:5px; - border-bottom:1px solid #000000; - text-align:center; + font-size:10pt; + font-weight:bold; + clear:both; + height:20px; + background-color:#555555; + color:#EFEFEF; + vertical-align:middle; + padding-top:5px; + border-bottom:1px solid #000000; + text-align:center; } .editor_textarea { - width:385px; - height:400px; - border:1px solid #888888; - clear:both; - font-size:9pt; - margin:10px 0px 10px 0px; + width:385px; + height:400px; + border:1px solid #888888; + clear:both; + font-size:9pt; + margin:10px 0px 10px 0px; } .editor_button_area { - border-top:1px solid #AAAAAA; - text-align:center; - background-color:#EEEEEE; - padding:2px 0px 2px 0px; - clear:both; - height:25px; + border-top:1px solid #AAAAAA; + text-align:center; + background-color:#EEEEEE; + padding:2px 0px 2px 0px; + clear:both; + height:25px; } .editor_button { - margin-top:4px; - background-color:#FFFFFF; - border:1px solid #AAAAAA; - height:18px; - font-size:9pt; + margin-top:4px; + background-color:#FFFFFF; + border:1px solid #AAAAAA; + height:18px; + font-size:9pt; } diff --git a/modules/editor/components/image_gallery/info.xml b/modules/editor/components/image_gallery/info.xml index eb15975ff..a78a958ff 100644 --- a/modules/editor/components/image_gallery/info.xml +++ b/modules/editor/components/image_gallery/info.xml @@ -1,8 +1,8 @@ - 기본 이미지 갤러리 - - 제로 - 첨부된 이미지파일을 이용하여 슬라이드/목록형 이미지 갤러리를 만들 수 있습니다. - + 기본 이미지 갤러리 + + 제로 + 첨부된 이미지파일을 이용하여 슬라이드/목록형 이미지 갤러리를 만들 수 있습니다. + diff --git a/modules/editor/components/image_gallery/tpl/list_gallery.html b/modules/editor/components/image_gallery/tpl/list_gallery.html index cf827be45..54df67a0c 100644 --- a/modules/editor/components/image_gallery/tpl/list_gallery.html +++ b/modules/editor/components/image_gallery/tpl/list_gallery.html @@ -1,15 +1,14 @@
- +
diff --git a/modules/editor/components/image_gallery/tpl/popup.css b/modules/editor/components/image_gallery/tpl/popup.css index ad7d3ec04..c66ead438 100644 --- a/modules/editor/components/image_gallery/tpl/popup.css +++ b/modules/editor/components/image_gallery/tpl/popup.css @@ -1,133 +1,135 @@ +@charset "utf-8"; + .editor_window { - width:550px; - text-align:center; + width:550px; + text-align:center; } .editor_title { - font-size:10pt; - font-weight:bold; - clear:both; - height:20px; - background-color:#555555; - color:#EFEFEF; - vertical-align:middle; - padding-top:5px; - border-bottom:1px solid #000000; - text-align:center; + font-size:10pt; + font-weight:bold; + clear:both; + height:20px; + background-color:#555555; + color:#EFEFEF; + vertical-align:middle; + padding-top:5px; + border-bottom:1px solid #000000; + text-align:center; } .short_header { - float:left; - width:80px; - text-align:left; - font-weight:bold; - margin:5px; - font-size:9pt; + float:left; + width:80px; + text-align:left; + font-weight:bold; + margin:5px; + font-size:9pt; } .short_body { - float:left; - width:90px; - text-align:left; - margin:5px; - font-size:9pt; + float:left; + width:90px; + text-align:left; + margin:5px; + font-size:9pt; } .header { - float:left; - width:80px; - clear:left; - text-align:left; - font-weight:bold; - margin:5px; - font-size:9pt; + float:left; + width:80px; + clear:left; + text-align:left; + font-weight:bold; + margin:5px; + font-size:9pt; } .body { - float:left; - width:350px; - text-align:left; - margin:5px; - font-size:9pt; + float:left; + width:350px; + text-align:left; + margin:5px; + font-size:9pt; } .image_list { - width:380px; + width:380px; } .about_image_list { - margin-top:10px; - font-size:9pt; - color:#AAAAAA; + margin-top:10px; + font-size:9pt; + color:#AAAAAA; } .editor_input { - width:40px; - height:13px; - font-size:9pt; - border:1px solid #AAAAAA; + width:40px; + height:13px; + font-size:9pt; + border:1px solid #AAAAAA; } .editor_button_area { - border-top:1px solid #AAAAAA; - text-align:center; - background-color:#EEEEEE; - padding:2px 0px 2px 0px; - clear:both; - height:25px; + border-top:1px solid #AAAAAA; + text-align:center; + background-color:#EEEEEE; + padding:2px 0px 2px 0px; + clear:both; + height:25px; } .editor_button { - margin-top:4px; - background-color:#FFFFFF; - border:1px solid #AAAAAA; - height:18px; - font-size:9pt; + margin-top:4px; + background-color:#FFFFFF; + border:1px solid #AAAAAA; + height:18px; + font-size:9pt; } .editor_color_box { - clear:both; - height:65px; - width:400px; - border:1px solid #DDDDDD; - padding:2px; - margin-bottom:3px; + clear:both; + height:65px; + width:400px; + border:1px solid #DDDDDD; + padding:2px; + margin-bottom:3px; } .editor_color_input { - clear:both; + clear:both; } img.bg_preview_color { - width:30px; - height:16px; - border:1px solid #000000; - background-color:#FFFFFF; + width:30px; + height:16px; + border:1px solid #000000; + background-color:#FFFFFF; } img.border_preview_color { - width:30px; - height:16px; - border:1px solid #EEEEEE; - background-color:#000000; + width:30px; + height:16px; + border:1px solid #EEEEEE; + background-color:#000000; } img.color_icon { - width:14px; - height:14px; - border:1px solid #FFFFFF; + width:14px; + height:14px; + border:1px solid #FFFFFF; } img.color_icon_over { - width:14px; - height:14px; - border:1px solid #000000; - cursor:pointer; + width:14px; + height:14px; + border:1px solid #000000; + cursor:pointer; } .table_input { - width:40px; - height:13px; - font-size:9pt; - border:1px solid #AAAAAA; + width:40px; + height:13px; + font-size:9pt; + border:1px solid #AAAAAA; } diff --git a/modules/editor/components/image_gallery/tpl/popup.html b/modules/editor/components/image_gallery/tpl/popup.html index 158dfafd7..14771b920 100644 --- a/modules/editor/components/image_gallery/tpl/popup.html +++ b/modules/editor/components/image_gallery/tpl/popup.html @@ -3,82 +3,84 @@
- -
-
{$component_info->title} ver. {$component_info->version} {$lang->about_component}
+ -
{$lang->width}
-
px
+
-
{$lang->gallery_style}
-
- +
{$component_info->title} ver. {$component_info->version} {$lang->about_component}
+ +
{$lang->width}
+
px
+ +
{$lang->gallery_style}
+
+ +
+ +
{$lang->gallery_slide_align}
+
+ +
+ +
{$lang->gallery_border_thickness}
+
px
+ +
{$lang->gallery_border_color}
+
+
+ +
+
+ + + + + + +
blank#
+
+
+ +
{$lang->gallery_bg_color}
+
+
+ +
+
+ + + + + + +
blank#
+
+
+ +
{$lang->image_list}
+
+
+ +
+
{$lang->about_image_list}
+
+ +
+ + +
- -
{$lang->gallery_slide_align}
-
- -
- -
{$lang->gallery_border_thickness}
-
px
- -
{$lang->gallery_border_color}
-
-
- -
-
- - - - - - -
blank#
-
-
- -
{$lang->gallery_bg_color}
-
-
- -
-
- - - - - - -
blank#
-
-
- -
{$lang->image_list}
-
-
- -
-
{$lang->about_image_list}
-
- -
- - -
-
diff --git a/modules/editor/components/image_gallery/tpl/slide_gallery.css b/modules/editor/components/image_gallery/tpl/slide_gallery.css index 174fb29d8..f27acec0e 100644 --- a/modules/editor/components/image_gallery/tpl/slide_gallery.css +++ b/modules/editor/components/image_gallery/tpl/slide_gallery.css @@ -1,41 +1,42 @@ +@charset "utf-8"; .slide_gallery_loading_text { - color:#555555; - font-size:8pt; - font-family:tahoma; - font-weight:bold; - margin:20px 0px 20px 0px; - text-align:center; + color:#555555; + font-size:8pt; + font-family:tahoma; + font-weight:bold; + margin:20px 0px 20px 0px; + text-align:center; } .slide_gallery_navigator_box { - font-size:9pt; - text-align:center; - margin:5px 0px 5px 0px; + font-size:9pt; + text-align:center; + margin:5px 0px 5px 0px; } .zone_gallery_navigator_status { - color:#444444; - font-family:verdana; - font-size:8pt; - cursor:pointer; + color:#444444; + font-family:verdana; + font-size:8pt; + cursor:pointer; } .slide_gallery_navigator_box img { - vertical-align:bottom; + vertical-align:bottom; } .slide_gallery_main_image_box { - border:3px solid #EEEEEE; - margin:10px; + border:3px solid #EEEEEE; + margin:10px; } .slide_gallery_thumbnail_image_box { - margin:10px; - text-align:left; + margin:10px; + text-align:left; } .slide_gallery_thumbnail_image_box img { - border:1px solid #555555; - padding:1px; - margin:4px; + border:1px solid #555555; + padding:1px; + margin:4px; } diff --git a/modules/editor/components/image_gallery/tpl/slide_gallery.html b/modules/editor/components/image_gallery/tpl/slide_gallery.html index 690b863f1..2fe54e59e 100644 --- a/modules/editor/components/image_gallery/tpl/slide_gallery.html +++ b/modules/editor/components/image_gallery/tpl/slide_gallery.html @@ -2,24 +2,25 @@
-
diff --git a/modules/editor/components/image_link/info.xml b/modules/editor/components/image_link/info.xml index 42b93be56..4983b1637 100644 --- a/modules/editor/components/image_link/info.xml +++ b/modules/editor/components/image_link/info.xml @@ -1,8 +1,8 @@ - 이미지 추가 - - 제로 - 에디터에 이미지를 추가하거나 속성을 변경할 수 있습니다. - + 이미지 추가 + + 제로 + 에디터에 이미지를 추가하거나 속성을 변경할 수 있습니다. + diff --git a/modules/editor/components/image_link/tpl/popup.css b/modules/editor/components/image_link/tpl/popup.css index 8c4f10989..8f7f62812 100644 --- a/modules/editor/components/image_link/tpl/popup.css +++ b/modules/editor/components/image_link/tpl/popup.css @@ -1,78 +1,79 @@ +@charset "utf-8"; .editor_window { - width:500px; - text-align:center; + width:500px; + text-align:center; } .editor_title { - font-size:10pt; - font-weight:bold; - clear:both; - height:20px; - background-color:#555555; - color:#EFEFEF; - vertical-align:middle; - padding-top:5px; - border-bottom:1px solid #000000; - text-align:center; + font-size:10pt; + font-weight:bold; + clear:both; + height:20px; + background-color:#555555; + color:#EFEFEF; + vertical-align:middle; + padding-top:5px; + border-bottom:1px solid #000000; + text-align:center; } .header { - float:left; - width:100px; - clear:left; - text-align:left; - font-weight:bold; - margin:5px; - font-size:9pt; + float:left; + width:100px; + clear:left; + text-align:left; + font-weight:bold; + margin:5px; + font-size:9pt; } .body { - float:left; - width:350px; - text-align:left; - margin:5px; - font-size:9pt; - font-size:9pt; + float:left; + width:350px; + text-align:left; + margin:5px; + font-size:9pt; + font-size:9pt; } .body label { - cursor:pointer; - font-size:9pt; + cursor:pointer; + font-size:9pt; } .image_align { - margin:0px 0px 5px 0px; - float:left; - width:150px; + margin:0px 0px 5px 0px; + float:left; + width:150px; } .image_url { - width:350px; - height:13px; - font-size:9pt; - border:1px solid #AAAAAA; + width:350px; + height:13px; + font-size:9pt; + border:1px solid #AAAAAA; } .editor_input { - width:40px; - height:13px; - font-size:9pt; - border:1px solid #AAAAAA; + width:40px; + height:13px; + font-size:9pt; + border:1px solid #AAAAAA; } .editor_button_area { - border-top:1px solid #AAAAAA; - text-align:center; - background-color:#EEEEEE; - padding:2px 0px 2px 0px; - clear:both; - height:25px; + border-top:1px solid #AAAAAA; + text-align:center; + background-color:#EEEEEE; + padding:2px 0px 2px 0px; + clear:both; + height:25px; } .editor_button { - margin-top:4px; - background-color:#FFFFFF; - border:1px solid #AAAAAA; - height:18px; - font-size:9pt; + margin-top:4px; + background-color:#FFFFFF; + border:1px solid #AAAAAA; + height:18px; + font-size:9pt; } diff --git a/modules/editor/components/image_link/tpl/popup.html b/modules/editor/components/image_link/tpl/popup.html index dfd254f34..cde6e4a0b 100644 --- a/modules/editor/components/image_link/tpl/popup.html +++ b/modules/editor/components/image_link/tpl/popup.html @@ -3,62 +3,65 @@
-
+
-
{$component_info->title} ver. {$component_info->version} {$lang->about_component}
+
{$component_info->title} ver. {$component_info->version} {$lang->about_component}
-
{$lang->image_url}
-
+
{$lang->image_url}
+
-
{$lang->image_scale}
-
- px - px - +
{$lang->image_scale}
+
+ px + px + +
+ + +
{$lang->image_alt}
+
+ +
{$lang->image_align}
+
+
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+
+ +
{$lang->image_border}
+
px
+ +
+ + +
- - -
{$lang->image_alt}
-
- -
{$lang->image_align}
-
-
- - -
-
- - -
-
- - -
-
- - -
-
- -
{$lang->image_border}
-
px
- -
- - -
-
diff --git a/modules/editor/components/multimedia_link/info.xml b/modules/editor/components/multimedia_link/info.xml index 1dcba39c8..e03f4c841 100644 --- a/modules/editor/components/multimedia_link/info.xml +++ b/modules/editor/components/multimedia_link/info.xml @@ -1,8 +1,8 @@ - 멀티미디어 자료 관리 - - 제로 - 에디터에 wmv,avi,flv등의 멀티미디어 자료를 추가하거나 속성을 수정할 수 있습니다. - + 멀티미디어 자료 관리 + + 제로 + 에디터에 wmv,avi,flv등의 멀티미디어 자료를 추가하거나 속성을 수정할 수 있습니다. + diff --git a/modules/editor/components/multimedia_link/tpl/popup.css b/modules/editor/components/multimedia_link/tpl/popup.css index 0f06c5a6f..4bd59a790 100644 --- a/modules/editor/components/multimedia_link/tpl/popup.css +++ b/modules/editor/components/multimedia_link/tpl/popup.css @@ -1,72 +1,73 @@ +@charset "utf-8"; .editor_window { - width:400px; - clear:both; + width:400px; + clear:both; } .editor_title { - font-size:10pt; - font-weight:bold; - clear:both; - height:20px; - background-color:#555555; - color:#EFEFEF; - vertical-align:middle; - padding-top:5px; - border-bottom:1px solid #000000; - text-align:center; + font-size:10pt; + font-weight:bold; + clear:both; + height:20px; + background-color:#555555; + color:#EFEFEF; + vertical-align:middle; + padding-top:5px; + border-bottom:1px solid #000000; + text-align:center; } .header { - float:left; - width:100px; - clear:left; - text-align:left; - font-weight:bold; - margin:5px; - font-size:9pt; - font-size:9pt; + float:left; + width:100px; + clear:left; + text-align:left; + font-weight:bold; + margin:5px; + font-size:9pt; + font-size:9pt; } .body { - float:left; - width:250px; - text-align:left; - margin:5px; - font-size:9pt; + float:left; + width:250px; + text-align:left; + margin:5px; + font-size:9pt; } .body label { - cursor:pointer; - font-size:9pt; + cursor:pointer; + font-size:9pt; } .multimedia_url { - width:240px; - border:1px solid #AAAAAA; - height:13px; - font-size:9pt; + width:240px; + border:1px solid #AAAAAA; + height:13px; + font-size:9pt; } .multimedia_size { - width:40px; - height:13px; - font-size:9pt; - border:1px solid #AAAAAA; + width:40px; + height:13px; + font-size:9pt; + border:1px solid #AAAAAA; } .editor_button_area { - border-top:1px solid #AAAAAA; - text-align:center; - background-color:#EEEEEE; - padding:0px 0px 2px 0px; - clear:both; - height:25px; + border-top:1px solid #AAAAAA; + text-align:center; + background-color:#EEEEEE; + padding:0px 0px 2px 0px; + clear:both; + height:25px; } .editor_button { - margin-top:4px; - background-color:#FFFFFF; - border:1px solid #AAAAAA; - height:18px; - font-size:9pt; + margin-top:4px; + background-color:#FFFFFF; + border:1px solid #AAAAAA; + height:18px; + font-size:9pt; } diff --git a/modules/editor/components/multimedia_link/tpl/popup.html b/modules/editor/components/multimedia_link/tpl/popup.html index c904ddf98..a75045a6f 100644 --- a/modules/editor/components/multimedia_link/tpl/popup.html +++ b/modules/editor/components/multimedia_link/tpl/popup.html @@ -3,27 +3,27 @@
-
-
{$component_info->title} ver. {$component_info->version} {$lang->about_component}
+
+
{$component_info->title} ver. {$component_info->version} {$lang->about_component}
-
{$lang->multimedia_url}
-
+
{$lang->multimedia_url}
+
-
{$lang->multimedia_caption}
-
+
{$lang->multimedia_caption}
+
-
{$lang->multimedia_width}
-
px
+
{$lang->multimedia_width}
+
px
-
{$lang->multimedia_height}
-
px
+
{$lang->multimedia_height}
+
px
-
{$lang->multimedia_auto_start}
-
+
{$lang->multimedia_auto_start}
+
-
- - +
+ + +
-
diff --git a/modules/editor/components/naver_map/info.xml b/modules/editor/components/naver_map/info.xml index c347fa9c3..c97f4a586 100644 --- a/modules/editor/components/naver_map/info.xml +++ b/modules/editor/components/naver_map/info.xml @@ -1,14 +1,14 @@ - 네이버맵 연동 - - 제로 - 네이버에서 제공하는 네이버 지도 open api를 이용하여 에디터에 원하는 곳의 지도를 추가하거나 수정할 수 있습니다.\n네이버 지도 open api키를 발급 받아서 등록을 해주셔야 정상적인 사용이 가능합니다. - - - - 네이버지도 api key - http://www.naver.com/ 에서 네이버 지도 API key를 발급 받으신 후 입력해주세요. - - + 네이버맵 연동 + + 제로 + 네이버에서 제공하는 네이버 지도 open api를 이용하여 에디터에 원하는 곳의 지도를 추가하거나 수정할 수 있습니다.\n네이버 지도 open api키를 발급 받아서 등록을 해주셔야 정상적인 사용이 가능합니다. + + + + 네이버지도 api key + http://www.naver.com/ 에서 네이버 지도 API key를 발급 받으신 후 입력해주세요. + + diff --git a/modules/editor/components/naver_map/tpl/error.html b/modules/editor/components/naver_map/tpl/error.html index 1fad9a643..1a909bf5d 100644 --- a/modules/editor/components/naver_map/tpl/error.html +++ b/modules/editor/components/naver_map/tpl/error.html @@ -1,10 +1,10 @@
-
- {nl2br($lang->msg_no_apikey)} -
-
- -
+
+ {nl2br($lang->msg_no_apikey)} +
+
+ +
diff --git a/modules/editor/components/naver_map/tpl/popup.css b/modules/editor/components/naver_map/tpl/popup.css index 2866f8fc3..f80e1d3ef 100644 --- a/modules/editor/components/naver_map/tpl/popup.css +++ b/modules/editor/components/naver_map/tpl/popup.css @@ -1,130 +1,131 @@ +@charset "utf-8"; .editor_window { - width:700px; - clear:both; + width:700px; + clear:both; } .error_window { - width:700px; + width:700px; } .error_text { - padding:20px; - color:#444444; - border:10px solid #DDDDDD; - font-size:9pt; - line-height:200%; + padding:20px; + color:#444444; + border:10px solid #DDDDDD; + font-size:9pt; + line-height:200%; } .editor_title { - font-size:10pt; - font-weight:bold; - clear:both; - height:20px; - background-color:#555555; - color:#EFEFEF; - vertical-align:middle; - padding-top:5px; - border-bottom:1px solid #000000; - text-align:center; + font-size:10pt; + font-weight:bold; + clear:both; + height:20px; + background-color:#555555; + color:#EFEFEF; + vertical-align:middle; + padding-top:5px; + border-bottom:1px solid #000000; + text-align:center; } .address_box { - float:left; - width:250px; - border:1px solid #EEEEEE; - padding:5px; - margin:5px; + float:left; + width:250px; + border:1px solid #EEEEEE; + padding:5px; + margin:5px; } .input_address { - width:200px; - border:1px solid #AAAAAA; - height:12px; - font-size:9pt; + width:200px; + border:1px solid #AAAAAA; + height:12px; + font-size:9pt; } .address_button { - margin-top:4px; - background-color:#AAAAAA; - border:1px solid #333333; - color:#FFFFFF; - height:16px; - font-size:9pt; + margin-top:4px; + background-color:#AAAAAA; + border:1px solid #333333; + color:#FFFFFF; + height:16px; + font-size:9pt; } .about_address { - font-size:8pt; - color:#AAAAAA; - margin-top:3px; + font-size:8pt; + color:#AAAAAA; + margin-top:3px; } .address_list_box { - border:1px solid #DDDDDD; - padding:5px; - float:left; - width:250px; - height:288px; - margin:5px; - font-size:9pt; - color:#AAAAAA; - overflow:auto; + border:1px solid #DDDDDD; + padding:5px; + float:left; + width:250px; + height:288px; + margin:5px; + font-size:9pt; + color:#AAAAAA; + overflow:auto; } .address_list_box A { - color:#888888; - line-height:15px; + color:#888888; + line-height:15px; } .map_scale_box { - float:left; - width:250px; - border:1px solid #EEEEEE; - padding:5px; - margin:5px; + float:left; + width:250px; + border:1px solid #EEEEEE; + padding:5px; + margin:5px; } .map_scale_header { - float:left; - font-size:9pt; - width:60px; + float:left; + font-size:9pt; + width:60px; } .map_scale_body { - width:180px; - float:left; - margin-left:5px; - font-size:9pt; + width:180px; + float:left; + margin-left:5px; + font-size:9pt; } .input_map_size { - width:30px; - border:1px solid #EEEEEE; - height:12px; - font-size:9pt; + width:30px; + border:1px solid #EEEEEE; + height:12px; + font-size:9pt; } .map_display { - float:right; - width:410px; - height:410px; - margin:5px 5px 0px 6px; + float:right; + width:410px; + height:410px; + margin:5px 5px 0px 6px; } .editor_button_area { - width:100%; - border-top:1px solid #AAAAAA; - text-align:center; - background-color:#EEEEEE; - padding:0px 0px 2px 0px; - clear:both; - height:25px; + width:100%; + border-top:1px solid #AAAAAA; + text-align:center; + background-color:#EEEEEE; + padding:0px 0px 2px 0px; + clear:both; + height:25px; } .editor_button { - margin-top:4px; - background-color:#FFFFFF; - border:1px solid #AAAAAA; - height:18px; - font-size:9pt; + margin-top:4px; + background-color:#FFFFFF; + border:1px solid #AAAAAA; + height:18px; + font-size:9pt; } diff --git a/modules/editor/components/naver_map/tpl/popup.html b/modules/editor/components/naver_map/tpl/popup.html index f8d2d3bde..e4e7b960f 100644 --- a/modules/editor/components/naver_map/tpl/popup.html +++ b/modules/editor/components/naver_map/tpl/popup.html @@ -3,32 +3,33 @@
- - - -
-
{$component_info->title} ver. {$component_info->version} {$lang->about_component}
+ + + -
+
+
{$component_info->title} ver. {$component_info->version} {$lang->about_component}
-
- -
{$lang->about_address}
+
+ +
+ +
{$lang->about_address}
+
+ +
{$lang->about_address_use}
+ +
+
{$lang->map_width}
+
px
+ +
{$lang->map_height}
+
px
+
+ +
+ + +
- -
{$lang->about_address_use}
- -
-
{$lang->map_width}
-
px
- -
{$lang->map_height}
-
px
-
- -
- - -
-
diff --git a/modules/editor/components/quotation/info.xml b/modules/editor/components/quotation/info.xml index 9e188c44b..6f7efb8c1 100644 --- a/modules/editor/components/quotation/info.xml +++ b/modules/editor/components/quotation/info.xml @@ -1,8 +1,8 @@ - 인용구 작성 - - 제로 - 특정 범위를 인용문으로 꾸밀 수 있습니다. 외곽선의 종류나 색상, 굵기를 수정할 수 있으며 열기/닫기 기능을 가진 폴더기능을 만들 수 있습니다. - + 인용구 작성 + + 제로 + 특정 범위를 인용문으로 꾸밀 수 있습니다. 외곽선의 종류나 색상, 굵기를 수정할 수 있으며 열기/닫기 기능을 가진 폴더기능을 만들 수 있습니다. + diff --git a/modules/editor/components/quotation/tpl/popup.css b/modules/editor/components/quotation/tpl/popup.css index 69129840f..c7c06100b 100644 --- a/modules/editor/components/quotation/tpl/popup.css +++ b/modules/editor/components/quotation/tpl/popup.css @@ -1,131 +1,132 @@ +@charset "utf-8"; .editor_window { - width:555px; - text-align:center; + width:555px; + text-align:center; } .editor_title { - font-size:10pt; - font-weight:bold; - clear:both; - height:20px; - background-color:#555555; - color:#EFEFEF; - vertical-align:middle; - padding-top:5px; - border-bottom:1px solid #000000; - text-align:center; + font-size:10pt; + font-weight:bold; + clear:both; + height:20px; + background-color:#555555; + color:#EFEFEF; + vertical-align:middle; + padding-top:5px; + border-bottom:1px solid #000000; + text-align:center; } .header { - float:left; - width:100px; - clear:left; - text-align:left; - font-weight:bold; - margin:5px; - font-size:9pt; - font-size:9pt; + float:left; + width:100px; + clear:left; + text-align:left; + font-weight:bold; + margin:5px; + font-size:9pt; + font-size:9pt; } .body { - float:left; - width:400px; - text-align:left; - margin:5px; - font-size:9pt; + float:left; + width:400px; + text-align:left; + margin:5px; + font-size:9pt; } #folder_area { - clear:left; - height:115px; - border:1px dotted #DDDDDD; - margin:0px 10px 10px 10px; + clear:left; + height:115px; + border:1px dotted #DDDDDD; + margin:0px 10px 10px 10px; } .body label { - cursor:pointer; - font-size:9pt; + cursor:pointer; + font-size:9pt; } .editor_input { - width:50px; - height:13px; - font-size:9pt; - border:1px solid #AAAAAA; + width:50px; + height:13px; + font-size:9pt; + border:1px solid #AAAAAA; } .editor_input_long { - width:380px; - height:13px; - font-size:9pt; - border:1px solid #AAAAAA; + width:380px; + height:13px; + font-size:9pt; + border:1px solid #AAAAAA; } .editor_select { - width:80px; - height:14px; - font-size:9pt; + width:80px; + height:14px; + font-size:9pt; } .editor_button_area { - clear:both; - text-align:center; - height:25px; - padding-top:3px; - background-color:#EEEEEE; + clear:both; + text-align:center; + height:25px; + padding-top:3px; + background-color:#EEEEEE; } .editor_button { - margin-top:4px; - background-color:#FFFFFF; - border:1px solid #AAAAAA; - height:18px; - font-size:8pt; + margin-top:4px; + background-color:#FFFFFF; + border:1px solid #AAAAAA; + height:18px; + font-size:8pt; } img.color_icon { - width:14px; - height:14px; - border:1px solid #FFFFFF; + width:14px; + height:14px; + border:1px solid #FFFFFF; } img.color_icon_over { - width:14px; - height:14px; - border:1px solid #000000; - cursor:pointer; + width:14px; + height:14px; + border:1px solid #000000; + cursor:pointer; } img.border_preview_color { - width:30px; - height:16px; - border:1px solid #EEEEEE; - background-color:#88EE22; + width:30px; + height:16px; + border:1px solid #EEEEEE; + background-color:#88EE22; } img.border_preview_none_color { - width:30px; - height:12px; - border:1px solid #EEEEEE; - background-color:#FFFFFF; + width:30px; + height:12px; + border:1px solid #EEEEEE; + background-color:#FFFFFF; } img.bg_preview_color { - width:30px; - height:16px; - border:1px solid #000000; - background-color:#FFFFFF; + width:30px; + height:16px; + border:1px solid #000000; + background-color:#FFFFFF; } .editor_color_box { - clear:both; - height:65px; - width:400px; - border:1px solid #DDDDDD; - padding:2px; - margin-bottom:3px; + clear:both; + height:65px; + width:400px; + border:1px solid #DDDDDD; + padding:2px; + margin-bottom:3px; } .editor_color_input { - clear:both; + clear:both; } diff --git a/modules/editor/components/quotation/tpl/popup.html b/modules/editor/components/quotation/tpl/popup.html index e54132dfc..ed91a8678 100644 --- a/modules/editor/components/quotation/tpl/popup.html +++ b/modules/editor/components/quotation/tpl/popup.html @@ -3,130 +3,130 @@
-
-
{$component_info->title} ver. {$component_info->version} {$lang->about_component}
+
+
{$component_info->title} ver. {$component_info->version} {$lang->about_component}
-
{$lang->quotation_use_folder}
-
+
{$lang->quotation_use_folder}
+
- - -
{$lang->quotation_padding}
-
px
- -
{$lang->quotation_margin}
-
px
- -
{$lang->quotation_border_style}
-
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- -
{$lang->quotation_border_thickness}
-
px
- -
{$lang->quotation_border_color}
-
-
- -
-
- - - - - - -
blank#
-
-
- -
{$lang->quotation_bg_color}
-
-
- -
-
- - - - - - -
blank#
-
-
- -
- - -
-
diff --git a/modules/editor/components/table_maker/info.xml b/modules/editor/components/table_maker/info.xml index 54117b893..d8af655ae 100644 --- a/modules/editor/components/table_maker/info.xml +++ b/modules/editor/components/table_maker/info.xml @@ -1,8 +1,8 @@ - 표(table) 생성 - - 제로 - 에디터에 표(table)을 생성하거나 표(table) 또는 칸(td)의 속성을 변경할 수 있습니다. - + 표(table) 생성 + + 제로 + 에디터에 표(table)을 생성하거나 표(table) 또는 칸(td)의 속성을 변경할 수 있습니다. + diff --git a/modules/editor/components/table_maker/tpl/popup.css b/modules/editor/components/table_maker/tpl/popup.css index 44d8c42c1..d25f0839f 100644 --- a/modules/editor/components/table_maker/tpl/popup.css +++ b/modules/editor/components/table_maker/tpl/popup.css @@ -1,125 +1,126 @@ +@charset "utf-8"; .editor_window { - width:530px; - text-align:center; + width:530px; + text-align:center; } .editor_title { - font-size:10pt; - font-weight:bold; - clear:both; - height:20px; - background-color:#555555; - color:#EFEFEF; - vertical-align:middle; - padding-top:5px; - border-bottom:1px solid #000000; - text-align:center; + font-size:10pt; + font-weight:bold; + clear:both; + height:20px; + background-color:#555555; + color:#EFEFEF; + vertical-align:middle; + padding-top:5px; + border-bottom:1px solid #000000; + text-align:center; } .editor_option { - text-align:center; - padding:5px 0px 5px 0px; - background-color:#EEEEEE; - margin-bottom:5px; + text-align:center; + padding:5px 0px 5px 0px; + background-color:#EEEEEE; + margin-bottom:5px; } .item_area { - clear:left; + clear:left; } .header { - width:85px; - float:left; - text-align:right; - font-weight:bold; - margin:5px; - font-size:9pt; - overflow:hidden; + width:85px; + float:left; + text-align:right; + font-weight:bold; + margin:5px; + font-size:9pt; + overflow:hidden; } .body { - overflow:hidden; - width:140px; - float:left; - text-align:left; - margin:5px 5px 5px 0px; - font-size:9pt; + overflow:hidden; + width:140px; + float:left; + text-align:left; + margin:5px 5px 5px 0px; + font-size:9pt; } .wide_body { - width:380px; - float:left; - clear:right; - text-align:left; - margin:5px 10px 5px 0px; - font-size:9pt; + width:380px; + float:left; + clear:right; + text-align:left; + margin:5px 10px 5px 0px; + font-size:9pt; } .table_input { - width:40px; - height:13px; - font-size:9pt; - border:1px solid #AAAAAA; + width:40px; + height:13px; + font-size:9pt; + border:1px solid #AAAAAA; } .editor_button_area { - clear:both; - text-align:center; - height:25px; - padding-top:3px; - background-color:#EEEEEE; + clear:both; + text-align:center; + height:25px; + padding-top:3px; + background-color:#EEEEEE; } .editor_button { - margin-top:4px; - background-color:#FFFFFF; - border:1px solid #AAAAAA; - height:18px; - font-size:8pt; + margin-top:4px; + background-color:#FFFFFF; + border:1px solid #AAAAAA; + height:18px; + font-size:8pt; } img.color_icon { - width:14px; - height:14px; - border:1px solid #FFFFFF; + width:14px; + height:14px; + border:1px solid #FFFFFF; } img.color_icon_over { - width:14px; - height:14px; - border:1px solid #000000; - cursor:pointer; + width:14px; + height:14px; + border:1px solid #000000; + cursor:pointer; } img.border_preview_color { - width:30px; - height:16px; - border:1px solid #EEEEEE; - background-color:#000000; + width:30px; + height:16px; + border:1px solid #EEEEEE; + background-color:#000000; } img.border_preview_none_color { - width:30px; - height:12px; - border:1px solid #EEEEEE; - background-color:#FFFFFF; + width:30px; + height:12px; + border:1px solid #EEEEEE; + background-color:#FFFFFF; } img.bg_preview_color { - width:30px; - height:16px; - border:1px solid #000000; - background-color:#FFFFFF; + width:30px; + height:16px; + border:1px solid #000000; + background-color:#FFFFFF; } .editor_color_box { - clear:both; - height:65px; - width:400px; - border:1px solid #DDDDDD; - padding:2px; - margin-bottom:3px; + clear:both; + height:65px; + width:400px; + border:1px solid #DDDDDD; + padding:2px; + margin-bottom:3px; } .editor_color_input { - clear:both; + clear:both; } diff --git a/modules/editor/components/table_maker/tpl/popup.html b/modules/editor/components/table_maker/tpl/popup.html index 8970f1fcc..6b1fc8ae8 100644 --- a/modules/editor/components/table_maker/tpl/popup.html +++ b/modules/editor/components/table_maker/tpl/popup.html @@ -3,109 +3,111 @@
-
+
-
{$component_info->title} ver. {$component_info->version} {$lang->about_component}
+
{$component_info->title} ver. {$component_info->version} {$lang->about_component}
- - - - -