mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-15 01:09:57 +09:00
15 lines
986 B
HTML
Executable file
15 lines
986 B
HTML
Executable file
<!--%import("popup.css")-->
|
|
<!--%import("popup.js")-->
|
|
|
|
<div class="editor_window">
|
|
<form action='./' method='post' id='fo' onSubmit="return false" style="display:inline">
|
|
<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>
|