mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 15:19:57 +09:00
Member module bootstrap UI fix.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12575 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ce7f0a0f23
commit
2e78fda33a
17 changed files with 92 additions and 92 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<load target="filter/openid_login.xml" />
|
||||
<div class="signin">
|
||||
<div class="login-header">
|
||||
<h1><i class="x_icon-user"></i> {$lang->cmd_login}</h1>
|
||||
<h1><i class="icon-user"></i> {$lang->cmd_login}</h1>
|
||||
</div>
|
||||
<div class="login-body">
|
||||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
|
|
@ -12,12 +12,12 @@
|
|||
<input type="hidden" name="success_return_url" value="{$referer_url}" />
|
||||
<input type="hidden" name="act" value="procMemberLogin" />
|
||||
<fieldset>
|
||||
<div class="x_control-group">
|
||||
<div class="control-group">
|
||||
<input type="text" cond="$identifier == 'user_id'" name="user_id" id="uid" required placeholder="{$lang->user_id}" title="{$lang->user_id}" />
|
||||
<input type="email" cond="$identifier != 'user_id'" name="user_id" id="uid" required placeholder="{$lang->email_address}" title="{$lang->email_address}" />
|
||||
<input type="password" name="password" id="upw" required placeholder="{$lang->password}" title="{$lang->password}" />
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<div class="control-group">
|
||||
<label for="keepid_opt">
|
||||
<input type="checkbox" name="keep_signed" id="keepid_opt" value="Y" />
|
||||
{$lang->keep_signed}
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
<div id="warning">
|
||||
<p>{$lang->about_keep_warning}</p>
|
||||
</div>
|
||||
<input type="submit" value="{$lang->cmd_login}" class="submit x_btn x_btn-inverse" />
|
||||
<input type="submit" value="{$lang->cmd_login}" class="submit btn btn-inverse" />
|
||||
</div>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue