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@852 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b6347e67f7
commit
af9b884e4d
3 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<filter name="login" module="member" act="procLogin">
|
||||
<filter name="plugin_login" module="member" act="procMemberLogin">
|
||||
<form>
|
||||
<node target="user_id" required="true" filter="user_id"/>
|
||||
<node target="password" required="true" />
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<filter name="logout" module="member" act="procLogout">
|
||||
<filter name="plugin_logout" module="member" act="procMemberLogout">
|
||||
<form />
|
||||
<response>
|
||||
<tag name="error" />
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
<!-- 닉네임 + 로그아웃 -->
|
||||
<div class="top_box">
|
||||
<div class="logout">
|
||||
<a href="#" onclick="procFilter(null, logout);return false;">{$lang->cmd_logout}</a>
|
||||
<a href="#" onclick="procFilter(null, plugin_logout);return false;">{$lang->cmd_logout}</a>
|
||||
</div>
|
||||
<div class="nick_name">
|
||||
<div class="member_{$logged_info->member_srl}">{$logged_info->nick_name}</div>
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
<!--%import("./filter/login.xml")-->
|
||||
|
||||
<div class="login_info_default_{$colorset}">
|
||||
<form action="./" method="get" onsubmit="return procFilter(this, login)">
|
||||
<form action="./" method="get" onsubmit="return procFilter(this, plugin_login)">
|
||||
<div class="login_box">
|
||||
<div class="header">{$lang->user_id}</div>
|
||||
<div class="body"><input type="text" name="user_id" id="login_form_user_id" /></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue