mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
css 및 js 호출순서 조정기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5785 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4f380d9c48
commit
61851f1dfe
2149 changed files with 109090 additions and 18689 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<title xml:lang="ko">문서</title>
|
||||
<title xml:lang="en">Document</title>
|
||||
<title xml:lang="es">Documento</title>
|
||||
<title xml:lang="zh-CN">主题</title>
|
||||
<title xml:lang="zh-CN">主题管理</title>
|
||||
<title xml:lang="jp">ドキュメント</title>
|
||||
<title xml:lang="ru">Документы</title>
|
||||
<title xml:lang="zh-TW">主題</title>
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
<description xml:lang="zh-TW">管理討論板,部落格等主題的模組。 </description>
|
||||
<version>0.1</version>
|
||||
<date>2007-02-28</date>
|
||||
<category>utility</category>
|
||||
<category>content</category>
|
||||
|
||||
<author email_address="zero@zeroboard.com" link="http://blog.nzeo.com">
|
||||
<name xml:lang="ko">zero</name>
|
||||
|
|
|
|||
|
|
@ -2,31 +2,43 @@
|
|||
<module>
|
||||
<grants />
|
||||
<permissions>
|
||||
<permission action="dispDocumentAdminManageDocument" target="manager" />
|
||||
<permission action="getDocumentCategories" target="manager" />
|
||||
<permission action="procDocumentAdminAddCart" target="manager" />
|
||||
<permission action="procDocumentAdminManageCheckedDocument" target="manager" />
|
||||
<permission action="dispDocumentManageDocument" target="member" />
|
||||
<permission action="getDocumentCategories" target="member" />
|
||||
<permission action="procDocumentAddCart" target="member" />
|
||||
<permission action="procDocumentManageCheckedDocument" target="member" />
|
||||
</permissions>
|
||||
<actions>
|
||||
<action name="dispDocumentPrint" type="view" standalone="true" />
|
||||
<action name="dispDocumentPreview" type="view" standalone="true" />
|
||||
|
||||
<action name="dispDocumentAdminList" type="view" admin_index="true" standalone="true" />
|
||||
<action name="dispDocumentAdminConfig" type="view" standalone="true" />
|
||||
<action name="dispDocumentAdminDeclared" type="view" standalone="true" />
|
||||
|
||||
<action name="dispDocumentAdminManageDocument" type="view" standalone="true"/>
|
||||
|
||||
<action name="procDocumentVoteUp" type="controller" standalone="true" />
|
||||
<action name="procDocumentVoteDown" type="controller" standalone="true" />
|
||||
<action name="procDocumentDeclare" type="controller" standalone="true" />
|
||||
<action name="dispDocumentManageDocument" type="view" standalone="true"/>
|
||||
|
||||
<action name="getDocumentCategories" type="model" standalone="true"/>
|
||||
<action name="getDocumentMenu" type="model" standalone="true"/>
|
||||
|
||||
<action name="procDocumentAdminAddCart" type="controller" standalone="true" />
|
||||
<action name="procDocumentAdminManageCheckedDocument" type="controller" standalone="true" />
|
||||
<action name="procDocumentVoteUp" type="controller" standalone="true" />
|
||||
<action name="procDocumentVoteDown" type="controller" standalone="true" />
|
||||
<action name="procDocumentDeclare" type="controller" standalone="true" />
|
||||
<action name="procDocumentAddCart" type="controller" standalone="true" />
|
||||
<action name="procDocumentManageCheckedDocument" type="controller" standalone="true" />
|
||||
<action name="procDocumentInsertModuleConfig" type="controller" standalone="true" />
|
||||
|
||||
<action name="dispDocumentAdminList" type="view" admin_index="true" standalone="true" />
|
||||
<action name="dispDocumentAdminConfig" type="view" standalone="true" />
|
||||
<action name="dispDocumentAdminAlias" type="view" standalone="true" />
|
||||
<action name="dispDocumentAdminDeclared" type="view" standalone="true" />
|
||||
|
||||
<action name="getDocumentAdminCategoryTplInfo" type="model" standalone="true"/>
|
||||
|
||||
<action name="procDocumentAdminInsertCategory" type="controller" standalone="true"/>
|
||||
<action name="procDocumentAdminDeleteCategory" type="controller" standalone="true"/>
|
||||
<action name="procDocumentAdminMoveCategory" type="controller" standalone="true"/>
|
||||
<action name="procDocumentAdminMakeXmlFile" type="controller" standalone="true"/>
|
||||
<action name="procDocumentAdminInsertAlias" type="controller" standalone="true"/>
|
||||
<action name="procDocumentAdminDeleteAlias" type="controller" standalone="true"/>
|
||||
<action name="procAdminMoveExtraVar" type="controller" standalone="true"/>
|
||||
|
||||
<action name="procDocumentAdminInsertExtraVar" type="controller" standalone="true" />
|
||||
<action name="procDocumentAdminDeleteExtraVar" type="controller" standalone="true" />
|
||||
<action name="procDocumentAdminDeleteChecked" type="controller" standalone="true" />
|
||||
<action name="procDocumentAdminInsertConfig" type="controller" standalone="true" />
|
||||
<action name="procDocumentAdminDeleteAllThumbnail" type="controller" standalone="true" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue