mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
관리자 페이지 패키지별 UI 적용을 위한 1차 작업 마무리
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4616 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
856ab513ec
commit
ba4e9e26e2
248 changed files with 3520 additions and 3424 deletions
8
modules/admin/queries/getCommentCount.xml
Normal file
8
modules/admin/queries/getCommentCount.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<query id="getCommentCount" action="select">
|
||||
<tables>
|
||||
<table name="comments" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="count(*)" alias="count" />
|
||||
</columns>
|
||||
</query>
|
||||
19
modules/admin/queries/getCommentStatus.xml
Normal file
19
modules/admin/queries/getCommentStatus.xml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<query id="getCommentStatus" action="select">
|
||||
<tables>
|
||||
<table name="comments" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="substr(regdate,1,8)" alias="date" />
|
||||
<column name="count(*)" alias="count" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="more" column="regdate" var="date" notnull="notnull"/>
|
||||
</conditions>
|
||||
<navigation>
|
||||
<index var="sort_index" default="substr(regdate,1,8)" order="asc" />
|
||||
<list_count var="list_count" default="2" />
|
||||
</navigation>
|
||||
<groups>
|
||||
<group column="substr(regdate,1,8)" />
|
||||
</groups>
|
||||
</query>
|
||||
8
modules/admin/queries/getDocumentCount.xml
Normal file
8
modules/admin/queries/getDocumentCount.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<query id="getDocumentCount" action="select">
|
||||
<tables>
|
||||
<table name="documents" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="count(*)" alias="count" />
|
||||
</columns>
|
||||
</query>
|
||||
19
modules/admin/queries/getDocumentStatus.xml
Normal file
19
modules/admin/queries/getDocumentStatus.xml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<query id="getDocumentStatus" action="select">
|
||||
<tables>
|
||||
<table name="documents" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="substr(regdate,1,8)" alias="date" />
|
||||
<column name="count(*)" alias="count" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="more" column="regdate" var="date" notnull="notnull"/>
|
||||
</conditions>
|
||||
<navigation>
|
||||
<index var="sort_index" default="substr(regdate,1,8)" order="asc" />
|
||||
<list_count var="list_count" default="2" />
|
||||
</navigation>
|
||||
<groups>
|
||||
<group column="substr(regdate,1,8)" />
|
||||
</groups>
|
||||
</query>
|
||||
8
modules/admin/queries/getFileCount.xml
Normal file
8
modules/admin/queries/getFileCount.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<query id="getFileCount" action="select">
|
||||
<tables>
|
||||
<table name="files" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="count(*)" alias="count" />
|
||||
</columns>
|
||||
</query>
|
||||
19
modules/admin/queries/getFileStatus.xml
Normal file
19
modules/admin/queries/getFileStatus.xml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<query id="getFileStatus" action="select">
|
||||
<tables>
|
||||
<table name="files" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="substr(regdate,1,8)" alias="date" />
|
||||
<column name="count(*)" alias="count" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="more" column="regdate" var="date" notnull="notnull"/>
|
||||
</conditions>
|
||||
<navigation>
|
||||
<index var="sort_index" default="substr(regdate,1,8)" order="asc" />
|
||||
<list_count var="list_count" default="2" />
|
||||
</navigation>
|
||||
<groups>
|
||||
<group column="substr(regdate,1,8)" />
|
||||
</groups>
|
||||
</query>
|
||||
8
modules/admin/queries/getMemberCount.xml
Normal file
8
modules/admin/queries/getMemberCount.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<query id="getMemberCount" action="select">
|
||||
<tables>
|
||||
<table name="member" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="count(*)" alias="count" />
|
||||
</columns>
|
||||
</query>
|
||||
19
modules/admin/queries/getMemberStatus.xml
Normal file
19
modules/admin/queries/getMemberStatus.xml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<query id="getMemberStatus" action="select">
|
||||
<tables>
|
||||
<table name="member" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="substr(regdate,1,8)" alias="date" />
|
||||
<column name="count(*)" alias="count" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="more" column="regdate" var="date" notnull="notnull"/>
|
||||
</conditions>
|
||||
<navigation>
|
||||
<index var="sort_index" default="substr(regdate,1,8)" order="asc" />
|
||||
<list_count var="list_count" default="2" />
|
||||
</navigation>
|
||||
<groups>
|
||||
<group column="substr(regdate,1,8)" />
|
||||
</groups>
|
||||
</query>
|
||||
8
modules/admin/queries/getTrackbackCount.xml
Normal file
8
modules/admin/queries/getTrackbackCount.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<query id="getTrackbackCount" action="select">
|
||||
<tables>
|
||||
<table name="trackbacks" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="count(*)" alias="count" />
|
||||
</columns>
|
||||
</query>
|
||||
19
modules/admin/queries/getTrackbackStatus.xml
Normal file
19
modules/admin/queries/getTrackbackStatus.xml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<query id="getTrackbackStatus" action="select">
|
||||
<tables>
|
||||
<table name="trackbacks" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="substr(regdate,1,8)" alias="date" />
|
||||
<column name="count(*)" alias="count" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="more" column="regdate" var="date" notnull="notnull"/>
|
||||
</conditions>
|
||||
<navigation>
|
||||
<index var="sort_index" default="substr(regdate,1,8)" order="asc" />
|
||||
<list_count var="list_count" default="2" />
|
||||
</navigation>
|
||||
<groups>
|
||||
<group column="substr(regdate,1,8)" />
|
||||
</groups>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue