From 18ade28ca900281fbb88bd4d718eb812a1849f54 Mon Sep 17 00:00:00 2001 From: zero Date: Fri, 21 Nov 2008 07:36:29 +0000 Subject: [PATCH] =?UTF-8?q?xe=5Fboard,=20xe=20default=20editor=20skin?= =?UTF-8?q?=EC=9D=98=20black/white=EC=97=90=20=EB=8C=80=ED=95=B4=EC=84=9C?= =?UTF-8?q?=20=EC=A0=9C=EB=8C=80=EB=A1=9C=20=EC=BB=AC=EB=9F=AC=EC=85=8B?= =?UTF-8?q?=EC=9D=B4=20=EC=A0=81=EC=9A=A9=EB=90=98=EB=8F=84=EB=A1=9D=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4952 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/board/skins/xe_board/comment.html | 2 +- modules/board/skins/xe_board/comment_form.html | 4 ++-- .../board/skins/xe_board/delete_comment_form.html | 4 ++-- modules/board/skins/xe_board/delete_form.html | 4 ++-- .../skins/xe_board/delete_trackback_form.html | 4 ++-- modules/board/skins/xe_board/header.html | 4 +++- .../board/skins/xe_board/input_password_form.html | 4 ++-- modules/board/skins/xe_board/list.html | 12 ++++++------ modules/board/skins/xe_board/message.html | 4 ++-- modules/board/skins/xe_board/tag_list.html | 2 +- modules/board/skins/xe_board/view_document.html | 10 +++++----- modules/board/skins/xe_board/write_form.html | 10 +++++----- modules/editor/skins/default/css/black.css | 3 ++- modules/editor/skins/default/css/editor.css | 5 ++++- modules/editor/skins/default/editor.html | 14 ++++++++------ 15 files changed, 47 insertions(+), 39 deletions(-) diff --git a/modules/board/skins/xe_board/comment.html b/modules/board/skins/xe_board/comment.html index 78a4851e1..5898b7d02 100644 --- a/modules/board/skins/xe_board/comment.html +++ b/modules/board/skins/xe_board/comment.html @@ -56,7 +56,7 @@
{$lang->msg_is_secret}
-
+
diff --git a/modules/board/skins/xe_board/comment_form.html b/modules/board/skins/xe_board/comment_form.html index 93c45bc83..4714b2da9 100644 --- a/modules/board/skins/xe_board/comment_form.html +++ b/modules/board/skins/xe_board/comment_form.html @@ -57,8 +57,8 @@
- - + +
diff --git a/modules/board/skins/xe_board/delete_comment_form.html b/modules/board/skins/xe_board/delete_comment_form.html index d2d0ba4e2..7946ba4dc 100644 --- a/modules/board/skins/xe_board/delete_comment_form.html +++ b/modules/board/skins/xe_board/delete_comment_form.html @@ -14,8 +14,8 @@
- - {$lang->cmd_cancel} + + {$lang->cmd_cancel}
diff --git a/modules/board/skins/xe_board/delete_form.html b/modules/board/skins/xe_board/delete_form.html index 1ca638c93..0cd4ebe26 100644 --- a/modules/board/skins/xe_board/delete_form.html +++ b/modules/board/skins/xe_board/delete_form.html @@ -13,8 +13,8 @@
- - {$lang->cmd_cancel} + + {$lang->cmd_cancel}
diff --git a/modules/board/skins/xe_board/delete_trackback_form.html b/modules/board/skins/xe_board/delete_trackback_form.html index f907b6793..0cf4eabbd 100644 --- a/modules/board/skins/xe_board/delete_trackback_form.html +++ b/modules/board/skins/xe_board/delete_trackback_form.html @@ -14,8 +14,8 @@
- - {$lang->cmd_cancel} + + {$lang->cmd_cancel}
diff --git a/modules/board/skins/xe_board/header.html b/modules/board/skins/xe_board/header.html index 11ee74ff7..bac12966b 100644 --- a/modules/board/skins/xe_board/header.html +++ b/modules/board/skins/xe_board/header.html @@ -12,7 +12,9 @@ - + + + {@ $btn_class = "black" } diff --git a/modules/board/skins/xe_board/input_password_form.html b/modules/board/skins/xe_board/input_password_form.html index 0f935eb92..5781b8ead 100644 --- a/modules/board/skins/xe_board/input_password_form.html +++ b/modules/board/skins/xe_board/input_password_form.html @@ -15,8 +15,8 @@
- - {$lang->cmd_cancel} + + {$lang->cmd_cancel}
diff --git a/modules/board/skins/xe_board/list.html b/modules/board/skins/xe_board/list.html index 56384a5f9..fa5df0cf3 100644 --- a/modules/board/skins/xe_board/list.html +++ b/modules/board/skins/xe_board/list.html @@ -29,15 +29,15 @@
- {$lang->cmd_manage_document} + {$lang->cmd_manage_document} - {$lang->cmd_list} + {$lang->cmd_list}
- {$lang->cmd_write} + {$lang->cmd_write}
@@ -69,10 +69,10 @@ - {$lang->cmd_search_next} + {$lang->cmd_search_next} - {$lang->cmd_search} - {$lang->cmd_cancel} + {$lang->cmd_search} + {$lang->cmd_cancel} diff --git a/modules/board/skins/xe_board/message.html b/modules/board/skins/xe_board/message.html index 3fcd79b35..79f207573 100644 --- a/modules/board/skins/xe_board/message.html +++ b/modules/board/skins/xe_board/message.html @@ -6,9 +6,9 @@
- {$lang->cmd_login} + {$lang->cmd_login} - {$lang->cmd_back} + {$lang->cmd_back}
diff --git a/modules/board/skins/xe_board/tag_list.html b/modules/board/skins/xe_board/tag_list.html index 5773170c5..cd8fbd5e6 100644 --- a/modules/board/skins/xe_board/tag_list.html +++ b/modules/board/skins/xe_board/tag_list.html @@ -34,7 +34,7 @@
- {$lang->cmd_back} + {$lang->cmd_back}
diff --git a/modules/board/skins/xe_board/view_document.html b/modules/board/skins/xe_board/view_document.html index 09b9b19ac..8bb18a59a 100644 --- a/modules/board/skins/xe_board/view_document.html +++ b/modules/board/skins/xe_board/view_document.html @@ -94,7 +94,7 @@
{$lang->msg_is_secret}
-
+
@@ -145,11 +145,11 @@
- {$lang->cmd_list} + {$lang->cmd_list} - {$lang->cmd_modify} - {$lang->cmd_delete} + {$lang->cmd_modify} + {$lang->cmd_delete}
@@ -200,7 +200,7 @@
- +
diff --git a/modules/board/skins/xe_board/write_form.html b/modules/board/skins/xe_board/write_form.html index 1aa93f738..54836f7cb 100644 --- a/modules/board/skins/xe_board/write_form.html +++ b/modules/board/skins/xe_board/write_form.html @@ -106,15 +106,15 @@
- - + +
- - - + + +
diff --git a/modules/editor/skins/default/css/black.css b/modules/editor/skins/default/css/black.css index 2cc38f6b6..d4584ed53 100644 --- a/modules/editor/skins/default/css/black.css +++ b/modules/editor/skins/default/css/black.css @@ -43,4 +43,5 @@ /* TextEditor */ .xeTextEditor {padding:10px; overflow:hidden; margin:0 0 10px 0;} -.xeTextEditor textarea { display:block; margin:0; padding:2px; color:#fff;} +.xeTextEditor textarea { display:block; margin:0; padding:2px; } +.xeTextEditor.black textarea { color:#fff; background-color:#000;} diff --git a/modules/editor/skins/default/css/editor.css b/modules/editor/skins/default/css/editor.css index 3d3ca8944..614e8afdb 100644 --- a/modules/editor/skins/default/css/editor.css +++ b/modules/editor/skins/default/css/editor.css @@ -228,11 +228,14 @@ a.skipToolBox:active span{ width:auto; height:auto; padding:3px 15px; font-weigh .xeEditor .fileUploader{ clear:both; position:relative; padding-top:5px; *zoom:1; *margin-bottom:5px;} .commentEditor .xeEditor .fileUploader{ border-top:1px solid;} .xeEditor .fileUploader:after{ content:""; display:block; clear:both;} -.xeEditor .fileUploader .preview{ float:left; width:64px; height:64px; border:1px solid; padding:2px; margin:0 10px 5px 0;} +.xeEditor .fileUploader .preview{ float:left; width:64px; height:64px; border:1px solid; padding:2px; margin:0 10px 5px 10px;} +.xeEditor .fileUploader .preview.black { background-color:#000; border:1px solid #666;} .xeEditor .fileUploader .preview img{ display:block; width:64px; height:64px;} .xeEditor .fileUploader .fileListArea{ float:left; width:260px; margin:0 10px 5px 0;} .xeEditor .fileUploader .fileListArea select{ width:100%; height:70px; overflow:auto;} .xeEditor .fileUploader .fileListArea select option{ font-size:11px;} +.xeEditor .fileUploader .fileListArea.black select { background-color:#000; border:1px solid #666;} +.xeEditor .fileUploader .fileListArea.black select option { color:#aaa; } .xeEditor .fileUploader .fileUploadControl{ clear:right;} .xeEditor .fileUploader .fileUploadControl .button{ margin-bottom:5px;} .xeEditor .fileUploader .file_attach_info{ clear:right; margin:5px 0;} diff --git a/modules/editor/skins/default/editor.html b/modules/editor/skins/default/editor.html index ecd246aff..184c57ef7 100644 --- a/modules/editor/skins/default/editor.html +++ b/modules/editor/skins/default/editor.html @@ -4,12 +4,13 @@ + {@ $editor_class = "black" } -
+
-
-
+
+
- - - + + +
{$upload_status}