mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@862 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9c582a571e
commit
6bb189a34b
48 changed files with 705 additions and 720 deletions
|
|
@ -1,4 +1,5 @@
|
|||
@charset "utf-8";
|
||||
|
||||
.plugin_detail_info_window {
|
||||
width:600px;
|
||||
clear:both;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
/**
|
||||
* @file modules/board/js/plugin_admin.js
|
||||
* @author zero (zero@nzeo.com)
|
||||
* @brief plugin 모듈의 관리자용 javascript
|
||||
**/
|
||||
|
||||
/* 생성된 코드를 textarea에 출력 */
|
||||
function completeGenerateCode(ret_obj) {
|
||||
var plugin_code = ret_obj["plugin_code"];
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
<!--%import("filter/generate_code.xml")-->
|
||||
<!--%import("js/admin.js")-->
|
||||
<!--%import("js/plugin_admin.js")-->
|
||||
<!--%import("css/plugin.css")-->
|
||||
|
||||
<form action="./" method="get" onsubmit="return procFilter(this, generate_code);" id="fo_plugin">
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<!--%import("filter/generate_code_in_page.xml")-->
|
||||
<!--%import("js/admin.js")-->
|
||||
<!--%import("js/plugin_admin.js")-->
|
||||
<!--%import("css/plugin.css")-->
|
||||
|
||||
<form action="./" method="get" onsubmit="return procFilter(this, generate_code_in_page);" id="fo_plugin">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue