mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.1@10954 201d5d3c-b55e-5fd7-737f-ddc643e51545
16 lines
617 B
XML
16 lines
617 B
XML
<query id="getLayoutDotList" action="select">
|
|
<tables>
|
|
<table name="layouts" />
|
|
</tables>
|
|
<columns>
|
|
<column name="*" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="equal" column="site_srl" var="site_srl" filter="number" default="0" notnull="notnull" />
|
|
<condition operation="equal" column="layout_type" var="layout_type" default="P" pipe="and" />
|
|
<condition operation="like" column="layout" var="layout" default="." pipe="and" />
|
|
</conditions>
|
|
<navigation>
|
|
<index var="sort_index" default="layout_srl" order="desc" />
|
|
</navigation>
|
|
</query>
|