mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 07:11:42 +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
15
modules/module/queries/getModuleFileBoxList.xml
Normal file
15
modules/module/queries/getModuleFileBoxList.xml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<query id="getModuleFileBoxList" action="select">
|
||||
<tables>
|
||||
<table name="module_filebox" />
|
||||
</tables>
|
||||
<columns />
|
||||
<conditions>
|
||||
<condition operation="in" column="fileextension" var="fileextension" />
|
||||
</conditions>
|
||||
<navigation>
|
||||
<index var="sort_index" default="module_filebox_srl" order="desc" />
|
||||
<list_count var="list_count" default="10" />
|
||||
<page_count var="page_count" default="10" />
|
||||
<page var="page" default="1" />
|
||||
</navigation>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue