diff --git a/common/js/common.js b/common/js/common.js index 1479154f3..cd07553a2 100644 --- a/common/js/common.js +++ b/common/js/common.js @@ -239,6 +239,16 @@ function svc_folder_close(id) { * popup_layout 에서 window.onload 시 자동 요청됨. **/ function setFixedPopupSize() { + + if(xGetElementById('popBody')) { + if(xHeight('popBody')>600) { + xGetElementById('popBody').style.overflowY = 'scroll'; + xGetElementById('popBody').style.overflowX = 'hidden'; + xHeight('popBody', 600); + } + + } + var w = xWidth("popup_content"); var h = xHeight("popup_content"); diff --git a/common/tpl/common_layout.html b/common/tpl/common_layout.html index a9659bde1..86508131a 100644 --- a/common/tpl/common_layout.html +++ b/common/tpl/common_layout.html @@ -17,7 +17,7 @@ - + - -
- - - - - - -
blank#
-
- - -
{$lang->gallery_bg_color}
-
-
- -
-
- - - - - - -
blank#
-
-
- -
{$lang->image_list}
-
-
- px + + + {$lang->gallery_style} + + -
-
{$lang->about_image_list}
-
- -
- - -
+ + + + {$lang->gallery_slide_align} + + + + + + {$lang->gallery_border_thickness} + px + + + {$lang->gallery_border_color} + +
+ +
+ + + + + {$lang->gallery_bg_color} + +
+ +
+ + + + + {$lang->image_list} + + +

{$lang->about_image_list}

+ + + + +
+ +
+ diff --git a/modules/editor/components/image_link/tpl/popup.css b/modules/editor/components/image_link/tpl/popup.css index 8f7f62812..6814e5634 100644 --- a/modules/editor/components/image_link/tpl/popup.css +++ b/modules/editor/components/image_link/tpl/popup.css @@ -1,79 +1,7 @@ @charset "utf-8"; -.editor_window { - 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; -} - -.header { - 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; -} - -.body label { - cursor:pointer; - font-size:9pt; -} .image_align { margin:0px 0px 5px 0px; float:left; - width:150px; -} - -.image_url { - width:350px; - height:13px; - font-size:9pt; - border:1px solid #AAAAAA; -} - -.editor_input { - 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; -} - -.editor_button { - margin-top:4px; - background-color:#FFFFFF; - border:1px solid #AAAAAA; - height:18px; - font-size:9pt; + width:200px; } diff --git a/modules/editor/components/image_link/tpl/popup.html b/modules/editor/components/image_link/tpl/popup.html index 1a5e630f9..423a4bb4f 100644 --- a/modules/editor/components/image_link/tpl/popup.html +++ b/modules/editor/components/image_link/tpl/popup.html @@ -2,66 +2,83 @@ +
+

{$component_info->title} ver. {$component_info->version}

+
+
-
-
{$component_info->title} ver. {$component_info->version} {$lang->about_component}
+
+ + + -
{$lang->image_url}
-
+ + + + + + + + + + + + + + + + + + + + +
{$lang->image_url}
{$lang->image_scale} + +
{$lang->image_alt}
{$lang->image_align} +
+ + +
-
{$lang->image_scale}
-
- px - px - -
+
+ + +
+
+ + +
-
{$lang->image_alt}
-
- -
{$lang->image_align}
-
-
- - -
- -
- - -
- -
- - -
- -
- - -
-
- -
{$lang->image_border}
-
px
- -
- - -
+
+ + +
+
{$lang->image_border}px
+ + diff --git a/modules/editor/components/multimedia_link/tpl/popup.css b/modules/editor/components/multimedia_link/tpl/popup.css index 4bd59a790..e63c05cc5 100644 --- a/modules/editor/components/multimedia_link/tpl/popup.css +++ b/modules/editor/components/multimedia_link/tpl/popup.css @@ -1,73 +1 @@ @charset "utf-8"; -.editor_window { - 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; -} - -.header { - 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; -} - -.body label { - cursor:pointer; - font-size:9pt; -} - -.multimedia_url { - width:240px; - border:1px solid #AAAAAA; - height:13px; - font-size:9pt; -} - -.multimedia_size { - 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; -} - -.editor_button { - 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 4cce73a89..f1218d8d0 100644 --- a/modules/editor/components/multimedia_link/tpl/popup.html +++ b/modules/editor/components/multimedia_link/tpl/popup.html @@ -2,28 +2,43 @@ +
+

{$component_info->title} ver. {$component_info->version}

+
+
-
-
{$component_info->title} ver. {$component_info->version} {$lang->about_component}
- -
{$lang->multimedia_url}
-
- -
{$lang->multimedia_caption}
-
- -
{$lang->multimedia_width}
-
px
- -
{$lang->multimedia_height}
-
px
- -
{$lang->multimedia_auto_start}
-
- -
- - -
+
+ + + + + + + + + + + + + + + + + + + + + + + +
{$lang->multimedia_url}
{$lang->multimedia_caption}
{$lang->multimedia_width}px
{$lang->multimedia_height}px
{$lang->multimedia_auto_start}
+ + diff --git a/modules/editor/components/naver_map/tpl/popup.css b/modules/editor/components/naver_map/tpl/popup.css index f80e1d3ef..860f4056e 100644 --- a/modules/editor/components/naver_map/tpl/popup.css +++ b/modules/editor/components/naver_map/tpl/popup.css @@ -1,131 +1,10 @@ @charset "utf-8"; -.editor_window { - width:700px; - clear:both; -} -.error_window { - width:700px; -} +.search { border:1px solid #DDDDDD; padding:5px; } +#address { width:100px; } +.about_address { clear:both; color:#DDDDDD; } -.error_text { - padding:20px; - color:#444444; - border:10px solid #DDDDDD; - font-size:9pt; - line-height:200%; -} +.address_list_box { color:#AAAAAA; margin-top:1em; clear:both;} +.address_list_box a { color:#AAAAAA; } -.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; -} - -.address_box { - 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; -} - -.address_button { - 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; -} - -.address_list_box { - 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; -} - -.map_scale_box { - float:left; - width:250px; - border:1px solid #EEEEEE; - padding:5px; - margin:5px; -} - -.map_scale_header { - float:left; - font-size:9pt; - width:60px; -} - -.map_scale_body { - width:180px; - float:left; - margin-left:5px; - font-size:9pt; -} - -.input_map_size { - width:30px; - border:1px solid #EEEEEE; - height:12px; - font-size:9pt; -} - -.map_display { - 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; -} - -.editor_button { - margin-top:4px; - background-color:#FFFFFF; - border:1px solid #AAAAAA; - height:18px; - font-size:9pt; -} +#display_map { width:400px; height:400px; border:0px; border:1px solid #DDDDDD; margin-left:10px; } diff --git a/modules/editor/components/naver_map/tpl/popup.html b/modules/editor/components/naver_map/tpl/popup.html index 1550ed6b6..c7bb26ff9 100644 --- a/modules/editor/components/naver_map/tpl/popup.html +++ b/modules/editor/components/naver_map/tpl/popup.html @@ -2,34 +2,58 @@ -
- - - +
+

{$component_info->title} ver. {$component_info->version}

+
-
-
{$component_info->title} ver. {$component_info->version} {$lang->about_component}
+
-
+ + + + + + + +
+ +
{$lang->about_address_use}
-
- - -
- - + + + + + + + + +
{$lang->map_width}px
{$lang->map_height}px
+
+ +
+
+ + diff --git a/modules/editor/components/poll_maker/tpl/popup.css b/modules/editor/components/poll_maker/tpl/popup.css index af8277fc0..3a8829dcb 100644 --- a/modules/editor/components/poll_maker/tpl/popup.css +++ b/modules/editor/components/poll_maker/tpl/popup.css @@ -1,123 +1,4 @@ @charset "utf-8"; -.editor_window { - width:500px; - height:260px; - 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; -} - -.poll_header { - border:1px solid #888888; - background-color:#EFEFEF; - margin:5px; - padding:5px; - font-weight:bold; -} - -.poll_box { - border:1px solid #888888; - height:140px; - margin:5px; - padding:5px; -} - -.title_box { - background-color:#EFEFEF; - border:1px solid #DDDDDD; - padding-top:4px; - height:22px; - clear:both; -} - -.item_box { - height:22px; - clear:both; - padding-top:3px; - margin-bottom:3px; - border-bottom:1px solid #DDDDDD; -} - -.header { - float:left; - width:60px; - clear:left; - text-align:left; - font-weight:bold; - font-size:9pt; - padding:2px 0px 0px 20px; - height:20px; -} - -.sub_header { - float:left; - width:60px; - clear:left; - text-align:left; - font-size:9pt; - padding:2px 0px 0px 20px; - height:20px; -} - -.body { - float:left; - text-align:left; - font-size:9pt; - height:20px; -} - -.sub_button_area { - padding:3px 20px 3px 0px; - clear:both; - height:25px; -} - -.sub_button_area div { - float:left; - padding-right:10px; - margin-right:10px; - height:20px; -} - -.editor_input { - width:335px; - border:1px solid #AAAAAA; - font-size:9pt; - height:13px; -} - -.editor_small_input { - width:50px; - border:1px solid #AAAAAA; - font-size:9pt; - height:13px; -} - - -.editor_button_area { - border-top:1px solid #AAAAAA; - text-align:center; - background-color:#EEEEEE; - padding:10px 0px 2px 0px; - clear:both; - height:25px; -} - -.editor_button { - background-color:#FFFFFF; - border:1px solid #AAAAAA; - height:17px; - font-size:9pt; -} +.pollButton { clear:both; margin:.5em 0 0 0; height:20px; } +.pollButton label { vertical-align:middle; color:#888888; } diff --git a/modules/editor/components/poll_maker/tpl/popup.html b/modules/editor/components/poll_maker/tpl/popup.html index db9397687..9a6da0e7e 100644 --- a/modules/editor/components/poll_maker/tpl/popup.html +++ b/modules/editor/components/poll_maker/tpl/popup.html @@ -7,65 +7,95 @@ var msg_poll_cannot_modify = "{$lang->msg_poll_cannot_modify}"; +
+

{$component_info->title} ver. {$component_info->version}

+
+
- - - - + + + + -
-
{$component_info->title} ver. {$component_info->version} {$lang->about_component}
+
-
- {$lang->poll_stop_date} : - - - - -
+ + + + + + + +
{$lang->poll_stop_date} +
    +
  • + +
  • +
  • + +
  • +
  • + +
  • +
  • {$lang->cmd_add_poll}
  • +
+
-