mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 17:44:38 +09:00
virtual site + homepage package 추가. 아직 미완성 버전이므로 서비스 반영하지 말아주세요. 테스트중
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4871 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c5dbc3405c
commit
e745b70268
171 changed files with 5243 additions and 274 deletions
12
modules/homepage/conf/info.xml
Normal file
12
modules/homepage/conf/info.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module version="0.2">
|
||||
<title xml:lang="ko">홈페이지</title>
|
||||
<description xml:lang="ko">XE의 여러 모듈들을 조합하여 홈페이지를 생성하기 가장 좋은 관리자 기능을 제공합니다</description>
|
||||
<version>0.1</version>
|
||||
<date>2008-11-04</date>
|
||||
<category>package</category>
|
||||
|
||||
<author email_address="zero@zeroboard.com" link="http://blog.nzeo.com">
|
||||
<name xml:lang="ko">zero</name>
|
||||
</author>
|
||||
</module>
|
||||
40
modules/homepage/conf/module.xml
Normal file
40
modules/homepage/conf/module.xml
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<module>
|
||||
<grants />
|
||||
<actions>
|
||||
<action name="dispHomepageManage" type="view" standalone="true" index="true" />
|
||||
<action name="dispHomepageTopMenu" type="view" standalone="true" />
|
||||
<action name="dispHomepageBottomMenu" type="view" standalone="true" />
|
||||
<action name="dispHomepageMidSetup" type="view" standalone="true" />
|
||||
<action name="dispHomepageBoardInfo" type="view" standalone="true" />
|
||||
<action name="dispHomepageBoardAddition" type="view" standalone="true" />
|
||||
<action name="dispHomepageBoardGrant" type="view" standalone="true" />
|
||||
<action name="dispHomepageBoardSkin" type="view" standalone="true" />
|
||||
|
||||
<action name="getHomepageMenuItem" type="model" standalone="true" />
|
||||
|
||||
<action name="procHomepageChangeLayout" type="controller" standalone="true" />
|
||||
<action name="procHomepageLayoutUpdate" type="controller" standalone="true" />
|
||||
<action name="procHomepageInsertMenuItem" type="controller" standalone="true" />
|
||||
<action name="procHomepageDeleteMenuItem" type="controller" standalone="true" />
|
||||
<action name="procHomepageMenuItemMove" type="controller" standalone="true" />
|
||||
<action name="procHomepageMenuUploadButton" type="controller" standalone="true" />
|
||||
<action name="procHomepageDeleteButton" type="controller" standalone="true" />
|
||||
<action name="procHomepageDeleteGroup" type="controller" standalone="true" />
|
||||
<action name="procHomepageInsertGroup" type="controller" standalone="true" />
|
||||
<action name="procHomepageUpdateMemberGroup" type="controller" standalone="true" />
|
||||
<action name="procHomepageInsertBoard" type="controller" standalone="true" />
|
||||
<action name="procHomepageInsertPage" type="controller" standalone="true" />
|
||||
<action name="procHomepageUpdateBoardSkin" type="controller" standalone="true" />
|
||||
<action name="procHomepageInsertBoardGrant" type="controller" standalone="true" />
|
||||
<action name="procHomepageChangeIndex" type="controller" standalone="true" />
|
||||
|
||||
<action name="dispHomepageAdminContent" type="view" standalone="true" admin_index="true" />
|
||||
<action name="dispHomepageAdminSetup" type="view" standalone="true" />
|
||||
<action name="dispHomepageAdminDelete" type="view" standalone="true" />
|
||||
|
||||
<action name="procHomepageAdminInsertHomepage" type="controller" />
|
||||
<action name="procHomepageAdminUpdateHomepage" type="controller" />
|
||||
<action name="procHomepageAdminDeleteHomepage" type="controller" />
|
||||
</actions>
|
||||
</module>
|
||||
Loading…
Add table
Add a link
Reference in a new issue