mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 16:19:58 +09:00
제로보드XE의 기본 카운터의 그래프 표시 위젯 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2411 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
dd804f33f0
commit
75d594fbe0
3 changed files with 249 additions and 0 deletions
12
widgets/image_counter/queries/getCounterStatus.xml
Normal file
12
widgets/image_counter/queries/getCounterStatus.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<query id="getCounterStatus" action="select">
|
||||
<tables>
|
||||
<table name="counter_status" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="*" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="excess" column="regdate" var="s_regdate" notnull="notnull" />
|
||||
<condition operation="less" column="regdate" var="e_regdate" notnull="notnull" pipe="and" />
|
||||
</conditions>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue