mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-06-08 14:26:19 +09:00
27 lines
996 B
HTML
27 lines
996 B
HTML
<!--#include("./header.html")-->
|
|
|
|
<form action="./" method="post" onsubmit="return procFilter(this, insert_grant)">
|
|
<input type="hidden" name="page" value="{$page}" />
|
|
<input type="hidden" name="module_srl" value="{$module_srl}" />
|
|
|
|
<!-- 설명 -->
|
|
<div>
|
|
{$lang->about_plugin_setup}
|
|
</div>
|
|
|
|
<!-- 플러그인 선택 부분 -->
|
|
<div style="margin-bottom:20px">
|
|
<div style="float:left">{$lang->plugin} :</div>
|
|
<div style="float:left">
|
|
<!--@foreach($plugin_list as $plugin)-->
|
|
[<a href="#" onclick="popopen('./?module=plugin&act=dispPluginGenerateCodeInPage&selected_plugin={$plugin->plugin}&module_srl={$module_srl}','GenerateCodeInPage');return false;">{$plugin->title}</a>]
|
|
<!--@end-->
|
|
</div>
|
|
</div>
|
|
|
|
<!-- 플러그인이 생성되는 곳 -->
|
|
<div style="clear:both;border:1px solid #EEEEEE;padding:10px;">
|
|
<div id="plugin_area"></div>
|
|
</div>
|
|
|
|
</form>
|