mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-02-01 01:29:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@727 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c0f2cd0831
commit
857b178965
8 changed files with 22 additions and 14 deletions
|
|
@ -21,13 +21,13 @@ a.bold {
|
||||||
.folder_area { display: none; }
|
.folder_area { display: none; }
|
||||||
|
|
||||||
.editor_component_output {
|
.editor_component_output {
|
||||||
background:url(../tpl/images/multimedia_icon.gif) no-repeat center;
|
background:url(../tpl/images/edit_component.gif) no-repeat center;
|
||||||
background-color:#FFFFFF;
|
background-color:#FFFFFF;
|
||||||
border:3px dotted #2661db;
|
border:3px dotted #2661db;
|
||||||
}
|
}
|
||||||
|
|
||||||
.zbxe_plugin_output {
|
.zbxe_plugin_output {
|
||||||
background:url(../tpl/images/multimedia_icon.gif) no-repeat center;
|
background:url(../tpl/images/plugin.gif) no-repeat center;
|
||||||
background-color:#FFFFFF;
|
background-color:#FFFFFF;
|
||||||
border:3px dotted #039311;
|
border:3px dotted #039311;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
BIN
common/tpl/images/edit_component.gif
Normal file
BIN
common/tpl/images/edit_component.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 2.5 KiB |
BIN
common/tpl/images/plugin.gif
Normal file
BIN
common/tpl/images/plugin.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
|
|
@ -1,5 +1,5 @@
|
||||||
.editor_window {
|
.editor_window {
|
||||||
width:680px;
|
width:530px;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -17,9 +17,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.editor_option {
|
.editor_option {
|
||||||
width:620px;
|
text-align:center;
|
||||||
height:30px;
|
padding:5px 0px 5px 0px;
|
||||||
text-align:left;
|
background-color:#EEEEEE;
|
||||||
|
margin-bottom:5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item_area {
|
.item_area {
|
||||||
|
|
@ -27,27 +28,30 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
width:80px;
|
width:85px;
|
||||||
float:left;
|
float:left;
|
||||||
text-align:right;
|
text-align:right;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
margin:5px;
|
margin:5px;
|
||||||
font-size:9pt;
|
font-size:9pt;
|
||||||
|
overflow:hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.body {
|
.body {
|
||||||
width:120px;
|
overflow:hidden;
|
||||||
|
width:140px;
|
||||||
float:left;
|
float:left;
|
||||||
text-align:left;
|
text-align:left;
|
||||||
margin:5px 10px 5px 5px;
|
margin:5px 5px 5px 0px;
|
||||||
font-size:9pt;
|
font-size:9pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wide_body {
|
.wide_body {
|
||||||
width:380px;
|
width:380px;
|
||||||
float:left;
|
float:left;
|
||||||
|
clear:right;
|
||||||
text-align:left;
|
text-align:left;
|
||||||
margin:5px 10px 5px 5px;
|
margin:5px 10px 5px 0px;
|
||||||
font-size:9pt;
|
font-size:9pt;
|
||||||
}
|
}
|
||||||
.table_input {
|
.table_input {
|
||||||
|
|
|
||||||
|
|
@ -24,12 +24,13 @@
|
||||||
|
|
||||||
<div class="item_area">
|
<div class="item_area">
|
||||||
<div class="header">{$lang->table_width} :</div>
|
<div class="header">{$lang->table_width} :</div>
|
||||||
<div class="body">
|
<div class="wide_body">
|
||||||
<input type="text" class="table_input" id="width" value="100" />
|
<input type="text" class="table_input" id="width" value="100" />
|
||||||
<input type="radio" name="width_unit" id="width_unit_percent" checked="true" /><label for="width_unit_percent">%</label>
|
<input type="radio" name="width_unit" id="width_unit_percent" checked="true" /><label for="width_unit_percent">%</label>
|
||||||
<input type="radio" name="width_unit" id="width_unit_pixel" /><label for="width_unit_pixel">px</label>
|
<input type="radio" name="width_unit" id="width_unit_pixel" /><label for="width_unit_pixel">px</label>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="item_area">
|
||||||
<div class="header">{$lang->table_cellspacing} :</div>
|
<div class="header">{$lang->table_cellspacing} :</div>
|
||||||
<div class="body"><input type="text" class="table_input" id="cellspacing" value="0" />px</div>
|
<div class="body"><input type="text" class="table_input" id="cellspacing" value="0" />px</div>
|
||||||
|
|
||||||
|
|
@ -63,7 +64,7 @@
|
||||||
|
|
||||||
<div class="item_area" id="border_color_area" style="display:none">
|
<div class="item_area" id="border_color_area" style="display:none">
|
||||||
<div class="header">{$lang->table_border_color} :</div>
|
<div class="header">{$lang->table_border_color} :</div>
|
||||||
<div class="body">
|
<div class="wide_body">
|
||||||
<div class="editor_color_box">
|
<div class="editor_color_box">
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
printColor("border", "{$tpl_path}/images/blank.gif");
|
printColor("border", "{$tpl_path}/images/blank.gif");
|
||||||
|
|
@ -83,7 +84,7 @@
|
||||||
|
|
||||||
<div class="item_area" id="bg_color_area" style="display:none">
|
<div class="item_area" id="bg_color_area" style="display:none">
|
||||||
<div class="header">{$lang->table_bg_color} :</div>
|
<div class="header">{$lang->table_bg_color} :</div>
|
||||||
<div class="body">
|
<div class="wide_body">
|
||||||
<div class="editor_color_box">
|
<div class="editor_color_box">
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
printColor("bg", "{$tpl_path}/images/blank.gif");
|
printColor("bg", "{$tpl_path}/images/blank.gif");
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,8 @@ function completeGenerateCodeInPage(ret_obj,response_tags,params,fo_obj) {
|
||||||
var iframe_obj = opener.editorGetIFrame(module_srl);
|
var iframe_obj = opener.editorGetIFrame(module_srl);
|
||||||
opener.editorReplaceHTML(iframe_obj, plugin_code);
|
opener.editorReplaceHTML(iframe_obj, plugin_code);
|
||||||
opener.editorFocus(module_srl);
|
opener.editorFocus(module_srl);
|
||||||
|
|
||||||
|
window.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 플러그인 코드 생성시 스킨을 고르면 컬러셋의 정보를 표시 */
|
/* 플러그인 코드 생성시 스킨을 고르면 컬러셋의 정보를 표시 */
|
||||||
|
|
|
||||||
|
|
@ -94,6 +94,7 @@
|
||||||
.login_info_default_normal .button_area {
|
.login_info_default_normal .button_area {
|
||||||
clear:both;
|
clear:both;
|
||||||
height:20px;
|
height:20px;
|
||||||
|
margin-top:5px;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue