mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 14:49:56 +09:00
simulz님의 다운로드 랭킹 위젯 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3077 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9a8a1d50bf
commit
dcd67cf711
15 changed files with 327 additions and 0 deletions
18
widgets/rank_download/queries/getFileList.xml
Normal file
18
widgets/rank_download/queries/getFileList.xml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<query id="getFileList" action="select">
|
||||
<tables>
|
||||
<table name="files" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="*" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="in" column="module_srl" var="s_module_srl" />
|
||||
<condition operation="equal" column="isvalid" var="isvalid" pipe="and" />
|
||||
<condition operation="more" column="download_count" var="s_download_count" pipe="and" />
|
||||
<condition operation="equal" column="direct_download" var="direct_download" pipe="and" />
|
||||
</conditions>
|
||||
<navigation>
|
||||
<index var="sort_index" default="download_count" order="desc" />
|
||||
<list_count var="list_count" default="20" />
|
||||
</navigation>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue