XpressEngine Core 개발을 위한 분리 작업 완료

제거 대상
Addon
    keyword_link
    lemonpen
    planet_bookmark
    planet_todo
    rainbow_link
    tccommentnotify
    wiki_link
layouts
    cafeXE
    xe_blog
widgets
    DroArc_clock	
    archive_list	
    calendar	
    category	
    forum	
    image_counter
    logged_members
    member_group
    navigator
    newest_comment
    newest_document
    newest_images
    newest_trackback
    planet_document
    point_status
    rank_count
    rank_download
    rank_point
    rss_reader
    site_info
    tab_newest_document
    tag_list
    webzine
    counter_status/skins/styx_flash
    login_info/skins/default
widgetstyles
    colorbox
    line
    memo
    postitWire
    roundFace
    roundWire
    simpleRound
    simpleSquare
    simpleTitle
    squareWiremodules
modules
    board
    homepage
    issuetracker
    ldap
    lifepod
    planet
    springnote
    tccommentnotify
    wiki
    editor/components/cc_license
    editor/components/code_highlighter
    editor/components/naver_map
    editor/components/quotation
    editor/components/emoticon/tpl/images/animated
    editor/components/emoticon/tpl/images/rabbit
    editor/components/emoticon/tpl/images/yellow
    editor/skins/fckeditor
    editor/skins/xquared
    poll/skins/simple



git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6701 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-07-10 10:48:28 +00:00
parent bc0d246e82
commit f87a93830c
10 changed files with 0 additions and 183 deletions

View file

@ -1,55 +0,0 @@
@charset "utf-8";
/* widgetLogin */
.widgetLogin{ font-size:12px;}
.widgetLogin fieldset{ border:0; margin:0; padding:0;}
.widgetLogin dl{ margin:0;}
.widgetLogin dt{ display:none;}
.widgetLogin dd{ margin:0 0 5px 0;}
.widgetLogin dd .widgetXeInputText{ width:90%; height:16px;}
.widgetLogin p{ margin:5px 0;}
.widgetLogin p .widgetXeInputCheck{ margin-right:5px;}
.widgetLogin .help{ position:relative; width:100%; overflow:hidden; margin:10px 0 0 0; padding:0;}
.widgetLogin .help li{ position:relative; left:-5px; padding-left:5px; list-style:none; display:inline; letter-spacing:-1px;}
/* widgetLastLogin */
.widgetLastLogin{ margin:10px 0; font-size:12px;}
.widgetLastLogin dt,
.widgetLastLogin dd{ display:inline; margin:0;}
.widgetLastLogin dd{ font-size:11px; font-family:Tahoma;}
/* widgetMyInfo */
.widgetMyInfo{ margin:0; padding:0; font-size:12px;}
.widgetMyInfo:after{ content:""; display:block; clear:both; *zoom:1;}
.widgetMyInfo li{ margin-bottom:5px; padding:0; text-indent:12px; list-style:none;}
/* widgetLogin */
.widgetLogin label{ color:#333;}
.widgetLogin .help a{ color:#333;}
.widgetLogin .help li{ background:url(../img/white/lineTextDiv.gif) no-repeat left center;}
/* widgetLastLogin */
.widgetLastLogin dt{ color:#333;}
.widgetLastLogin dd{ color:#888;}
.widgetLastLogin a{ color:#333;}
.widgetLastLogin li{ background:url(../img/white/iconInfoMine.gif) no-repeat left center;}
/* widgetMyInfo */
.widgetMyInfo li a{ color:#666;}
.widgetMyInfo li{ background:url(../img/white/iconMyInfo.gif) no-repeat left 1px;}
/* widgetLogin */
.widgetContainer.black .widgetLogin label{ color:#999;}
.widgetContainer.black .widgetLogin .help a{ color:#ccc;}
.widgetContainer.black .widgetLogin .help li{ background:url(../img/black/lineTextDiv.gif) no-repeat left center;}
/* widgetLastLogin */
.widgetContainer.black .widgetLastLogin dt{ color:#999;}
.widgetContainer.black .widgetLastLogin dd{ color:#888;}
.widgetContainer.black .widgetLastLogin a{ color:#333;}
.widgetContainer.black .widgetLastLogin li{ background:url(../img/black/iconInfoMine.gif) no-repeat left center;}
/* widgetMyInfo */
.widgetContainer.black .widgetMyInfo li a{ color:#999;}
.widgetContainer.black .widgetMyInfo li{ background:url(../img/black/iconMyInfo.gif) no-repeat left 1px;}

View file

@ -1,8 +0,0 @@
<filter name="widget_login" module="member" act="procMemberLogin">
<form>
<node target="user_id" required="true" filter="user_id"/>
<node target="password" required="true" />
</form>
<parameter />
<response />
</filter>

View file

@ -1,7 +0,0 @@
<filter name="openid_login" module="member" act="procMemberOpenIDLogin">
<form>
<node target="openid" required="true" />
</form>
<parameter />
<response />
</filter>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 B

View file

@ -1,47 +0,0 @@
<!--%import("./filter/login.xml")-->
<!--%import("./filter/openid_login.xml")-->
<!--@if($colorset == "black" || $colorset == "white")-->
<!--%import("./css/widget.css")-->
<!--@end-->
<script type="text/javascript">
var keep_signed_msg = "{$lang->about_keep_signed}";
xAddEventListener(window, "load", function(){ xGetElementById("formLogin").user_id.focus(); });
</script>
<div class="widgetContainer<!--@if($colorset=="black")--> black<!--@end-->">
<!--// XE Login -->
<form action="./" method="post" onsubmit="return procFilter(this, widget_login)" id="formLogin" class="widgetLogin">
<fieldset>
<dl>
<dt><label for="uid">{$lang->user_id} :</label></dt>
<dd><input name="user_id" type="text" id="uid" class="widgetXeInputText" title="{$lang->user_id}" /></dd>
<dt><label for="upw">{$lang->password} :</label></dt>
<dd><input name="password" type="password" id="upw" class="widgetXeInputText" title="{$lang->password}" /></dd>
</dl>
<p><input name="keep_signed" id="keepid" type="checkbox" value="Y" onclick="if(this.checked) return confirm(keep_signed_msg);" class="widgetXeInputCheck" /><label for="keepid">{$lang->keep_signed}</label></p>
<!--@if($member_config->enable_openid=='Y')-->
<p><input name="use_open_id" id="use_open_id" type="checkbox" value="Y" onclick="xGetElementById('formLogin').style.display = 'none';xGetElementById('formOpenID').style.display='block';xGetElementById('formOpenID').openid.focus();return false;" class="inputCheck" /><label for="use_open_id">Open ID</label></p>
<!--@end-->
<span class="button green login"><input name="" type="submit" value="{$lang->cmd_login}" /></span>
<ul class="help">
<li><a href="{getUrl('act','dispMemberSignUpForm')}">{$lang->cmd_signup}</a></li>
<li><a href="{getUrl('act','dispMemberFindAccount')}">{$lang->cmd_find_member_account}</a></li>
<li><a href="{getUrl('act','dispMemberResendAuthMail')}">{$lang->cmd_resend_auth_mail}</a></li>
</ul>
</fieldset>
</form>
<!--// OpenID Login -->
<!--@if($member_config->enable_openid=='Y')-->
<form action="{getUrl('module','member','act','procMemberOpenIDLogin')}" method="post" onsubmit="return procFilter(this, openid_login)" id="formOpenID" style="display:none;" class="widgetLogin">
<dl>
<dt><label for="OpenID">OpenID :</label></dt>
<dd><input name="openid" type="text" class="inputText" title="openid" /></dd>
</dl>
<p><input name="use_open_id" id="uopenid" type="checkbox" checked="checked" value="Y" onclick="xGetElementById('formLogin').style.display = 'block';xGetElementById('formOpenID').style.display='none';xGetElementById('formLogin').user_id.focus();return false;" class="inputCheck" /><label for="uopenid">Open ID</label></p>
<span class="button green login"><input name="" type="submit" value="{$lang->cmd_login}" /></span>
</form>
<!--@end-->
</div>

View file

@ -1,18 +0,0 @@
<!--%import("./filter/logout.xml")-->
<!--@if($colorset == "black" || $colorset == "white")-->
<!--%import("./css/widget.css")-->
<!--@end-->
<div class="widgetContainer<!--@if($colorset=="black")--> black<!--@end-->">
<dl class="widgetLastLogin">
<dt>{$lang->last_login}:</dt>
<dd>{zDate($logged_info->last_login, "Y-m-d H:i")}</dd>
</dl>
<ul class="widgetMyInfo">
<!--@foreach($logged_info->menu_list as $key => $val)-->
<li><a href="{getUrl('act',$key,'member_srl','')}">{Context::getLang($val)}</a></li>
<!--@end-->
</ul>
<span class="button green login"><input type="button" onclick="location.href='{getUrl('act','dispMemberLogout')}';return false;" value="{$lang->cmd_logout}" /></span>
</div>

View file

@ -1,48 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<skin version="0.2">
<title xml:lang="ko">로그인 정보 출력 기본 스킨 </title>
<title xml:lang="jp">ログイン情報表示のデフォルトスキン</title>
<title xml:lang="zh-CN">登陆表单默认皮肤</title>
<title xml:lang="en">Default Login Info Display Skin</title>
<title xml:lang="zh-TW">登入預設面板</title>
<description xml:lang="ko">기본 스킨</description>
<description xml:lang="jp">ログイン情報表示login_infoのデフォルトスキン</description>
<description xml:lang="zh-CN">登陆表单默认皮肤。</description>
<description xml:lang="en">default skin</description>
<description xml:lang="zh-TW">預設登入面板。</description>
<version>0.1</version>
<date>2007-02-28</date>
<link>http://www.zeroboard.com</link>
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com">
<name xml:lang="ko">제로</name>
<name xml:lang="jp">Zero</name>
<name xml:lang="zh-CN">zero</name>
<name xml:lang="en">zero</name>
<name xml:lang="zh-TW">zero</name>
</author>
<colorset>
<color name="layout">
<title xml:lang="ko">레이아웃에 맞춤</title>
<title xml:lang="jp">レイアウトに合わせる</title>
<title xml:lang="zh-CN">随布局</title>
<title xml:lang="en">레이아웃에 맞춤</title>
<title xml:lang="zh-TW">隨版面</title>
</color>
<color name="white">
<title xml:lang="ko">하얀색(기본)</title>
<title xml:lang="jp">白(デフォルト)</title>
<title xml:lang="zh-CN">白色(默认)</title>
<title xml:lang="en">White (default)</title>
<title xml:lang="zh-TW">白色(預設)</title>
</color>
<color name="black">
<title xml:lang="ko">검은색</title>
<title xml:lang="jp"></title>
<title xml:lang="en">Black</title>
<title xml:lang="zh-CN">黑色</title>
<title xml:lang="zh-TW">黑色</title>
</color>
</colorset>
</skin>