mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-15 17:29:55 +09:00
22 lines
941 B
HTML
Executable file
22 lines
941 B
HTML
Executable file
<!--%import("popup.css")-->
|
|
<!--%import("popup.js")-->
|
|
|
|
<div id="popHeadder">
|
|
<h1>{$component_info->title} ver. {$component_info->version}</h1>
|
|
</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" class="tCenter">
|
|
<a href="#" onclick="insertHtml()" class="button"><span>{$lang->cmd_insert}</span></a>
|
|
<a href="#" onclick="window.close(); return false;" class="button"><span>{$lang->cmd_close}</span></a>
|
|
<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="button"><span>{$lang->about_component}</span></a>
|
|
</div>
|
|
|
|
</form>
|