mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
module.xml 1차 정리
탭 정리 일부 permission, action 정리
This commit is contained in:
parent
5bdd0091ec
commit
fcb17fe9cf
57 changed files with 1216 additions and 1254 deletions
|
|
@ -1,36 +1,36 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module version="0.2">
|
||||
<title xml:lang="ko">설문</title>
|
||||
<title xml:lang="zh-CN">投票系统</title>
|
||||
<title xml:lang="jp">アンケート</title>
|
||||
<title xml:lang="en">Poll</title>
|
||||
<title xml:lang="vi">Bình chọn, Thăm dò</title>
|
||||
<title xml:lang="es">Encuesta</title>
|
||||
<title xml:lang="ru">Опрос</title>
|
||||
<title xml:lang="zh-TW">投票調查</title>
|
||||
<title xml:lang="tr">Oylama</title>
|
||||
<description xml:lang="ko">설문조사 관리를 위한 모듈입니다.</description>
|
||||
<description xml:lang="zh-CN">管理投票调查的模块。</description>
|
||||
<description xml:lang="jp">アンケート管理モジュール</description>
|
||||
<description xml:lang="en">This module is for managering polls.</description>
|
||||
<description xml:lang="vi">Module này quản lý những bình chọn và thăm dò.</description>
|
||||
<description xml:lang="es">Este módulo es para manejar las encuestas.</description>
|
||||
<description xml:lang="ru">Этот модуль служит для управления опросами.</description>
|
||||
<description xml:lang="zh-TW">管理投票調查的模組。</description>
|
||||
<description xml:lang="tr">Oylamaları düzenlemek için kullanılan modüldür.</description>
|
||||
<version>2.0</version>
|
||||
<date>2015-06-09</date>
|
||||
<category>content</category>
|
||||
<title xml:lang="ko">설문</title>
|
||||
<title xml:lang="zh-CN">投票系统</title>
|
||||
<title xml:lang="jp">アンケート</title>
|
||||
<title xml:lang="en">Poll</title>
|
||||
<title xml:lang="vi">Bình chọn, Thăm dò</title>
|
||||
<title xml:lang="es">Encuesta</title>
|
||||
<title xml:lang="ru">Опрос</title>
|
||||
<title xml:lang="zh-TW">投票調查</title>
|
||||
<title xml:lang="tr">Oylama</title>
|
||||
<description xml:lang="ko">설문조사 관리를 위한 모듈입니다.</description>
|
||||
<description xml:lang="zh-CN">管理投票调查的模块。</description>
|
||||
<description xml:lang="jp">アンケート管理モジュール</description>
|
||||
<description xml:lang="en">This module is for managering polls.</description>
|
||||
<description xml:lang="vi">Module này quản lý những bình chọn và thăm dò.</description>
|
||||
<description xml:lang="es">Este módulo es para manejar las encuestas.</description>
|
||||
<description xml:lang="ru">Этот модуль служит для управления опросами.</description>
|
||||
<description xml:lang="zh-TW">管理投票調查的模組。</description>
|
||||
<description xml:lang="tr">Oylamaları düzenlemek için kullanılan modüldür.</description>
|
||||
<version>2.0</version>
|
||||
<date>2015-06-09</date>
|
||||
<category>content</category>
|
||||
|
||||
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
|
||||
<name xml:lang="ko">NAVER</name>
|
||||
<name xml:lang="vi">NAVER</name>
|
||||
<name xml:lang="zh-CN">NAVER</name>
|
||||
<name xml:lang="jp">NAVER</name>
|
||||
<name xml:lang="en">NAVER</name>
|
||||
<name xml:lang="es">NAVER</name>
|
||||
<name xml:lang="ru">NAVER</name>
|
||||
<name xml:lang="zh-TW">NAVER</name>
|
||||
<name xml:lang="tr">NAVER</name>
|
||||
</author>
|
||||
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
|
||||
<name xml:lang="ko">NAVER</name>
|
||||
<name xml:lang="vi">NAVER</name>
|
||||
<name xml:lang="zh-CN">NAVER</name>
|
||||
<name xml:lang="jp">NAVER</name>
|
||||
<name xml:lang="en">NAVER</name>
|
||||
<name xml:lang="es">NAVER</name>
|
||||
<name xml:lang="ru">NAVER</name>
|
||||
<name xml:lang="zh-TW">NAVER</name>
|
||||
<name xml:lang="tr">NAVER</name>
|
||||
</author>
|
||||
</module>
|
||||
|
|
@ -3,23 +3,23 @@
|
|||
<grants />
|
||||
<permissions />
|
||||
<actions>
|
||||
<action name="getPollstatus" type="model" />
|
||||
<action name="getPollinfo" type="model" />
|
||||
<action name="getPollitemInfo" type="model" />
|
||||
<action name="getPollGetColorsetList" type="model" />
|
||||
|
||||
<action name="getPollstatus" type="model" />
|
||||
<action name="getPollinfo" type="model" />
|
||||
<action name="getPollitemInfo" type="model" />
|
||||
<action name="procPollInsert" type="controller" />
|
||||
<action name="procPollInsertItem" type="controller" />
|
||||
<action name="procPollDeleteItem" type="controller" />
|
||||
<action name="procPoll" type="controller" ruleset="poll" />
|
||||
<action name="procPollViewResult" type="controller" />
|
||||
<action name="procPollGetList" type="controller" />
|
||||
|
||||
<!-- admin -->
|
||||
<action name="procPollInsert" type="controller" />
|
||||
<action name="procPollInsertItem" type="controller" />
|
||||
<action name="procPollDeleteItem" type="controller" />
|
||||
<action name="procPoll" type="controller" ruleset="poll" />
|
||||
<action name="procPollViewResult" type="controller" />
|
||||
<action name="procPollGetList" type="controller" />
|
||||
|
||||
<action name="dispPollAdminList" type="view" admin_index="true" menu_name="poll" menu_index="true" />
|
||||
<action name="dispPollAdminResult" type="view" />
|
||||
<action name="dispPollAdminConfig" type="view" />
|
||||
<action name="getPollAdminTarget" type="model" />
|
||||
|
||||
<action name="procPollAdminDeleteChecked" type="controller" ruleset="deleteChecked" />
|
||||
<action name="procPollAdminInsertConfig" type="controller" ruleset="insertConfig" />
|
||||
<action name="procPollAdminAddCart" type="controller" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue