제로보드XE의 기본 카운터의 그래프 표시 위젯 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2411 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-08-27 06:33:01 +00:00
parent dd804f33f0
commit 75d594fbe0
3 changed files with 249 additions and 0 deletions

View 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>