git-svn-id: http://xe-core.googlecode.com/svn/trunk@1338 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-26 00:07:58 +00:00
parent 0355f707d5
commit 16e7a1668f
3 changed files with 9 additions and 9 deletions

View file

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<plugin version="0.1">
<title xml:lang="ko">최근 트랙백 출력</title>
<title xml:lang="ko">태그 목록 출력</title>
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
<name xml:lang="ko">제로</name>
<description xml:lang="ko">최근 트랙백 (trackback)을 출력하는 플러그인입니다.</description>
<description xml:lang="ko">선택된 모듈의 태그 목록을 정해진 순위만큼 노출하여 줍니다</description>
</author>
<extra_vars>
<var id="title">
@ -14,12 +14,12 @@
<var id="list_count">
<name xml:lang="ko">목록수</name>
<type>text</type>
<description xml:lang="ko">출력될 목록의 수를 정하실 수 있습니다. (기본 5개)</description>
<description xml:lang="ko">출력될 목록의 수를 정하실 수 있습니다. (기본 20개)</description>
</var>
<var id="mid_list">
<name xml:lang="ko">대상 모듈</name>
<type>mid_list</type>
<description xml:lang="ko">선택하신 모듈에 등록된 글을 대상으로 합니다.</description>
<description xml:lang="ko">선택하신 모듈에 등록된 태그를 대상으로 합니다.</description>
</var>
</extra_vars>
</plugin>

View file

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<skin>
<title xml:lang="ko">블로그 스타일의 최신 엮인글 목록</title>
<title xml:lang="ko">태그 목록 출력</title>
<maker email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
<name xml:lang="ko">제로</name>
<description xml:lang="ko">블로그 스타일로 최신 엮인글 출력합니다.</description>
<description xml:lang="ko">태그 목록을 출력합니다.</description>
</maker>
<colorset>
<color name="normal">

View file

@ -1,12 +1,12 @@
<?php
/**
* @class newest_trackback
* @class tag_list
* @author zero (zero@nzeo.com)
* @brief 최근 엮인글을 출력하는 플러그인
* @brief 태그 목록 출력
* @version 0.1
**/
class newest_trackback extends PluginHandler {
class tag_list extends PluginHandler {
/**
* @brief 플러그인의 실행 부분