mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 06:39:56 +09:00
add identifier choice
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9110 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c7b35ff5c7
commit
af4c27f832
12 changed files with 89 additions and 14 deletions
|
|
@ -12,9 +12,14 @@
|
|||
<!--%import("./js/login.js")-->
|
||||
|
||||
<fieldset id="login" class="login_{$colorset}">
|
||||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<legend>{$lang->cmd_login}</legend>
|
||||
<form id="fo_login_widget" action="./" method="post" onsubmit="return procFilter(this, widget_login)">
|
||||
<input type="hidden" name="_filter" value="widget_login" />
|
||||
<form id="fo_login_widget" action="./" method="post" ruleset="@login">
|
||||
<input type="hidden" name="act" value="procMemberLogin" />
|
||||
<input type="hidden" name="success_return_url" value="{getUrl('act', '')}" />
|
||||
|
||||
|
||||
<div class="idpwWrap">
|
||||
<div class="idpw">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue