git-svn-id: http://xe-core.googlecode.com/svn/trunk@919 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-03 01:49:45 +00:00
parent 2cf7d0223f
commit 3a1abb56d9
5 changed files with 30 additions and 5 deletions

View file

@ -6,11 +6,14 @@
<column name="*" />
</columns>
<conditions>
<condition operation="like" column="uploaded_filename" var="s_filename" />
<condition operation="more" column="file_size" var="s_filesize" pipe="or" />
<condition operation="more" column="downloaded_count" var="s_download_count" pipe="or" />
<condition operation="like_prefix" column="regdate" var="s_regdate" pipe="or" />
<condition operation="like_prefix" column="ipaddress" var="s_ipaddress" pipe="or" />
<condition operation="equal" column="isvalid" var="isvalid" />
<group pipe="and">
<condition operation="like" column="uploaded_filename" var="s_filename" />
<condition operation="more" column="file_size" var="s_filesize" pipe="or" />
<condition operation="more" column="downloaded_count" var="s_download_count" pipe="or" />
<condition operation="like_prefix" column="regdate" var="s_regdate" pipe="or" />
<condition operation="like_prefix" column="ipaddress" var="s_ipaddress" pipe="or" />
</group>
</conditions>
<navigation>
<index var="sort_index" order="desc" />