git-svn-id: http://xe-core.googlecode.com/svn/trunk@1662 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-06-19 09:11:10 +00:00
parent 15801d738a
commit 8390ec57e2
75 changed files with 484 additions and 484 deletions

View file

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<module version="0.1">
<title xml:lang="ko">플러그인 관리</title>
<title xml:lang="ko">위젯 관리</title>
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
<name xml:lang="ko">제로</name>
<description xml:lang="ko">플러그인 관리 모듈</description>
<description xml:lang="ko">위젯 관리 모듈</description>
</author>
</module>

View file

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<module>
<actions>
<action name="dispPluginInfo" type="view" standalone="true" />
<action name="dispPluginGenerateCode" type="view" standalone="true" />
<action name="dispPluginGenerateCodeInPage" type="view" standalone="true" />
<action name="dispWidgetInfo" type="view" standalone="true" />
<action name="dispWidgetGenerateCode" type="view" standalone="true" />
<action name="dispWidgetGenerateCodeInPage" type="view" standalone="true" />
<action name="dispPluginAdminDownloadedList" type="view" standalone="true" admin_index="true" />
<action name="dispWidgetAdminDownloadedList" type="view" standalone="true" admin_index="true" />
<action name="procPluginGenerateCode" type="controller" standalone="true" />
<action name="procPluginGetColorsetList" type="controller" standalone="true" />
<action name="procWidgetGenerateCode" type="controller" standalone="true" />
<action name="procWidgetGetColorsetList" type="controller" standalone="true" />
</actions>
</module>