mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 16:19:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1767 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9fb8fb947c
commit
ecd3e7920b
2 changed files with 21 additions and 55 deletions
|
|
@ -1,46 +1,3 @@
|
||||||
@charset "utf-8";
|
@charset "utf-8";
|
||||||
|
|
||||||
.editor_window {
|
#editor { width:590px; height:400px; }
|
||||||
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;
|
|
||||||
}
|
|
||||||
|
|
||||||
.editor_textarea {
|
|
||||||
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;
|
|
||||||
}
|
|
||||||
|
|
||||||
.editor_button {
|
|
||||||
margin-top:4px;
|
|
||||||
background-color:#FFFFFF;
|
|
||||||
border:1px solid #AAAAAA;
|
|
||||||
height:18px;
|
|
||||||
font-size:9pt;
|
|
||||||
}
|
|
||||||
|
|
|
||||||
|
|
@ -1,15 +1,24 @@
|
||||||
<!--%import("popup.css")-->
|
<!--%import("popup.css")-->
|
||||||
<!--%import("popup.js")-->
|
<!--%import("popup.js")-->
|
||||||
|
|
||||||
<div class="editor_window">
|
<div id="popHeadder">
|
||||||
<form action='./' method='post' id='fo' onSubmit="return false" style="display:inline">
|
<h1>{$component_info->title} ver. {$component_info->version}</h1>
|
||||||
<div class="editor_title">{$component_info->title} ver. {$component_info->version} <a href="#" onclick="popopen('./?module=editor&act=dispEditorComponentInfo&component_name={$component_info->component_name}','ComponentInfo');return false;"><img src="../../../tpl/images/about_component.gif" title="{$lang->about_component}" alt="{$lang->about_component}" class="about_component_icon" border="0" /></a></div>
|
|
||||||
|
|
||||||
<div><textarea name="text" id='editor' class="editor_textarea"></textarea></div>
|
|
||||||
|
|
||||||
<div class="editor_button_area">
|
|
||||||
<input type='button' class="editor_button" value='{$lang->cmd_insert}' onclick='insertHtml()' />
|
|
||||||
<input type='button' class="editor_button" value='{$lang->cmd_close}' onclick='window.close();' />
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<form action='./' method='post' id='fo' onSubmit="return false" style="display:inline">
|
||||||
|
|
||||||
|
<div id="popBody">
|
||||||
|
|
||||||
|
<div><textarea name="text" id='editor' class="inputTypeText"></textarea></div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="popFooter">
|
||||||
|
<ul class="buttonRight nospace">
|
||||||
|
<li><a href="#" onclick="insertHtml()" class="buttonTypeA"><img src="../../../../../admin/tpl/images/blank.gif" alt="" class="leftCap" />{$lang->cmd_insert}<img src="../../../../../admin/tpl/images/blank.gif" alt="" class="rightCap" /></a></li>
|
||||||
|
<li><a href="#" onclick="window.close(); return false;" class="buttonTypeA"><img src="../../../../../admin/tpl/images/blank.gif" alt="" class="leftCap" />{$lang->cmd_close}<img src="../../../../../admin/tpl/images/blank.gif" alt="" class="rightCap" /></a></li>
|
||||||
|
<li><a href="#" onclick="winopen('./?module=editor&act=dispEditorComponentInfo&component_name={$component_info->component_name}','ComponentInfo','left=10,top=10,width=10,height=10,resizable=no,scrollbars=no,toolbars=no');return false;" class="buttonTypeA"><img src="../../../../../admin/tpl/images/blank.gif" alt="" class="leftCap" />{$lang->about_component}<img src="../../../../../admin/tpl/images/blank.gif" alt="" class="rightCap" /></a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</form>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue