mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
회원 모듈 simple world 다듬기 + 오류 표시 모듈 스킨 추가
This commit is contained in:
parent
eb543775c1
commit
0f6a2e0daa
11 changed files with 348 additions and 9 deletions
|
|
@ -1 +1 @@
|
|||
</section>
|
||||
</section>
|
||||
|
|
@ -37,7 +37,6 @@
|
|||
if(!$layout_info->customized_primary_color)
|
||||
$layout_info->customized_primary_color = '#f44336';
|
||||
}
|
||||
|
||||
</block>
|
||||
<block cond="$layout_info->extra_var->primary_color->type !== 'select' && $layout_info->extra_var->customized_primary_color->type !== 'colorpicker'">
|
||||
{@$layout_info->primary_color = 'blue';}
|
||||
|
|
@ -64,4 +63,4 @@
|
|||
<a href="{getUrl('', 'act',$key, 'mid', $mid, 'vid', $vid)}"><span>{lang($val)}</span></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
<include target="./common_header.html" />
|
||||
<div class="signin">
|
||||
<section class="sw-body">
|
||||
<h1>{$lang->cmd_login}</h1>
|
||||
<h1>{lang('member.cmd_login')}</h1>
|
||||
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/member/skins'" class="rx_member-notice {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
|
|
@ -29,12 +29,12 @@
|
|||
<div id="rx_member-warning" class="rx_member-notice">
|
||||
{lang('member.about_keep_warning')}
|
||||
</div>
|
||||
<input type="submit" value="{$lang->cmd_login}" />
|
||||
<input type="submit" value="{lang('member.cmd_login')}" />
|
||||
</div>
|
||||
</form>
|
||||
</section>
|
||||
<div class="sw-footer">
|
||||
<a href="{getUrl('act','dispMemberSignUpForm')}">{lang('member.cmd_signup')}</a>
|
||||
<a cond="$member_config->enable_join !== 'N'" href="{getUrl('act','dispMemberSignUpForm')}">{lang('member.cmd_signup')}</a>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
<block loop="$displayDatas => $item">
|
||||
<dt>{$item->title}<sup cond="$item->required || $item->mustRequired">*</sup></dt>
|
||||
<dd cond="$item->value">{$item->value}</dd>
|
||||
<dd cond="!$item->value" style="color:#ccc">…</dd>
|
||||
<dd cond="!$item->value">…</dd>
|
||||
</block>
|
||||
<dt>{$lang->member_group}</dt>
|
||||
<dd>{implode(', ', $memberInfo['group_list'])}</dd>
|
||||
|
|
@ -26,5 +26,4 @@
|
|||
<a href="{getUrl('act','dispMemberModifyPassword','member_srl','')}">{$lang->cmd_modify_member_password}</a>
|
||||
<a href="{getUrl('act','dispMemberLeave','member_srl','')}">{$lang->cmd_leave}</a>
|
||||
</div>
|
||||
|
||||
<include target="./common_footer.html" />
|
||||
|
|
@ -5,7 +5,7 @@
|
|||
<!--%load_js_plugin("ui")-->
|
||||
<!--%load_js_plugin("ui.datepicker")-->
|
||||
<section class="sw-body">
|
||||
<h1 style="border-bottom:1px solid #ccc">{$lang->msg_update_member}</h1>
|
||||
<h1>{$lang->msg_update_member}</h1>
|
||||
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/member/skins/simple_world/1'" class="rx_member-notice {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue