mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
issue 353 fixed mobile system message login
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9529 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2c585c32c0
commit
20d1bd80ee
3 changed files with 8 additions and 2 deletions
|
|
@ -11,10 +11,10 @@
|
|||
{@ Context::addJsFile("./common/js/common.js", true, '', -100000) }
|
||||
{@ Context::addJsFile("./common/js/xml_handler.js", true, '', -100000) }
|
||||
{@ Context::addJsFile("./common/js/xml_js_filter.js", true, '', -100000) }
|
||||
<!--%import("./filter/login.xml")-->
|
||||
<!--%import("./filter/openid_login.xml")-->
|
||||
<div class="mLogin" id="gLogin">
|
||||
<form action="./" method="post" onsubmit="return procFilter(this, message_login)" id="gForm" class="ff">
|
||||
<form action="./" method="post" ruleset="@login" id="gForm" class="ff">
|
||||
<input type="hidden" name="success_return_url" value="{getRequestUriByServerEnviroment()}" />
|
||||
<fieldset>
|
||||
<ul>
|
||||
<li><label for="uid">{$lang->user_id}</label><input type="text" name="user_id" id="uid" value="" /></li>
|
||||
|
|
|
|||
|
|
@ -32,6 +32,9 @@
|
|||
|
||||
Context::set('system_message', nl2br($this->getMessage()));
|
||||
|
||||
Context::set('act', 'procMemberLogin');
|
||||
Context::set('mid', '');
|
||||
|
||||
$this->setTemplatePath($template_path);
|
||||
$this->setTemplateFile('system_message');
|
||||
}
|
||||
|
|
|
|||
|
|
@ -36,4 +36,7 @@
|
|||
<div class="logOut" cond="$is_logged && $module == 'admin'">
|
||||
<span class="buttonAccount"><a href="{getUrl('act','dispMemberLogout','module','')}">{$lang->cmd_logout}</a></span>
|
||||
</div>
|
||||
<div class="logOut" cond="!$is_logged && $module != 'admin'">
|
||||
<span class="buttonAccount"><a href="{getUrl('act','dispMemberLoginForm','module','', 'mid', '')}">{$lang->cmd_login}</a></span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue