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@1317 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b439632abd
commit
19b9fd314f
6 changed files with 18 additions and 38 deletions
|
|
@ -7,7 +7,7 @@
|
|||
'dispBlogAdminCategoryInfo'=>$lang->cmd_manage_category,
|
||||
'dispBlogAdminGrantInfo'=>$lang->cmd_manage_grant,
|
||||
'dispBlogAdminSkinInfo'=>$lang->cmd_manage_skin,
|
||||
'dispBlogAdminPluginSetup'=>$lang->cmd_plugin_setup,
|
||||
'dispBlogAdminLayoutSetup'=>$lang->cmd_layout_setup,
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
12
modules/blog/tpl/layout_setup.html
Normal file
12
modules/blog/tpl/layout_setup.html
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<!--#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_layout_setup}
|
||||
</div>
|
||||
|
||||
</form>
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
<!--#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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue