mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-25 21:32:51 +09:00
모듈 선택기능 추가 (위젯의 단일/다수 위젯 선택, 첵크된 게시글 이동/복사시) 사용되며 virtualSite외의 사이트들도 검색후 선택이 가능하도록 개선
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5298 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3345d21c4e
commit
906bb46d19
83 changed files with 970 additions and 543 deletions
23
modules/module/queries/getDefaultModules.xml
Normal file
23
modules/module/queries/getDefaultModules.xml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<query id="getDefaultModules" action="select">
|
||||
<tables>
|
||||
<table name="modules" />
|
||||
<table name="module_categories" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="modules.site_srl" />
|
||||
<column name="modules.module" />
|
||||
<column name="modules.mid" />
|
||||
<column name="modules.browser_title" />
|
||||
<column name="module_categories.title" alias="category" />
|
||||
<column name="modules.module_srl" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="modules.site_srl" default="0" />
|
||||
<condition operation="equal" column="modules.module_category_srl" default="module_categories.module_category_srl" />
|
||||
</conditions>
|
||||
<navigation>
|
||||
<index var="sort_index" default="module" order="asc" />
|
||||
<index var="sort_index" default="module_categories.title" order="asc" />
|
||||
<index var="sort_index" default="mid" order="asc" />
|
||||
</navigation>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue