mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1034 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3a71de4387
commit
a78a569174
2 changed files with 4 additions and 6 deletions
|
|
@ -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">로그인 폼이나 로그인 정보를 출력합니다</description>
|
||||
<description xml:lang="ko">게시글 또는 페이지등에서 등록된 설문조사를 출력합니다</description>
|
||||
</author>
|
||||
<extra_vars />
|
||||
</plugin>
|
||||
|
|
|
|||
|
|
@ -3,12 +3,10 @@
|
|||
* @class
|
||||
* @author zero (zero@nzeo.com)
|
||||
* @version 0.1
|
||||
* @brief 로그인 폼을 출력하는 플러그인
|
||||
*
|
||||
* $logged_info를 이용하며 이는 미리 설정되어 있음
|
||||
* @brief 설문조사를 출력
|
||||
**/
|
||||
|
||||
class login_info extends PluginHandler {
|
||||
class poll_plugin extends PluginHandler {
|
||||
|
||||
/**
|
||||
* @brief 플러그인의 실행 부분
|
||||
Loading…
Add table
Add a link
Reference in a new issue