root/plugins/trunk/JP_FlashCounterViewTT/index.xml @ 592

Revision 592, 2.4 KB (checked in by jparker, 19 months ago)
  • 자잘한 버그 및 버전 번호 수정(cron 문제 포함)
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<plugin version="1.0">
3  <title>JP Flash Counter View</title>
4  <version>1.9.0302</version>
5  <description>태터 0.9* 구버젼부터 써오던 혀니님(http://www.web2dew.com/blog.bung)께서 만드신 플래쉬카운터를 Textcube 1.5 코어에 맞게 플러그인화 했습니다. 플래쉬카운터의 원 저작권은 혀니님께 있습니다. (IE패치용)</description>
6  <license>GPL</license>
7  <link>http://create74.com</link>
8  <author xml:lang="en" link="http://create74.com"><![CDATA[Yong-ju, Park (J.Parker / Needlworks)]]></author>
9  <author xml:lang="ko" link="http://create74.com"><![CDATA[박용주 (J.Parker / Needlworks)]]></author>
10  <safety changeData="no" exposeData="no" accessLocal="no" accessRemote="no" accessRaw="no" />
11  <requirements>
12    <textcube>1.6</textcube>
13  </requirements>
14  <binding>
15    <sidebar title="Flash Counter View" handler="showFlashCounter" />
16    <tag name="Flash_Counter_View" handler="showFlashCounter" />
17    <config dataValHandler="FlashCounterViewDataSet" >
18        <window width="500" height="447" />
19        <fieldset legend="플래쉬 카운터 표시 설정">
20            <field title="기간 :" name="maxdate" type="text" size="4" value="5">
21                <caption><![CDATA[<b>tip:</b> 실제 카운팅된 기간이 설정기간보다 작을경우 <b>'0'</b>으로 표시됩니다. ]]></caption>
22            </field>
23            <field title="크기 :" name="flashsize" type="radio" >
24                <op value="150" checked="checked">150 x 85</op>
25                <op value="180">180 x 85</op>
26                <op value="194">194 x 85</op>
27                <op value="205">205 x 85</op>
28            </field>
29            <field title="정렬 :" name="flashalign" type="radio" >
30                <op value="left" checked="checked">왼쪽</op>
31                <op value="center">가운데</op>
32                <op value="right">오른쪽</op>
33            </field>
34            <field title="여백 :" name="flashmargin" type="text" size="20" value="0px 0px 0px 0px" >
35                <caption><![CDATA[<b>tip:</b> 20px 1px 2px 1px , [상px 우px 하px 좌px]의 형식으로 여백조정]]></caption>
36            </field>
37            <field title="색상 :" name="flashcolor" type="radio" >
38                <op value="white" checked="checked">흰색</op>
39                <op value="black">검정색</op>
40                <caption><![CDATA[<b>tip:</b> 플래쉬카운터 <font color="blue">'205x85'</font> 크기는 <b>검정색</b>만 설정가능합니다.]]></caption>
41            </field>
42        </fieldset>
43    </config>
44  </binding>
45</plugin>
Note: See TracBrowser for help on using the browser.