mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 08:09:58 +09:00
simulz님의 rank count 위젯 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3076 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b5eac321ee
commit
9a8a1d50bf
18 changed files with 670 additions and 0 deletions
73
widgets/rank_count/conf/info.xml
Normal file
73
widgets/rank_count/conf/info.xml
Normal file
|
|
@ -0,0 +1,73 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<widget version="0.5">
|
||||
<title xml:lang="ko">글, 댓글 랭킹 출력</title>
|
||||
<author email_address="simulz@simulz.com" link="http://www.simulz.com" date="2007. 10. 07">
|
||||
<name xml:lang="ko">Simulz</name>
|
||||
<description xml:lang="ko">글, 댓글 작성 순위를 출력합니다.</description>
|
||||
</author>
|
||||
<extra_vars>
|
||||
<var id="title">
|
||||
<name xml:lang="ko">제목</name>
|
||||
<type>text</type>
|
||||
<description xml:lang="ko">위젯의 제목으로 출력됩니다.</description>
|
||||
</var>
|
||||
<var id="list_count">
|
||||
<name xml:lang="ko">목록수</name>
|
||||
<type>text</type>
|
||||
<description xml:lang="ko">출력될 목록의 수를 정하실 수 있습니다. (기본 5개)</description>
|
||||
</var>
|
||||
<var id="rankby">
|
||||
<name xml:lang="ko">순위 대상</name>
|
||||
<type>select</type>
|
||||
<description xml:lang="ko">대상을 선택하세요.</description>
|
||||
<options>
|
||||
<name xml:lang="ko">글 작성</name>
|
||||
<value>document</value>
|
||||
</options>
|
||||
<options>
|
||||
<name xml:lang="ko">댓글 작성</name>
|
||||
<value>comment</value>
|
||||
</options>
|
||||
<options>
|
||||
<name xml:lang="ko">파일 첨부</name>
|
||||
<value>attach</value>
|
||||
</options>
|
||||
<options>
|
||||
<name xml:lang="ko">추천 수</name>
|
||||
<value>vote</value>
|
||||
</options>
|
||||
<options>
|
||||
<name xml:lang="ko">조회 수</name>
|
||||
<value>read</value>
|
||||
</options>
|
||||
</var>
|
||||
<var id="without_admin">
|
||||
<name xml:lang="ko">관리자</name>
|
||||
<type>select</type>
|
||||
<description xml:lang="ko">순위에 관리자를 포함합니다.</description>
|
||||
<options>
|
||||
<name xml:lang="ko">포함</name>
|
||||
<value>false</value>
|
||||
</options>
|
||||
<options>
|
||||
<name xml:lang="ko">미포함</name>
|
||||
<value>true</value>
|
||||
</options>
|
||||
</var>
|
||||
<var id="with_group">
|
||||
<name xml:lang="ko">그룹 포함</name>
|
||||
<type>text</type>
|
||||
<description xml:lang="ko">출력할 회원 그룹명을 입력하세요. 예)준회원,정회원</description>
|
||||
</var>
|
||||
<var id="without_group">
|
||||
<name xml:lang="ko">그룹 제외</name>
|
||||
<type>text</type>
|
||||
<description xml:lang="ko">제외할 회원 그룹명을 입력하세요. 예)관리그룹</description>
|
||||
</var>
|
||||
<var id="regdate">
|
||||
<name xml:lang="ko">기간(일)</name>
|
||||
<type>text</type>
|
||||
<description xml:lang="ko">설정 기간 내의 순위를 출력합니다.</description>
|
||||
</var>
|
||||
</extra_vars>
|
||||
</widget>
|
||||
Loading…
Add table
Add a link
Reference in a new issue